/external/ltp/ |
runltp | 112 [ -g HTMLFILE] [ -i NUM_PROCS ] [ -l LOGFILE ] [ -m NUM_PROCS,CHUNKS,BYTES,HANGUP_FLAG ] 128 [NUM_BYTES = write these many bytes (defaults to 1GB, when value 0 or undefined)] 140 -m NUM_PROCS,CHUNKS,BYTES,HANGUP_FLAG 144 [BYTES = malloc CHUNKS of BYTES bytes (default is 256MB when value 0 or undefined) ] 290 $NUM_FILES --hdd-bytes $NUM_BYTES >/dev/null 2>&1 & 294 $NUM_FILES --hdd-bytes $NUM_BYTES --hdd-noclean >/dev/null 2>&1 & 357 m) NUM_PROCS=1; CHUNKS=1; BYTES=$((256 * 1024 * 1024)); HANGUP_FLAG=0 365 3) BYTES="$ARGUMENT" ; [all...] |
/external/guava/guava/src/com/google/common/primitives/ |
Chars.java | 55 * The number of bytes required to represent a primitive {@code char} 58 public static final int BYTES = Character.SIZE / Byte.SIZE; 299 * stored in the first 2 bytes of {@code bytes}; equivalent to {@code 300 * ByteBuffer.wrap(bytes).getChar()}. For example, the input byte array 306 * @throws IllegalArgumentException if {@code bytes} has fewer than 2 310 public static char fromByteArray(byte[] bytes) { 311 checkArgument(bytes.length >= BYTES, 312 "array too small: %s < %s", bytes.length, BYTES) [all...] |
Shorts.java | 54 * The number of bytes required to represent a primitive {@code short} 57 public static final int BYTES = Short.SIZE / Byte.SIZE; 307 * stored in the first 2 bytes of {@code bytes}; equivalent to {@code 308 * ByteBuffer.wrap(bytes).getShort()}. For example, the input byte array 314 * @throws IllegalArgumentException if {@code bytes} has fewer than 2 318 public static short fromByteArray(byte[] bytes) { 319 checkArgument(bytes.length >= BYTES, 320 "array too small: %s < %s", bytes.length, BYTES) [all...] |
Ints.java | 56 * The number of bytes required to represent a primitive {@code int} 59 public static final int BYTES = Integer.SIZE / Byte.SIZE; 309 * the first 4 bytes of {@code bytes}; equivalent to {@code 310 * ByteBuffer.wrap(bytes).getInt()}. For example, the input byte array {@code 317 * @throws IllegalArgumentException if {@code bytes} has fewer than 4 elements 320 public static int fromByteArray(byte[] bytes) { 321 checkArgument(bytes.length >= BYTES, 322 "array too small: %s < %s", bytes.length, BYTES) [all...] |
Longs.java | 53 * The number of bytes required to represent a primitive {@code long} 56 public static final int BYTES = Long.SIZE / Byte.SIZE; 278 * stored in the first 8 bytes of {@code bytes}; equivalent to {@code 279 * ByteBuffer.wrap(bytes).getLong()}. For example, the input byte array 286 * @throws IllegalArgumentException if {@code bytes} has fewer than 8 289 public static long fromByteArray(byte[] bytes) { 290 checkArgument(bytes.length >= BYTES, 291 "array too small: %s < %s", bytes.length, BYTES) [all...] |
Floats.java | 58 * The number of bytes required to represent a primitive {@code float} 63 public static final int BYTES = Float.SIZE / Byte.SIZE;
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
Utils.java | 107 case BYTES: 151 case BYTES: 188 case BYTES: 190 throw runtime.newTypeError("Encoding for bytes fields" +
|
/external/v8/src/wasm/ |
streaming-decoder.cc | 28 void StreamingDecoder::OnBytesReceived(Vector<const uint8_t> bytes) { 29 TRACE_STREAMING("OnBytesReceived(%zu bytes)\n", bytes.size()); 31 while (ok() && current < bytes.size()) { 33 state_->ReadBytes(this, bytes.SubVector(current, bytes.size())); 40 total_size_ += bytes.size(); 47 Vector<const uint8_t> bytes) { 48 size_t num_bytes = std::min(bytes.size(), remaining()); 49 TRACE_STREAMING("ReadBytes(%zu bytes)\n", num_bytes) 67 OwnedVector<uint8_t> bytes = OwnedVector<uint8_t>::New(total_size_); local [all...] |
module-decoder.cc | 130 // Consume bytes before validation to guarantee that the string is not oob. 186 "(%u bytes expected, %zu decoded)", 246 // The main logic for decoding the bytes of a module. 304 void DecodeModuleHeader(Vector<const uint8_t> bytes, uint8_t offset) { 306 Reset(bytes, offset); 310 #define BYTES(x) (x & 0xFF), (x >> 8) & 0xFF, (x >> 16) & 0xFF, (x >> 24) & 0xFF 315 BYTES(kWasmMagic), BYTES(magic_word)); 325 BYTES(kWasmVersion), BYTES(magic_version)) [all...] |
/external/python/cpython3/Tools/stringbench/ |
stringbench.py | 19 BYTES = bytes_from_str = lambda x: x.encode('ascii') 22 BYTES = bytes_from_str = lambda x: x 675 if STR is BYTES and sys.version_info >= (3,): 823 if STR is BYTES: 892 if STR is BYTES: 1072 if STR is BYTES: [all...] |
/external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/ |
alltypes_legacy.c | 81 PB_FIELD( 15, BYTES , REQUIRED, STATIC , OTHER, AllTypes, req_bytes, req_string, 0), 98 PB_FIELD( 35, BYTES , REPEATED, STATIC , OTHER, AllTypes, rep_bytes, rep_string, 0), 115 PB_FIELD( 55, BYTES , OPTIONAL, STATIC , OTHER, AllTypes, opt_bytes, opt_string, &AllTypes_opt_bytes_default),
|
/external/nanopb-c/tests/backwards_compatibility/ |
alltypes_legacy.c | 81 PB_FIELD( 15, BYTES , REQUIRED, STATIC , OTHER, AllTypes, req_bytes, req_string, 0), 98 PB_FIELD( 35, BYTES , REPEATED, STATIC , OTHER, AllTypes, rep_bytes, rep_string, 0), 115 PB_FIELD( 55, BYTES , OPTIONAL, STATIC , OTHER, AllTypes, opt_bytes, opt_string, &AllTypes_opt_bytes_default),
|
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/ |
load_balancer.pb.c | 57 PB_FIELD( 1, BYTES , OPTIONAL, STATIC , FIRST, grpc_lb_v1_Server, ip_address, ip_address, 0),
|
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ |
keymaster_defs.proto | 35 BYTES = 0x90000; /* 9 << 16 */ 74 APPLICATION_ID = 0x90259; // (TagType:BYTES | 601) 76 APPLICATION_DATA = 0x902bc; // (TagType:BYTES | 700) 80 ROOT_OF_TRUST = 0x902c0; // (TagType:BYTES | 704) 83 UNIQUE_ID = 0x902c3; // (TagType:BYTES | 707) 84 ATTESTATION_CHALLENGE = 0x902c4; // (TagType:BYTES | 708) 85 ATTESTATION_APPLICATION_ID = 0x902c5; // (TagType:BYTES | 709) 86 ATTESTATION_ID_BRAND = 0x902c6; // (TagType:BYTES | 710) 87 ATTESTATION_ID_DEVICE = 0x902c7; // (TagType:BYTES | 711) 88 ATTESTATION_ID_PRODUCT = 0x902c8; // (TagType:BYTES | 712 [all...] |
/external/protobuf/src/google/protobuf/ |
map_type_handler.h | 119 TYPE_TRAITS(BYTES , ArenaStringPtr , LENGTH_DELIMITED, false, false) 184 // SpaceUsedInMapEntry: Return bytes used by value in MapEntry, excluding 187 // Return bytes used by value in Map. 251 MAP_HANDLER(BYTES) 283 GOOGLE_PROTOBUF_BYTE_SIZE(BYTES , Bytes) 327 GET_CACHED_SIZE(BYTES , Bytes) 385 WRITE_METHOD(BYTES , Bytes) [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
TrieMap.java | 37 BYTES, CHARS 64 Builder<V> result = style == Style.BYTES ? new BytesTrieMap.BytesBuilder<V>() 75 Builder<V> result = style == Style.BYTES ? new BytesTrieMap.BytesBuilder<V>() 117 private byte[] bytes = new byte[3]; field in class:TrieMap.BytesTrieMap 136 int limit = ByteConverter.getBytes(c, bytes, 0); 137 result = limit == 1 ? bytesTrie.next(bytes[0]) : bytesTrie.next(bytes, 0, limit); 147 // byte[] bytes = new byte[3]; 150 // int limit = ByteConverter.getBytes(c, bytes, 0); 152 // result = bytesTrie.next(bytes[j]&0xFF) 215 private byte[] bytes = new byte[3]; field in class:TrieMap.BytesTrieMap.BytesMatcher 278 byte[] bytes = new byte[200]; field in class:TrieMap.BytesBuilder [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
TrieMap.java | 36 BYTES, CHARS 63 Builder<V> result = style == Style.BYTES ? new BytesTrieMap.BytesBuilder<V>() 74 Builder<V> result = style == Style.BYTES ? new BytesTrieMap.BytesBuilder<V>() 116 private byte[] bytes = new byte[3]; field in class:TrieMap.BytesTrieMap 135 int limit = ByteConverter.getBytes(c, bytes, 0); 136 result = limit == 1 ? bytesTrie.next(bytes[0]) : bytesTrie.next(bytes, 0, limit); 146 // byte[] bytes = new byte[3]; 149 // int limit = ByteConverter.getBytes(c, bytes, 0); 151 // result = bytesTrie.next(bytes[j]&0xFF) 214 private byte[] bytes = new byte[3]; field in class:TrieMap.BytesTrieMap.BytesMatcher 277 byte[] bytes = new byte[200]; field in class:TrieMap.BytesBuilder [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_query.c | [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
r600_query.c | [all...] |
/cts/tests/tests/car/src/android/car/cts/ |
CarPropertyConfigTest.java | 71 VehiclePropertyType.BYTES,
|
/external/protobuf/js/binary/ |
constants.js | 103 * A field in jspb can be a scalar, a block of bytes, another proto, or an 184 BYTES: 12, 242 case fieldTypes.BYTES:
|
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
LongsTest.java | 208 Longs.fromByteArray(new byte[Longs.BYTES - 1]); 225 byte[] b = new byte[Longs.BYTES]; 329 List<Byte> bytes = Arrays.asList((byte) 0, (byte) 1, (byte) 2); local 336 assertTrue(Arrays.equals(array, Longs.toArray(bytes)));
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
IntsTest.java | 237 Ints.fromByteArray(new byte[Ints.BYTES - 1]); 254 byte[] b = new byte[Ints.BYTES]; 368 List<Byte> bytes = Arrays.asList((byte) 0, (byte) 1, (byte) 2); local 375 assertTrue(Arrays.equals(array, Ints.toArray(bytes)));
|
LongsTest.java | 219 Longs.fromByteArray(new byte[Longs.BYTES - 1]); 236 byte[] b = new byte[Longs.BYTES]; 351 List<Byte> bytes = Arrays.asList((byte) 0, (byte) 1, (byte) 2); local 358 assertTrue(Arrays.equals(array, Longs.toArray(bytes)));
|
/external/python/apitools/apitools/base/protorpclite/ |
test_util.py | 298 bytes_value = messages.BytesField(8, variant=messages.Variant.BYTES) 332 variant=messages.Variant.BYTES, 381 bytes_value: b"a bytes\xff\xfe" 394 bytes_value: [b"a bytes\xff\xfe", b"another bytes"] 482 message.bytes_value = b'a bytes\xff\xfe' 497 message.bytes_value = [b'a bytes\xff\xfe', b'another bytes']
|