HomeSort by relevance Sort by last modified time
    Searched refs:source_bytes (Results 1 - 3 of 3) sorted by null

  /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/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),

Completed in 86 milliseconds