OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commandline
(Results
276 - 300
of
741
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/v8/tools/visual_studio/
v8_arm.vcproj
194
CommandLine
=".\js2c.cmd ..\..\src "$(IntDir)\DerivedSources""
205
CommandLine
=".\js2c.cmd ..\..\src "$(IntDir)\DerivedSources""
v8_x64.vcproj
194
CommandLine
=".\js2c.cmd ..\..\src "$(IntDir)\DerivedSources""
205
CommandLine
=".\js2c.cmd ..\..\src "$(IntDir)\DerivedSources""
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.vcproj
94
CommandLine
="@echo on
mkdir "$(ProjectDir)..\..\lib\$(ConfigurationName)\"
copy "$(OutDir)\libEGL.dll" "$(ProjectDir)..\..\lib\$(ConfigurationName)\"
copy "$(OutDir)\libEGL.lib" "$(ProjectDir)..\..\lib\$(ConfigurationName)\"
@echo off
"
174
CommandLine
="@echo on
mkdir "$(ProjectDir)..\..\lib\$(ConfigurationName)\"
copy "$(OutDir)\libEGL.dll" "$(ProjectDir)..\..\lib\$(ConfigurationName)\"
copy "$(OutDir)\libEGL.lib" "$(ProjectDir)..\..\lib\$(ConfigurationName)\"
@echo off
"
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.vcproj
94
CommandLine
="@echo on
mkdir "$(ProjectDir)..\..\lib\$(ConfigurationName)\"
copy "$(OutDir)\libGLESv2.dll" "$(ProjectDir)..\..\lib\$(ConfigurationName)\"
copy "$(OutDir)\libGLESv2.lib" "$(ProjectDir)..\..\lib\$(ConfigurationName)\"
@echo off
"
175
CommandLine
="@echo on
mkdir "$(ProjectDir)..\..\lib\$(ConfigurationName)\"
copy "$(OutDir)\libGLESv2.dll" "$(ProjectDir)..\..\lib\$(ConfigurationName)\"
copy "$(OutDir)\libGLESv2.lib" "$(ProjectDir)..\..\lib\$(ConfigurationName)\"
@echo off
"
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
DebugKeyProvider.java
66
KeytoolException(String message, String javaHome, String
commandLine
) {
70
mCommandLine =
commandLine
;
/system/core/adb/
Android.mk
58
commandline
.c \
161
commandline
.c \
/external/chromium/chrome/browser/
process_singleton_uitest.cc
64
CommandLine
command_line(browser_directory.Append(
76
CommandLine
standard_switches(
CommandLine
::NO_PROGRAM);
78
const
CommandLine
::SwitchMap& switch_map = standard_switches.GetSwitches();
79
for (
CommandLine
::SwitchMap::const_iterator i = switch_map.begin();
shell_integration_linux.cc
272
if (!base::GetAppOutput(
CommandLine
(argv), &reply)) {
290
base::GetAppOutput(
CommandLine
(argv), &browser);
386
CommandLine
cmd_line =
388
const
CommandLine
::SwitchMap& switch_map = cmd_line.GetSwitches();
389
for (
CommandLine
::SwitchMap::const_iterator i = switch_map.begin();
browser_process_impl.cc
103
BrowserProcessImpl::BrowserProcessImpl(const
CommandLine
& command_line)
[
all
...]
background_mode_manager.cc
41
CommandLine
* command_line)
68
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kKeepAliveForTest))
368
const
CommandLine
* command_line) {
process_singleton_win.cc
91
// format is "START\0<<<current directory>>>\0<<<
commandline
>>>".
273
CommandLine
parsed_command_line =
CommandLine
::FromString(cmd_line);
background_mode_manager_mac.mm
69
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kUserDataDir))
background_mode_manager_win.cc
79
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kUserDataDir))
/external/chromium/chrome/common/
logging_chrome.cc
130
LoggingDestination DetermineLogMode(const
CommandLine
& command_line) {
215
FilePath GetSessionLogFile(const
CommandLine
& command_line) {
231
void RedirectChromeLogging(const
CommandLine
& command_line) {
267
void InitChromeLogging(const
CommandLine
& command_line,
325
if (!
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kNoErrorDialogs))
/external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java
29
import org.apache.tools.ant.types.
Commandline
;
305
* Not overridable [due to limitations in ANT's
Commandline
].
307
public final
Commandline
.Argument createArg ()
310
m_appArgs = new
Commandline
();
576
private
Commandline
m_appArgs;
/external/icu4c/test/perf/perldriver/
PerfFramework.pm
123
my $
commandLine
;
125
$
commandLine
= "$program -i $ITERATIONS -p $NUMPASSES $locAndData @argsAndTest";
127
$
commandLine
= "$program -t $TIME -p $NUMPASSES $locAndData @argsAndTest";
129
#my $
commandLine
= "$program -i 5 -p $NUMPASSES $locAndData @argsAndTest";
130
my @res = measure1($
commandLine
);
/external/libpng/projects/visualc71/
libpng.vcproj
660
CommandLine
="nmake -f PRJ0041.mak IntDir=$(IntDir)"
668
CommandLine
="nmake -f PRJ0041.mak IntDir=$(IntDir)"
676
CommandLine
="nmake -f PRJ0041.mak IntDir=$(IntDir)"
684
CommandLine
="nmake -f PRJ0041.mak IntDir=$(IntDir)"
692
CommandLine
="nmake -f PRJ0041.mak IntDir=$(IntDir)"
/external/chromium/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc
139
new
CommandLine
(*
CommandLine
::ForCurrentProcess()));
147
*
CommandLine
::ForCurrentProcess() = *original_cmd_line_;
216
scoped_ptr<
CommandLine
> original_cmd_line_;
294
CommandLine
::ForCurrentProcess()->AppendSwitch(
350
CommandLine
::ForCurrentProcess()->AppendSwitch(
579
CommandLine
::ForCurrentProcess()->AppendSwitch(
/external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp
39
#include "llvm/Support/
CommandLine
.h"
356
std::string
CommandLine
(ProgramToRun);
361
errs() << ToolName << ": Failed to find program: '" <<
CommandLine
372
CommandLine
.push_back(' ');
373
CommandLine
.append(*i);
378
<< ToolName << ": Command Line: " <<
CommandLine
<< '\n';
392
LPSTR(
CommandLine
.c_str()),
/external/chromium/chrome/browser/net/
pref_proxy_config_service_unittest.cc
305
: command_line_(
CommandLine
::NO_PROGRAM) {}
322
CommandLine
command_line_;
326
TEST_P(PrefProxyConfigServiceCommandLineTest,
CommandLine
) {
/bootable/bootloader/legacy/include/boot/
bootimg.h
84
** appended to the kernel
commandline
in the tags.
/external/bluetooth/glib/build/win32/vs8/
glib.vcproj
27
CommandLine
="if exist ..\..\..\config.h goto DONE_CONFIG_H
copy ..\..\..\config.h.win32 ..\..\..\config.h
:DONE_CONFIG_H
if exist ..\..\..\glibconfig.h goto DONE_GLIBCONFIG_H
copy ..\..\..\glibconfig.h.win32 ..\..\..\glibconfig.h
:DONE_GLIBCONFIG_H
"
111
CommandLine
="if exist ..\..\..\config.h goto GLIB_CONFIG
copy ..\..\..\config.h.win32 ..\..\..\config.h
:GLIB_CONFIG
if exist ..\..\..\glibconfig.h\ goto END
copy ..\..\..\glibconfig.h.win32 ..\..\..\glibconfig.h
:END
"
586
CommandLine
="echo EXPORTS > "$(InputDir)/glib.def" && cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF -DG_GNUC_FORMAT=;G_GNUC_FORMAT "$(InputPath)" >> "$(InputDir)/glib.def"
"
596
CommandLine
="echo EXPORTS > "$(InputDir)/glib.def" && cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF -DG_GNUC_FORMAT=;G_GNUC_FORMAT "$(InputPath)" >> "$(InputDir)/glib.def"
"
/external/bluetooth/glib/build/win32/vs9/
gio.vcproj
633
CommandLine
="echo EXPORTS > "$(InputDir)/gio.def" && cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF "$(InputPath)" >> "$(InputDir)/gio.def"
"
643
CommandLine
="echo EXPORTS > "$(InputDir)/gio.def" && cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF "$(InputPath)" >> "$(InputDir)/gio.def"
"
653
CommandLine
="echo EXPORTS > "$(InputDir)/gio.def" && cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF "$(InputPath)" >> "$(InputDir)/gio.def"
"
663
CommandLine
="echo EXPORTS > "$(InputDir)/gio.def" && cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF "$(InputPath)" >> "$(InputDir)/gio.def"
"
/external/chromium/chrome/browser/chromeos/cros/
syslogs_library.cc
95
if (compress_logs && !
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium/chrome/browser/diagnostics/
diagnostics_model.cc
167
DiagnosticsModel* MakeDiagnosticsModel(const
CommandLine
& cmdline) {
Completed in 2092 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>