OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:options
(Results
51 - 75
of
12731
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t051treeRewriteASTjWalker.g
1
// @@ANTLR Tool
Options
@@: -trace
3
options
{
t051treeRewriteASTkWalker.g
1
// @@ANTLR Tool
Options
@@: -trace
3
options
{
t051treeRewriteASTlWalker.g
1
// @@ANTLR Tool
Options
@@: -trace
3
options
{
t051treeRewriteASTmWalker.g
1
// @@ANTLR Tool
Options
@@: -trace
3
options
{
t051treeRewriteASToWalker.g
1
// @@ANTLR Tool
Options
@@: -trace
3
options
{
t051treeRewriteASTpWalker.g
1
// @@ANTLR Tool
Options
@@: -trace
3
options
{
t051treeRewriteASTqWalker.g
1
// @@ANTLR Tool
Options
@@: -trace
3
options
{
t051treeRewriteASTrWalker.g
1
// @@ANTLR Tool
Options
@@: -trace
3
options
{
t051treeRewriteASTsWalker.g
1
// @@ANTLR Tool
Options
@@: -trace
3
options
{
t051treeRewriteASTuWalker.g
1
// @@ANTLR Tool
Options
@@: -trace
3
options
{
t052importM6.g
2
options
{
t052importM7.g
2
options
{
t056lexer11.g
2
options
{language=JavaScript;}
t056lexer13.g
2
options
{language=JavaScript;}
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
Makefile.inc
4
ytasm_SOURCES += frontends/tasm/tasm-
options
.c
5
ytasm_SOURCES += frontends/tasm/tasm-
options
.h
/external/clang/include/clang/Driver/
CMakeLists.txt
1
set(LLVM_TARGET_DEFINITIONS
Options
.td)
2
tablegen(LLVM
Options
.inc -gen-opt-parser-defs)
/development/samples/devbytes/telephony/SmsSampleProject/
build.gradle
1
// Top-level build file where you can add configuration
options
common to all sub-projects/modules.
/development/samples/training/bitmapfun/
build.gradle
1
// Top-level build file where you can add configuration
options
common to all sub-projects/modules.
/external/chromium_org/content/test/data/
nosniff-test.html.mock-http-headers
3
X-Content-Type-
Options
: nosniff
/external/chromium_org/chrome/browser/ui/webui/options/
language_options_dictionary_download_browsertest.js
7
*
options
WebUI.
17
* Browse to languages
options
.
28
options
.LanguageOptions.onDictionaryDownloadBegin('en-US');
38
options
.LanguageOptions.onDictionaryDownloadSuccess('en-US');
39
expectFalse($('language-
options
-spell-check-language-message').hidden);
40
expectTrue($('language-
options
-dictionary-downloading-message').hidden);
41
expectTrue($('language-
options
-dictionary-download-failed-message').hidden);
43
$('language-
options
-dictionary-download-fail-help-message').hidden);
51
options
.LanguageOptions.onDictionaryDownloadBegin('en-US');
52
expectTrue($('language-
options
-spell-check-language-message').hidden)
[
all
...]
font_settings_utils_linux.cc
5
#include "chrome/browser/ui/webui/
options
/font_settings_utils.h"
7
namespace
options
{
namespace
14
} // namespace
options
font_settings_utils_win.cc
5
#include "chrome/browser/ui/webui/
options
/font_settings_utils.h"
7
namespace
options
{
namespace
14
} // namespace
options
/external/ceres-solver/internal/ceres/
minimizer.h
51
//
Options
struct to control the behaviour of the Minimizer. Please
54
struct
Options
{
55
Options
() {
56
Init(Solver::
Options
());
59
explicit
Options
(const Solver::
Options
&
options
) {
60
Init(
options
);
63
void Init(const Solver::
Options
&
options
) {
[
all
...]
/external/chromium_org/build/android/
test_runner.py
46
"""Adds all common
options
to |option_parser|."""
48
group = optparse.OptionGroup(option_parser, 'Common
Options
')
90
def ProcessCommonOptions(
options
):
91
"""Processes and handles all common
options
."""
92
run_tests_helper.SetLogLevel(
options
.verbose_count)
93
constants.SetBuildType(
options
.build_type)
97
"""Adds gtest
options
to |option_parser|."""
99
option_parser.usage = '%prog gtest [
options
]'
121
# TODO(gkanwar): Move these to Common
Options
once we have the plumbing
136
def ProcessGTestOptions(
options
)
[
all
...]
/external/chromium_org/tools/telemetry/telemetry/page/
page_measurement_unittest_base.py
31
options
=None):
33
if
options
is None:
34
options
= options_for_unittests.GetCopy()
35
assert
options
36
temp_parser =
options
.CreateParser()
40
if hasattr(
options
, k):
42
setattr(
options
, k, v)
44
measurement.CustomizeBrowserOptions(
options
)
45
options
.output_file = None
46
options
.output_format = 'none
[
all
...]
Completed in 1291 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>