Home
last modified time | relevance | path

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

12

/external/tpm2/
DEntropy.c24 extern int firstValue;
48 firstValue = 1; in _plat__GetEntropy()
54 if(firstValue) in _plat__GetEntropy()
55 firstValue = 0; in _plat__GetEntropy()
DPlatformData.c32 int firstValue; variable
DPlatformData.h39 extern int firstValue;
/external/libxml2/test/relaxng/
D302836.rng6 <value>firstValue</value>
/external/icu/icu4c/source/test/intltest/
Dsimplepatternformattertest.cpp249 UnicodeString firstValue; in TestTooFewPlaceholderValues() local
250 UnicodeString *params[] = {&firstValue}; in TestTooFewPlaceholderValues()
253 firstValue, appendTo, status); in TestTooFewPlaceholderValues()
Ducharstrietest.cpp827 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() local
831 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
841 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()
845 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
Dbytestrietest.cpp663 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() local
667 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DBooleanArray.java131 boolean firstValue = items[first]; in swap()
133 items[second] = firstValue; in swap()
DCharArray.java139 char firstValue = items[first]; in swap() local
141 items[second] = firstValue; in swap()
DByteArray.java139 byte firstValue = items[first]; in swap()
141 items[second] = firstValue; in swap()
DIntArray.java139 int firstValue = items[first]; in swap() local
141 items[second] = firstValue; in swap()
DShortArray.java146 short firstValue = items[first]; in swap() local
148 items[second] = firstValue; in swap()
DLongArray.java139 long firstValue = items[first]; in swap() local
141 items[second] = firstValue; in swap()
DFloatArray.java139 float firstValue = items[first]; in swap() local
141 items[second] = firstValue; in swap()
DArray.java152 T firstValue = items[first]; in swap() local
154 items[second] = firstValue; in swap()
DArrayMap.java171 public V firstValue () { in firstValue() method in ArrayMap
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCharsTrieTest.java684 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local
688 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
698 firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst()
702 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
DBytesTrieTest.java558 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local
563 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DCharsTrieTest.java688 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local
692 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
702 firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst()
706 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
DBytesTrieTest.java562 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local
567 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
/external/icu/icu4c/source/common/
Duloc_tag.c1583 UBool firstValue = TRUE; in _appendKeywords() local
1587 if (firstValue) { in _appendKeywords()
1590 firstValue = FALSE; in _appendKeywords()
1662 UBool firstValue = TRUE; in _appendPrivateuseToLanguageTag() local
1683 if (firstValue) { in _appendPrivateuseToLanguageTag()
1702 if (firstValue) { in _appendPrivateuseToLanguageTag()
1721 firstValue = FALSE; in _appendPrivateuseToLanguageTag()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNormalizer.java616 String firstValue = dcRightsArray.getChild(1).getValue(); in migrateAudioCopyright() local
618 firstValue, null); in migrateAudioCopyright()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.h388 FXJSE_HVALUE firstValue,
Dxfa_fm2jscontext.cpp6663 FXJSE_HVALUE firstValue, in simpleValueCompare() argument
6666 if (FXJSE_Value_IsUTF8String(firstValue)) { in simpleValueCompare()
6668 HValueToUTF8String(firstValue, firstString); in simpleValueCompare()
6671 } else if (FXJSE_Value_IsNumber(firstValue)) { in simpleValueCompare()
6672 FX_FLOAT first = HValueToFloat(hThis, firstValue); in simpleValueCompare()
6675 } else if (FXJSE_Value_IsBoolean(firstValue)) { in simpleValueCompare()
6676 bReturn = (FXJSE_Value_ToBoolean(firstValue) == in simpleValueCompare()
6678 } else if (FXJSE_Value_IsNull(firstValue) && in simpleValueCompare()
/external/clang/include/clang/AST/
DDecl.h548 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; } in classofKind()

12