HomeSort by relevance Sort by last modified time
    Searched defs:command (Results 1 - 25 of 772) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/emma/core/java12/
emmarun.java 9 import com.vladium.emma.Command;
26 final Command command = Command.create ("run", emmarun.class.getName (), args); local
27 command.run ();
  /external/chromium_org/third_party/mesa/src/src/glsl/
test.cpp 49 printf("*** usage: %s <command> <options>\n", name);
61 const char *command = argv[1]; local
64 return command;
69 const char *command = extract_command_from_argv(&argc, argv); local
70 if (strcmp(command, "optpass") == 0) {
  /external/mesa3d/src/glsl/
test.cpp 49 printf("*** usage: %s <command> <options>\n", name);
61 const char *command = argv[1]; local
64 return command;
69 const char *command = extract_command_from_argv(&argc, argv); local
70 if (strcmp(command, "optpass") == 0) {
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
__init__.py 16 import gdb.command.pretty_printers namespace
18 gdb.command.pretty_printers.register_pretty_printer_commands()
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
__init__.py 16 import gdb.command.pretty_printers namespace
18 gdb.command.pretty_printers.register_pretty_printer_commands()
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
__init__.py 16 import gdb.command.pretty_printers namespace
18 gdb.command.pretty_printers.register_pretty_printer_commands()
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
__init__.py 16 import gdb.command.pretty_printers namespace
18 gdb.command.pretty_printers.register_pretty_printer_commands()
  /bootable/recovery/
bootloader.h 30 * The command field is updated by linux when it wants to
36 * completion of an "update-radio" or "update-hboot" command.
43 char command[32]; member in struct:bootloader_message
48 /* Read and write the bootloader command from the "misc" partition.
  /dalvik/dx/src/com/android/dx/command/
UsageException.java 17 package com.android.dx.command;
20 * Simple exception class used to communicate that the command-line tool
DxConsole.java 17 package com.android.dx.command;
  /external/chromium_org/chrome/browser/ui/
immersive_fullscreen_configuration.cc 16 CommandLine* command = CommandLine::ForCurrentProcess(); local
18 if (command->HasSwitch(switches::kKioskMode))
23 return !command->HasSwitch(ash::switches::kAshDisableImmersiveFullscreen);
32 // will need to add kAshEnableImmersiveFullscreen to the command line.
  /bionic/libc/kernel/arch-x86/asm/
ist.h 25 __u32 command; member in struct:ist_info
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ist.h 25 __u32 command; member in struct:ist_info
  /external/chromium_org/chrome/browser/printing/
printer_manager_dialog_linux.cc 21 // KDE printer config command ("system-config-printer-kde") causes the
23 // Therefore, use GNOME printer config command for KDE.
26 // Detect the command based on the deskop environment and open the printer
32 const char* command = NULL; local
38 command = kGNOMEPrinterConfigCommand;
45 if (!command) {
46 LOG(ERROR) << "Failed to detect the command to open printer config dialog";
51 argv.push_back(command);
  /external/clang/test/CodeGen/
pragma-pack-3.c 2 // CHECK-X32: %union.command = type <{ i8*, [2 x i8] }>
5 // CHECK-X64: %union.command = type <{ i8*, [2 x i8] }>
9 typedef union command { union
15 } command; typedef in typeref:union:command
17 command c;
  /external/kernel-headers/original/asm-x86/
ist.h 24 __u32 command; member in struct:ist_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ist.h 24 __u32 command; member in struct:ist_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ist.h 24 __u32 command; member in struct:ist_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ist.h 24 __u32 command; member in struct:ist_info
  /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
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
ist.h 25 __u32 command; member in struct:ist_info

Completed in 1104 milliseconds

1 2 3 4 5 6 7 8 91011>>