Home
last modified time | relevance | path

Searched refs:readValue (Results 1 – 25 of 29) sorted by relevance

12

/external/libese/apps/weaver/tests/
Dweaver_test.cpp66 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/
Ddecoder_test.js59 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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowParcel.java575 return readValue((byte) 0); in readByte()
589 return readValue(0); in readInt()
603 return readValue(0L); in readLong()
617 return readValue(0f); in readFloat()
631 return readValue(0d); in readDouble()
646 return readValue(null); in readString()
663 return readValue(null); in readStrongBinder()
786 private <T> T readValue(T defaultValue) { in readValue() method in ShadowParcel.ByteBuffer
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrie.java342 return readValue(bytes_, pos, leadByte>>1);
585 entry_.value=readValue(bytes_, pos, node>>1); in next()
646 int value=readValue(bytes_, pos, node>>1); in branchNext()
684 private static int readValue(byte[] bytes, int pos, int leadByte) { in readValue() method
876 int value=readValue(bytes, pos, node>>1);
917 int value=readValue(bytes, pos, node>>1); in findUniqueValue()
DCharsTrie.java310 readValue(chars_, pos, leadUnit&0x7fff) : readNodeValue(chars_, pos, leadUnit); in getValue()
515 entry_.value=readValue(chars_, pos, node&0x7fff); in next()
589 int value=readValue(chars_, pos, node&=0x7fff); in branchNext()
630 private static int readValue(CharSequence chars, int pos, int leadUnit) { in readValue() method in CharsTrie
822 int value=readValue(chars, pos, node); in findUniqueValueFromBranch()
867 value=readValue(chars, pos, node&0x7fff); in findUniqueValue()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java359 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()
DCharsTrie.java322 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/parameter-framework/upstream/parameter/
DArrayParameter.cpp386 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/
Dbytestrie.cpp32 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()
Ducharstrieiterator.cpp143 value_=readValue(pos, node&0x7fff); in next()
201 int32_t value=readValue(pos, node&=0x7fff); in branchNext()
Dbytestrieiterator.cpp138 value_=readValue(pos, node>>1); in next()
200 int32_t value=readValue(pos, node>>1); in branchNext()
Ducharstrie.cpp302 int32_t value=readValue(pos, node); in findUniqueValueFromBranch()
345 value=readValue(pos, node&0x7fff); in findUniqueValue()
/external/proguard/src/proguard/classfile/instruction/
DConstantInstruction.java129 constantIndex = readValue(code, offset, constantIndexSize); offset += constantIndexSize; in readInfo()
130 constant = readValue(code, offset, constantSize); in readInfo()
DInstruction.java1029 protected static int readValue(byte[] code, int offset, int valueSize) in readValue() method in Instruction
DVariableInstruction.java271 variableIndex = readValue(code, offset, variableIndexSize); offset += variableIndexSize; in readInfo()
/external/fonttools/Tests/ufoLib/
DUFO1_test.py47 readValue = getattr(infoObject, attr)
48 self.assertEqual(originalValue, readValue)
/external/icu/icu4c/source/common/unicode/
Dbytestrie.h212 return readValue(pos, leadByte>>1); in getValue()
366 static int32_t readValue(const uint8_t *pos, int32_t leadByte);
Ducharstrie.h227 readValue(pos, leadUnit&0x7fff) : readNodeValue(pos, leadUnit); in getValue()
384 static inline int32_t readValue(const char16_t *pos, int32_t leadUnit) { in readValue() function
/external/jsoncpp/src/lib_json/
Djson_reader.cpp130 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/
Dreader.h199 bool readValue();
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp311 bool successful = readValue(); in parse()
332 bool Reader::readValue() { in readValue() function in Json::Reader
665 bool ok = readValue(); in readObject()
702 bool ok = readValue(); in readArray()
1193 bool readValue();
1268 bool successful = readValue(); in parse()
1295 bool OurReader::readValue() { in readValue() function in Json::OurReader
1628 bool ok = readValue(); in readObject()
1665 bool ok = readValue(); in readArray()
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp311 bool successful = readValue(); in parse()
332 bool Reader::readValue() { in readValue() function in Json::Reader
665 bool ok = readValue(); in readObject()
702 bool ok = readValue(); in readArray()
1193 bool readValue();
1268 bool successful = readValue(); in parse()
1295 bool OurReader::readValue() { in readValue() function in Json::OurReader
1628 bool ok = readValue(); in readObject()
1665 bool ok = readValue(); in readArray()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp326 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()
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp311 bool successful = readValue(); in parse()
332 bool Reader::readValue() { in readValue() function in Json::Reader
665 bool ok = readValue(); in readObject()
702 bool ok = readValue(); in readArray()
1193 bool readValue();
1268 bool successful = readValue(); in parse()
1295 bool OurReader::readValue() { in readValue() function in Json::OurReader
1628 bool ok = readValue(); in readObject()
1665 bool ok = readValue(); in readArray()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DPacketStream.java503 ValueImpl readValue() { in readValue() method in PacketStream

12