Home
last modified time | relevance | path

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

12345

/system/bt/test/
Drun_benchmarks.sh16 binary="$(basename "$0")"
17 echo "Usage: ${binary} --help"
18 …echo " ${binary} [-i <iterations>] [-s <specific device>] [--all] [<benchmark name>[.<filter…
93 binary="/data/benchmarktest64/${name}/${name}"
95 binary="/data/benchmarktest/${name}/${name}"
98 push_command=( "${adb[@]}" push {"${ANDROID_PRODUCT_OUT}",}"${binary}" )
99 benchmark_command=( "${adb[@]}" shell "${binary}" )
Drun_unit_tests.sh35 binary="$(basename "$0")"
36 echo "Usage: ${binary} --help"
37 …echo " ${binary} [-i <iterations>] [-s <specific device>] [--all] [<test name>[.<filter>] ..…
119 binary="/data/nativetest64/${name}/${name}"
121 binary="/data/nativetest/${name}/${name}"
124 push_command=( "${adb[@]}" push {"${ANDROID_PRODUCT_OUT}",}"${binary}" )
125 test_command=( "${adb[@]}" shell "${binary}" )
/system/nfc/
Drun_unit_tests.sh12 binary="$(basename "$0")"
13 echo "Usage: ${binary} --help"
14 …echo " ${binary} [-i <iterations>] [-s <specific device>] [--all] [<test name>[.<filter>] ..…
92 binary="/data/nativetest/${name}/${name}"
94 push_command=( "${adb[@]}" push {"${ANDROID_PRODUCT_OUT}",}"${binary}" )
95 test_command=( "${adb[@]}" shell "${binary}" )
/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py93 for binary in self.binaries:
94 index = binary.rfind('/')
95 filename = binary[index+1:]
99 paths.append(binary)
111 for binary in paths:
112 expected_build_id = self.binaries.get(binary)
115 expected_build_id, binary)
155 for binary in self.binaries:
156 build_id = self.binaries[binary]
157 if not binary.startswith('/') or binary == "//anon" or binary.startswith("/dev/"):
[all …]
/system/chre/host/common/include/chre_host/
Dfragmented_load_transaction.h39 std::vector<uint8_t> binary; member
43 const std::vector<uint8_t>& binary) : in FragmentedLoadRequest()
44 FragmentedLoadRequest(fragmentId, transactionId, 0, 0, 0, 0, binary) {} in FragmentedLoadRequest()
49 const std::vector<uint8_t>& binary) in FragmentedLoadRequest()
56 binary(binary) {} in FragmentedLoadRequest()
/system/netd/tests/
Dbinder_test.cpp217 static std::vector<std::string> listIptablesRule(const char *binary, const char *chainName) { in listIptablesRule() argument
218 std::string command = StringPrintf("%s -w -n -L %s", binary, chainName); in listIptablesRule()
222 static int iptablesRuleLineLength(const char *binary, const char *chainName) { in iptablesRuleLineLength() argument
223 return listIptablesRule(binary, chainName).size(); in iptablesRuleLineLength()
226 static bool iptablesRuleExists(const char *binary, in iptablesRuleExists() argument
229 std::vector<std::string> rules = listIptablesRule(binary, chainName); in iptablesRuleExists()
469 static int bandwidthDataSaverEnabled(const char *binary) { in bandwidthDataSaverEnabled() argument
470 std::vector<std::string> lines = listIptablesRule(binary, "bw_data_saver"); in bandwidthDataSaverEnabled()
492 size_t minSize = (std::string(binary) == IPTABLES_PATH) ? 3 : 9; in bandwidthDataSaverEnabled()
1006 for (const auto& binary : { IPTABLES_PATH, IP6TABLES_PATH }) { in expectNoTestCounterRules()
[all …]
/system/apex/apexd/
Dapex_manifest.cpp50 std::string binary; in JsonToApexManifestMessage() local
52 resolver.get(), GetTypeUrl(apex_manifest), content, &binary); in JsonToApexManifestMessage()
59 if (!apex_manifest.ParseFromString(binary)) { in JsonToApexManifestMessage()
/system/extras/libjsonpb/parse/
Djsonpb.cpp62 std::string binary; in JsonStringToMessage() local
63 auto status = JsonToBinaryString(resolver.get(), GetTypeUrl(*message), content, &binary); in JsonStringToMessage()
67 if (!message->ParseFromString(binary)) { in JsonStringToMessage()
/system/bt/gd/
DAndroid.bp51 // Enabled code coverage on a binary. These flags allow libraries that were
53 // order to create a binary that will create a profraw file when ran. Note
55 // compiled in the binary. See //test/gen_coverage.py for more information
/system/tools/hidl/c2hal/
Dc2hal_y.yy482 | expr '+' expr { $$ = Expression::binary($1, "+", $3); }
483 | expr '-' expr { $$ = Expression::binary($1, "-", $3); }
484 | expr '/' expr { $$ = Expression::binary($1, "/", $3); }
485 | expr '*' expr { $$ = Expression::binary($1, "*", $3); }
486 | expr '%' expr { $$ = Expression::binary($1, "%%", $3); }
487 | expr '&' expr { $$ = Expression::binary($1, "&", $3); }
488 | expr '|' expr { $$ = Expression::binary($1, "|", $3); }
489 | expr '^' expr { $$ = Expression::binary($1, "^", $3); }
490 | expr LSHIFT expr { $$ = Expression::binary($1, "<<", $3); }
491 | expr RSHIFT expr { $$ = Expression::binary($1, ">>", $3); }
/system/bt/build/
DAndroid.bp91 // Enabled code coverage on a binary. These flags allow libraries that were
93 // order to create a binary that will create a profraw file when ran. Note
95 // compiled in the binary. See //test/gen_coverage.py for more information
/system/sepolicy/prebuilts/api/27.0/public/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
Dvendor_toolbox.te2 # Non-vendor processes are not allowed to execute the binary
/system/sepolicy/prebuilts/api/26.0/public/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
Dvendor_toolbox.te2 # Non-vendor processes are not allowed to execute the binary
/system/sepolicy/public/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
Dvendor_toolbox.te2 # Non-vendor processes are not allowed to execute the binary
/system/sepolicy/prebuilts/api/29.0/public/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
Dvendor_toolbox.te2 # Non-vendor processes are not allowed to execute the binary
/system/sepolicy/prebuilts/api/28.0/public/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
Dvendor_toolbox.te2 # Non-vendor processes are not allowed to execute the binary
/system/chre/external/kiss_fft/
DLICENSE5 Redistribution and use in source and binary forms, with or without modification, are permitted prov…
8 …* Redistributions in binary form must reproduce the above copyright notice, this list of condition…
/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/netd/resolv/
DNOTICE4 Redistribution and use in source and binary forms, with or without
9 2. Redistributions in binary form must reproduce the above copyright
33 Redistribution and use in source and binary forms, with or without
38 * Redistributions in binary form must reproduce the above copyright
61 Redistribution and use in source and binary forms, with or without
66 * Redistributions in binary form must reproduce the above copyright
105 Redistribution and use in source and binary forms, with or without
110 2. Redistributions in binary form must reproduce the above copyright
134 Redistribution and use in source and binary forms, with or without
139 2. Redistributions in binary form must reproduce the above copyright
[all …]

12345