/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/ |
D | IsMapContaining.java | 113 public static <V> Matcher<Map<?, ? extends V>> hasValue(Matcher<? super V> valueMatcher) { in hasValue() method in IsMapContaining 126 public static <V> Matcher<Map<?, ? extends V>> hasValue(V value) { in hasValue() method in IsMapContaining
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | Optional.h | 45 bool hasValue() const { return hasVal; } in hasValue() function
|
/external/clang/lib/Analysis/ |
D | FormatStringParsing.h | 69 bool hasValue() const { return Start != nullptr; } in hasValue() function
|
/external/doclava/src/com/google/doclava/ |
D | FieldInfo.java | 489 public boolean hasValue() { in hasValue() method in FieldInfo 493 public void setHasValue(boolean hasValue) { in setHasValue()
|
/external/junit/src/main/java/org/junit/internal/ |
D | AssumptionViolatedException.java | 32 …public AssumptionViolatedException(String assumption, boolean hasValue, Object value, Matcher<?> m… in AssumptionViolatedException()
|
/external/llvm/include/llvm/ADT/ |
D | Optional.h | 125 bool hasValue() const { return hasVal; } in hasValue() function
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
D | VariantValue.h | 262 bool hasValue() const { return Type != VT_Nothing; } in hasValue() function
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CharsTrieBuilder.java | 229 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType()
|
D | BytesTrieBuilder.java | 262 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType()
|
D | StringTrieBuilder.java | 313 protected boolean hasValue; field in StringTrieBuilder.ValueNode 868 protected abstract int writeValueAndType(boolean hasValue, int value, int node); in writeValueAndType()
|
D | BytesTrie.java | 179 public boolean hasValue() { return ordinal()>=2; } in hasValue() method in BytesTrie.Result
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | CharsTrieBuilder.java | 225 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType()
|
D | BytesTrieBuilder.java | 258 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType()
|
D | StringTrieBuilder.java | 311 protected boolean hasValue; field in StringTrieBuilder.ValueNode 866 protected abstract int writeValueAndType(boolean hasValue, int value, int node); in writeValueAndType()
|
D | BytesTrie.java | 166 public boolean hasValue() { return ordinal()>=2; } in hasValue() method in BytesTrie.Result
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CommandLine.h | 340 bool hasValue() const { return false; } in hasValue() function 361 bool hasValue() const { return Valid; } in hasValue() function
|
/external/icu/icu4c/source/common/ |
D | stringtriebuilder.cpp | 88 UBool hasValue=FALSE; in writeNode() local 212 UBool hasValue=FALSE; in makeNode() local
|
D | ucharstriebuilder.cpp | 399 UCharsTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { in writeValueAndType()
|
D | bytestriebuilder.cpp | 462 BytesTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { in writeValueAndType()
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 441 bool hasValue() const { return false; } in hasValue() function 471 bool hasValue() const { return Valid; } in hasValue() function
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/ |
D | Matchers.java | 1113 …public static <V> org.hamcrest.Matcher<java.util.Map<?,? extends V>> hasValue(org.hamcrest.Matcher… in hasValue() method in Matchers 1126 public static <V> org.hamcrest.Matcher<java.util.Map<?,? extends V>> hasValue(V value) { in hasValue() method in Matchers
|
/external/deqp/framework/delibs/decpp/ |
D | deCommandLine.cpp | 205 const bool hasValue = hasImmValue || (argNdx+1 < numArgs); in parse() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineC.cpp | 699 bool hasValue = false; in VisitGuardedExpr() local
|
/external/llvm/unittests/ADT/ |
D | SmallVectorTest.cpp | 750 bool hasValue; member
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 843 bool hasValue() const { in hasValue() function
|