OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STAR
(Results
1 - 25
of
109
) sorted by null
1
2
3
4
5
/cts/tools/dasm/src/java_cup/
sym.java
17
static final int
STAR
= 15;
/external/nist-sip/java/gov/nist/core/
Separators.java
44
public static final String
STAR
= "*";
/external/opencv3/modules/java/src/
features2d+FeatureDetector.java
30
STAR
= 2,
42
GRID_STAR = GRIDDETECTOR +
STAR
,
54
PYRAMID_STAR = PYRAMIDDETECTOR +
STAR
,
66
DYNAMIC_STAR = DYNAMICDETECTOR +
STAR
,
/prebuilts/gdb/darwin-x86/include/python2.7/
token.h
28
#define
STAR
16
/prebuilts/gdb/linux-x86/include/python2.7/
token.h
28
#define
STAR
16
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h
28
#define
STAR
16
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h
28
#define
STAR
16
/external/nist-sip/java/gov/nist/javax/sip/header/
Accept.java
73
return mediaRange.type.compareTo(
STAR
) == 0;
85
return mediaRange.getSubtype().compareTo(
STAR
) == 0;
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g
102
(
STAR
NAME (COMMA DOUBLESTAR NAME)?
106
|
STAR
NAME (COMMA DOUBLESTAR NAME)?
203
(
STAR
| import_as_name (COMMA import_as_name)*)
302
term: factor ((
STAR
| SLASH | PERCENT | DOUBLESLASH ) factor)*
369
(
STAR
test (COMMA DOUBLESTAR test)?
373
|
STAR
test (COMMA DOUBLESTAR test)?
408
STAR
: '*' ;
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_apply.py
50
l_newargs = [pytree.Leaf(token.
STAR
, u"*"), args]
fix_itertools_imports.py
24
elif child.type == token.
STAR
:
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py
25
STAR
= 16
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_apply.py
50
l_newargs = [pytree.Leaf(token.
STAR
, u"*"), args]
fix_itertools_imports.py
24
elif child.type == token.
STAR
:
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py
25
STAR
= 16
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py
50
l_newargs = [pytree.Leaf(token.
STAR
, u"*"), args]
fix_itertools_imports.py
24
elif child.type == token.
STAR
:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py
25
STAR
= 16
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py
50
l_newargs = [pytree.Leaf(token.
STAR
, u"*"), args]
fix_itertools_imports.py
24
elif child.type == token.
STAR
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py
25
STAR
= 16
/external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java
180
public static final int
STAR
= LexerCore.
STAR
;
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g
518
| ss=
STAR
{$value = "*";} // used for k=*
640
{if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==
STAR
)) prefixWithSynPred($a1.tree);}
644
{if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==
STAR
)) prefixWithSynPred($a2.tree);}
676
if ( LA(1)==OR || (LA(2)==QUESTION||LA(2)==PLUS||LA(2)==
STAR
) )
682
if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==
STAR
))
784
|
STAR
876
|
STAR
968
|
STAR
1108
STAR
: '*' ;
/external/opencv3/modules/features2d/misc/java/src/cpp/
features2d_manual.hpp
30
STAR
= 2,
46
GRID_STAR = GRIDDETECTOR +
STAR
,
62
PYRAMID_STAR = PYRAMIDDETECTOR +
STAR
,
77
DYNAMIC_STAR = DYNAMICDETECTOR +
STAR
,
90
//supported: FAST
STAR
SIFT SURF ORB MSER GFTT HARRIS BRISK AKAZE Grid(XXXX) Pyramid(XXXX) Dynamic(XXXX)
117
//case
STAR
:
/prebuilts/gdb/darwin-x86/lib/python2.7/
token.py
29
STAR
= 16
Completed in 977 milliseconds
1
2
3
4
5