/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/ |
EmitterMultiLineTest.java | 44 byte[] binary = { 8, 14, 15, 10, 126, 32, 65, 65, 65 }; 48 list.add(binary); 54 String etalon = "- |-\n first\n second\n third\n- |\n one\n two\n three\n- !!binary |-\n CA4PCn4gQUFB\n"; 61 assertEquals(new String(binary), new String((byte[]) parsed.get(2)));
|
/system/extras/simpleperf/ |
record_test.cpp | 40 std::vector<char> binary = record.BinaryFormat(); local 42 ReadRecordsFromBuffer(event_attr, binary.data(), binary.size());
|
/build/tools/fs_config/ |
Android.mk | 26 # To Build the custom target binary for the host to generate the fs_config 61 # Generate the system/etc/fs_config_dirs binary file for the target 72 # Generate the system/etc/fs_config_files binary file for the target
|
/external/v8/test/mjsunit/regress/ |
regress-1278.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above 30 // Test that that handling of 0/-0 is correct for binary operations when the
|
/external/v8/tools/testrunner/network/ |
network_execution.py | 2 # Redistribution and use in source and binary forms, with or without 8 # * Redistributions in binary form must reproduce the above 131 binary = signatures.ReadFileAndSignature(path) 132 if binary[0] is None: 134 assert binary[1] != 0 135 return binary[1] 136 binary.append(binary_needs_libv8) 137 self.binaries[shell] = binary
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/ |
Makefile | 41 fakeroot ./debian/rules binary
|
/external/chromium-trace/catapult/third_party/python_gflags/ |
Makefile | 41 fakeroot ./debian/rules binary
|
/external/clang/tools/clang-format/ |
clang-format-diff.py | 35 binary = 'clang-format' variable 98 command = [binary, filename]
|
git-clang-format | 43 clangFormat.binary 87 p.add_argument('--binary', 88 default=config.get('clangformat.binary', 'clang-format'), 146 binary=opts.binary, 320 def run_clang_format_and_save_to_tree(changed_lines, binary='clang-format', 328 blob_id = clang_format_to_blob(filename, line_ranges, binary=binary, 354 def clang_format_to_blob(filename, line_ranges, binary='clang-format', 359 clang_format_cmd = [binary, filename [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
ast.ml | 13 (* variant for a binary operator. *) 14 | Binary of char * expr * expr
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
ast.ml | 13 (* variant for a binary operator. *) 14 | Binary of char * expr * expr
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
ast.ml | 13 (* variant for a binary operator. *) 14 | Binary of char * expr * expr
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfStdIO.cpp | 8 // Redistribution and use in source and binary forms, with or without 13 // * Redistributions in binary form must reproduce the above 96 _is (new ifstream (fileName, ios_base::binary)), 159 _os (new ofstream (fileName, ios_base::binary)),
|
/external/webrtc/third_party/gtest-parallel/ |
gtest-parallel | 138 (binary, test) = arg.split(' ', 1) 139 self.tests[job_id] = (binary, test.strip()) 143 (binary, test) = self.tests[job_id] 172 for (binary, test) in self.failures: 173 self.out.permanent_line(" " + binary + ": " + test) 193 self.__times = {} # (test binary, test name) -> runtime in ms 217 def get_test_time(self, binary, testname): 220 return self.__times.get((binary, testname), None) 222 def record_test_time(self, binary, testname, runtime_ms): 226 self.__times[(binary, testname)] = runtime_m [all...] |
/frameworks/native/libs/gui/tests/ |
Android.mk | 41 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
base64mime.py | 125 def encode(s, binary=True, maxlinelen=76, eol=NL): 131 If binary is False, end-of-line characters will be converted to the 142 if not binary:
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
base64mime.py | 125 def encode(s, binary=True, maxlinelen=76, eol=NL): 131 If binary is False, end-of-line characters will be converted to the 142 if not binary:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
base64mime.py | 125 def encode(s, binary=True, maxlinelen=76, eol=NL): 131 If binary is False, end-of-line characters will be converted to the 142 if not binary:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
base64mime.py | 125 def encode(s, binary=True, maxlinelen=76, eol=NL): 131 If binary is False, end-of-line characters will be converted to the 142 if not binary:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
consfar.d | 10 0+000 <binary>:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
b-widec3.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
sec-12.d | 5 #ld: --oformat binary
|
/toolchain/binutils/binutils-2.25/libiberty/ |
pex-common.c | 417 pex_input_pipe (struct pex_obj *obj, int binary) 437 if (obj->funcs->pipe (obj, p, binary != 0) < 0) 440 f = obj->funcs->fdopenw (obj, p[WRITE_PORT], binary != 0); 463 pex_read_output (struct pex_obj *obj, int binary) 478 obj->read_output = fopen (obj->next_input_name, binary ? "rb" : "r"); 494 obj->read_output = obj->funcs->fdopenr (obj, o, binary); 502 pex_read_err (struct pex_obj *obj, int binary) 509 obj->read_err = obj->funcs->fdopenr (obj, o, binary);
|
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.3.0-alpha1/ |
gradle-experimental-0.3.0-alpha1.jar | |
/build/core/ |
host_shared_library_internal.mk | 39 include $(BUILD_SYSTEM)/binary.mk
|