Searched defs:find (Results 176 - 200 of 316) sorted by path

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/core/java12/com/vladium/emma/report/
H A DSourcePathCache.java81 public synchronized File find (final String packageVMName, final String name) method in class:SourcePathCache
/external/emma/core/java12/com/vladium/jcd/cls/
H A DConstantCollection.java46 public int find (final int type, final IConstantComparator comparator) method in class:ConstantCollection
H A DIConstantCollection.java64 * @see IConstantCollection#find(int, IConstantComparator)
115 int find (int type, IConstantComparator comparator); method in interface:IConstantCollection
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterables.java594 * #tryFind)} or {@link #find(Iterable, Predicate, T)} instead.
599 public static <T> T find(Iterable<T> iterable, method in class:Iterables
601 return Iterators.find(iterable.iterator(), predicate);
612 public static <T> T find(Iterable<T> iterable, method in class:Iterables
614 return Iterators.find(iterable.iterator(), predicate, defaultValue);
H A DIterators.java679 * #find(Iterator, Predicate, T)} instead.
684 public static <T> T find( method in class:Iterators
699 public static <T> T find(Iterator<T> iterator, Predicate<? super T> predicate, method in class:Iterators
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DAbstractListIndexOfTester.java37 protected abstract int find(Object o); method in class:AbstractListIndexOfTester
48 0, find(samples.e0));
53 -1, find(samples.e3));
59 -1, find(null));
67 -1, find(null));
77 -1, find(samples.e3));
85 getNullLocation(), find(null));
91 -1, find(WrongType.VALUE));
H A DListIndexOfTester.java36 @Override protected int find(Object o) { method in class:ListIndexOfTester
H A DListLastIndexOfTester.java36 @Override protected int find(Object o) { method in class:ListLastIndexOfTester
/external/guava/guava/src/com/google/common/collect/
H A DIterables.java636 * #tryFind)} or {@link #find(Iterable, Predicate, T)} instead.
641 public static <T> T find(Iterable<T> iterable, method in class:Iterables
643 return Iterators.find(iterable.iterator(), predicate);
654 public static <T> T find(Iterable<T> iterable, method in class:Iterables
656 return Iterators.find(iterable.iterator(), predicate, defaultValue);
H A DIterators.java715 * #find(Iterator, Predicate, T)} instead.
720 public static <T> T find( method in class:Iterators
735 public static <T> T find(Iterator<T> iterator, Predicate<? super T> predicate, method in class:Iterators
/external/harfbuzz_ng/src/
H A Dhb-private.hh355 inline Type *find (T v) { function in struct:hb_prealloced_array_t
362 inline const Type *find (T v) const { function in struct:hb_prealloced_array_t
419 item_t *item = items.find (v);
444 item_t *item = items.find (v);
457 inline bool find (T v, item_t *i, lock_t &l) function in struct:hb_lockable_set_t
460 item_t *item = items.find (v);
471 item_t *item = items.find (v);
/external/icu/icu4c/source/common/
H A Dhash.h86 const UHashElement* find(const UnicodeString& key) const;
182 inline const UHashElement* Hashtable::find(const UnicodeString& key) const { function in class:Hashtable
H A Duresbund.cpp102 * Internal function. Tries to find a resource in given Resource
308 UResourceDataEntry find; local
329 find.fName = (char *)name;
330 find.fPath = (char *)path;
333 /*hashkey.pointer = (void *)&find;*/
337 r = (UResourceDataEntry *)uhash_get(cache, &find);
2156 /* we didn't find one we were looking for - so openDirect */
2499 /* Now, see if we can find the kwVal collator.. start the search over.. */
2752 fprintf(stderr, "%s-%s values: Can't find in %s - skipping. (%s)\n",
/external/icu/icu4c/source/i18n/
H A Drematch.cpp583 // find()
586 UBool RegexMatcher::find() { function in class:RegexMatcher
609 // to avoid sending find() into a loop on zero-length matches.
621 // A previous find() failed to match. Don't try again.
848 UBool RegexMatcher::find(int64_t start, UErrorCode &status) { function in class:RegexMatcher
869 return find();
875 // findUsingChunk() -- like find(), but with the advance knowledge that the
897 // to avoid sending find() into a loop on zero-length matches.
907 // A previous find() failed to match. Don't try again.
1757 while (find()) {
[all...]
H A Dtransreg.cpp535 TransliteratorEntry *entry = find(ID);
545 TransliteratorEntry *entry = find(ID);
999 * Attempt to find a source-target/variant in the dynamic registry
1015 * Attempt to find a source-target/variant in the static locale
1052 * Attempt to find an entry in a single resource bundle. This is
1140 * Convenience method. Calls 3-arg find().
1142 TransliteratorEntry* TransliteratorRegistry::find(const UnicodeString& ID) { function in class:TransliteratorRegistry
1146 return find(source, target, variant);
1150 * Top-level find method. Attempt to find
1170 TransliteratorEntry* TransliteratorRegistry::find(UnicodeString& source, function in class:TransliteratorRegistry
[all...]
H A Dtznames.cpp119 MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
282 TimeZoneNamesDelegate::find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const { function in class:TimeZoneNamesDelegate
283 return fTZnamesCacheEntry->names->find(text, start, types, status);
H A Dtznames_impl.cpp756 * ZMatchInfo stores zone name match information used by find method
1283 TimeZoneNamesImpl::find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const { function in class:TimeZoneNamesImpl
/external/icu/icu4c/source/samples/layout/
H A DFontTableCache.cpp57 const void *FontTableCache::find(LETag tableTag) const function in class:FontTableCache
/external/icu/icu4c/source/test/letest/
H A DFontTableCache.cpp60 const void *FontTableCache::find(LETag tableTag, size_t &length) const function in class:FontTableCache

Completed in 585 milliseconds

1234567891011>>