Home
last modified time | relevance | path

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

/third_party/ltp/testcases/network/nfs/nfslock01/
Dnfs_flock.c13 #define BYTES 64 macro
/third_party/protobuf/js/compatibility_tests/v3.1.0/
Dproto3_test.js42 var BYTES = new Uint8Array([1, 2, 8, 9]); variable
/third_party/protobuf/js/compatibility_tests/v3.0.0/
Dproto3_test.js42 var BYTES = new Uint8Array([1, 2, 8, 9]); variable
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBType.php48 const BYTES = 12; define in Google\\Protobuf\\Internal\\GPBType
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dproto_test.js93 var BYTES = new Uint8Array([1, 2, 8, 9]); variable
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dproto_test.js93 var BYTES = new Uint8Array([1, 2, 8, 9]); variable
/third_party/protobuf/js/binary/
Dproto_test.js97 var BYTES = new Uint8Array([1, 2, 8, 9]); variable
Dconstants.js200 BYTES: 12, property
/third_party/protobuf/js/
Dproto3_test.js46 var BYTES = new Uint8Array([1, 2, 8, 9]); variable
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java138 BYTES(JavaType.BYTE_STRING, WIRETYPE_LENGTH_DELIMITED) { in BYTES() method
DFieldType.java52 BYTES(10, Collection.SCALAR, JavaType.BYTE_STRING), enumConstant
DDescriptors.java1281 BYTES(JavaType.BYTE_STRING), enumConstant
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DNioByteStringTest.java55 private static final byte[] BYTES = ByteStringTest.getTestBytes(1234, 11337766L); field in NioByteStringTest
/third_party/python/Tools/stringbench/
Dstringbench.py19 BYTES = bytes_from_str = lambda x: x.encode('ascii') variable
22 BYTES = bytes_from_str = lambda x: x variable
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMap.java36 BYTES, CHARS enumConstant
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTrieMap.java37 BYTES, CHARS enumConstant
/third_party/mksh/
Dfuncs.c1613 enum { LINES, BYTES, UPTO, READALL } readmode = LINES; in c_read() enumerator