/external/chromium_org/third_party/sfntly/cpp/src/test/ |
open_type_data_test.cc | 46 ByteVector source_bytes(1024); 47 for (size_t i = 0; i < source_bytes.size(); ++i) { 48 source_bytes[i] = (byte_t)(i & 0xff); 50 ByteArrayPtr source_array = new MemoryByteArray(&(source_bytes[0]), 1024); 60 EXPECT_TRUE(std::equal(source_bytes.begin(), source_bytes.end(),
|
/external/sfntly/cpp/src/test/ |
open_type_data_test.cc | 46 ByteVector source_bytes(1024); 47 for (size_t i = 0; i < source_bytes.size(); ++i) { 48 source_bytes[i] = (byte_t)(i & 0xff); 50 ByteArrayPtr source_array = new MemoryByteArray(&(source_bytes[0]), 1024); 60 EXPECT_TRUE(std::equal(source_bytes.begin(), source_bytes.end(),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_memoryview.py | 16 source_bytes = b"abcdef" variable in class:AbstractMemoryTests 20 return self.source_bytes 286 source_bytes = b"XabcdefY" variable in class:BaseMemorySliceTests 303 source_bytes = b"XabcdefY" variable in class:BaseMemorySliceSliceTests
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_memoryview.py | 16 source_bytes = b"abcdef" variable in class:AbstractMemoryTests 20 return self.source_bytes 286 source_bytes = b"XabcdefY" variable in class:BaseMemorySliceTests 303 source_bytes = b"XabcdefY" variable in class:BaseMemorySliceSliceTests
|
/external/llvm/bindings/python/llvm/ |
disassembler.py | 122 source_bytes = c_char_p(source) 126 buf = cast(source_bytes, POINTER(c_ubyte * len(source))).contents
|
/external/chromium_org/v8/tools/ |
js2c.py | 422 def BuildMetadata(sources, source_bytes, native_type): 427 source_bytes: A list of source bytes. 434 total_length = len(source_bytes) 462 have_raw_sources = source_bytes == raw_sources 469 "sources_declaration": SOURCES_DECLARATION % ToCArray(source_bytes),
|