HomeSort by relevance Sort by last modified time
    Searched refs:cmd (Results 176 - 200 of 1277) sorted by null

1 2 3 4 5 6 78 91011>>

  /development/ndk/platforms/android-L/include/linux/dvb/
osd.h 54 OSD_Command cmd; member in struct:osd_cmd_s
92 int cmd; member in struct:osd_cap_s
  /development/testrunner/
run_command.py 37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True,
42 cmd: shell command to run
54 result = RunOnce(cmd, timeout_time=timeout_time,
60 logger.Log("No response for %s, retrying" % cmd)
65 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None):
69 cmd: shell command to run
99 cmd,
111 logger.SilentLog("failed to retrieve stdout from: %s" % cmd)
116 logger.SilentLog("Error: %s returned %d error code" %(cmd,
137 logger.SilentLog("about to raise a timeout for: %s" % cmd)
    [all...]
  /external/chromium_org/build/android/pylib/device/
device_errors.py 25 def __init__(self, cmd, msg, device=None):
27 'adb command \'%s\' failed with message: \'%s\'' % (' '.join(cmd), msg),
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 166 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
175 !cmd->HasSwitch(switches::kDisableGpuVsync);
177 cmd->HasSwitch(switches::kEnableBeginFrameScheduling);
179 cmd->HasSwitch(cc::switches::kEnableMainFrameBeforeActivation) &&
180 !cmd->HasSwitch(cc::switches::kDisableMainFrameBeforeActivation);
182 !cmd->HasSwitch(cc::switches::kDisableMainFrameBeforeDraw);
185 !cmd->HasSwitch(cc::switches::kDisableThreadedAnimation);
188 if (cmd->HasSwitch(switches::kDefaultTileWidth)) {
190 GetSwitchValueAsInt(*cmd,
197 if (cmd->HasSwitch(switches::kDefaultTileHeight))
427 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
mocks.cc 41 const cmd::SetToken* args =
42 static_cast<const cmd::SetToken*>(_args);
common_decoder.cc 79 cmd::CommandId command_id) const {
80 return cmd::GetCommandName(command_id);
125 cmd::name::kArgFlags, \
126 cmd::name::cmd_flags, \
127 sizeof(cmd::name) / sizeof(CommandBufferEntry) - 1, }, /* NOLINT */
147 if ((info.arg_flags == cmd::kFixed && arg_count == info_arg_count) ||
148 (info.arg_flags == cmd::kAtLeastN && arg_count >= info_arg_count)) {
153 case cmd::name::kCmdId: \
156 *static_cast<const cmd::name*>(cmd_data)); \
171 const cmd::Noop& args)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
multiprocessing_bootstrap.py 54 cmd = [sys.executable, module_path] + sys.argv[1:]
56 proc = subprocess.Popen(cmd, env=env)
  /external/chromium_org/third_party/android_testrunner/
run_command.py 38 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True,
43 cmd: shell command to run
55 result = RunOnce(cmd, timeout_time=timeout_time,
61 logger.Log("No response for %s, retrying" % cmd)
66 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None):
70 cmd: shell command to run
97 cmd,
117 logger.SilentLog("failed to retrieve stdout from: %s" % cmd)
122 logger.SilentLog("Error: %s returned %d error code" %(cmd,
136 logger.SilentLog("about to raise a timeout for: %s" % cmd)
    [all...]
  /external/chromium_org/third_party/tlslite/scripts/
tlsdb.py 52 cmd = sys.argv[1].lower() variable
76 if cmd == "help":
83 elif cmd == "createsrp":
89 elif cmd == "add":
103 elif cmd == "del":
110 elif cmd == "check":
134 elif cmd == "list":
148 print("Bad command: '%s'" % cmd)
  /external/chromium_org/third_party/webrtc/build/
version.py 24 def popen_cmd_and_get_output(cmd, directory):
25 """Return (status, output) of executing cmd in a shell."""
27 proc = subprocess.Popen(cmd,
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSToolFile.py 25 def AddCustomBuildRule(self, name, cmd, description,
33 cmd: Command line of the rule.
41 'CommandLine': cmd,
  /external/chromium_org/tools/memory_inspector/memory_inspector/unittest/mock_adb/
mock_adb.py 35 def PrepareResponse(self, cmd, response):
36 self._responses[cmd] = response
  /external/kernel-headers/original/uapi/linux/dvb/
osd.h 101 OSD_Command cmd; member in struct:osd_cmd_s
135 int cmd; member in struct:osd_cap_s
  /external/libnl/lib/netfilter/
log.c 38 struct nfulnl_msg_config_cmd cmd; local
45 cmd.command = command;
46 if (nla_put(msg, NFULA_CFG_CMD, sizeof(cmd), &cmd) < 0)
164 struct nfulnl_msg_config_cmd cmd; local
170 cmd.command = NFULNL_CFG_CMD_BIND;
172 if (nla_put(*result, NFULA_CFG_CMD, sizeof(cmd), &cmd) < 0)
  /external/oprofile/libutil++/
child_reader.h 43 child_reader(std::string const & cmd,
86 void exec_command(std::string const & cmd,
  /bionic/libc/kernel/uapi/linux/
if_vlan.h 54 int cmd; member in struct:vlan_ioctl_args
  /development/ndk/platforms/android-L/include/linux/
if_vlan.h 54 int cmd; member in struct:vlan_ioctl_args
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.h 54 virtual int cacheOps(int index, unsigned int cmd) = 0;
73 int cacheOpsInternal(int index, unsigned int cmd, void *vaddr);
91 virtual int cacheOps(int index, unsigned int cmd);
112 virtual int cacheOps(int index, unsigned int cmd);
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Mem.h 54 virtual int cacheOps(int index, unsigned int cmd) = 0;
73 int cacheOpsInternal(int index, unsigned int cmd, void *vaddr);
91 virtual int cacheOps(int index, unsigned int cmd);
112 virtual int cacheOps(int index, unsigned int cmd);
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Mem.h 55 virtual int cacheOps(int index, unsigned int cmd) = 0;
74 int cacheOpsInternal(int index, unsigned int cmd, void *vaddr);
92 virtual int cacheOps(int index, unsigned int cmd);
113 virtual int cacheOps(int index, unsigned int cmd);
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update_common.py 59 cmd = ['rmdir', '/S', '/Q', outdir]
60 process = subprocess.Popen(cmd, stderr=subprocess.PIPE, shell=True)
64 ' '.join(cmd), process.returncode, stderr))
70 ' '.join(e.cmd), e.returncode))
  /external/chromium_org/native_client_sdk/src/tools/tests/
sel_ldr_test.py 42 cmd = call.call_args[0][0]
43 self.assertTrue('helper_bootstrap' in cmd[0])
54 cmd = call.call_args[0][0]
55 self.assertTrue('helper_bootstrap' not in cmd[0])
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prsystem.h 79 ** the information indicated in 'cmd'. If unseccussful the reason for
88 NSPR_API(PRStatus) PR_GetSystemInfo(PRSysInfo cmd, char *buf, PRUint32 buflen);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_bsd_addr.h 63 void sctp_addr_change(struct ifaddr *ifa, int cmd);
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm-options.h 44 int (*handler) (char *cmd, /*@null@*/ char *param, int extra);

Completed in 416 milliseconds

1 2 3 4 5 6 78 91011>>