HomeSort by relevance Sort by last modified time
    Searched refs:cmdline (Results 151 - 175 of 189) sorted by null

1 2 3 4 5 67 8

  /external/linux-tools-perf/util/
trace-event-parse.c 66 struct cmdline { struct
71 static struct cmdline *cmdlines;
76 const struct cmdline *ca = a;
77 const struct cmdline *cb = b;
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 2005 char cmdline[1000]; local
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 1440 static const char* cmdline = ""; \/\/ the entire command-line member in namespace:google
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 1431 static const char* cmdline = ""; \/\/ the entire command-line variable
    [all...]
  /external/chromium_org/base/process/
launch_posix.cc 574 bool LaunchProcess(const CommandLine& cmdline,
577 return LaunchProcess(cmdline.argv(), options, process_handle);
process_util_unittest.cc 474 std::wstring cmdline = local
478 EXPECT_TRUE(base::LaunchProcess(cmdline, options, NULL));
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 272 bool RunProcessAndWait(const wchar_t* exe_path, wchar_t* cmdline,
276 if (!::CreateProcess(exe_path, cmdline, NULL, NULL, FALSE, CREATE_NO_WINDOW,
  /external/chromium_org/third_party/libxml/src/
debugXML.c 2804 char *cmdline = NULL, *cur; local
    [all...]
  /external/grub/stage2/
boot.c 480 mbi.cmdline = (int) arg;
785 mll[mbi.mods_count].cmdline = (int) arg;
shared.h 861 char *skip_to (int after_equal, char *cmdline);
908 int get_cmdline (char *prompt, char *cmdline, int maxlen,
  /external/libxml2/
debugXML.c 2805 char *cmdline = NULL, *cur; local
    [all...]
  /frameworks/native/cmds/atrace/
atrace.cpp 381 static bool setAppCmdlineProperty(const char* cmdline)
383 if (property_set(k_traceAppCmdlineProperty, cmdline) < 0) {
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 3 #include <cmdline.h>
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc 69 CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
70 use_skia = (cmdline && cmdline->HasSwitch(kBackingStoreSkiaSwitch));
  /external/chromium_org/chrome/browser/nacl_host/
nacl_process_host.cc 735 CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
736 DCHECK(cmdline);
739 std::string value = cmdline->GetSwitchValueASCII(flag_whitelist[i]);
    [all...]
  /build/core/
Makefile 406 INTERNAL_BOOTIMAGE_ARGS += --cmdline "$(BOARD_KERNEL_CMDLINE)"
674 INTERNAL_RECOVERYIMAGE_ARGS += --cmdline "$(BOARD_KERNEL_CMDLINE)"
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 1306 char *cmdline = argv[0]; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 48 char cmdline[1024]; variable
  /external/openssh/
servconf.c 721 int cmdline = 0, *intptr, value, value2, n; local
743 cmdline = 1;
744 activep = &cmdline;
769 /* ignore ports from configfile if cmdline specifies ports */
    [all...]
  /external/chromium_org/third_party/mongoose/
mongoose.c 1139 char *p, *interp, cmdline[PATH_MAX], buf[PATH_MAX]; local
    [all...]
  /bootable/diskinstaller/
config.mk 124 internal_installerimage_args += --cmdline "$(BOARD_INSTALLER_CMDLINE)"
  /external/chromium/base/
process_util_unittest.cc 365 std::wstring cmdline = local
367 EXPECT_TRUE(base::LaunchAppAsUser(token, cmdline, false, NULL));
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 882 CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
884 cmdline->HasSwitch(switches::kKioskModePrinting));
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/qemu/
monitor.c 131 static void monitor_command_cb(Monitor *mon, const char *cmdline,
    [all...]

Completed in 1167 milliseconds

1 2 3 4 5 67 8