OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recognizer
(Results
176 - 200
of
332
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/Ruby/
History.txt
117
variables belonging to the
recognizer
. As class variables do not need
/external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb
85
defines the Main module. When ANTLR-generated
recognizer
code is run directly
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
Dbg.stg
221
[[
recognizer
debugListener] recognitionException:nvae];
/external/opencv3/samples/cpp/
facedetect.cpp
21
cout << "\nThis program demonstrates the cascade
recognizer
. Now you can use Haar or LBP features.\n"
ufacedetect.cpp
19
cout << "\nThis program demonstrates the cascade
recognizer
. Now you can use Haar or LBP features.\n"
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java
713
public DFA4(BaseRecognizer
recognizer
) {
714
this.
recognizer
=
recognizer
;
/external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetRecog_mbcs.java
185
* Shift-JIS charset
recognizer
.
244
* Big5 charset
recognizer
.
451
* GB-18030
recognizer
. Uses simplified Chinese statistics.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetRecog_mbcs.java
184
* Shift-JIS charset
recognizer
.
243
* Big5 charset
recognizer
.
450
* GB-18030
recognizer
. Uses simplified Chinese statistics.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
SearchFragment.java
56
*
recognizer
will be used for which your application will need to declare
396
// Ensure search bar state consistency when using external
recognizer
540
* to the activity rather than using an internal
recognizer
.
SearchSupportFragment.java
58
*
recognizer
will be used for which your application will need to declare
398
// Ensure search bar state consistency when using external
recognizer
542
* to the activity rather than using an internal
recognizer
.
/prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar
/prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb
60
tailors the functionality provided by
Recognizer
to the task of tree-pattern
76
a program. However, ANTLR also provides a means to create a
recognizer
which is
88
Like Parser, the class does not stray too far from the
Recognizer
API.
104
class TreeParser <
Recognizer
669
trees. Using an adaptor object permits a single
recognizer
to work with any
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg
40
/** The overall file structure of a
recognizer
; stores methods for rules
44
docComment,
recognizer
,
91
<
recognizer
>
320
appear to be defined in this
recognizer
. !>
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg
41
/** The overall file structure of a
recognizer
; stores methods for rules
45
docComment,
recognizer
,
89
<
recognizer
>
312
appear to be defined in this
recognizer
. !>
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg
50
/** The overall file structure of a
recognizer
; stores methods for rules
58
*
recognizer
(Object):
recognizer
class generator
82
docComment,
recognizer
,
111
<
recognizer
>
353
appear to be defined in this
recognizer
. !>
[
all
...]
/cts/tools/dasm/src/java_cup/
lalr_state.java
197
*
recognizer
. When the machine is constructed, each item that results
257
* The process of building the viable prefix
recognizer
terminates when no
289
"Attempt to build viable prefix
recognizer
using a null production");
/external/antlr/antlr-3.4/antlr3-maven-plugin/
pom.xml
246
The things we need to build the target language
recognizer
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs
50
* A generic
recognizer
that can handle recognizers generated from
321
*
recognizer
tracks its own number. So parser and lexer each have
666
* a simple method to ask the
recognizer
to tell me what the current
679
* The
recognizer
attempts to recover from single missing
[
all
...]
RecognitionException.cs
70
* Better to just say the
recognizer
had a problem and then let the parser
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs
51
* A generic
recognizer
that can handle recognizers generated from
374
*
recognizer
tracks its own number. So parser and lexer each have
750
* a simple method to ask the
recognizer
to tell me what the current
764
* The
recognizer
attempts to recover from single missin
[
all
...]
RecognitionException.cs
71
* Better to just say the
recognizer
had a problem and then let the parser
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs
104
base.Reset(); // reset all
recognizer
state variables
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeParser.java
62
super.reset(); // reset all
recognizer
state variables
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.m
52
* Start of
recognizer
Completed in 1216 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>