| /system/extras/simpleperf/scripts/ |
| binary_cache_builder.py | 69 # A dict mapping from binary name to build_id 96 # It is possible that the path of the binary in symfs_dirs doesn't match 103 # Map from filename to binary paths. 105 for binary in self.binaries: 106 index = binary.rfind('/') 107 filename = binary[index+1:] 111 paths.append(binary) 122 for binary in paths: 123 expected_build_id = self.binaries.get(binary) 126 expected_build_id, binary) [all...] |
| /development/testrunner/test_defs/ |
| native_test.py | 128 is no binary corresponding to the source file. We need to filter 139 binary = os.path.basename(f) 140 binary = os.path.splitext(binary)[0] 141 found = self._FindFileRecursively(path, binary) 143 binary = os.path.relpath(os.path.abspath(found), 145 binaries.append(binary) 149 """Finds the first executable binary in a given path that matches the name. 153 binary: Which binary to search for [all...] |
| /external/autotest/client/site_tests/video_JpegEncodeAccelerator/ |
| video_JpegEncodeAccelerator.py | 18 This test is a wrapper of the chrome unittest binary: 23 binary = 'jpeg_encode_accelerator_unittest' variable in class:video_JpegEncodeAccelerator 44 self.run_chrome_test_binary(self.binary, cmd_line)
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue137/ |
| SupplementaryCharactersTest.java | 43 * Supplementary Characters are dumped as binary 49 assertEquals("!!binary |-\n 8J+ZiA==\n", output); 50 byte[] binary = (byte[]) yaml.load(output); 51 String binString = new String(binary, "UTF-8");
|
| /external/xmlrpcpp/test/ |
| TestBase64Server.cpp | 29 std::ifstream infile("pngnow.png", std::ios::binary);
31 infile.open("../pngnow.png", std::ios::binary);
|
| /libcore/ojluni/src/main/java/sun/net/ |
| TelnetInputStream.java | 81 public TelnetInputStream(InputStream fd, boolean binary) { 83 binaryMode = binary;
|
| TelnetOutputStream.java | 78 public TelnetOutputStream(OutputStream fd, boolean binary) { 80 binaryMode = binary;
|
| /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/windres/ |
| msupdate | 38 objdump -b binary -s $o | sed -n '/^ [0-9a-f][0-9a-f]* /p' > $d
|
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/ |
| b-badfil1.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
| b-badfil2.d | 5 #ld: --oformat binary
|
| b-badfixo.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
| b-badloc.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
| b-badquot.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
| b-badrx1.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
| b-badrx2.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
| b-badrx3.d | 5 #ld: --oformat binary
|
| b-badrx3.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
| b-bend3.d | 4 #ld: --oformat binary
|
| b-bstab1.d | 5 #ld: --oformat binary
|
| b-bstab1.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
| b-fixo2.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
| b-post1.s | 1 % The .text contents is supposed to be linked --oformat binary, and will
|
| b-widec1.d | 4 #ld: --oformat binary
|
| /build/make/core/ |
| header_library_internal.mk | 14 include $(BUILD_SYSTEM)/binary.mk
|
| host_static_library_internal.mk | 21 include $(BUILD_SYSTEM)/binary.mk
|