OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commandline
(Results
651 - 675
of
873
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/compile/slang/
llvm-rs-cc.cpp
38
#include "llvm/Support/
CommandLine
.h"
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java
98
public static final String ATTR_COMMANDLINE = AdtPlugin.PLUGIN_ID + ".
commandline
"; //$NON-NLS-1$
/system/core/adb/
SERVICES.TXT
168
sending it to the device (see interactive_shell() in
commandline
.c)
protocol.txt
14
be used by either
commandline
or interactive tools to communicate with
/external/chromium/chrome/browser/instant/
instant_loader.cc
709
CommandLine
* cl =
CommandLine
::ForCurrentProcess();
[
all
...]
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc
69
CommandLine
* cmdline =
CommandLine
::ForCurrentProcess();
render_widget_host_view_gtk.cc
396
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
[
all
...]
/external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc
109
if (
CommandLine
::ForCurrentProcess()->HasSwitch(
601
*
CommandLine
::ForCurrentProcess(),
[
all
...]
/external/chromium/chrome/browser/extensions/
extension_service_unittest.cc
415
CommandLine
::ForCurrentProcess(),
[
all
...]
extension_service.cc
326
GURL(
CommandLine
::ForCurrentProcess()->GetSwitchValueASCII(
413
const
CommandLine
* command_line,
[
all
...]
extension_updater.cc
644
!
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess);
[
all
...]
extension_service.h
168
const
CommandLine
* command_line,
/prebuilts/devtools/tools/lib/
ant-tasks.jar
/external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py
98
DEFINE_list: Takes a comma-separated list of strings on the
commandline
.
102
commandline
. Stores them in a python list object.
106
specified more than once on the
commandline
. The
111
specified more than once on the
commandline
. The
175
the
commandline
.
[
all
...]
/external/chromium/chrome/browser/
aeropeek_manager.cc
[
all
...]
/external/libmtp/
README
104
day-to-day usage by
commandline
freaks, I would have
110
and D-Bus do this much better than any
commandline
/external/chromium/base/
process_util_linux.cc
248
// TODO(port): read pid's
commandline
's $0, like killall does. Using the
/external/chromium/chrome/browser/chromeos/login/
user_manager.cc
598
if (
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium/chrome/browser/prefs/
pref_service.cc
119
new CommandLinePrefStore(
CommandLine
::ForCurrentProcess());
/external/chromium/chrome/browser/prerender/
prerender_browsertest.cc
136
virtual void SetUpCommandLine(
CommandLine
* command_line) {
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc
298
virtual void SetUpCommandLine(
CommandLine
* command_line) {
/external/chromium/chrome/browser/translate/
translate_manager.cc
378
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kDisableTranslate))
/external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_private.mm
484
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kNewTabPage4))
/external/chromium/chrome/browser/ui/gtk/
task_manager_gtk.cc
452
if (
CommandLine
::ForCurrentProcess()->HasSwitch(
[
all
...]
/external/chromium/chrome/browser/ui/views/
task_manager_view.cc
443
if (
CommandLine
::ForCurrentProcess()->HasSwitch(
Completed in 2153 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>