Searched defs:cmdline (Results 51 - 68 of 68) sorted by relevance

123

/external/chromium_org/chrome/browser/
H A Dabout_flags.cc124 const CommandLine& cmdline) {
128 std::find(cmdline.argv().begin(), cmdline.argv().end(),
131 std::find(cmdline.argv().begin(), cmdline.argv().end(),
133 if (first != cmdline.argv().end() && last != cmdline.argv().end())
137 first = std::find(cmdline.argv().begin(), cmdline.argv().end(),
139 last = std::find(cmdline
123 ExtractFlagsFromCommandLine( const CommandLine& cmdline) argument
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddatabase_manager.cc229 CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
231 !cmdline->HasSwitch(switches::kSbDisableDownloadProtection);
236 !cmdline->HasSwitch(switches::kDisableClientSidePhishingDetection);
246 !cmdline->HasSwitch(switches::kSbDisableExtensionBlacklist);
250 !cmdline->HasSwitch(switches::kSbDisableSideEffectFreeWhitelist);
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator.cc214 bool RunProcessAndWait(const wchar_t* exe_path, const std::wstring& cmdline, argument
221 if (base::LaunchProcess(cmdline, options, &process)) {
226 << cmdline << "\".";
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.cc939 CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
940 DCHECK(cmdline);
946 std::string value = cmdline->GetSwitchValueASCII(flag_whitelist[i]);
/external/chromium_org/third_party/libxml/src/
H A DdebugXML.c2804 char *cmdline = NULL, *cur; local
2848 cmdline = ctxt->input(prompt);
2849 if (cmdline == NULL)
2855 cur = cmdline;
3243 free(cmdline); /* not xmlFree here ! */
3244 cmdline = NULL;
3255 if (cmdline != NULL)
3256 free(cmdline); /* not xmlFree here ! */
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.cc72 char cmdline[4096]; local
73 snprintf(filename, sizeof(filename), "/proc/%d/cmdline",
77 RAW_VLOG(0, "Failed to open /proc/self/cmdline");
81 size_t length = read(fd, cmdline, sizeof(cmdline) - 1);
85 if (cmdline[i] == '\0')
86 cmdline[i] = ' ';
87 cmdline[length] = '\0';
90 buffer->AppendString(cmdline, 0);
/external/libxml2/
H A DdebugXML.c2809 char *cmdline = NULL, *cur; local
2857 cmdline = ctxt->input(prompt);
2858 if (cmdline == NULL)
2864 cur = cmdline;
3402 free(cmdline); /* not xmlFree here ! */
3403 cmdline = NULL;
3414 if (cmdline != NULL)
3415 free(cmdline); /* not xmlFree here ! */
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... .apache.tools.ant.types.CommandlineJava cmdline org.apache.tools.ant.taskdefs. ...
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_handler.cc1183 base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); local
1185 cmdline->HasSwitch(switches::kKioskModePrinting));
/external/valgrind/main/coregrind/
H A Dvgdb.c1051 char cmdline[1000]; local
1055 sprintf(cmdline_file, "/proc/%d/cmdline", pid);
1058 DEBUG(1, "error opening cmdline file %s %s\n",
1060 sprintf(cmdline, "(could not open process command line)");
1062 sz = read(fd, cmdline, 1000);
1064 if (cmdline[i] == 0)
1065 cmdline[i] = ' ';
1067 cmdline[sz] = 0;
1069 DEBUG(1, "error reading cmdline file %s %s\n",
1071 sprintf(cmdline, "(coul
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.c123 struct cmdline { struct
130 const struct cmdline *ca = a;
131 const struct cmdline *cb = b;
151 struct cmdline *cmdlines;
178 const struct cmdline *comm;
179 struct cmdline key;
198 * pevent_pid_is_registered - return if a pid has a cmdline registered
200 * @pid: The pid to check if it has a cmdline registered with.
202 * Returns 1 if the pid has a cmdline mapped to it
207 const struct cmdline *com
234 const struct cmdline *cmdline; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 375 milliseconds

123