Home
last modified time | relevance | path

Searched defs:BYTES (Results 1 – 25 of 26) sorted by relevance

12

/external/pdfium/xfa/fxbarcode/pdf417/
DBC_PDF417Compaction.h11 enum Compaction { AUTO, TEXT, BYTES, NUMERIC }; enumerator
/external/ltp/testcases/network/nfs/nfslock01/
Dnfs_flock.c13 #define BYTES 64 macro
/external/protobuf/js/
Dproto3_test.js42 var BYTES = new Uint8Array([1, 2, 8, 9]); variable
/external/protobuf/js/binary/
Dproto_test.js93 var BYTES = new Uint8Array([1, 2, 8, 9]); variable
Dconstants.js184 BYTES: 12, property
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java133 BYTES (JavaType.BYTE_STRING, WIRETYPE_LENGTH_DELIMITED) { in BYTES() method
DDescriptors.java1156 BYTES (JavaType.BYTE_STRING), enumConstant
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl07.c53 #define BYTES 100 macro
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dffi.c427 #define BYTES(text) memcpy(tramp, text, sizeof(text)), tramp += sizeof(text)-1 in ffi_prep_closure_loc() macro
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DNioByteStringTest.java58 private static final byte[] BYTES = ByteStringTest.getTestBytes(1234, 11337766L); field in NioByteStringTest
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
DChars.java56 public static final int BYTES = Character.SIZE / Byte.SIZE; field in Chars
DFloats.java59 public static final int BYTES = Float.SIZE / Byte.SIZE; field in Floats
DDoubles.java59 public static final int BYTES = Double.SIZE / Byte.SIZE; field in Doubles
DShorts.java55 public static final int BYTES = Short.SIZE / Byte.SIZE; field in Shorts
DInts.java58 public static final int BYTES = Integer.SIZE / Byte.SIZE; field in Ints
/external/guava/guava/src/com/google/common/primitives/
DFloats.java63 public static final int BYTES = Float.SIZE / Byte.SIZE; field in Floats
DChars.java58 public static final int BYTES = Character.SIZE / Byte.SIZE; field in Chars
DDoubles.java64 public static final int BYTES = Double.SIZE / Byte.SIZE; field in Doubles
DShorts.java57 public static final int BYTES = Short.SIZE / Byte.SIZE; field in Shorts
DLongs.java56 public static final int BYTES = Long.SIZE / Byte.SIZE; field in Longs
DInts.java59 public static final int BYTES = Integer.SIZE / Byte.SIZE; field in Ints
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTrieMap.java37 BYTES, CHARS enumConstant
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMap.java36 BYTES, CHARS enumConstant
/external/v8/src/wasm/
Dmodule-decoder.cc266 #define BYTES(x) (x & 0xff), (x >> 8) & 0xff, (x >> 16) & 0xff, (x >> 24) & 0xff in DecodeModule() macro
/external/mksh/src/
Dfuncs.c1597 enum { LINES, BYTES, UPTO, READALL } readmode = LINES; in c_read() enumerator

12