HomeSort by relevance Sort by last modified time
    Searched full:command (Results 426 - 450 of 8546) sorted by null

<<11121314151617181920>>

  /build/tools/acp/
README 1 README for Android "acp" Command
3 The "cp" command was judged and found wanting. The issues are:
31 It's easier and more reliable to write a cp command that works properly.
34 The "acp" command takes most of the standard flags, following the GNU
  /development/ide/emacs/
android-host.el 46 (defvar android-host-command-map (make-sparse-keymap))
52 (define-key global-map (read-kbd-macro val) android-host-command-map)
55 (let ((map android-host-command-map))
71 (android-adb-command "remount"))
76 (android-adb-command "root"))
81 (android-adb-shell-command "reboot bootloader"))
90 (android-adb-command "sync" 'p))
111 (start-process-shell-command
115 (start-process-shell-command
  /development/samples/USB/AdbTest/
README.txt 2 Currently it only implements the "adb logcat" command and displays the log
  /development/tools/recovery_l10n/res/values-en-rGB/
strings.xml 6 <string name="recovery_no_command" msgid="1915703879031023455">"No command."</string>
  /development/tools/recovery_l10n/res/values-tl/
strings.xml 6 <string name="recovery_no_command" msgid="1915703879031023455">"Walang command."</string>
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_at.c 21 * BTA AG AT command interpreter.
38 ** Description Initialize the AT command parser control block.
54 ** Description Re-initialize the AT command parser control block. This
55 ** function resets the AT command parser state and frees
77 ** the AT command table passed in the control block.
89 /* loop through at command table looking for match */
101 /* start of argument is p + strlen matching command */
138 /* if arguments match command capabilities */
182 ** the AT command table passed in the control block.
  /external/bzip2/
bzmore.1 83 is printed, this command causes bzmore to exit.
88 is printed, this command causes bzmore to skip the next file and continue.
102 Erasing back past the first column cancels the search command.
107 .IP !command
109 The character `!' in "command" are replaced with the
110 previous shell command. The sequence "\\!" is replaced by "!".
117 (dot) repeat the previous command.
121 Up to the time when the command character itself is given,
  /external/chromium/base/
base_switches.h 5 // Defines all the "base" command-line switches.
  /external/chromium/chrome/browser/
app_controller_cppsafe_mac.h 13 // True if we are currently handling an IDC_NEW_{TAB,WINDOW} command. Used in
  /external/chromium/chrome/browser/prerender/
prerender_field_trial.h 12 // Parse the --prerender= command line switch, which controls both prerendering
  /external/chromium/chrome/browser/sessions/
session_service.cc 319 SessionCommand* command = local
322 memcpy(command->contents(), &payload, sizeof(payload));
323 ScheduleCommand(command);
344 SessionCommand* command = local
347 memcpy(command->contents(), &payload, sizeof(payload));
348 ScheduleCommand(command);
627 SessionCommand* command = new SessionCommand(kCommandSetSelectedTabInIndex, local
629 memcpy(command->contents(), &payload, sizeof(payload));
630 return command;
637 SessionCommand* command local
654 SessionCommand* command = new SessionCommand(kCommandSetWindowBounds2, local
666 SessionCommand* command = local
681 SessionCommand* command = local
694 SessionCommand* command = local
706 SessionCommand* command = new SessionCommand( local
718 SessionCommand* command = new SessionCommand( local
730 SessionCommand* command = local
904 const SessionCommand* command = *i; local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_end_command.h 14 // A syncer command for wrapping up a sync cycle.
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/pin/
inject.js 5 // Bind to both command (for Mac) and control (for Win/Linux)
  /external/chromium/testing/gtest/test/
gtest_break_on_failure_unittest.py 38 Google Test) with different environments and command line flags.
55 # The command line flag for enabling/disabling the break-on-failure mode.
86 def Run(command):
87 """Runs a command; returns 1 if it was killed by a signal, or 0 otherwise."""
89 p = gtest_test_utils.Subprocess(command, env=environ)
132 command = [EXE_PATH]
134 command.append(flag)
141 has_seg_fault = Run(command)
146 (BREAK_ON_FAILURE_ENV_VAR, env_var_value_msg, ' '.join(command),
  /external/clang/examples/clang-interpreter/
README.txt 5 1. Parsing standard compiler command line arguments using the Driver library.
  /external/clang/lib/Headers/
CMakeLists.txt 64 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src} ${dst}
72 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src} ${other_dst}
80 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_BINARY_DIR}/arm_neon.h.inc ${output_dir}/arm_neon.h
88 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_BINARY_DIR}/arm_neon.h.inc ${other_dst}
  /external/clang/test/Tooling/
auto-detect-from-source-parent-of-cwd.cpp 3 // RUN: echo "[{\"directory\":\".\",\"command\":\"clang++ -c %t/abc/def/ijk/qwe/test.cpp\",\"file\":\"%t/abc/def/ijk/qwe/test.cpp\"}]" | sed -e 's/\\/\\\\/g' > %t/compile_commands.json
auto-detect-from-source-parent.cpp 3 // RUN: echo "[{\"directory\":\".\",\"command\":\"clang++ -c %t/abc/def/ijk/qwe/test.cpp\",\"file\":\"%t/abc/def/ijk/qwe/test.cpp\"}]" | sed -e 's/\\/\\\\/g' > %t/compile_commands.json
clang-check-autodetect-dir.cpp 3 // RUN: echo "[{\"directory\":\".\",\"command\":\"clang++ -c %t/test.cpp\",\"file\":\"%t/test.cpp\"}]" | sed -e 's/\\/\\\\/g' > %t/compile_commands.json
clang-check-pwd.cpp 3 // RUN: echo "[{\"directory\":\".\",\"command\":\"clang++ -c %t/test.cpp\",\"file\":\"%t/test.cpp\"}]" | sed -e 's/\\/\\\\/g' > %t/compile_commands.json
clang-check.cpp 3 // RUN: echo '[{"directory":".","command":"clang++ -c %t/test.cpp","file":"%t/test.cpp"}]' | sed -e 's/\\/\//g' > %t/compile_commands.json
  /external/clang/tools/driver/
clang_symlink.cmake 26 COMMAND "${CMAKE_COMMAND}" -E ${CLANGXX_LINK_OR_COPY} "${clang}" "${clangxx}"
  /external/eigen/doc/snippets/
CMakeLists.txt 22 COMMAND ${compile_snippet_executable}
  /external/eigen/unsupported/doc/snippets/
CMakeLists.txt 22 COMMAND ${compile_snippet_executable}
  /external/gtest/test/
gtest_break_on_failure_unittest.py 38 Google Test) with different environments and command line flags.
55 # The command line flag for enabling/disabling the break-on-failure mode.
86 def Run(command):
87 """Runs a command; returns 1 if it was killed by a signal, or 0 otherwise."""
89 p = gtest_test_utils.Subprocess(command, env=environ)
132 command = [EXE_PATH]
134 command.append(flag)
141 has_seg_fault = Run(command)
146 (BREAK_ON_FAILURE_ENV_VAR, env_var_value_msg, ' '.join(command),

Completed in 460 milliseconds

<<11121314151617181920>>