Searched refs:readValue (Results 1 - 25 of 38) sorted by relevance

12

/external/protobuf/js/binary/
H A Ddecoder_test.js52 * @param {Function} readValue
59 function doTestUnsignedValue(readValue,
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!';
93 * @param {Function} readValue
101 function doTestSignedValue(readValue,
131 assertEquals(filter(lowerLimit), readValue.call(decoder));
132 assertEquals(filter(-epsilon), readValue
[all...]
/external/parameter-framework/upstream/parameter/
H A DArrayParameter.cpp386 type readValue; local
388 if (!doGet(readValue, offset, parameterAccessContext)) {
393 values.push_back(readValue);
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java340 return readValue(bytes_, pos, leadByte>>1);
581 entry_.value=readValue(bytes_, pos, node>>1);
642 int value=readValue(bytes_, pos, node>>1);
680 private static int readValue(byte[] bytes, int pos, int leadByte) { method in class:BytesTrie
781 // int delta=readValue(pos, node>>1);
798 // end readValue()
872 int value=readValue(bytes, pos, node>>1);
913 int value=readValue(bytes, pos, node>>1);
H A DCharsTrie.java309 readValue(chars_, pos, leadUnit&0x7fff) : readNodeValue(chars_, pos, leadUnit);
512 entry_.value=readValue(chars_, pos, node&0x7fff);
586 int value=readValue(chars_, pos, node&=0x7fff);
627 private static int readValue(CharSequence chars, int pos, int leadUnit) { method in class:CharsTrie
735 // int delta=readValue(pos, node);
745 // end readValue()
819 int value=readValue(chars, pos, node);
864 value=readValue(chars, pos, node&0x7fff);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java359 return readValue(bytes_, pos, leadByte>>1);
615 entry_.value=readValue(bytes_, pos, node>>1);
677 int value=readValue(bytes_, pos, node>>1);
715 private static int readValue(byte[] bytes, int pos, int leadByte) { method in class:BytesTrie
816 // int delta=readValue(pos, node>>1);
833 // end readValue()
907 int value=readValue(bytes, pos, node>>1);
948 int value=readValue(bytes, pos, node>>1);
H A DCharsTrie.java322 readValue(chars_, pos, leadUnit&0x7fff) : readNodeValue(chars_, pos, leadUnit);
537 entry_.value=readValue(chars_, pos, node&0x7fff);
612 int value=readValue(chars_, pos, node&=0x7fff);
653 private static int readValue(CharSequence chars, int pos, int leadUnit) { method in class:CharsTrie
761 // int delta=readValue(pos, node);
771 // end readValue()
845 int value=readValue(chars, pos, node);
890 value=readValue(chars, pos, node&0x7fff);
/external/icu/icu4c/source/common/
H A Dbytestrie.cpp32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { function in class:BytesTrie
112 // int32_t delta=readValue(pos, node>>1);
129 // end readValue()
331 int32_t value=readValue(pos, node>>1);
370 int32_t value=readValue(pos, node>>1);
H A Dbytestrieiterator.cpp138 value_=readValue(pos, node>>1);
200 int32_t value=readValue(pos, node>>1);
H A Ducharstrieiterator.cpp143 value_=readValue(pos, node&0x7fff);
201 int32_t value=readValue(pos, node&=0x7fff);
H A Ducharstrie.cpp92 // int32_t delta=readValue(pos, node);
102 // end readValue()
301 int32_t value=readValue(pos, node);
344 value=readValue(pos, node&0x7fff);
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h212 return readValue(pos, leadByte>>1);
366 static int32_t readValue(const uint8_t *pos, int32_t leadByte);
H A Ducharstrie.h227 readValue(pos, leadUnit&0x7fff) : readNodeValue(pos, leadUnit);
384 static inline int32_t readValue(const UChar *pos, int32_t leadUnit) { function in class:UCharsTrie
/external/proguard/src/proguard/classfile/instruction/
H A DConstantInstruction.java129 constantIndex = readValue(code, offset, constantIndexSize); offset += constantIndexSize;
130 constant = readValue(code, offset, constantSize);
H A DInstruction.java1029 protected static int readValue(byte[] code, int offset, int valueSize) method in class:Instruction
H A DVariableInstruction.java271 variableIndex = readValue(code, offset, variableIndexSize); offset += variableIndexSize;
/external/jsoncpp/include/json/
H A Dreader.h199 bool readValue();
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowParcel.java687 public Object readValue(ClassLoader loader) { method in class:ShadowParcel
964 Object key = readValue(loader);
965 Object value = readValue(loader);
972 Object value = readValue(loader);
980 Object value = readValue(loader);
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp130 bool successful = readValue();
151 bool Reader::readValue() { function in class:Json::Reader
439 bool ok = readValue();
475 bool ok = readValue();
/external/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp233 static int stackDepth_g = 0; // see readValue()
326 bool successful = readValue();
347 bool Reader::readValue() { function in class:Json::Reader
352 if (stackDepth_g >= stackLimit_g) throwRuntimeError("Exceeded stackLimit in readValue().");
680 bool ok = readValue();
717 bool ok = readValue();
1173 bool readValue();
1250 bool successful = readValue();
1277 bool OurReader::readValue() {
1278 if (stackDepth_ >= features_.stackLimit_) throwRuntimeError("Exceeded stackLimit in readValue()
[all...]
H A Djson.h1448 bool readValue();
1563 - Exceeding stackLimit (recursive depth of `readValue()`) will
/external/vogar/lib/
H A Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class Element.java package org.kxml2. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/guice/lib/build/
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...

Completed in 1374 milliseconds

12