/external/libese/apps/weaver/tests/ |
D | weaver_test.cpp | 66 uint8_t readValue[kEseWeaverValueSize]; in TEST_F() local 68 ASSERT_EQ(ESE_APP_RESULT_OK, ese_weaver_read(&mSession, slotId, KEY, readValue, &timeout)); in TEST_F() 69 ASSERT_EQ(0, memcmp(VALUE, readValue, kEseWeaverValueSize)); in TEST_F() 76 uint8_t readValue[kEseWeaverValueSize]; in TEST_F() local 79 ese_weaver_read(&mSession, slotId, WRONG_KEY, readValue, &timeout)); in TEST_F() 80 ASSERT_NE(0, memcmp(VALUE, readValue, kEseWeaverValueSize)); in TEST_F() 91 uint8_t readValue[kEseWeaverValueSize]; in TEST_F() local 93 ASSERT_EQ(ESE_APP_RESULT_OK, ese_weaver_read(&mSession, slotId, KEY, readValue, &timeout)); in TEST_F() 96 ASSERT_EQ(0, memcmp(readValue, expectedValue, kEseWeaverValueSize)); in TEST_F()
|
/external/protobuf/js/binary/ |
D | decoder_test.js | 59 function doTestUnsignedValue(readValue, argument 76 assertEquals(filter(0), readValue.call(decoder)); 77 assertEquals(filter(epsilon), readValue.call(decoder)); 78 assertEquals(filter(upperLimit), readValue.call(decoder)); 82 if (filter(cursor) != readValue.call(decoder)) throw 'fail!'; 101 function doTestSignedValue(readValue, argument 131 assertEquals(filter(lowerLimit), readValue.call(decoder)); 132 assertEquals(filter(-epsilon), readValue.call(decoder)); 133 assertEquals(filter(0), readValue.call(decoder)); 134 assertEquals(filter(epsilon), readValue.call(decoder)); [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | BytesTrie.java | 359 return readValue(bytes_, pos, leadByte>>1); 615 entry_.value=readValue(bytes_, pos, node>>1); in next() 677 int value=readValue(bytes_, pos, node>>1); in branchNext() 715 private static int readValue(byte[] bytes, int pos, int leadByte) { in readValue() method 907 int value=readValue(bytes, pos, node>>1); 948 int value=readValue(bytes, pos, node>>1); in findUniqueValue()
|
D | CharsTrie.java | 322 readValue(chars_, pos, leadUnit&0x7fff) : readNodeValue(chars_, pos, leadUnit); in getValue() 537 entry_.value=readValue(chars_, pos, node&0x7fff); in next() 612 int value=readValue(chars_, pos, node&=0x7fff); in branchNext() 653 private static int readValue(CharSequence chars, int pos, int leadUnit) { in readValue() method in CharsTrie 845 int value=readValue(chars, pos, node); in findUniqueValueFromBranch() 890 value=readValue(chars, pos, node&0x7fff); in findUniqueValue()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | BytesTrie.java | 340 return readValue(bytes_, pos, leadByte>>1); 581 entry_.value=readValue(bytes_, pos, node>>1); in next() 642 int value=readValue(bytes_, pos, node>>1); in branchNext() 680 private static int readValue(byte[] bytes, int pos, int leadByte) { in readValue() method 872 int value=readValue(bytes, pos, node>>1); 913 int value=readValue(bytes, pos, node>>1); in findUniqueValue()
|
D | CharsTrie.java | 309 readValue(chars_, pos, leadUnit&0x7fff) : readNodeValue(chars_, pos, leadUnit); in getValue() 512 entry_.value=readValue(chars_, pos, node&0x7fff); in next() 586 int value=readValue(chars_, pos, node&=0x7fff); in branchNext() 627 private static int readValue(CharSequence chars, int pos, int leadUnit) { in readValue() method in CharsTrie 819 int value=readValue(chars, pos, node); in findUniqueValueFromBranch() 864 value=readValue(chars, pos, node&0x7fff); in findUniqueValue()
|
/external/parameter-framework/upstream/parameter/ |
D | ArrayParameter.cpp | 386 type readValue; in getValues() local 388 if (!doGet(readValue, offset, parameterAccessContext)) { in getValues() 393 values.push_back(readValue); in getValues()
|
/external/icu/icu4c/source/common/ |
D | ucharstrieiterator.cpp | 143 value_=readValue(pos, node&0x7fff); in next() 201 int32_t value=readValue(pos, node&=0x7fff); in branchNext()
|
D | bytestrie.cpp | 32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue() function in BytesTrie 331 int32_t value=readValue(pos, node>>1); in findUniqueValueFromBranch() 370 int32_t value=readValue(pos, node>>1); in findUniqueValue()
|
D | bytestrieiterator.cpp | 138 value_=readValue(pos, node>>1); in next() 200 int32_t value=readValue(pos, node>>1); in branchNext()
|
D | ucharstrie.cpp | 301 int32_t value=readValue(pos, node); in findUniqueValueFromBranch() 344 value=readValue(pos, node&0x7fff); in findUniqueValue()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | ConstantInstruction.java | 129 constantIndex = readValue(code, offset, constantIndexSize); offset += constantIndexSize; in readInfo() 130 constant = readValue(code, offset, constantSize); in readInfo()
|
D | Instruction.java | 1029 protected static int readValue(byte[] code, int offset, int valueSize) in readValue() method in Instruction
|
D | VariableInstruction.java | 271 variableIndex = readValue(code, offset, variableIndexSize); offset += variableIndexSize; in readInfo()
|
/external/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 212 return readValue(pos, leadByte>>1); in getValue() 366 static int32_t readValue(const uint8_t *pos, int32_t leadByte);
|
D | ucharstrie.h | 227 readValue(pos, leadUnit&0x7fff) : readNodeValue(pos, leadUnit); in getValue() 384 static inline int32_t readValue(const UChar *pos, int32_t leadUnit) { in readValue() function
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowParcel.java | 687 public Object readValue(ClassLoader loader) { in readValue() method in ShadowParcel 964 Object key = readValue(loader); in readMapInternal() 965 Object value = readValue(loader); in readMapInternal() 972 Object value = readValue(loader); in readListInternal() 980 Object value = readValue(loader); in readArrayInternal()
|
/external/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 130 bool successful = readValue(); in parse() 151 bool Reader::readValue() { in readValue() function in Json::Reader 439 bool ok = readValue(); in readObject() 475 bool ok = readValue(); in readArray()
|
/external/jsoncpp/include/json/ |
D | reader.h | 199 bool readValue();
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 326 bool successful = readValue(); in parse() 347 bool Reader::readValue() { in readValue() function in Json::Reader 680 bool ok = readValue(); in readObject() 717 bool ok = readValue(); in readArray() 1173 bool readValue(); 1250 bool successful = readValue(); in parse() 1277 bool OurReader::readValue() { in readValue() function in Json::OurReader 1662 bool ok = readValue(); in readObject() 1699 bool ok = readValue(); in readArray()
|
D | json.h | 1448 bool readValue();
|