/external/chromium_org/third_party/icu/source/test/intltest/ |
transrt.cpp | 788 roundtripExclusionsSet.contains(c) == FALSE 789 && roundtripExclusionsSet.contains(srcStr)==FALSE) { 861 roundtripExclusionsSet.contains(c) == FALSE&& 862 roundtripExclusionsSet.contains(d) == FALSE && 863 roundtripExclusionsSet.contains(srcStr)== FALSE) [all...] |
/external/chromium_org/third_party/icu/source/test/thaitest/ |
thaitest.cpp | 418 if (nextbreak > 0 && complexContext.contains(chars[nextbreak-1]) 419 && complexContext.contains(chars[nextbreak])) { 539 while(nextBreak > 0 && fComplexContext.contains(fText[nextBreak-1]) 540 && fComplexContext.contains(fText[nextBreak]));
|
/external/chromium_org/third_party/skia/gm/ |
hittestpath.cpp | 25 if (path.contains(x, y)) {
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayApply.h | 41 virtual bool contains(SkDisplayable*);
|
/external/chromium_org/v8/test/webkit/ |
dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.js | 25 "Tests that code that is dead, unreachable, and contains a chain of nodes that use each other in an untyped way doesn't result in the IR getting corrupted." 38 // Since the function contains unreachable code we need a higher optimization threshold.
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
AppDataDirGuesserTest.java | 90 return !notWriteable.contains(file.getAbsolutePath());
|
/external/glide/library/src/main/java/com/bumptech/glide/util/ |
LruCache.java | 42 public boolean contains(T key) { method in class:LruCache
|
/external/guava/guava/src/com/google/common/collect/ |
EmptyImmutableSortedSet.java | 49 @Override public boolean contains(Object target) { method in class:EmptyImmutableSortedSet
|
EmptyImmutableTable.java | 85 @Override public boolean contains(@Nullable Object rowKey, method in class:EmptyImmutableTable
|
ImmutableSortedAsList.java | 44 // Override contains(), indexOf(), and lastIndexOf() to be O(log N) instead of O(N). 46 @Override public boolean contains(@Nullable Object target) { method in class:ImmutableSortedAsList 47 // TODO: why not contains(target)? 59 // The returned ImmutableSortedAsList maintains the contains(), indexOf(), and
|
SingletonImmutableSet.java | 65 @Override public boolean contains(Object target) { method in class:SingletonImmutableSet
|
Table.java | 62 * Returns {@code true} if the table contains a mapping with the specified 68 boolean contains(@Nullable Object rowKey, @Nullable Object columnKey); method in interface:Table 71 * Returns {@code true} if the table contains a mapping with the specified 79 * Returns {@code true} if the table contains a mapping with the specified 87 * Returns {@code true} if the table contains a mapping with the specified 103 /** Returns {@code true} if the table contains no mappings. */
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
AbstractBiMap.java | 37 * <p>Note that this class contains {@code equals()} calls that keep it from 174 if (!contains(key)) { 284 if (!esDelegate.contains(object)) { 288 // safe because esDelgate.contains(object). 320 checkState(contains(this), "entry no longer in map"); 353 @Override public boolean contains(Object o) {
|
/external/guava/guava-tests/test/com/google/common/collect/ |
EmptyImmutableTableTest.java | 81 assertFalse(INSTANCE.contains('a', 1));
|
ForwardingTableTest.java | 76 forward.contains("blah", 1); 77 assertEquals("[contains(Object,Object)]", getCalls());
|
/external/guava/guava-tests/test/com/google/common/testing/ |
SerializableTesterTest.java | 129 if (!actual.contains(expectedSubstring)) {
|
/external/icu/icu4c/source/i18n/ |
uregion.cpp | 78 return ((Region*)uregion)->contains(*((Region*)otherRegion));
|
/external/icu/icu4c/source/test/intltest/ |
transrt.cpp | 788 roundtripExclusionsSet.contains(c) == FALSE 789 && roundtripExclusionsSet.contains(srcStr)==FALSE) { 861 roundtripExclusionsSet.contains(c) == FALSE&& 862 roundtripExclusionsSet.contains(d) == FALSE && 863 roundtripExclusionsSet.contains(srcStr)== FALSE) [all...] |
/external/icu/icu4c/source/test/thaitest/ |
thaitest.cpp | 418 if (nextbreak > 0 && complexContext.contains(chars[nextbreak-1]) 419 && complexContext.contains(chars[nextbreak])) { 539 while(nextBreak > 0 && fComplexContext.contains(fText[nextBreak-1]) 540 && fComplexContext.contains(fText[nextBreak]));
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
UniqueStack.java | 43 // Contains a stack of all stored objects. 101 if (objectsSet.contains(object)) { 146 * Returns {@code true} if this stack contains no elements. 148 * @return {@code true} if this stack contains no elements.
|
/external/littlemock/tests/com/google/testing/littlemock/ |
AppDataDirGuesserTest.java | 92 return !notWriteable.contains(file.getAbsolutePath());
|
/external/llvm/include/llvm/Analysis/ |
Interval.h | 10 // This file contains the declaration of the Interval class, which 68 /// contains - Find out if a basic block is in this interval 69 inline bool contains(BasicBlock *BB) const { function in class:llvm::Interval
|
Trace.h | 55 /// getModule - Return this Module that contains this trace's parent 69 /// contains - Returns true if this trace contains the given basic 72 bool contains(const BasicBlock *X) const { function in class:llvm::Trace
|
/external/llvm/include/llvm/CodeGen/ |
LivePhysRegs.h | 101 bool contains(unsigned Reg) const { return LiveRegs.count(Reg); } function in class:llvm::LivePhysRegs
|
/external/llvm/include/llvm/MC/ |
MCRegisterInfo.h | 69 /// contains - Return true if the specified register is included in this 71 bool contains(unsigned Reg) const { 79 /// contains - Return true if both registers are in this class. 80 bool contains(unsigned Reg1, unsigned Reg2) const { function in class:llvm::MCRegisterClass 81 return contains(Reg1) && contains(Reg2); 102 /// MCRegisterDesc - This record contains information about a particular
|