OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTIONS
(Results
26 - 50
of
90
) sorted by null
1
2
3
4
/external/v8/tools/
merge-to-branch.sh
43
usage: $0 [
OPTIONS
]... [BRANCH] [REVISION]...
48
OPTIONS
:
push-to-trunk.sh
43
usage: $0
OPTIONS
48
OPTIONS
:
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
TreeToNFAConverter.g
36
options
{
203
( ^(
OPTIONS
.*) )?
225
( ^(
OPTIONS
.*) )?
292
| ^( BLOCK ( ^(
OPTIONS
.*) )?
679
: ^( RULE id=ID (modifier)? ARG RET ( ^(
OPTIONS
.*) )? ( ruleScopeSpec )?
681
^( BLOCK ( ^(
OPTIONS
.*) )?
797
options
{ backtrack = true; }
816
: ^( RULE id=ID (modifier)? ARG RET ( ^(
OPTIONS
.*) )? ( ruleScopeSpec )?
LeftRecursiveRuleWalker.g
36
options
{
89
: ^(
OPTIONS
option+)
ANTLRTreePrinter.g
41
options
184
: ^(
OPTIONS
{out("
options
{");}
AssignTokenTypesWalker.g
65
* Oh, I have go get the
options
in case they affect the token types.
84
options
227
: ^(
OPTIONS
(option[$opts])+ )
/device/samsung/toro/
releasetools.py
125
if d is None or len(d) > tf.size * common.
OPTIONS
.patch_threshold:
/device/samsung/toroplus/
releasetools.py
125
if d is None or len(d) > tf.size * common.
OPTIONS
.patch_threshold:
/device/samsung/tuna/
releasetools.py
108
if d is None or len(d) > tf.size * common.
OPTIONS
.patch_threshold:
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g
30
options
{language=Java;}
65
:
OPTIONS
(option ';')+ '}'
276
(
options
{greedy=false;}
295
OPTIONS
: '
options
' WS* '{'
305
(
options
{greedy=false; k=3;}
/external/markdown/MarkdownTest/
MarkdownTest.pl
106
B<MarkdownTest.pl> [ B<--
options
> ] [ I<file> ... ]
112
=head1
OPTIONS
/external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java
45
public static final int
OPTIONS
= START + 8;
Lexer.java
101
addKeyword(TokenNames.
OPTIONS
, TokenTypes.
OPTIONS
);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
SipHelper.java
199
? createRequest(Request.
OPTIONS
, caller, tag)
200
: createRequest(Request.
OPTIONS
, caller, callee, tag);
453
if (DBG && (!Request.
OPTIONS
.equals(request.getMethod())
/ndk/build/tools/
prebuilt-common.sh
171
# NOTE: We translate '-' into '_' when storing the
options
in global variables
174
OPTIONS
=""
251
OPTIONS
="$
OPTIONS
$optname"
333
# Print the help, including a list of registered
options
for this program
341
echo "Usage: $PROGNAME [
options
] $PROGRAM_PARAMETERS"
347
echo "Valid
options
(defaults are in brackets):"
352
for opt in $
OPTIONS
; do
436
for xopt in $
OPTIONS
; do
976
# GMP configure scripts will not be called with the right
options
[
all
...]
/external/mdnsresponder/mDNSShared/
dnsextd_parser.y
101
%token
OPTIONS
151
OPTIONS
optionscontent
/external/smack/src/org/jivesoftware/smackx/pubsub/
Node.java
173
*
options
. The bare jid portion of this one must match the jid for the
191
request.addExtension(new FormNode(FormNodeType.
OPTIONS
, subForm));
229
* @return A subscription
options
form
241
* Get the
options
for configuring the specified subscription.
254
FormNode ext = (FormNode)packet.getExtension(PubSubElementType.
OPTIONS
);
/device/asus/deb/
releasetools.py
75
if d is None or len(d) > tf.size * common.
OPTIONS
.patch_threshold:
/device/asus/flo/
releasetools.py
88
if d is None or len(d) > tf.size * common.
OPTIONS
.patch_threshold:
/device/lge/mako/
releasetools.py
75
if d is None or len(d) > tf.size * common.
OPTIONS
.patch_threshold:
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g
32
options
{
140
:
OPTIONS
(option ';')+ '}' -> ^(
OPTIONS
option+)
357
options
{backtrack=true;}
532
(
options
{greedy=false; k=1;}
549
(
options
{greedy=false; k=2;}
585
/** Match the start of an
options
section. Don't allow normal
588
OPTIONS
589
: '
options
' WS_LOOP '{'
/external/icu4c/tools/genren/
genren.pl
251
Usage: $0 [
OPTIONS
] LIBRARY_FILES
252
Options
:
/external/openssl/
import_openssl.sh
181
(grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v
OPTIONS
= | grep -v -e -DOPENSSL_NO_DEPRECATED) > $tmpfile
/ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man
59
EXECUTABLE should accept `--help' and `--version'
options
although
89
# Parse
options
.
154
# Check for
options
before the first section--anything else is
159
# handle
options
326
if (s/^(
Options
|Examples): *\n//)
469
# Convert
options
.
519
my @pre = qw(NAME SYNOPSIS DESCRIPTION
OPTIONS
EXAMPLES);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java
154
if ( !a.hasAncestor(ANTLRv3Parser.
OPTIONS
) ) { // avoid
options
Completed in 897 milliseconds
1
2
3
4