| /external/bluetooth/hcidump/parser/ |
| csr.c | 148 unsigned char commands[64]; local 151 memcpy(commands, frm->ptr, frm->len); 154 printf("%s: commands", str); 156 printf(" 0x%02x", commands[i]);
|
| /external/clang/test/Sema/ |
| init.c | 44 struct cdiff_cmd commands[] = { variable in typeref:struct:cdiff_cmd
|
| /external/linux-tools-perf/ |
| perf.c | 6 * This is the main hub from which the sub-commands (perf stat, 104 * commands can be written with "--" prepended 312 static struct cmd_struct commands[] = { local 362 for (i = 0; i < ARRAY_SIZE(commands); i++) { 363 struct cmd_struct *p = commands+i; 485 * We use PATH to find perf commands, but we prepend some higher
|
| /external/quake/quake/src/WinQuake/ |
| gl_mesh.cpp | 39 int commands[8192]; variable 258 commands[numcommands++] = (bestlen+2); 260 commands[numcommands++] = -(bestlen+2); 268 // emit s/t coords into the commands stream 277 commands[numcommands++] = temp.i; 279 commands[numcommands++] = temp.i; 283 commands[numcommands++] = 0; // end of list marker 323 fread (&commands, numcommands * sizeof(commands[0]), 1, f); 345 fwrite (&commands, numcommands * sizeof(commands[0]), 1, f) [all...] |
| /frameworks/base/tools/preload/ |
| MemoryUsage.java | 222 String[] commands = GET_DIRTY_PAGES; local 226 commandList.addAll(Arrays.asList(commands)); 228 commands = commandList.toArray(new String[commandList.size()]); 232 final Process process = Runtime.getRuntime().exec(commands); 251 + ": " + line + "; command was " + Arrays.toString(commands));
|
| /gdk/samples/quake/jni/ |
| gl_mesh.cpp | 39 int commands[8192]; variable 258 commands[numcommands++] = (bestlen+2); 260 commands[numcommands++] = -(bestlen+2); 268 // emit s/t coords into the commands stream 277 commands[numcommands++] = temp.i; 279 commands[numcommands++] = temp.i; 283 commands[numcommands++] = 0; // end of list marker 323 fread (&commands, numcommands * sizeof(commands[0]), 1, f); 345 fwrite (&commands, numcommands * sizeof(commands[0]), 1, f) [all...] |
| /libcore/luni/src/test/java/tests/api/java/lang/ |
| ProcessManagerTest.java | 38 String[] commands = { "cat" }; local 39 Process process = Runtime.getRuntime().exec(commands, null, null); 52 String[] commands = { "sleep", "1" }; local 53 process = Runtime.getRuntime().exec(commands, null, null); 64 String[] commands = { "sleep", "1000"}; 66 process = Runtime.getRuntime().exec(commands, null, null); 115 String[] commands = { "sh", "-c", "pwd" }; local 117 commands, null, new File("/")); 123 String[] commands = { "sh", "-c", "echo $FOO" }; local 128 commands, environment, null) 183 String[] commands = { "ls", "\/proc\/self\/fd" }; local 219 String[] commands = { "doesnotexist" }; local [all...] |
| ProcessTest.java | 39 String[] commands = { "sleep", "1"}; local 40 Process proc = Runtime.getRuntime().exec(commands, null, null); 75 String[] commands = { "sleep", "1"}; local 76 Process proc = Runtime.getRuntime().exec(commands, null, null); 115 String[] commands = { "ls" }; local 116 Process process = Runtime.getRuntime().exec(commands, null, null); 151 String[] commands = { "ls"}; local 153 Process process = Runtime.getRuntime().exec(commands, null, null);
|
| /system/core/init/ |
| init.h | 28 /* list of commands in an action */ 47 struct listnode commands; member in struct:action
|
| /bionic/libc/kernel/common/linux/ |
| hdsmart.h | 95 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
|
| /development/cmds/monkey/src/com/android/commands/monkey/ |
| MonkeySourceNetworkViews.java | 17 package com.android.commands.monkey; 19 import static com.android.commands.monkey.MonkeySourceNetwork.EARG; 31 import com.android.commands.monkey.MonkeySourceNetwork.CommandQueue; 32 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommand; 33 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommandReturn; 45 * Script commands over the network.
|
| MonkeySourceRandom.java | 17 package com.android.commands.monkey;
|
| /development/ndk/platforms/android-3/include/linux/ |
| hdsmart.h | 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
|
| /external/bluetooth/bluez/attrib/ |
| interactive.c | 716 } commands[] = { variable in typeref:struct:__anon1909 750 for (i = 0; commands[i].cmd; i++) 751 printf("%-15s %-30s %s\n", commands[i].cmd, 752 commands[i].params, commands[i].desc); 776 for (i = 0; commands[i].cmd; i++) 777 if (strcasecmp(commands[i].cmd, argvp[0]) == 0) 780 if (commands[i].cmd) 781 commands[i].func(argcp, argvp);
|
| /external/e2fsprogs/lib/ext2fs/ |
| tdbtool.c | 50 enum commands { enum 74 enum commands cmd; 425 enum commands mycmd = CMD_HELP; 524 * unhandled commands. cases included here to avoid compiler
|
| /external/kernel-headers/original/linux/ |
| hdsmart.h | 91 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
|
| /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/ |
| Bmgr.java | 17 package com.android.commands.bmgr;
|
| /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/ |
| hdsmart.h | 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
| hdsmart.h | 91 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
| hdsmart.h | 91 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
| hdsmart.h | 91 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
|
| /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/ |
| hdsmart.h | 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
|
| /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
| hdsmart.h | 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
|
| /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
| hdsmart.h | 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
|
| /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
| hdsmart.h | 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
|