OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commandline
(Results
26 - 50
of
2662
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp
108
ASSERT_EQ(1u, Commands[0].
CommandLine
.size());
109
EXPECT_EQ(Command1, Commands[0].
CommandLine
[0]) << ErrorMessage;
111
ASSERT_EQ(1u, Commands[1].
CommandLine
.size());
112
EXPECT_EQ(Command2, Commands[1].
CommandLine
[0]) << ErrorMessage;
209
EXPECT_TRUE(NotFound.
CommandLine
.empty()) << ErrorMessage;
225
ASSERT_EQ(4u, FoundCommand.
CommandLine
.size()) << ErrorMessage;
227
FoundCommand.
CommandLine
[0]) << ErrorMessage;
228
EXPECT_EQ("and", FoundCommand.
CommandLine
[1]) << ErrorMessage;
229
EXPECT_EQ("some", FoundCommand.
CommandLine
[2]) << ErrorMessage;
230
EXPECT_EQ("arguments", FoundCommand.
CommandLine
[3]) << ErrorMessage
[
all
...]
/external/chromium_org/base/
command_line.h
12
// There is a singleton read-only
CommandLine
that represents the command line
30
class BASE_EXPORT
CommandLine
{
45
explicit
CommandLine
(NoProgram no_program);
48
explicit
CommandLine
(const FilePath& program);
51
CommandLine
(int argc, const CharType* const* argv);
52
explicit
CommandLine
(const StringVector& argv);
54
~
CommandLine
();
67
// Initialize the current process
CommandLine
singleton. On Windows, ignores
75
// Destroys the current process
CommandLine
singleton. This is necessary if
81
// Get the singleton
CommandLine
representing the current process'
[
all
...]
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
AwShellApplication.java
13
import org.chromium.base.
CommandLine
;
32
CommandLine
.initFromFile("/data/local/tmp/android-webview-command-line");
34
if (
CommandLine
.getInstance().hasSwitch(BaseSwitches.WAIT_FOR_JAVA_DEBUGGER)) {
44
if (
CommandLine
.getInstance().hasSwitch(AwShellSwitches.ENABLE_ATRACE)) {
/external/chromium_org/build/
output_dll_copy.rules
9
CommandLine
="xcopy /R /C /Y $(InputPath) $(OutDir)"
/external/chromium_org/chrome/browser/android/
chrome_startup_flags.cc
23
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
30
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
/external/chromium_org/chrome/browser/first_run/
upgrade_util.h
17
class
CommandLine
;
24
bool RelaunchChromeBrowser(const base::
CommandLine
& command_line);
45
bool RelaunchChromeWithMode(const base::
CommandLine
& command_line,
52
void SetNewCommandLine(base::
CommandLine
* new_command_line);
upgrade_util_mac.cc
10
bool RelaunchChromeBrowser(const
CommandLine
& command_line) {
/external/chromium_org/chrome/common/
terminate_on_heap_corruption_experiment_win.cc
18
// We are called quite early, before the
CommandLine
is initialized. We don't
23
if (!
CommandLine
::InitializedForCurrentProcess()) {
24
CommandLine
::Init(0, NULL);
26
CommandLine
::Reset();
/external/chromium_org/extensions/common/
feature_switch.h
13
class
CommandLine
;
59
FeatureSwitch(const base::
CommandLine
* command_line,
70
void Init(const base::
CommandLine
* command_line,
77
const base::
CommandLine
* command_line_;
/external/chromium_org/third_party/cython/src/bin/
cython.bat
1
@REM Start cython from windows
commandline
as "cython", not "cython.py".
/external/chromium_org/ui/compositor/
compositor_switches.cc
31
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
37
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
/cts/tools/vm-tests-tf/src/util/build/
JavacBuildStep.java
57
String[]
commandLine
= new String[sourceFiles.size()+args];
58
commandLine
[0] = "-classpath";
59
commandLine
[1] = classPath;
60
commandLine
[2] = "-d";
61
commandLine
[3] = destPath;
66
System.arraycopy(files, 0,
commandLine
, args, files.length);
69
return Main.compile(
commandLine
, new PrintWriter(System.err)) == 0;
/external/chromium_org/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/
CastBrowserHelper.java
15
import org.chromium.base.
CommandLine
;
46
if (!
CommandLine
.isInitialized()) {
49
CommandLine
.initFromFile(COMMAND_LINE_FILE);
51
CommandLine
.init(null);
58
CommandLine
.getInstance().appendSwitchesAndArguments(commandLineParams);
63
CommandLine
.getInstance().appendSwitchWithValue(
93
if (!
CommandLine
.getInstance().hasSwitch(BaseSwitches.WAIT_FOR_JAVA_DEBUGGER)) {
/external/chromium_org/chrome/browser/chromeos/system_logs/
command_line_log_source.cc
25
std::vector<std::pair<std::string,
CommandLine
> > commands;
27
CommandLine
command(base::FilePath("/usr/bin/amixer"));
32
command =
CommandLine
((base::FilePath("/usr/bin/cras_test_client")));
37
command =
CommandLine
((base::FilePath("/usr/bin/audio_diagnostics")));
44
command =
CommandLine
((base::FilePath("/usr/bin/cras_test_client")));
55
command =
CommandLine
((base::FilePath("/usr/bin/printenv")));
58
command =
CommandLine
(base::FilePath("/usr/bin/setxkbmap"));
63
command =
CommandLine
(base::FilePath("/usr/bin/xinput"));
68
command =
CommandLine
(base::FilePath("/usr/bin/xrandr"));
74
command =
CommandLine
(base::FilePath("/bin/sh"))
[
all
...]
touch_log_source.cc
32
std::vector<std::pair<std::string,
CommandLine
> > commands;
33
CommandLine
command =
34
CommandLine
(base::FilePath("/opt/google/input/inputcontrol"));
39
CommandLine
(base::FilePath("/opt/google/input/cmt_feedback"));
42
command =
CommandLine
(
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
CommandLineTest.java
10
import org.chromium.base.
CommandLine
;
26
// The
commandline
starts off in Java:
27
CommandLine
cl =
CommandLine
.getInstance();
41
cl =
CommandLine
.getInstance();
/external/chromium_org/chrome/browser/extensions/api/activity_log_private/
activity_log_private_apitest.cc
24
ActivityLogApiTest() : saved_cmdline_(
CommandLine
::NO_PROGRAM) {}
28
*
CommandLine
::ForCurrentProcess() = saved_cmdline_;
31
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
33
saved_cmdline_ = *
CommandLine
::ForCurrentProcess();
46
CommandLine
saved_cmdline_;
/external/chromium_org/cloud_print/gcp20/prototype/
command_line_reader.cc
18
CommandLine
::ForCurrentProcess()->GetSwitchValueASCII(
37
CommandLine
::ForCurrentProcess()->GetSwitchValueASCII(switches::kTtl),
48
CommandLine
::ForCurrentProcess()->GetSwitchValueASCII(
56
CommandLine
::ForCurrentProcess()->GetSwitchValueASCII(
78
std::string filename =
CommandLine
::ForCurrentProcess()->GetSwitchValueASCII(
/external/chromium_org/base/android/javatests/src/org/chromium/base/
CommandLineTest.java
32
CommandLine
.reset();
36
CommandLine
cl =
CommandLine
.getInstance();
51
CommandLine
cl =
CommandLine
.getInstance();
77
String[] actual =
CommandLine
.tokenizeQuotedAruments(toParse.toCharArray());
87
CommandLine
.init(INIT_SWITCHES);
95
CommandLine
.init(
CommandLine
.tokenizeQuotedAruments(INIT_SWITCHES_BUFFER));
/external/chromium_org/tools/gn/
gn_main.cc
23
std::vector<std::string> GetArgs(const
CommandLine
& cmdline) {
24
CommandLine
::StringVector in_args = cmdline.GetArgs();
40
CommandLine
::set_slash_is_not_a_switch();
42
CommandLine
::Init(argc, argv);
44
const
CommandLine
& cmdline = *
CommandLine
::ForCurrentProcess();
/external/chromium_org/components/signin/core/common/
profile_management_switches.cc
35
CommandLine
::ForCurrentProcess()->HasSwitch(
38
CommandLine
::ForCurrentProcess()->HasSwitch(
41
CommandLine
::ForCurrentProcess()->HasSwitch(
44
CommandLine
::ForCurrentProcess()->HasSwitch(
47
CommandLine
::ForCurrentProcess()->HasSwitch(
50
CommandLine
::ForCurrentProcess()->HasSwitch(
119
if (
CommandLine
::ForCurrentProcess()->HasSwitch(command_switch))
134
return
CommandLine
::ForCurrentProcess()->HasSwitch(
144
return
CommandLine
::ForCurrentProcess()->HasSwitch(
170
void EnableNewAvatarMenuForTesting(base::
CommandLine
* command_line)
[
all
...]
/external/chromium_org/ash/audio/
sounds.cc
21
CommandLine
* cl =
CommandLine
::ForCurrentProcess();
/external/chromium_org/chrome/browser/
browser_process_platform_part_base.h
12
class
CommandLine
;
29
const base::
CommandLine
& command_line);
chrome_browser_field_trials.h
19
explicit ChromeBrowserFieldTrials(const base::
CommandLine
& command_line);
32
const base::
CommandLine
& parsed_command_line_;
chrome_browser_field_trials_desktop.h
14
class
CommandLine
;
24
void SetupDesktopFieldTrials(const base::
CommandLine
& parsed_command_line,
Completed in 1311 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>