/external/deqp/scripts/opengl/ |
gen_ext_init.py | 35 def genInit (command): 36 coreName = getCoreName(command.name) 37 ifaceName = coreName if coreName in iface.commands else command.name 41 command.name) 43 for line in indentLines(genInit(command) for command in extIface.commands):
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_uninitialized_test.py | 39 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_uninitialized_test_') 54 def TestExitCodeAndOutput(command): 55 """Runs the given command and verifies its exit code and output.""" 57 # Verifies that 'command' exits with code 1. 58 p = gtest_test_utils.Subprocess(command) 66 TestExitCodeAndOutput(COMMAND)
|
/external/gtest/test/ |
gtest_uninitialized_test.py | 39 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_uninitialized_test_') 54 def TestExitCodeAndOutput(command): 55 """Runs the given command and verifies its exit code and output.""" 57 # Verifies that 'command' exits with code 1. 58 p = gtest_test_utils.Subprocess(command) 66 TestExitCodeAndOutput(COMMAND)
|
/external/kernel-headers/original/uapi/linux/ |
pg.h | 6 command driver for parallel port ATAPI devices (pg). The 14 A write operation delivers a command and any outbound data in 17 command pending. If the write succeeds, it should be followed 28 current ATAPI devices, command packets are assumed to be exactly 49 char packet[12]; /* packet command */ 58 int duration; /* time in seconds command took */
|
/external/llvm/test/MC/MachO/ |
direction_labels.s | 21 // CHECK: # Load Command 0 22 // CHECK: (('command', 1) 52 // CHECK: # Load Command 1 53 // CHECK: (('command', 2) 71 // CHECK: # Load Command 2 72 // CHECK: (('command', 11)
|
section-align-1.s | 16 // CHECK: # Load Command 0 17 // CHECK: (('command', 1) 44 // CHECK: # Load Command 1 45 // CHECK: (('command', 2) 63 // CHECK: # Load Command 2 64 // CHECK: (('command', 11)
|
string-table.s | 12 // CHECK: # Load Command 0 13 // CHECK: (('command', 1) 49 // CHECK: # Load Command 1 50 // CHECK: (('command', 2) 76 // CHECK: # Load Command 2 77 // CHECK: (('command', 11)
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
path_utils.h | 32 #define SEGMENT_COMMAND(command) /* Extract segment type */ \ 33 ((command) & 0x1e) 34 #define SEGMENT_ABS_REL(command) /* Extract absolute/relative bit */ \ 35 ((command) & 0x1) 62 VGint command = SEGMENT_COMMAND(segment); local 63 switch(command) {
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/ |
StaticReplyCommandHandler.java | 16 package org.mockftpserver.core.command;
20 import org.mockftpserver.stub.command.AbstractStubCommandHandler;
64 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
66 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
|
/external/protobuf/gtest/test/ |
gtest_uninitialized_test.py | 39 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_uninitialized_test_') 54 def TestExitCodeAndOutput(command): 55 """Runs the given command and verifies its exit code and output.""" 57 # Verifies that 'command' exits with code 1. 58 p = gtest_test_utils.Subprocess(command) 66 TestExitCodeAndOutput(COMMAND)
|
/external/vboot_reference/tests/futility/ |
test_main.sh | 15 # It's weird but okay if the command is a full path. 35 # If it's invoked as the name of a command we know, it should do that command 43 # If it's invoked by any other name, expect the command to be the first arg. 54 # we expect the first command fail, but the output to match anyway 57 # If it can't figure out the command at all, it should complain.
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_uninitialized_test.py | 39 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_uninitialized_test_') 54 def TestExitCodeAndOutput(command): 55 """Runs the given command and verifies its exit code and output.""" 57 # Verifies that 'command' exits with code 1. 58 p = gtest_test_utils.Subprocess(command) 66 TestExitCodeAndOutput(COMMAND)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
pg.h | 6 command driver for parallel port ATAPI devices (pg). The 14 A write operation delivers a command and any outbound data in 17 command pending. If the write succeeds, it should be followed 28 current ATAPI devices, command packets are assumed to be exactly 49 char packet[12]; /* packet command */ 58 int duration; /* time in seconds command took */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
pg.h | 6 command driver for parallel port ATAPI devices (pg). The 14 A write operation delivers a command and any outbound data in 17 command pending. If the write succeeds, it should be followed 28 current ATAPI devices, command packets are assumed to be exactly 49 char packet[12]; /* packet command */ 58 int duration; /* time in seconds command took */
|
/system/bt/bta/hf_client/ |
bta_hf_client_at.h | 24 /* ASCII character string of arguments to the AT command */ 27 /* AT command table element */ 30 const char *p_cmd; /* AT command string */ 37 /* callback function executed when command is parsed */ 80 /* This structure holds prepared AT command queued for sending */ 92 /* AT command parsing control block */
|
/system/bt/hci/include/ |
hci_layer.h | 74 typedef void (*command_status_cb)(uint8_t status, BT_HDR *command, void *context); 77 // Send a low power command, if supported and the low power manager is enabled. 78 void (*send_low_power_command)(low_power_command_t command); 89 // Send a command through the HCI layer 91 BT_HDR *command, 97 future_t *(*transmit_command_futured)(BT_HDR *command);
|
/external/e2fsprogs/ext2ed/ |
main.c | 14 2. The parser, which asks the command line from the user. 15 3. The dispatcher, which analyzes the command line and calls the appropriate handler function. 16 4. A command pattern matcher which is used along with the readline completion feature. 60 int AllowChanges=0; /* When set, the enablewrite command will fail */ 68 char last_command_line [80]; /* A simple one command cache, in addition to the readline history */ 134 * Read a character from the command window 189 * This function asks the user for a command and calls the dispatcher 191 * function readline to read the command, hence all the usual readline 192 * keys are available. The new command is saved both in the 193 * readline's history and in our tiny one-command cache, so that onl 362 char command [80]; local [all...] |
/external/selinux/policycoreutils/semanage/ |
semanage-bash-completion.sh | 71 local command=${COMP_WORDS[1]} 88 if [ "$prev" = "-a" -a "$command" = "permissive" ]; then 101 if [ "$command" != "user" -o "$prev" != "-r" ]; then 114 if [ "$command" = "port" ]; then 118 if [ "$command" = "fcontext" ]; then 124 elif __contains_word "$command" ${VERBS[LOGIN]} ; then 127 elif __contains_word "$command" ${VERBS[USER]} ; then 130 elif __contains_word "$command" ${VERBS[PORT]} ; then 133 elif __contains_word "$command" ${VERBS[INTERFACE]} ; then 136 elif __contains_word "$command" ${VERBS[MODULE]} ; the [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/ |
NameTest.java | 38 * JDWP Unit test for ThreadGroupReference.Name command. 47 * This testcase exercises ThreadGroupReference.Name command. 49 * <BR> Then the test with help of the ThreadGroupReference.Name command checks 71 checkReplyPacket(reply, "ThreadReference::ThreadGroup command"); 81 assertString("ThreadReference::ThreadGroup command returned invalid group name,", 88 * This testcase exercises ThreadGroupReference.Name command. 90 * <BR> Then the test with help of the ThreadGroupReference.Name command 105 * This testcase exercises ThreadGroupReference.Name command. 107 * <BR> Then the test with help of the ThreadGroupReference.Name command 122 * This testcase exercises ThreadGroupReference.Name command [all...] |
ParentTest.java | 38 * JDWP Unit test for ThreadGroupReference.Parent command. 47 * This testcase exercises ThreadGroupReference.Parent command. 49 * <BR> Then the test with help of the ThreadGroupReference.Parent command checks 72 checkReplyPacket(reply, "ThreadReference::ThreadGroup command"); 82 checkReplyPacket(reply, "ThreadGroupReference::Parent command"); 91 assertString("ThreadGroupReference::Parent command returned invalid group name,", 98 * This testcase exercises ThreadGroupReference.Parent command. 100 * <BR> Then the test with help of the ThreadGroupReference.Parent command 117 * <BR> Then the test with help of the ThreadGroupReference.Parent command 132 * This testcase exercises ThreadGroupReference.Parent command [all...] |
/external/clang/lib/Tooling/ |
CommonOptionsParser.cpp | 11 // command-line options for clang tools, so that they can be run as separate 12 // command-line applications with a consistent common interface for handling 15 // It provides a common subset of command-line options, common algorithm 17 // for the basic command-line interface. 19 // It creates a CompilationDatabase and reads common command-line options. 37 "-p <build-path> is used to read a compile command database.\n" 48 "\tlooked up in the compile command database. If the path of a file is\n" 54 "\tsuffix of a path in the compile command database.\n" 87 for (CompileCommand &Command : Commands) 89 Command.CommandLine = Adjuster(Command.CommandLine) [all...] |
/external/icu/icu4c/source/test/perf/utrie2perf/ |
utrie2perf.cpp | 93 class Command : public UPerfFunction { 95 Command(const UTrie2PerfTest &testcase) : testcase(testcase) {} 98 virtual ~Command() {} 113 class CheckFCD : public Command { 115 CheckFCD(const UTrie2PerfTest &testcase) : Command(testcase) {} 133 class CheckFCDAlwaysGet : public Command { 135 CheckFCDAlwaysGet(const UTrie2PerfTest &testcase) : Command(testcase) {} 154 class CheckFCDUTF8 : public Command { 156 CheckFCDUTF8(const UTrie2PerfTest &testcase) : Command(testcase) {} 171 class ToNFC : public Command { [all...] |
/external/iputils/doc/ |
tracepath.sgml | 17 <command>tracepath</command> 31 It is similar to <command/traceroute/, only does not require superuser 36 <command/tracepath6/ is good replacement for <command/traceroute6/ 67 65535 for <command/tracepath/ or 128000 for <command/tracepath6/. 149 <command/tracepath/ was written by 161 <command/tracepath/ is not a privileged program, unlike 162 <command/traceroute/, <command/ping/ and other beasts of this kind [all...] |
/external/lldb/examples/python/ |
delta.py | 5 # 'start_gdb_log' command is called with a filename to log to. When the 6 # 'stop_gdb_log' command is called, it will disable the logging and 12 # import it with the full path using the "command script import" 13 # command. This can be done from the LLDB command line: 14 # (lldb) command script import /path/to/gdbremote.py 26 def start_gdb_log(debugger, command, result, dict): 42 result.PutCString ("GDB packet logging enable with log file '%s'\nUse the 'stop_gdb_log' command to stop logging and show packet statistics." % log_file) 48 def parse_time_log(debugger, command, result, dict): 51 command_args = shlex.split(command) [all...] |
/external/lldb/source/Interpreter/ |
CommandObjectRegexCommand.cpp | 54 const char *command, 58 if (command) 65 if (pos->regex.Execute (command, ®ex_match)) 67 std::string new_command(pos->command); 73 if (regex_match.GetMatchAtIndex (command, match_idx, match_str)) 84 // Interpret the new command and return this as the result! 87 // Pass in true for "no context switching". The command that called us should have set up the context 96 result.AppendErrorWithFormat ("Command contents '%s' failed to match any regular expression in the '%s' regex command.\n", 97 command, [all...] |