Home
last modified time | relevance | path

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

/third_party/typescript_eslint/packages/experimental-utils/src/eslint-utils/
DdeepMerge.ts31 const firstValue = first[key]; constant
35 if (isObjectNotArray(firstValue) && isObjectNotArray(secondValue)) {
37 acc[key] = deepMerge(firstValue, secondValue);
43 acc[key] = firstValue;
/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/ejdb/src/bindings/ejdb2_jni/src/test/java/com/softmotions/ejdb2/
DTestEJDB2.java140 …createQuery("@mycoll/[foo=:?] and /[baz=:?]").setString(0, "baz").setString(1, "qux").firstValue(); in dbTest()
143 json = db.createQuery("@mycoll/[foo re :?]").setRegexp(0, ".*").firstValue(); in dbTest()
/third_party/libxml2/test/relaxng/
D302836.rng6 <value>firstValue</value>
/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/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/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/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/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/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/flutter/skia/third_party/externals/icu/source/common/
Duloc_tag.cpp1853 UBool firstValue = TRUE; in _appendKeywords() local
1857 if (firstValue) { in _appendKeywords()
1860 firstValue = FALSE; in _appendKeywords()
1933 UBool firstValue = TRUE; in _appendPrivateuseToLanguageTag() local
1954 if (firstValue) { in _appendPrivateuseToLanguageTag()
1973 if (firstValue) { in _appendPrivateuseToLanguageTag()
1992 firstValue = FALSE; in _appendPrivateuseToLanguageTag()
/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/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DJQL.java332 public String firstValue() { in firstValue() method in JQL
/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.log3786 …front_end/bindings/ResourceMapping.js(254,28): error TS2339: Property 'firstValue' does not exist …
3787 …front_end/bindings/ResourceMapping.js(262,28): error TS2339: Property 'firstValue' does not exist …
3788 …front_end/bindings/ResourceMapping.js(270,28): error TS2339: Property 'firstValue' does not exist …
3789 …front_end/bindings/ResourceMapping.js(278,28): error TS2339: Property 'firstValue' does not exist …
3790 …front_end/bindings/ResourceMapping.js(289,28): error TS2339: Property 'firstValue' does not exist …
3805 …t_end/bindings/StylesSourceMapping.js(307,26): error TS2339: Property 'firstValue' does not exist …
3806 …t_end/bindings/StylesSourceMapping.js(315,26): error TS2339: Property 'firstValue' does not exist …
3807 …t_end/bindings/StylesSourceMapping.js(323,26): error TS2339: Property 'firstValue' does not exist …
3808 …t_end/bindings/StylesSourceMapping.js(331,26): error TS2339: Property 'firstValue' does not exist …
3809 …t_end/bindings/StylesSourceMapping.js(342,26): error TS2339: Property 'firstValue' does not exist …
[all …]