Home
last modified time | relevance | path

Searched defs:firstValue (Results 1 – 17 of 17) 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/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/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DCombine.kt23 var firstValue: Any? = null in <lambda>() variable
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNormalizer.java616 String firstValue = dcRightsArray.getChild(1).getValue(); in migrateAudioCopyright() local
/external/v8/src/inspector/
Dcustom-preview.cc74 v8::Local<v8::Value> firstValue; in substituteObjectTags() 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/icu/icu4c/source/common/
Duloc_tag.cpp1850 UBool firstValue = TRUE; in _appendKeywords() local
1899 UBool firstValue = TRUE; in _appendPrivateuseToLanguageTag() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestSupplementalInfo.java1381 Date firstValue = currencyFirstValid.get(currency); in TestCurrency() local
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp5286 CFXJSE_Value* firstValue, in simpleValueCompare()