Searched refs:valueSize (Results 1 - 4 of 4) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
H A DInstruction.java812 protected static int readValue(byte[] code, int offset, int valueSize) argument
814 switch (valueSize)
820 default: throw new IllegalArgumentException("Unsupported value size ["+valueSize+"]");
835 protected static int readSignedValue(byte[] code, int offset, int valueSize) argument
837 switch (valueSize)
843 default: throw new IllegalArgumentException("Unsupported value size ["+valueSize+"]");
876 protected static void writeValue(byte[] code, int offset, int value, int valueSize) argument
878 switch (valueSize)
884 default: throw new IllegalArgumentException("Unsupported value size ["+valueSize+"]");
909 protected static void writeSignedValue(byte[] code, int offset, int value, int valueSize) argument
[all...]
/external/opencore/fileformats/id3parcom/src/
H A Dpv_id3_parcom.cpp429 uint32 valueSize = 0; local
435 valueSize = valueStrLen + 1;
439 valueSize = (valueStrLen + 2) * sizeof(oscl_wchar);
445 valueSize = 0;
454 kvp = HandleErrorForKVPAllocation(key, kvpValueType, valueSize, truncate, status);
/external/icu4c/test/cintltst/
H A Dcapitst.c144 uint32_t valueSize; member in struct:attrTest
176 for(j = 0; j<attrs[i].valueSize; j++) {
/external/webkit/WebCore/css/
H A DCSSStyleSelector.cpp637 unsigned valueSize = resolvedVariable->length(); local
638 for (unsigned j = 0; j < valueSize; ++j)

Completed in 139 milliseconds