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

/external/proguard/src/proguard/classfile/instruction/
H A DInstruction.java1029 protected static int readValue(byte[] code, int offset, int valueSize) argument
1031 switch (valueSize)
1037 default: throw new IllegalArgumentException("Unsupported value size ["+valueSize+"]");
1052 protected static int readSignedValue(byte[] code, int offset, int valueSize) argument
1054 switch (valueSize)
1060 default: throw new IllegalArgumentException("Unsupported value size ["+valueSize+"]");
1093 protected static void writeValue(byte[] code, int offset, int value, int valueSize) argument
1095 switch (valueSize)
1101 default: throw new IllegalArgumentException("Unsupported value size ["+valueSize+"]");
1126 protected static void writeSignedValue(byte[] code, int offset, int value, int valueSize) argument
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DGroupedLinkedMap.java131 final int valueSize = size();
132 return valueSize > 0 ? values.remove(valueSize - 1) : null;
/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/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp487 int valueSize; local
492 valueSize = Units_To_Pixels_X(MY_PROGRESS_VAL_UNITS);
494 int requiredSize = (labelSize + valueSize) * 2 + padSize;
504 labelSize = (xSizeClient - valueSize * 2 - padSize) / 2;
508 gSize = labelSize + valueSize;
512 labelSize = gSize - valueSize;
526 MoveItem(kIDs[i + 1], x + labelSize, yPos, valueSize, sY);
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp624 uint64_t valueSize = Context.getTypeSize(valueType); local
626 if (valueSize != atomicSize) {
627 assert(valueSize < atomicSize);
630 llvm::ArrayType::get(CGM.Int8Ty, (atomicSize - valueSize) / 8)
/external/clang/lib/Driver/
H A DMSVCToolChain.cpp103 DWORD valueSize = 0; local
107 &valueSize);
108 if (result != ERROR_SUCCESS || type != REG_SZ || !valueSize)
110 std::vector<BYTE> buffer(valueSize);
112 &valueSize);
115 valueSize / sizeof(wchar_t));
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.h337 int32_t valueSize,
H A Dnumfmtst.cpp8034 int32_t valueSize,
8038 for (int32_t j = 0; j < valueSize; j++) {
8039 UnicodeString currentExpected(expected[i * valueSize + j]);
8028 verifyRounding( DecimalFormat& format, const double *values, const char * const *expected, const DecimalFormat::ERoundingMode *roundingModes, const char * const *descriptions, int32_t valueSize, int32_t roundingModeSize) argument
/external/mdnsresponder/mDNSWindows/DLLStub/
H A DDLLStub.cpp533 uint8_t valueSize, /* may be zero */
543 ret = func( txtRecord, key, valueSize, value );
529 TXTRecordSetValue( TXTRecordRef *txtRecord, const char *key, uint8_t valueSize, const void *value ) argument
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
H A Deglext.h500 typedef void (*EGLSetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, const void *value, EGLsizeiANDROID valueSize);
501 typedef EGLsizeiANDROID (*EGLGetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, void *value, EGLsizeiANDROID valueSize);
/external/swiftshader/include/EGL/
H A Deglext.h424 typedef void (*EGLSetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, const void *value, EGLsizeiANDROID valueSize);
425 typedef EGLsizeiANDROID (*EGLGetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, void *value, EGLsizeiANDROID valueSize);
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c1096 int32_t valueLen, valueSize = strlen(expected) + 1; local
1098 value=(UChar*)malloc(sizeof(UChar) * valueSize);
1099 valueLen = u_unescape(expected, value, valueSize);
H A Dcapitst.c100 uint32_t valueSize; member in struct:attrTest
132 for(j = 0; j<attrs[i].valueSize; j++) {
/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 ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 712 milliseconds