/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | WireFormat.java | 125 BYTES (JavaType.BYTE_STRING, WIRETYPE_LENGTH_DELIMITED) { in BYTES() enumConstant
|
D | Descriptors.java | 829 BYTES (JavaType.BYTE_STRING), enumConstant
|
/external/oprofile/libop/ |
D | op_xml_out.h | 43 BYTES_TABLE, BYTES, enumerator
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | imports.h | 53 #define MALLOC(BYTES) malloc(BYTES) argument 55 #define CALLOC(BYTES) calloc(1, BYTES) argument
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 53 #define MALLOC(BYTES) malloc(BYTES) argument 55 #define CALLOC(BYTES) calloc(1, BYTES) argument
|
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/ |
D | Shorts.java | 49 public static final int BYTES = Short.SIZE / Byte.SIZE; field in Shorts
|
D | Ints.java | 49 public static final int BYTES = Integer.SIZE / Byte.SIZE; field in Ints
|
D | Longs.java | 49 public static final int BYTES = Long.SIZE / Byte.SIZE; field in Longs
|
D | Chars.java | 52 public static final int BYTES = Character.SIZE / Byte.SIZE; field in Chars
|
/external/guava/guava/src/com/google/common/primitives/ |
D | Doubles.java | 54 public static final int BYTES = Double.SIZE / Byte.SIZE; field in Doubles
|
D | Floats.java | 54 public static final int BYTES = Float.SIZE / Byte.SIZE; field in Floats
|
D | Longs.java | 51 public static final int BYTES = Long.SIZE / Byte.SIZE; field in Longs
|
D | Shorts.java | 51 public static final int BYTES = Short.SIZE / Byte.SIZE; field in Shorts
|
D | Chars.java | 54 public static final int BYTES = Character.SIZE / Byte.SIZE; field in Chars
|
D | Ints.java | 54 public static final int BYTES = Integer.SIZE / Byte.SIZE; field in Ints
|
/external/mksh/src/ |
D | funcs.c | 1809 enum { LINES, BYTES, UPTO, READALL } readmode = LINES; in c_read() enumerator
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 2005 final byte[] BYTES = new byte[] { 2, -3, 5, 127, 0, -128 }; field in NativeCryptoTest
|