/system/bt/test/ |
D | run_unit_tests.sh | 14 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/ |
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 | 227 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/ |
D | record_test.cpp | 40 std::vector<char> binary = record.BinaryFormat(); in CheckRecordMatchBinary() local 42 ReadRecordsFromBuffer(event_attr, binary.data(), binary.size()); in CheckRecordMatchBinary()
|
D | read_elf.cpp | 139 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/ |
D | binder_test.cpp | 119 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/ |
D | logcat.cpp | 51 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/ |
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/libfec/test/ |
D | test_read.cpp | 46 ofstream output(argv[2], ios::binary | ios::trunc); in main()
|
/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/tools/aidl/tests/java_app/ |
D | README | 6 3) Push over hellod binary:
|
/system/tools/aidl/ |
D | line_reader.cpp | 38 input_stream_.open(file_path, ifstream::in | ifstream::binary); in Init()
|
D | io_delegate.cpp | 87 std::ifstream in(filename, std::ios::in | std::ios::binary); in GetFileContents()
|
/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/sepolicy/ |
D | blkid_untrusted.te | 33 # Only allow entry from vold via blkid binary
|
D | toolbox.te | 23 # Only allow entry from init via the toolbox binary.
|
/system/connectivity/shill/ |
D | TESTING | 26 - 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/ |
D | README.md | 24 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/ |
D | attestation_record_test.cpp | 117 std::ofstream::out | std::ofstream::binary | std::ofstream::trunc); in TEST()
|
/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
|
/system/extras/tests/sdcard/ |
D | README | 4 * A binary that runs on the device, exercises the sdcard and send
|