/external/tpm2/ |
D | Entropy.c | 24 extern int firstValue; 48 firstValue = 1; in _plat__GetEntropy() 54 if(firstValue) in _plat__GetEntropy() 55 firstValue = 0; in _plat__GetEntropy()
|
D | PlatformData.c | 32 int firstValue; variable
|
D | PlatformData.h | 39 extern int firstValue;
|
/external/libxml2/test/relaxng/ |
D | 302836.rng | 6 <value>firstValue</value>
|
/external/icu/icu4c/source/test/intltest/ |
D | simplepatternformattertest.cpp | 249 UnicodeString firstValue; in TestTooFewPlaceholderValues() local 250 UnicodeString *params[] = {&firstValue}; in TestTooFewPlaceholderValues() 253 firstValue, appendTo, status); in TestTooFewPlaceholderValues()
|
D | ucharstrietest.cpp | 827 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()
|
D | bytestrietest.cpp | 663 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/ |
D | BooleanArray.java | 131 boolean firstValue = items[first]; in swap() 133 items[second] = firstValue; in swap()
|
D | CharArray.java | 139 char firstValue = items[first]; in swap() local 141 items[second] = firstValue; in swap()
|
D | ByteArray.java | 139 byte firstValue = items[first]; in swap() 141 items[second] = firstValue; in swap()
|
D | IntArray.java | 139 int firstValue = items[first]; in swap() local 141 items[second] = firstValue; in swap()
|
D | ShortArray.java | 146 short firstValue = items[first]; in swap() local 148 items[second] = firstValue; in swap()
|
D | LongArray.java | 139 long firstValue = items[first]; in swap() local 141 items[second] = firstValue; in swap()
|
D | FloatArray.java | 139 float firstValue = items[first]; in swap() local 141 items[second] = firstValue; in swap()
|
D | Array.java | 152 T firstValue = items[first]; in swap() local 154 items[second] = firstValue; in swap()
|
D | ArrayMap.java | 171 public V firstValue () { in firstValue() method in ArrayMap
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | CharsTrieTest.java | 684 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()
|
D | BytesTrieTest.java | 558 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/ |
D | CharsTrieTest.java | 688 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()
|
D | BytesTrieTest.java | 562 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local 567 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
|
/external/icu/icu4c/source/common/ |
D | uloc_tag.c | 1583 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/ |
D | XMPNormalizer.java | 616 String firstValue = dcRightsArray.getChild(1).getValue(); in migrateAudioCopyright() local 618 firstValue, null); in migrateAudioCopyright()
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_fm2jscontext.h | 388 FXJSE_HVALUE firstValue,
|
D | xfa_fm2jscontext.cpp | 6663 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/ |
D | Decl.h | 548 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; } in classofKind()
|