Searched refs:binary (Results 1 - 19 of 19) sorted by relevance

/system/bt/test/
H A Drun_unit_tests.sh14 binary="$(basename "$0")"
15 echo "Usage: ${binary} --help"
16 echo " ${binary} [-i <iterations>] [-s <specific device>] [--all] [<test name>[.<filter>] ...] [--<arg> ...]"
87 binary="/data/nativetest/${name}/${name}"
89 push_command=( "${adb[@]}" push {"${ANDROID_PRODUCT_OUT}",}"${binary}" )
90 test_command=( "${adb[@]}" shell "${binary}" )
/system/extras/libfec/test/
H A Dtest_read.cpp46 ofstream output(argv[2], ios::binary | ios::trunc);
/system/extras/simpleperf/
H A Drecord_test.cpp40 std::vector<char> binary = record.BinaryFormat(); local
42 ReadRecordsFromBuffer(event_attr, binary.data(), binary.size());
H A Dread_elf.cpp139 llvm::object::OwningBinary<llvm::object::Binary> binary; member in struct:BinaryRet
170 << "] is not a binary file: " << binary_or_err.getError().message();
173 ret.binary = llvm::object::OwningBinary<llvm::object::Binary>(std::move(binary_or_err.get()),
175 ret.obj = llvm::dyn_cast<llvm::object::ObjectFile>(ret.binary.getBinary());
/system/tools/aidl/
H A Dline_reader.cpp38 input_stream_.open(file_path, ifstream::in | ifstream::binary);
H A Dio_delegate.cpp87 std::ifstream in(filename, std::ios::in | std::ios::binary);
/system/netd/tests/
H A Dbinder_test.cpp119 static std::vector<std::string> listIptablesRule(const char *binary, const char *chainName) { argument
120 std::string command = StringPrintf("%s -n -L %s", binary, chainName);
124 static int iptablesRuleLineLength(const char *binary, const char *chainName) { argument
125 return listIptablesRule(binary, chainName).size();
175 static int bandwidthDataSaverEnabled(const char *binary) { argument
176 std::vector<std::string> lines = listIptablesRule(binary, "bw_data_saver");
/system/extras/perfprofd/quipper/
H A Dperf_utils.cc154 std::ifstream in(filename.c_str(), std::ios::binary);
174 std::ofstream out(filename.c_str(), std::ios::binary);
/system/extras/tests/net_test/
H A Dnet_test.py227 binary = inet_pton(family, address)
229 for i in xrange(0, len(binary), 4):
230 out += "%08X" % struct.unpack("=L", binary[i:i+4])
/system/core/logcat/
H A Dlogcat.cpp51 bool binary; member in struct:log_device_t
60 binary = b;
172 if (dev->binary) {
322 " -B output the log in binary.\n"
323 " --binary\n"
581 { "binary", no_argument, NULL, 'B' },
839 bool binary = !strcmp(name, "events") || local
841 log_device_t* d = new log_device_t(name, binary);
854 bool binary = !(strcmp(optarg, "events") && local
867 dev->next = new log_device_t(optarg, binary);
[all...]
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.h10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
86 bool binary; member in struct:file
H A Dutil.c10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
237 /* Return if we need to skip a binary file */
238 if (f->binary && binbehave == BINFILE_SKIP) {
245 t = procline(&ln, f->binary);
269 binbehave == BINFILE_BIN && f->binary && !qflag)
H A Dfile.c11 * Redistribution and use in source and binary forms, with or without
16 * 2. Redistributions in binary form must reproduce the above copyright
221 /* Check for binary stuff, if necessary */
224 f->binary = true;
/system/keymaster/
H A Dattestation_record_test.cpp117 std::ofstream::out | std::ofstream::binary | std::ofstream::trunc);
H A Dandroid_keymaster_test.cpp1756 ifstream file_stream(file_name, std::ios::binary);
/system/netd/server/
H A DAndroid.mk115 ### ndc binary.
/system/weaved/
H A DAndroid.mk131 # The main binary of the weave daemon.
/system/core/libbacktrace/
H A DBacktraceOffline.cpp721 BACK_LOGW("failed to create binary for %s in %s: %s", elf_file.c_str(), apk_file.c_str(),
743 llvm::object::Binary* binary = owning_binary.getBinary(); local
744 auto obj = llvm::dyn_cast<llvm::object::ObjectFile>(binary);
/system/connectivity/shill/cellular/
H A Dmobile_operator_info_unittest.cc34 // These files contain binary protobuf definitions used by the following tests
112 ofstream tmp_db(tmp_db_path.value(), ofstream::binary);
160 // TODO(pprabhu): It's hard to get a malformed database in binary format.

Completed in 767 milliseconds