/external/llvm/cmake/modules/ |
AddLLVMDefinitions.cmake | 1 # There is no clear way of keeping track of compiler command-line
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
CMakeLists.txt | 1 # Make sure that the path to libffi headers is on the command
|
/external/llvm/utils/lit/lit/ExampleTests.ObjDir/ |
lit.site.cfg | 7 # can easily be used on the command line.
|
/external/openssh/contrib/hpux/ |
egd | 2 # EGD_ARGS: Command line arguments to pass to egd
|
/external/openssh/regress/ |
sftp-batch.sh | 30 # The next command should fail 35 # The next command should fail 51 verbose "$tid: junk command" 53 && fail "junk command succeeded"
|
/external/valgrind/main/callgrind/docs/ |
callgrind_annotate-manpage.xml | 22 <command>callgrind_annotate</command> 34 <para><command>callgrind_annotate</command> takes an output file produced by
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
non-html.manifest | 8 /resources/network-simulator.php?command=
|
/external/webkit/LayoutTests/http/tests/resources/ |
tripmine.php | 29 $command = $_GET['command']; variable 30 if ($command) { 31 if ($command == "status")
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
command-line-api.html | 5 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=20385">Bug 20385: Firebug command line extensions interfere with existing objects</a>.</p>
|
/external/webkit/Source/WebCore/manual-tests/ |
video-in-non-frontmost-tab.html | 2 Command-Click <a href="resources/video-tab.html">this link</a> to open it in a non-frontmost tab.
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_gui.sgml | 16 <command>wpa_gui</command> 31 configuration features of the command line client, wpa_cli. Refer 36 <title>Command Arguments</title>
|
/frameworks/base/tests/SmokeTest/ |
README | 5 If you wish to run these tests, issue the command:
|
/frameworks/testing/uiautomator/library/ |
apicheck_msg_current.txt | 9 2) You can update current.txt by executing the following command:
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
ist.h | 19 __u32 command; member in struct:ist_info
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
ist.h | 19 __u32 command; member in struct:ist_info
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
ist.h | 19 __u32 command; member in struct:ist_info
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
ist.h | 19 __u32 command; member in struct:ist_info
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
ist.h | 19 __u32 command; member in struct:ist_info
|
/system/extras/tests/bionic/libc/other/ |
test_system.c | 23 fprintf(stderr, "Command returned non-zero exit code: %d\n",
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyCommandEvent.java | 25 * Events for running the shell command. 39 //Execute the shell command 43 System.err.println("// Shell command " + mCmd + " status was " + status);
|
/external/bluetooth/bluedroid/hci/include/ |
hci.h | 46 /* Send HCI command/data to the transport */ 52 /* Callback function for the returned event of internally issued command */ 55 /* Handler for sending HCI command from the local module */
|
/external/chromium/chrome/browser/ |
global_keyboard_shortcuts_mac_unittest.mm | 14 // Test that an invalid shortcut translates into an invalid command id. 75 for (int command = 0; command <= 1; ++command) { 81 command, shift, control, option, equivalents[i].keycode, 0), 83 command, shift, control, option, 87 command, shift, control, option, equivalents[i].keycode, 0), 89 command, shift, control, option, 93 command, shift, control, option, equivalents[i].keycode, 0), 95 command, shift, control, option [all...] |
/external/chromium/chrome/browser/sessions/ |
session_backend_unittest.cc | 22 SessionCommand* command = local 27 memcpy(command->contents(), data.data.c_str(), data.data.size()); 28 return command; 41 void AssertCommandEqualsData(const TestData& data, SessionCommand* command) { 42 EXPECT_EQ(data.command_id, command->id()); 43 EXPECT_EQ(data.data.size(), command->size()); 45 memcmp(command->contents(), data.data.c_str(), command->size()) == 0); 176 // Writes a command, appends another command with reset to true, then read [all...] |
/external/kernel-headers/original/linux/ |
reboot.h | 18 * RESTART Restart system using default command and mode. 20 * CAD_ON Ctrl-Alt-Del sequence causes RESTART command. 23 * RESTART2 Restart system using given command string.
|
/external/libnl-headers/netlink/genl/ |
mngt.h | 36 * Generic Netlink Command 40 /** Unique command identifier */ 43 /** Name/description of command */
|