/system/extras/simpleperf/ |
D | record_test.cpp | 40 std::vector<char> binary = record.BinaryFormat(); in CheckRecordMatchBinary() local 42 ReadRecordFromBuffer(event_attr, reinterpret_cast<const perf_event_header*>(binary.data())); in CheckRecordMatchBinary()
|
D | read_elf.cpp | 102 llvm::object::Binary* binary = owning_binary.get().getBinary(); in GetBuildIdFromElfFile() local 103 if (auto obj = llvm::dyn_cast<llvm::object::ObjectFile>(binary)) { in GetBuildIdFromElfFile()
|
/system/core/toolbox/ |
D | NOTICE | 20 Redistribution and use in source and binary forms, with or without 25 * Redistributions in binary form must reproduce the above copyright 48 Redistribution and use in source and binary forms, with or without 53 2. Redistributions in binary form must reproduce the above copyright 77 Redistribution and use in source and binary forms, with or without 82 2. Redistributions in binary form must reproduce the above copyright 109 Redistribution and use in source and binary forms, with or without 114 2. Redistributions in binary form must reproduce the above copyright 138 Redistribution and use in source and binary forms, with or without 143 2. Redistributions in binary form must reproduce the above copyright [all …]
|
/system/extras/tests/net_test/ |
D | README | 22 where <test> is the name of a test binary in the net_test directory. This can 23 be an x86 binary, a shell script, a Python script. etc. 29 net_test compiles the kernel to a user-mode linux binary, which runs as a 30 process on the host machine. It runs the binary to start a Linux "virtual
|
D | net_test.py | 196 binary = inet_pton(family, address) 198 for i in xrange(0, len(binary), 4): 199 out += "%08X" % struct.unpack("=L", binary[i:i+4])
|
/system/core/logcat/ |
D | logcat.cpp | 48 bool binary; member 57 binary = b; in log_device_t() 152 if (dev->binary) { in processBuffer() 618 bool binary = strcmp(name, "events") == 0; in main() local 619 log_device_t* d = new log_device_t(name, binary); in main() 632 bool binary = strcmp(optarg, "events") == 0; in main() local 639 dev->next = new log_device_t(optarg, binary); in main() 641 devices = new log_device_t(optarg, binary); in main() 990 d->binary = log_msg.id() == LOG_ID_EVENTS; in main()
|
/system/extras/ext4_utils/ |
D | unencrypted_properties.cpp | 42 std::ifstream i(folder_ + "/" + name, std::ios::binary); in Get() 66 std::ofstream o(folder_ + "/" + name, std::ios::binary); in Set()
|
/system/core/fastboot/ |
D | signfile.sh | 9 openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign
|
/system/core/libmincrypt/ |
D | NOTICE | 3 Redistribution and use in source and binary forms, with or without 7 * Redistributions in binary form must reproduce the above copyright
|
/system/media/audio_route/ |
D | NOTICE | 3 Redistribution and use in source and binary forms, with or without 7 * Redistributions in binary form must reproduce the above copyright
|
/system/extras/perfprofd/quipper/ |
D | perf_utils.cc | 154 std::ifstream in(filename.c_str(), std::ios::binary); in ReadFileToData() 174 std::ofstream out(filename.c_str(), std::ios::binary); in WriteDataToFile()
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | util.c | 238 if (f->binary && binbehave == BINFILE_SKIP) { in procfile() 245 t = procline(&ln, f->binary); in procfile() 269 binbehave == BINFILE_BIN && f->binary && !qflag) in procfile()
|
D | grep.h | 86 bool binary; member
|
D | file.c | 224 f->binary = true; in grep_file_init()
|
/system/core/adb/ |
D | SYNC.TXT | 10 SERVICES.TXT sets the connection in sync mode. This mode is a binary mode that 22 all binary integers are Little-Endian in the sync mode. Sync mode is
|
D | OVERVIEW.TXT | 55 Currently, a single 'adb' binary is used for both the server and client.
|
D | SERVICES.TXT | 205 After the OKAY, the service sends 16-byte binary structure
|
/system/extras/tests/sdcard/ |
D | README | 4 * A binary that runs on the device, exercises the sdcard and send
|
/system/core/liblog/ |
D | README | 103 LOG_EVENT_(INT|LONG) is used to drop binary content into the Events 146 To aid in diagnosing the occurence of this, a binary event from liblog
|
/system/core/libutils/ |
D | README | 73 Resource meta information and information proper is stored in a binary
|
/system/bt/doc/ |
D | style_guide.md | 279 // Space surrounding binary operators.
|
/system/core/init/ |
D | readme.txt | 168 Copies a file. Similar to write, but useful for binary/large
|
/system/keymaster/ |
D | android_keymaster_test.cpp | 1905 ifstream file_stream(file_name, std::ios::binary); in read_file()
|