/third_party/libunwind/libunwind/tests/ |
H A D | x64-test-dwarf-expressions.S | 62 # !! IMPORTANT BIT !! The test is all about how we parse the following bytes.
|
/third_party/mbedtls/library/ |
H A D | psa_crypto_core.h | 115 size_t bytes; member 269 * \param[in] data_length Size of the \p data buffer in bytes. 272 * \param[in] key_buffer_size Size of the \p key_buffer buffer in bytes. This 275 * key_buffer in bytes. 299 * \param[in] key_buffer_size Size of the \p key_buffer buffer in bytes. 301 * \param[in] data_size Size of the \p data buffer in bytes. 302 * \param[out] data_length On success, the number of bytes written in 327 * \param[in] key_buffer_size Size of the \p key_buffer buffer in bytes. 329 * \param[in] data_size Size of the \p data buffer in bytes. 330 * \param[out] data_length On success, the number of bytes writte [all...] |
/third_party/jerryscript/jerry-core/debugger/ |
H A D | debugger.h | 38 * check the maximum buffer size. It needs to be between 64 and 256 bytes. 41 #error Please define the MAX_BUFFER_SIZE between 64 and 256 bytes. 368 uint8_t allocated_bytes[sizeof (uint32_t)]; /**< allocated bytes */ 369 uint8_t byte_code_bytes[sizeof (uint32_t)]; /**< byte code bytes */ 370 uint8_t string_bytes[sizeof (uint32_t)]; /**< string bytes */ 371 uint8_t object_bytes[sizeof (uint32_t)]; /**< object bytes */ 372 uint8_t property_bytes[sizeof (uint32_t)]; /**< property bytes */
|
/third_party/node/deps/v8/src/wasm/ |
H A D | jump-table-assembler.h | 263 void NopBytes(int bytes);
|
/third_party/node/deps/npm/node_modules/cacache/lib/content/ |
H A D | write.js | 191 const err = new Error(`Bad data size: expected inserted data to be ${expected} bytes, but got ${found} instead`)
|
/third_party/littlefs/scripts/ |
H A D | readtree.py | 59 gstate = bytes((a or 0) ^ (b or 0) 170 help="Size of a block in bytes.")
|
/third_party/node/deps/v8/src/parsing/ |
H A D | preparse-data.h | 148 void Reserve(size_t bytes);
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_screen.h | 104 unsigned bytes);
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_screen.h | 107 unsigned bytes);
|
/third_party/python/Lib/test/libregrtest/ |
H A D | refleak.py | 189 s = bytes(range(256))
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | unit_spirv.h | 55 unsigned char bytes[4]; member
|
/third_party/skia/src/core/ |
H A D | SkReadBuffer.h | 129 // Reads SkAlign4(bytes), but will only copy bytes into the buffer. 130 bool readPad32(void* buffer, size_t bytes); 183 * Returns true if there is enough bytes in the buffer to read n elements of T.
|
H A D | SkMask.h | 127 static uint8_t* AllocImage(size_t bytes, AllocType = kUninit_Alloc); 139 * operator>>= to add row bytes
|
/third_party/skia/src/images/ |
H A D | SkJpegEncoder.cpp | 199 jpeg_write_marker(encoderMgr->cinfo(), kICCMarker, markerData->bytes(), markerData->size()); in Make()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/ |
H A D | testlist.go | 19 "bytes" 151 if err := json.NewDecoder(bytes.NewReader(i)).Decode(&jsonGroups); err != nil {
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | x509.h | 35 int modified; /* true if 'bytes' needs to be built */ 36 BUF_MEM *bytes; /* cached encoding: cannot be NULL */ member
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | unit_spirv.h | 55 unsigned char bytes[4]; member
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | cfftypes.h | 54 * The size in bytes of object offsets in index. 57 * The position of first data byte in the index's bytes. 65 * bytes :: 66 * If the index is loaded in memory, its bytes. 79 FT_Byte* bytes; member 322 FT_UInt blend_used; /* number of bytes in use */ 323 FT_UInt blend_alloc; /* number of bytes allocated */
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | psobjs.h | 113 FT_Byte* bytes,
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | mock_tk.py | 135 if isinstance(index, (float, bytes)):
|
/third_party/python/Lib/test/ |
H A D | test_docxmlrpc.py | 58 def method_annotation(self, x: bytes): 206 b'method_annotation</strong></a>(x: bytes)</dt></dl>'),
|
H A D | test_ucn.py | 214 str, bytes("\\N{%s}" % ("x" * 100000), "ascii"), 'unicode-escape', 'strict'
|
H A D | test_urllibnet.py | 80 self.assertIsInstance(open_url.readline(), bytes,
|
/third_party/python/Lib/test/test_importlib/ |
H A D | fixtures.py | 262 if isinstance(contents, bytes):
|
/third_party/rust/crates/nom/tests/ |
H A D | json.rs | 5 bytes::complete::{tag, take},
|