Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 23 of 23) sorted by relevance

/system/extras/simpleperf/
Drecord_test.cpp40 std::vector<char> binary = record.BinaryFormat(); in CheckRecordMatchBinary() local
42 ReadRecordFromBuffer(event_attr, reinterpret_cast<const perf_event_header*>(binary.data())); in CheckRecordMatchBinary()
Dread_elf.cpp102 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/
DNOTICE20 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/
DREADME22 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
Dnet_test.py196 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/
Dlogcat.cpp48 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/
Dunencrypted_properties.cpp42 std::ifstream i(folder_ + "/" + name, std::ios::binary); in Get()
66 std::ofstream o(folder_ + "/" + name, std::ios::binary); in Set()
/system/core/fastboot/
Dsignfile.sh9 openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign
/system/core/libmincrypt/
DNOTICE3 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/
DNOTICE3 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/
Dperf_utils.cc154 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/
Dutil.c238 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()
Dgrep.h86 bool binary; member
Dfile.c224 f->binary = true; in grep_file_init()
/system/core/adb/
DSYNC.TXT10 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
DOVERVIEW.TXT55 Currently, a single 'adb' binary is used for both the server and client.
DSERVICES.TXT205 After the OKAY, the service sends 16-byte binary structure
/system/extras/tests/sdcard/
DREADME4 * A binary that runs on the device, exercises the sdcard and send
/system/core/liblog/
DREADME103 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/
DREADME73 Resource meta information and information proper is stored in a binary
/system/bt/doc/
Dstyle_guide.md279 // Space surrounding binary operators.
/system/core/init/
Dreadme.txt168 Copies a file. Similar to write, but useful for binary/large
/system/keymaster/
Dandroid_keymaster_test.cpp1905 ifstream file_stream(file_name, std::ios::binary); in read_file()