Home
last modified time | relevance | path

Searched defs:binary (Results 1 – 11 of 11) sorted by relevance

/system/extras/libjsonpb/parse/
Djsonpb.cpp62 std::string binary; in JsonStringToMessage() local
/system/apex/apexd/
Dapex_manifest.cpp50 std::string binary; in JsonToApexManifestMessage() local
/system/chre/host/common/include/chre_host/
Dfragmented_load_transaction.h39 std::vector<uint8_t> binary; member
/system/apex/apexer/
Dapexer.py85 def FindBinaryPath(binary): argument
/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py165 def _check_and_pull_binary(self, binary, expected_build_id, binary_cache_file): argument
/system/netd/tests/
Dbinder_test.cpp217 static std::vector<std::string> listIptablesRule(const char *binary, const char *chainName) { in listIptablesRule()
222 static int iptablesRuleLineLength(const char *binary, const char *chainName) { in iptablesRuleLineLength()
226 static bool iptablesRuleExists(const char *binary, in iptablesRuleExists()
469 static int bandwidthDataSaverEnabled(const char *binary) { in bandwidthDataSaverEnabled()
1095 static std::vector<std::string> listIptablesRuleByTable(const char* binary, const char* table, in listIptablesRuleByTable()
1102 bool iptablesIdleTimerInterfaceRuleExists(const char* binary, const char* chainName, in iptablesIdleTimerInterfaceRuleExists()
1474 bool iptablesTargetsExists(const char* binary, int expectedCount, const char* table, in iptablesTargetsExists()
1754 bool iptablesNetworkPermissionIptablesRuleExists(const char* binary, const char* chainName, in iptablesNetworkPermissionIptablesRuleExists()
2143 bool iptablesFirewallInterfaceFirstRuleExists(const char* binary, const char* chainName, in iptablesFirewallInterfaceFirstRuleExists()
2163 bool iptablesFirewallInterfaceRuleExists(const char* binary, const char* chainName, in iptablesFirewallInterfaceRuleExists()
[all …]
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dgrep.h86 bool binary; member
/system/tools/hidl/c2hal/
DExpression.cpp277 Expression *Expression::binary(Expression *lhs, std::string op, Expression *rhs) { in binary() function in android::Expression
/system/core/logcat/
Dlogcat.cpp65 bool binary; member
1105 bool binary = !strcmp(name, "events") || in __logcat() local
/system/extras/simpleperf/
Drecord_file_reader.cpp387 char* binary = new char[header->size]; in ReadBuildIdFeature() local
Dread_elf.cpp176 llvm::object::OwningBinary<llvm::object::Binary> binary; member