Searched refs:valueSize (Results 1 - 15 of 15) 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/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DDateTimeFieldsState.cpp38 if (index >= state.valueSize())
47 if (index >= state.valueSize())
H A DFormController.cpp70 size_t valueSize = stateVector[index++].toUInt();
71 if (!valueSize)
73 if (index + valueSize > stateVector.size())
76 state.m_values.reserveCapacity(valueSize);
77 for (size_t i = 0; i < valueSize; ++i)
484 if (state.valueSize() > 0)
500 if (state.valueSize() > 0)
H A DFormController.h48 size_t valueSize() const { return m_values.size(); } function in class:WebCore::FormControlState
H A DFileInputType.cpp65 for (size_t i = 0; i < state.valueSize(); i += 2) {
94 if (state.valueSize() % 2)
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientlib.c205 uint8_t valueSize,
215 keyvalsize = 1 + keysize + (value ? (1 + valueSize) : 0);
238 memcpy(p, value, valueSize);
239 p += valueSize;
201 TXTRecordSetValue( TXTRecordRef *txtRecord, const char *key, uint8_t valueSize, const void *value ) argument
H A Ddns_sd.h2143 * valueSize: The size of the value.
2147 * For values that represent textual data, valueSize
2151 * If non-NULL but valueSize is zero, then "key=" will be
2165 uint8_t valueSize, /* may be zero */
/external/clang/lib/Driver/
H A DWindowsToolChain.cpp89 DWORD valueSize = maxLength - 1; local
165 (LPBYTE)value, &valueSize);
177 (LPBYTE)value, &valueSize);
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp596 uint64_t valueSize = Context.getTypeSize(valueType); local
598 if (valueSize != atomicSize) {
599 assert(valueSize < atomicSize);
602 llvm::ArrayType::get(CGM.Int8Ty, (atomicSize - valueSize) / 8)
/external/chromium_org/third_party/khronos/EGL/
H A Deglext.h505 typedef void (*EGLSetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, const void *value, EGLsizeiANDROID valueSize);
506 typedef EGLsizeiANDROID (*EGLGetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, void *value, EGLsizeiANDROID valueSize);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c145 uint32_t valueSize; member in struct:attrTest
177 for(j = 0; j<attrs[i].valueSize; j++) {
/external/icu4c/test/cintltst/
H A Dcapitst.c106 uint32_t valueSize; member in struct:attrTest
138 for(j = 0; j<attrs[i].valueSize; j++) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.cpp982 for (size_t i = 0; i < state.valueSize(); ++i) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 370 milliseconds