Home
last modified time | relevance | path

Searched defs:firstValue (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc-java/testing/src/main/java/io/grpc/testing/
DStreamRecorder.java50 private final SettableFuture<T> firstValue; field in StreamRecorder
115 public ListenableFuture<T> firstValue() { in firstValue() method in StreamRecorder
/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/
DStreamRecorder.java45 private final SettableFuture<T> firstValue; field in StreamRecorder
110 public ListenableFuture<T> firstValue() { in firstValue() method in StreamRecorder
/external/llvm-project/mlir/unittests/Dialect/Quant/
DQuantizationUtilsTest.cpp116 auto firstValue = returnedValue.cast<ElementsAttr>().getValue({0, 0}); in TEST() local
141 auto firstValue = returnedValue.cast<ElementsAttr>().getValue({0, 0}); in TEST() local
165 auto firstValue = returnedValue.cast<ElementsAttr>().getValue({0, 0}); in TEST() local
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/Platform/src/
DPlatformData.c67 int firstValue; variable
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
DResBundleTest.java174 … TypedResource firstValue = new TypedResource<>("first_value", ResType.CHAR_SEQUENCE, xmlContext); in shouldNotOverwriteValuesWithMatchingQualifiers() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DDiffCldr.java161 String firstValue = null; in main() local
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNormalizer.java616 String firstValue = dcRightsArray.getChild(1).getValue(); in migrateAudioCopyright() local
/external/icu/icu4c/source/test/intltest/
Dsimpleformattertest.cpp251 UnicodeString firstValue; in TestTooFewArgumentValues() local
Dbytestrietest.cpp678 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() local
Ducharstrietest.cpp832 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DBytesTrieTest.java605 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local
DCharsTrieTest.java734 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DBytesTrieTest.java602 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local
DCharsTrieTest.java731 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/
DjsonToSpirv.cpp413 bool firstValue = true; in jsonToSpirv() local
/external/icu/icu4c/source/common/
Duloc_tag.cpp1835 UBool firstValue = TRUE; in _appendKeywords() local
1884 UBool firstValue = TRUE; in _appendPrivateuseToLanguageTag() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestSupplementalInfo.java1415 Date firstValue = currencyFirstValid.get(currency); in TestCurrency() local
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp5286 CFXJSE_Value* firstValue, in simpleValueCompare()