Home
last modified time | relevance | path

Searched refs:firstValue (Results 1 – 17 of 17) sorted by relevance

/third_party/node/test/parallel/
Dtest-util-promisify.js61 const firstValue = 5; constant
65 callback(null, firstValue, secondValue);
71 assert.deepStrictEqual(obj, { first: firstValue, second: secondValue });
/third_party/node/deps/v8/src/inspector/
Dcustom-preview.cc79 v8::Local<v8::Value> firstValue; in substituteObjectTags() local
80 if (!jsonML->Get(context, 0).ToLocal(&firstValue)) { in substituteObjectTags()
85 if (jsonML->Length() == 2 && firstValue->IsString() && in substituteObjectTags()
86 firstValue.As<v8::String>()->StringEquals(objectLiteral)) { in substituteObjectTags()
/third_party/icu/icu4c/source/test/intltest/
Dsimpleformattertest.cpp251 UnicodeString firstValue; in TestTooFewArgumentValues() local
252 UnicodeString *params[] = {&firstValue}; in TestTooFewArgumentValues()
255 firstValue, appendTo, status); in TestTooFewArgumentValues()
Ducharstrietest.cpp832 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() local
836 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
846 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()
850 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
Dbytestrietest.cpp719 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() local
723 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp413 bool firstValue = true; in jsonToSpirv() local
420 if (firstValue) { in jsonToSpirv()
422 firstValue = false; in jsonToSpirv()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp413 bool firstValue = true; in jsonToSpirv() local
420 if (firstValue) { in jsonToSpirv()
422 firstValue = false; in jsonToSpirv()
/third_party/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp413 bool firstValue = true; in jsonToSpirv() local
420 if (firstValue) { in jsonToSpirv()
422 firstValue = false; in jsonToSpirv()
/third_party/node/deps/icu-small/source/common/
Duloc_tag.cpp1854 UBool firstValue = true; in _appendKeywords() local
1857 if (firstValue) { in _appendKeywords()
1859 firstValue = false; in _appendKeywords()
1903 UBool firstValue = true; in _appendPrivateuseToLanguageTag() local
1924 if (firstValue) { in _appendPrivateuseToLanguageTag()
1943 if (firstValue) { in _appendPrivateuseToLanguageTag()
1962 firstValue = false; in _appendPrivateuseToLanguageTag()
/third_party/icu/icu4c/source/common/
Duloc_tag.cpp1854 UBool firstValue = true; in _appendKeywords() local
1857 if (firstValue) { in _appendKeywords()
1859 firstValue = false; in _appendKeywords()
1903 UBool firstValue = true; in _appendPrivateuseToLanguageTag() local
1924 if (firstValue) { in _appendPrivateuseToLanguageTag()
1943 if (firstValue) { in _appendPrivateuseToLanguageTag()
1962 firstValue = false; in _appendPrivateuseToLanguageTag()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DCharsTrieTest.java734 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local
738 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
748 firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst()
752 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
DBytesTrieTest.java605 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local
610 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCharsTrieTest.java731 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local
735 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
745 firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst()
749 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
DBytesTrieTest.java639 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local
644 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
/third_party/skia/third_party/externals/icu/source/common/
Duloc_tag.cpp1854 UBool firstValue = TRUE; in _appendKeywords() local
1857 if (firstValue) { in _appendKeywords()
1859 firstValue = FALSE; in _appendKeywords()
1903 UBool firstValue = TRUE; in _appendPrivateuseToLanguageTag() local
1924 if (firstValue) { in _appendPrivateuseToLanguageTag()
1943 if (firstValue) { in _appendPrivateuseToLanguageTag()
1962 firstValue = FALSE; in _appendPrivateuseToLanguageTag()
/third_party/weex-loader/deps/weex-styler/lib/
Dvalidator.js1188 let firstValue = match[1]
1190 let checkFuntion = transformValidatorMap[firstValue]
1194 result[firstValue] = checkResult.value
1196 let check = checkReason(checkResult, firstValue, secondValue, length)
1203 reasonMaps.push('property `' + firstValue + '` is invalid.')
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log3724 …front_end/bindings/ResourceMapping.js(254,28): error TS2339: Property 'firstValue' does not exist …
3726 …front_end/bindings/ResourceMapping.js(262,28): error TS2339: Property 'firstValue' does not exist …
3728 …front_end/bindings/ResourceMapping.js(270,28): error TS2339: Property 'firstValue' does not exist …
3730 …front_end/bindings/ResourceMapping.js(278,28): error TS2339: Property 'firstValue' does not exist …
3732 …front_end/bindings/ResourceMapping.js(289,28): error TS2339: Property 'firstValue' does not exist …
3752 …t_end/bindings/StylesSourceMapping.js(307,26): error TS2339: Property 'firstValue' does not exist …
3754 …t_end/bindings/StylesSourceMapping.js(315,26): error TS2339: Property 'firstValue' does not exist …
3756 …t_end/bindings/StylesSourceMapping.js(323,26): error TS2339: Property 'firstValue' does not exist …
3758 …t_end/bindings/StylesSourceMapping.js(331,26): error TS2339: Property 'firstValue' does not exist …
3760 …t_end/bindings/StylesSourceMapping.js(342,26): error TS2339: Property 'firstValue' does not exist …