Searched defs:v4 (Results 1 - 5 of 5) sorted by relevance

/system/netd/server/
H A DStrictControllerTest.cpp50 std::vector<std::string> v4 = { local
100 std::string commands4 = android::base::Join(v4, '\n');
H A DStrictController.cpp67 std::vector<std::string> v4, v6; local
69 #define CMD_V4(...) { auto cmd = StringPrintf(__VA_ARGS__); v4.push_back(cmd); }
132 res |= execIptablesRestore(V4, Join(v4, '\n'));
H A DNatController.cpp212 std::vector<std::string> v4 = { local
229 v4.push_back(makeTetherCountingRule(intIface, extIface));
234 v4.push_back(makeTetherCountingRule(extIface, intIface));
242 v4.push_back(StringPrintf("-D %s -j DROP", LOCAL_FORWARD));
243 v4.push_back(StringPrintf("-A %s -j DROP", LOCAL_FORWARD));
246 v4.push_back("COMMIT\n");
250 if (iptablesRestoreFunction(V4, Join(v4, '\n')) == -1 ||
/system/core/libmemtrack/
H A Dmemtrack_test.c110 size_t v4; local
126 v4 = DIV_ROUND_UP(memtrack_proc_gl_pss(p), 1024);
130 if (v1 | v2 | v3 | v4 | v5 | v6) {
132 v1, v2, v3, v4, v5, v6, cmdline);
/system/libhidl/
H A Dtest_main.cpp247 const hidl_vec<int32_t> &v4 = hv1; local
249 for (const auto &i : v4) {

Completed in 119 milliseconds