/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 | simpleformattertest.cpp | 251 UnicodeString firstValue; in TestTooFewArgumentValues() local 252 UnicodeString *params[] = {&firstValue}; in TestTooFewArgumentValues() 255 firstValue, appendTo, status); in TestTooFewArgumentValues()
|
D | ucharstrietest.cpp | 830 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() local 834 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst() 844 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() 848 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
|
D | bytestrietest.cpp | 676 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() local 680 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/ |
D | ResBundleTest.java | 174 … TypedResource firstValue = new TypedResource<>("first_value", ResType.CHAR_SEQUENCE, xmlContext); in shouldNotOverwriteValuesWithMatchingQualifiers() local 176 bundle.put(new ResName("org.robolectric", "string", "resource_name"), firstValue); in shouldNotOverwriteValuesWithMatchingQualifiers()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | CharsTrieTest.java | 712 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local 716 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst() 726 firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() 730 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
|
D | BytesTrieTest.java | 583 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local 588 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | CharsTrieTest.java | 709 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local 713 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst() 723 firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() 727 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
|
D | BytesTrieTest.java | 580 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local 585 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
|
/external/icu/icu4c/source/common/ |
D | uloc_tag.cpp | 1587 UBool firstValue = TRUE; in _appendKeywords() local 1591 if (firstValue) { in _appendKeywords() 1594 firstValue = FALSE; in _appendKeywords() 1667 UBool firstValue = TRUE; in _appendPrivateuseToLanguageTag() local 1688 if (firstValue) { in _appendPrivateuseToLanguageTag() 1707 if (firstValue) { in _appendPrivateuseToLanguageTag() 1726 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/fxjs/ |
D | cfxjse_formcalc_context.h | 377 CFXJSE_Value* firstValue,
|
D | cfxjse_formcalc_context.cpp | 5759 CFXJSE_Value* firstValue, in simpleValueCompare() argument 5761 if (!firstValue) in simpleValueCompare() 5764 if (firstValue->IsString()) { in simpleValueCompare() 5765 ByteString firstString = ValueToUTF8String(firstValue); in simpleValueCompare() 5769 if (firstValue->IsNumber()) { in simpleValueCompare() 5770 float first = ValueToFloat(pThis, firstValue); in simpleValueCompare() 5774 if (firstValue->IsBoolean()) in simpleValueCompare() 5775 return firstValue->ToBoolean() == secondValue->ToBoolean(); in simpleValueCompare() 5777 return firstValue->IsNull() && secondValue && secondValue->IsNull(); in simpleValueCompare()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 608 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; } in classofKind()
|