HomeSort by relevance Sort by last modified time
    Searched refs:cmd3 (Results 1 - 7 of 7) sorted by null

  /system/netd/server/
oem_iptables_hook.cpp 54 const char *cmd3[] = { local
62 runIptablesCmd(ARRAY_SIZE(cmd3), cmd3); local
NatController.cpp 341 const char *cmd3[] = { local
379 if (runCmd(ARRAY_SIZE(cmd3), cmd3) && add) {
398 cmd3[2] = "-D";
399 runCmd(ARRAY_SIZE(cmd3), cmd3); local
  /build/kati/testcase/
multiline_recipe.mk 22 define cmd3 macro
28 $(cmd3)
  /frameworks/native/libs/binder/tests/
binderDriverInterfaceTest.cpp 308 uint32_t cmd3; member in struct:__anon39387
323 .cmd3 = BC_DECREFS,
  /external/autotest/client/bin/
base_utils.py 801 cmd3 = 'cut -f 2 -d"="'
802 cmd = ' | '.join([cmd1, cmd2, cmd3])
855 cmd3 = 'cut -f 2 -d"="'
856 cmd = ' | '.join([cmd1, cmd2, cmd3])
877 cmd3 = 'cut -f 2 -d"="'
878 cmd = ' | '.join([cmd1, cmd2, cmd3])
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 588 const DispatchCommand& cmd3,
595 vec.push_back(cmd3);
603 const DispatchCommand& cmd3,
612 vec.push_back(cmd3);
  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc 1295 SegmentLoadCommand cmd1, cmd2, cmd3; local
1685 SegmentLoadCommand cmd1, cmd2, cmd3; local
    [all...]

Completed in 476 milliseconds