Home
last modified time | relevance | path

Searched +defs:all +defs:list (Results 1 – 25 of 2355) sorted by relevance

12345678910>>...95

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dmacencui.c337 struct macname *all, *changing; member
434 static char *AskName(struct macname *changing,struct macname *all,GGadget *list, int index) { in AskName()
552 struct macname *new, *all; in Pref_NewName() local
564 struct macname *mn, *p, *all, *next; in Pref_DelName() local
792 GGadget *list, int index) { in AskSetting()
905 struct macsetting *new, *ms, *all; in Pref_NewSetting() local
994 MacFeat *all, *changing; member
1093 static char *AskFeature(MacFeat *changing,MacFeat *all,GGadget *list, int index) { in AskFeature()
1243 *all = GGadgetGetUserData(list); in ChangeFeature() local
1252 MacFeat *new, *mf, *all; in Pref_NewFeat() local
[all …]
/dports/www/py-django-pipeline/django-pipeline-1.6.14/pipeline/
H A Dfinders.py15 def find(self, path, all=False): argument
21 def list(self, ignore_patterns): member in PipelineFinder
26 def find(self, path, all=False): argument
39 def list(self, *args): member in ManifestFinder
44 def find(self, path, all=False): argument
55 def list(self, *args): member in CachedFileFinder
65 def list(self, ignore_patterns): member in PatternFilterMixin
/dports/devel/R-cran-gdata/gdata/R/
H A Dkeep.R1 keep <- function(..., list=character(0), all=FALSE, sure=FALSE) argument
10 list <- c(list, names) vector
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.util/src/org/osgi/util/promise/
H A DPromises.java97 public static <T, S extends T> Promise<List<T>> all( in all() method in Promises
127 public static <T> Promise<List<T>> all(Promise<? extends T>... promises) { in all() method in Promises
129 List<Promise<T>> list = Arrays.asList((Promise<T>[]) promises); in all() local
/dports/devel/duplo/duplo_0.2.0_src/
H A DTextFile.cpp37 bool TextFile::readAll(std::string& all){ in readAll()
58 std::string list; in readLines() local
72 bool TextFile::writeAll(const std::string& all){ in writeAll()
/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Dapps.c13 print_app_list (GList *list) in print_app_list()
40 GList *all, *i; in main() local
97 GList *list; in main() local
104 GList *list; in main() local
112 GList *list; in main() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DInterfaceTypeImpl.java60 List all = vm.allClasses(); in subinterfaces() local
81 List all = vm.allClasses(); in implementors() local
115 ArrayList list = new ArrayList(methods()); in getAllMethods() local
131 ArrayList list = new ArrayList(); in allSuperinterfaces() local
136 void addSuperinterfaces(List list) { in addSuperinterfaces()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DInterfaceTypeImpl.java60 List all = vm.allClasses(); in subinterfaces() local
81 List all = vm.allClasses(); in implementors() local
115 ArrayList list = new ArrayList(methods()); in getAllMethods() local
131 ArrayList list = new ArrayList(); in allSuperinterfaces() local
136 void addSuperinterfaces(List list) { in addSuperinterfaces()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/List/
H A DListFactories.java141 public Iterator<Object[]> all() { in all() method in ListFactories
142 List<Object[]> all = new ArrayList<>(); in all() local
151 List<Object[]> all = new ArrayList<>(); in nonsublists() local
252 List<String> list = List.of(array); in ensureArrayCannotModifyList() local
355 List<Integer> list = List.copyOf(null); in copyOfRejectsNullCollection() local
360 List<Integer> list = List.copyOf(Arrays.asList(1, null, 3)); in copyOfRejectsNullElements() local
365 List<String> list = List.copyOf(Stream.of("a", null, "c").toList()); in copyOfRejectsNullElements2() local
378 List<Integer> list = List.of(1, 2, 3, 4, 5); in iteratorShouldNotBeListIterator() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/List/
H A DListFactories.java141 public Iterator<Object[]> all() { in all() method in ListFactories
142 List<Object[]> all = new ArrayList<>(); in all() local
151 List<Object[]> all = new ArrayList<>(); in nonsublists() local
252 List<String> list = List.of(array); in ensureArrayCannotModifyList() local
355 List<Integer> list = List.copyOf(null); in copyOfRejectsNullCollection() local
360 List<Integer> list = List.copyOf(Arrays.asList(1, null, 3)); in copyOfRejectsNullElements() local
365 List<String> list = List.copyOf(Stream.of("a", null, "c").toList()); in copyOfRejectsNullElements2() local
378 List<Integer> list = List.of(1, 2, 3, 4, 5); in iteratorShouldNotBeListIterator() local
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cms/
H A DSignerInformationStore.java15 private List all = new ArrayList(); field in SignerInformationStore
49 List list = (ArrayList)table.get(sid); in SignerInformationStore() local
72 Collection list = getSigners(selector); in get() local
128 List list = (ArrayList)table.get(selector); in getSigners() local
H A DRecipientInformationStore.java16 private final List all; //ArrayList[RecipientInformation] field in RecipientInformationStore
45 List list = (ArrayList)table.get(rid); in RecipientInformationStore() local
68 Collection list = getRecipients(selector); in get() local
129 List list = (ArrayList)table.get(selector); in getRecipients() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/List/
H A DListFactories.java140 public Iterator<Object[]> all() { in all() method in ListFactories
141 List<Object[]> all = new ArrayList<>(); in all() local
150 List<Object[]> all = new ArrayList<>(); in nonsublists() local
251 List<String> list = List.of(array); in ensureArrayCannotModifyList() local
354 List<Integer> list = List.copyOf(null); in copyOfRejectsNullCollection() local
359 List<Integer> list = List.copyOf(Arrays.asList(1, null, 3)); in copyOfRejectsNullElements() local
364 List<Integer> list = List.of(1, 2, 3, 4, 5); in iteratorShouldNotBeListIterator() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/List/
H A DListFactories.java140 public Iterator<Object[]> all() { in all() method in ListFactories
141 List<Object[]> all = new ArrayList<>(); in all() local
150 List<Object[]> all = new ArrayList<>(); in nonsublists() local
251 List<String> list = List.of(array); in ensureArrayCannotModifyList() local
354 List<Integer> list = List.copyOf(null); in copyOfRejectsNullCollection() local
359 List<Integer> list = List.copyOf(Arrays.asList(1, null, 3)); in copyOfRejectsNullElements() local
364 List<Integer> list = List.of(1, 2, 3, 4, 5); in iteratorShouldNotBeListIterator() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/List/
H A DListFactories.java140 public Iterator<Object[]> all() { in all() method in ListFactories
141 List<Object[]> all = new ArrayList<>(); in all() local
150 List<Object[]> all = new ArrayList<>(); in nonsublists() local
251 List<String> list = List.of(array); in ensureArrayCannotModifyList() local
354 List<Integer> list = List.copyOf(null); in copyOfRejectsNullCollection() local
359 List<Integer> list = List.copyOf(Arrays.asList(1, null, 3)); in copyOfRejectsNullElements() local
364 List<Integer> list = List.of(1, 2, 3, 4, 5); in iteratorShouldNotBeListIterator() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/List/
H A DListFactories.java140 public Iterator<Object[]> all() { in all() method in ListFactories
141 List<Object[]> all = new ArrayList<>(); in all() local
150 List<Object[]> all = new ArrayList<>(); in nonsublists() local
251 List<String> list = List.of(array); in ensureArrayCannotModifyList() local
354 List<Integer> list = List.copyOf(null); in copyOfRejectsNullCollection() local
359 List<Integer> list = List.copyOf(Arrays.asList(1, null, 3)); in copyOfRejectsNullElements() local
364 List<Integer> list = List.of(1, 2, 3, 4, 5); in iteratorShouldNotBeListIterator() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/List/
H A DListFactories.java140 public Iterator<Object[]> all() { in all() method in ListFactories
141 List<Object[]> all = new ArrayList<>(); in all() local
150 List<Object[]> all = new ArrayList<>(); in nonsublists() local
251 List<String> list = List.of(array); in ensureArrayCannotModifyList() local
354 List<Integer> list = List.copyOf(null); in copyOfRejectsNullCollection() local
359 List<Integer> list = List.copyOf(Arrays.asList(1, null, 3)); in copyOfRejectsNullElements() local
364 List<Integer> list = List.of(1, 2, 3, 4, 5); in iteratorShouldNotBeListIterator() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/List/
H A DListFactories.java140 public Iterator<Object[]> all() { in all() method in ListFactories
141 List<Object[]> all = new ArrayList<>(); in all() local
150 List<Object[]> all = new ArrayList<>(); in nonsublists() local
251 List<String> list = List.of(array); in ensureArrayCannotModifyList() local
354 List<Integer> list = List.copyOf(null); in copyOfRejectsNullCollection() local
359 List<Integer> list = List.copyOf(Arrays.asList(1, null, 3)); in copyOfRejectsNullElements() local
364 List<Integer> list = List.of(1, 2, 3, 4, 5); in iteratorShouldNotBeListIterator() local
/dports/devel/aegis/aegis-4.25.D510/aecomplete/complete/project/
H A Dbranch.cc32 int all; member
47 hunt(project *pp, int all, shell_ty *sh) in hunt()
50 long *list; in hunt() local
115 complete_project_branch(project *pp, int all) in complete_project_branch()
/dports/devel/binaryen/binaryen-version_98/test/example/
H A Drelooper-fuzz.c76 BinaryenExpressionRef list[] = { in main() local
86 BinaryenExpressionRef list[] = { in main() local
96 BinaryenExpressionRef list[] = { in main() local
106 BinaryenExpressionRef list[] = { in main() local
116 BinaryenExpressionRef list[] = { in main() local
126 BinaryenExpressionRef list[] = { in main() local
136 BinaryenExpressionRef list[] = { in main() local
146 BinaryenExpressionRef list[] = { in main() local
156 BinaryenExpressionRef list[] = { in main() local
250 …BinaryenExpressionRef all = BinaryenBlock(module, NULL, full, numDecisions + 1, BinaryenTypeAuto()… in main() local
H A Drelooper-fuzz1.c86 BinaryenExpressionRef list[] = { in main() local
102 BinaryenExpressionRef list[] = { in main() local
118 BinaryenExpressionRef list[] = { in main() local
134 BinaryenExpressionRef list[] = { in main() local
150 BinaryenExpressionRef list[] = { in main() local
166 BinaryenExpressionRef list[] = { in main() local
182 BinaryenExpressionRef list[] = { in main() local
198 BinaryenExpressionRef list[] = { in main() local
214 BinaryenExpressionRef list[] = { in main() local
230 BinaryenExpressionRef list[] = { in main() local
[all …]
/dports/textproc/dikt/dikt-2s4/src/gui/
H A Dlist.cpp18 QStringList DatabaseView::current(bool all) in current()
20 QStringList list; in current() local
27 void DatabaseView::setList(const List &list, const QStringList &selected) in setList()
44 void DatabaseView::setCurrent(const QStringList &list) in setCurrent()
52 const DatabaseList DatabaseView::list() const in list() function in Dict::DatabaseView
67 void DatabaseMenu::setGroups(const GroupList &list, QAction *dbedit) in setGroups()
123 void DatabaseMenu::setList(const QStringList &list, bool active) in setList()
/dports/multimedia/mpv/mpv-0.34.1/common/
H A Dcodecs.c24 void mp_add_decoder(struct mp_decoder_list *list, const char *codec, in mp_add_decoder()
57 struct mp_decoder_list *all, in mp_select_decoders()
61 struct mp_decoder_list *list = talloc_zero(NULL, struct mp_decoder_list); in mp_select_decoders() local
88 void mp_append_decoders(struct mp_decoder_list *list, struct mp_decoder_list *a) in mp_append_decoders()
95 struct mp_decoder_list *list) in mp_print_decoders()
/dports/www/grafana8/grafana-8.3.6/public/app/features/plugins/tests/
H A Ddatasource_srv.test.ts199 const list = dataSourceSrv.getList({}); constant
201 const all = dataSourceSrv.getList({ all: true }); constant
206 const list = dataSourceSrv.getList({ metrics: true, variables: true }); constant
212 const list = dataSourceSrv.getList({ tracing: true }); constant
217 const list = dataSourceSrv.getList({ annotations: true }); constant
222 const list = dataSourceSrv.getList({ pluginId: 'jaeger' }); constant
/dports/lang/ghc/ghc-8.10.7/rts/
H A DWeak.c27 runCFinalizers(StgCFinalizerList *list) in runCFinalizers()
42 runAllCFinalizers(StgWeak *list) in runAllCFinalizers()
87 scheduleFinalizers(Capability *cap, StgWeak *list) in scheduleFinalizers()
226 bool runSomeFinalizers(bool all) in runSomeFinalizers()

12345678910>>...95