OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:additional_flags
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/build/android/pylib/host_driven/
test_case.py
113
def __RunJavaTest(self, test, test_pkg,
additional_flags
=None):
119
additional_flags
: A list of additional flags to add to the command line.
130
additional_flags
=
additional_flags
)
137
def _RunJavaTestFilters(self, test_filters,
additional_flags
=None):
149
additional_flags
: A list of addition flags to add to the command line.
174
java_result = self.__RunJavaTest(test, test_pkg,
additional_flags
)
/external/chromium_org/build/android/pylib/instrumentation/
test_runner.py
58
additional_flags
=None):
66
additional_flags
: A list of additional flags to add to the command line.
84
if
additional_flags
:
85
self.flags.AddFlags(
additional_flags
)
/external/chromium_org/tools/real_world_impact/
real_world_impact.py
507
b. Pass --
additional_flags
="--enable_your_flag" in step 4.
514
parser.add_argument("--
additional_flags
",
538
if (args.
additional_flags
):
539
additional_content_shell_flags = args.
additional_flags
/external/chromium_org/content/browser/appcache/
appcache_database.h
141
int
additional_flags
);
appcache_database.cc
644
const GURL& entry_url, int64 cache_id, int
additional_flags
) {
652
statement.BindInt(0,
additional_flags
);
[
all
...]
Completed in 304 milliseconds