/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/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitCodes.h | 132 bool hasValue() const { in hasValue() function 135 static bool hasValue(Encoding E) { in hasValue() function
|
/external/clang/lib/Analysis/ |
D | FormatStringParsing.h | 69 bool hasValue() const { return Start != nullptr; } in hasValue() function
|
/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/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Optional.h | 125 bool hasValue() const { return hasVal; } in hasValue() function
|
/external/llvm/include/llvm/ADT/ |
D | Optional.h | 125 bool hasValue() const { return hasVal; } in hasValue() function
|
/external/doclava/src/com/google/doclava/ |
D | FieldInfo.java | 529 public boolean hasValue() { in hasValue() method in FieldInfo 533 public void setHasValue(boolean hasValue) { in setHasValue()
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
D | VariantValue.h | 262 bool hasValue() const { return Type != VT_Nothing; } in hasValue() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | Any.h | 87 bool hasValue() const { return !!Storage; } in hasValue() function
|
/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 | 312 protected boolean hasValue; field in StringTrieBuilder.ValueNode 867 protected abstract int writeValueAndType(boolean hasValue, int value, int node); in writeValueAndType()
|
/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()
|
/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 | 463 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 475 bool hasValue() const { return false; } in hasValue() function 505 bool hasValue() const { return Valid; } in hasValue() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | CommandLine.h | 460 bool hasValue() const { return false; } in hasValue() function 490 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/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/ |
D | Security.java | 1185 boolean hasValue(); in hasValue() method 1344 public boolean hasValue() { in hasValue() method in Security.OtherSecurity 1780 public boolean hasValue() { in hasValue() method in Security.OtherSecurity.Builder
|