Searched refs:command (Results 326 - 350 of 1145) sorted by relevance

<<11121314151617181920>>

/external/skia/
H A Dmake.py45 def runcommand(command):
46 print '> %s' % command
47 if os.system(command):
57 """For Windows: check environment variables needed for command-line build.
90 """For Windows: build as appropriate for the command line arguments.
117 args: command line arguments as a list of strings
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dnetwork_list.js131 * @param {Object} data Description of the network list or command.
348 createCallback_(menu, null, entry.label, entry.command);
481 command: createAddConnectionCallback_('WiFi'),
488 command: createAddConnectionCallback_('Cellular'),
500 entry.command = null;
505 entry.command = function() {
517 command: createAddConnectionCallback_('VPN'),
532 command: callback,
561 command: disconnectCallback,
571 command
[all...]
/external/chromium_org/ash/test/
H A Dui_controls_factory_ash.cc66 bool command) OVERRIDE {
68 window, key, control, shift, alt, command, base::Closure());
77 bool command,
83 window, key, control, shift, alt, command, closure);
/external/chromium_org/build/android/
H A Dtest_runner.py244 'command-line flags to set on the device')
441 help=('String of other args to pass to the command verbatim '
484 '[--single-step -- command args] or '
491 help='Execute the given command with retries, but only print the result '
552 # the gtest command.
758 def RunTestsCommand(command, options, args, option_parser):
762 command: String indicating the command that was received to trigger
772 Exception: Unknown command name passed in, or an exception from an
777 if len(args) > 2 and command !
[all...]
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_usb_device.h48 AdbMessage(uint32 command,
53 uint32 command; member in class:AdbMessage
86 net::StreamSocket* CreateSocket(const std::string& command);
88 void Send(uint32 command,
/external/chromium_org/chrome/browser/
H A Dprocess_info_snapshot.h45 // mostly self-explanatory). Note that |command| may not actually reflect the
59 std::string command; member in struct:ProcessInfoSnapshot::ProcInfoEntry
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_interstitial.h42 virtual void CommandReceived(const std::string& command) OVERRIDE;
/external/chromium_org/chrome/test/chromedriver/
H A Dcommands.h13 #include "chrome/test/chromedriver/command.h"
51 // Executes a given session command, after acquiring access to the appropriate
56 const SessionCommand& command,
/external/chromium_org/content/browser/android/
H A Dinterstitial_page_delegate_android.h41 virtual void CommandReceived(const std::string& command) OVERRIDE;
/external/chromium_org/content/public/browser/
H A Ddevtools_manager_delegate.h39 base::DictionaryValue* command) = 0;
/external/chromium_org/testing/gtest/test/
H A Dgtest_test_utils.py101 # The command line flag overrides the environment variable.
191 exit_code: the result value of os.system(command).
208 def __init__(self, command, working_dir=None, capture_stderr=True, env=None):
209 """Changes into a specified directory, if provided, and executes a command.
214 command: The command to run, in the form of sys.argv.
245 p = subprocess.Popen(command,
275 p = popen2.Popen4(command)
277 p = popen2.Popen3(command)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Devent.cpp77 hard_event::hard_event(clover::command_queue &q, cl_command_type command, argument
80 __queue(q), __command(command), __fence(NULL) {
113 hard_event::command() const { function in class:hard_event
164 soft_event::command() const { function in class:soft_event
/external/chromium_org/ui/app_list/cocoa/
H A Dapps_search_results_controller.h55 - (BOOL)handleCommandBySelector:(SEL)command;
/external/chromium_org/v8/src/
H A Dd8-debug.cc56 // Get the debug command processor.
71 char command[kBufferSize]; local
73 char* str = fgets(command, kBufferSize, stdin);
77 if (strlen(command) == 0) continue;
81 // Convert the debugger command to a JSON debugger request.
83 isolate, String::NewFromUtf8(isolate, command));
89 // If undefined is returned the command was handled internally and there is
101 // Invoke the JavaScript to convert the debug command line to a JSON
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-evaluate-bool-constructor.js38 // Get the debug command processor.
44 command: 'evaluate',
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1639.js35 // Get the debug command processor in paused state.
55 command: "continue",
/external/chromium_org/win8/metro_driver/
H A Dmetro_dialog_box.h55 virtual HRESULT STDMETHODCALLTYPE Invoke(winui::Popups::IUICommand* command);
H A Dsettings_handler.h37 static HRESULT OnSettings(winui::Popups::IUICommand* command);
/external/clang/tools/scan-view/
H A Dstartfile.py171 for command in ('gnome-open', 'exo-open', 'xdg-open'):
172 if _iscommand(command):
173 _controllers[command] = Controller(command)
/external/fonttools/
H A Dsetup.py6 from distutils.command.build_ext import build_ext
22 """build_ext command which doesn't abort when it fails."""
/external/gtest/test/
H A Dgtest_test_utils.py101 # The command line flag overrides the environment variable.
191 exit_code: the result value of os.system(command).
208 def __init__(self, command, working_dir=None, capture_stderr=True, env=None):
209 """Changes into a specified directory, if provided, and executes a command.
214 command: The command to run, in the form of sys.argv.
245 p = subprocess.Popen(command,
275 p = popen2.Popen4(command)
277 p = popen2.Popen3(command)
/external/kernel-headers/original/uapi/linux/
H A Dpktcdvd.h96 __u32 command; /* in: Setup, teardown, status */ member in struct:pkt_ctrl_command
/external/libnl/lib/netfilter/
H A Dlog.c35 uint8_t command, struct nl_msg **result)
45 cmd.command = command;
170 cmd.command = NFULNL_CFG_CMD_BIND;
34 build_log_cmd_request(uint8_t family, uint16_t queuenum, uint8_t command, struct nl_msg **result) argument
H A Dqueue.c55 uint8_t command, struct nl_msg **result)
67 cmd.command = command;
171 cmd.command = NFQNL_CFG_CMD_BIND;
54 build_queue_cmd_request(uint8_t family, uint16_t queuenum, uint8_t command, struct nl_msg **result) argument
/external/lldb/examples/python/
H A Dgdb_disassemble.py3 def disassemble(debugger, command, result, dict):
22 # Install the command when the module gets imported
23 lldb.debugger.HandleCommand('command script add -f gdb_disassemble.disassemble gdb-disassemble')
24 print 'Installed "gdb-disassemble" command for disassembly

Completed in 1455 milliseconds

<<11121314151617181920>>