Home
last modified time | relevance | path

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

12

/system/bt/test/
Drun_unit_tests.sh14 binary="$(basename "$0")"
15 echo "Usage: ${binary} --help"
16 …echo " ${binary} [-i <iterations>] [-s <specific device>] [--all] [<test name>[.<filter>] ..…
87 binary="/data/nativetest/${name}/${name}"
89 push_command=( "${adb[@]}" push {"${ANDROID_PRODUCT_OUT}",}"${binary}" )
90 test_command=( "${adb[@]}" shell "${binary}" )
/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.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/extras/simpleperf/
Drecord_test.cpp40 std::vector<char> binary = record.BinaryFormat(); in CheckRecordMatchBinary() local
42 ReadRecordsFromBuffer(event_attr, binary.data(), binary.size()); in CheckRecordMatchBinary()
Dread_elf.cpp139 llvm::object::OwningBinary<llvm::object::Binary> binary; member
173 ret.binary = llvm::object::OwningBinary<llvm::object::Binary>(std::move(binary_or_err.get()), in OpenObjectFile()
175 ret.obj = llvm::dyn_cast<llvm::object::ObjectFile>(ret.binary.getBinary()); in OpenObjectFile()
/system/netd/tests/
Dbinder_test.cpp119 static std::vector<std::string> listIptablesRule(const char *binary, const char *chainName) { in listIptablesRule() argument
120 std::string command = StringPrintf("%s -n -L %s", binary, chainName); in listIptablesRule()
124 static int iptablesRuleLineLength(const char *binary, const char *chainName) { in iptablesRuleLineLength() argument
125 return listIptablesRule(binary, chainName).size(); in iptablesRuleLineLength()
175 static int bandwidthDataSaverEnabled(const char *binary) { in bandwidthDataSaverEnabled() argument
176 std::vector<std::string> lines = listIptablesRule(binary, "bw_data_saver"); in bandwidthDataSaverEnabled()
/system/core/logcat/
Dlogcat.cpp51 bool binary; member
60 binary = b; in log_device_t()
172 if (dev->binary) { in processBuffer()
839 bool binary = !strcmp(name, "events") || in main() local
841 log_device_t* d = new log_device_t(name, binary); in main()
854 bool binary = !(strcmp(optarg, "events") && in main() local
867 dev->next = new log_device_t(optarg, binary); in main()
870 devices = new log_device_t(optarg, binary); in main()
1250 d->binary = log_msg.id() == LOG_ID_EVENTS; in main()
/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/libfec/test/
Dtest_read.cpp46 ofstream output(argv[2], ios::binary | ios::trunc); in main()
/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/tools/aidl/tests/java_app/
DREADME6 3) Push over hellod binary:
/system/tools/aidl/
Dline_reader.cpp38 input_stream_.open(file_path, ifstream::in | ifstream::binary); in Init()
Dio_delegate.cpp87 std::ifstream in(filename, std::ios::in | std::ios::binary); in GetFileContents()
/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/sepolicy/
Dblkid_untrusted.te33 # Only allow entry from vold via blkid binary
Dtoolbox.te23 # Only allow entry from init via the toolbox binary.
/system/connectivity/shill/
DTESTING26 - run the resulting shill_unittest binary
71 The test binary is located at /data/nativetest/shill_test/shill_test.
74 you will need to grant execute permissions to the test binary using
148 (LESSOPEN= prevents less from misinterpreting the logs as binary files,
/system/bt/
DREADME.md24 or download binary from https://github.com/ninja-build/ninja/releases
41 Then make binary executable and put it on your PATH, i.e.:
/system/keymaster/
Dattestation_record_test.cpp117 std::ofstream::out | std::ofstream::binary | std::ofstream::trunc); in TEST()
/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
/system/extras/tests/sdcard/
DREADME4 * A binary that runs on the device, exercises the sdcard and send

12