/external/valgrind/main/callgrind/ |
callgrind_control.in | 37 $cmdline{$pid} = $cmd; 40 #print "Found PID $pid, cmd '$cmd{$pid}', cmdline '$cmdline{$pid}'.\n"; 338 if ($pid >0) { print $pidstr.$cmdline{$pid}; }
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
BaseCommands.java | 637 * The contents of the /proc/cmdline file 641 String cmdline = ""; local 644 is = new FileInputStream("/proc/cmdline"); 648 cmdline = new String(buffer, 0, count); 651 Log.d(LOG_TAG, "No /proc/cmdline exception=" + e); 660 Log.d(LOG_TAG, "/proc/cmdline=" + cmdline); 661 return cmdline;
|
/external/grub/docs/ |
kernel.c.texi | 84 printf ("cmdline = %s\n", (char *) mbi->cmdline);
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbevents.c | 380 int cmdline, len, arglen; local 398 SDL_snprintf(path, SDL_arraysize(path), "/proc/%d/cmdline", pid); 399 cmdline = open(path, O_RDONLY, 0); 400 if ( cmdline >= 0 ) { 401 len = read(cmdline, args, sizeof(args)); 429 close(cmdline);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
SDL_gsevents.c | 354 int cmdline, len, arglen; local 367 SDL_snprintf(path, SDL_arraysize(path), "/proc/%d/cmdline", pid); 368 cmdline = open(path, O_RDONLY, 0); 369 if ( cmdline >= 0 ) { 370 len = read(cmdline, args, sizeof(args)); 380 close(cmdline);
|
/external/oprofile/pp/ |
opannotate.cpp | 46 string cmdline; member in namespace:__anon10207 94 out << in_comment << "Command line: " << cmdline << '\n' 859 cmdline += string(argv[i]) + " ";
|
/external/chromium/chrome/browser/extensions/ |
extension_webstore_private_api.cc | 83 CommandLine* cmdline = CommandLine::ForCurrentProcess(); local 85 if (cmdline->HasSwitch(switches::kAppsGalleryReturnTokens) &&
|
/external/qemu/distrib/sdl-1.2.12/src/main/macos/ |
SDL_main.c | 80 static int ParseCommandLine(char *cmdline, char **argv) 86 for ( bufp = cmdline; *bufp; ) {
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
SysinfoPanel.java | 550 String cmdline = line.substring(43).trim().replace("/system/bin/", ""); local 553 mDataset.setValue(cmdline, pss);
|
/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 | 1983 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/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...] |
/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));
|
/build/core/ |
Makefile | 379 INTERNAL_BOOTIMAGE_ARGS += --cmdline "$(BOARD_KERNEL_CMDLINE)" 609 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...] |
/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/quake/quake/src/WinQuake/ |
common.cpp | 33 cvar_t cmdline = CVAR4("cmdline","0", false, true); variable 1067 Cvar_Set ("cmdline", com_cmdline); 1087 // reconstitute the command line for the cmdline externally visible cvar 1185 Cvar_RegisterVariable (&cmdline); [all...] |
/gdk/samples/quake/jni/ |
common.cpp | 33 cvar_t cmdline = CVAR4("cmdline","0", false, true); variable 1067 Cvar_Set ("cmdline", com_cmdline); 1087 // reconstitute the command line for the cmdline externally visible cvar 1185 Cvar_RegisterVariable (&cmdline); [all...] |