OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:production
(Results
126 - 150
of
562
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/tools/common/freemarker/
README.txt
13
pages and particularly for servlet-based page
production
that follows
/cts/tools/dasm/src/java_cup/
action_part.java
5
* This class represents a part of a
production
which contains an
7
* to trailing actions by factoring out with a
production
that derives the
10
* @see java_cup.
production
lalr_state.java
25
* would be reduced into a C, matching the first symbol in our
production
34
* signifying that it is recognizing the RHS of some
production
. To do this
37
*
production
. This leaves the machine in the same state is was in when the
39
* transition based on the non-terminal on the LHS of the
production
. This
234
*
production
. This method operates by first building a start state
235
* from the start
production
(based on a single item with the dot at
266
* @param start_prod the start
production
of the grammar
271
public static lalr_state build_machine(
production
start_prod)
289
"Attempt to build viable prefix recognizer using a null
production
");
291
/* build item with dot at front of start
production
and EOF lookahead *
[
all
...]
parse_action_row.java
76
reduction_count = new int[
production
.number()];
79
for (i = 0; i <
production
.number(); i++)
88
/* count the reduce in the proper
production
slot and keep the
/external/icu4c/tools/toolutil/
xmlparser.cpp
60
// XML Declaration. XML
Production
#23.
66
// XML Comment
production
#15
72
//
production
[3]
75
// XML Doctype decl
production
#28
87
// XML PI
production
#16
102
// XML Element End
production
#42
106
// XML Element Empty
production
#44
357
// Consume "misc" [XML
production
27] appearing before DocType
365
// Consume additional "misc" [XML
production
27] appearing after the DocType
532
// Consume XML "Misc" [
production
#27
[
all
...]
/cts/tools/dasm/src/java_cup/runtime/
lr_parser.java
9
* matching the right hand side of a
production
appear on the top of the
11
* the symbols corresponding to the right hand side of the
production
13
* the left hand side of the
production
. <p>
24
* side of a
production
) off the stack. This leaves the parser in the state
28
* this goto state by pushing the left hand side symbol of the
production
49
* <dd> Provides a reference to the
production
table (indicating the index of
51
* for each
production
in the grammar).
59
* <dd> Indicates the index of the starting
production
.
144
/** Table of
production
information (supplied by generated subclass).
145
* This table contains one entry per
production
and is indexed by
[
all
...]
/external/webkit/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/
project.pbxproj
[
all
...]
/external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.vcproj
324
Name="
Production
|Win32"
621
Name="
Production
|Win32"
657
Name="
Production
|Win32"
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
package.html
22
<p>In charge of run-time transformations and the
production
of result trees.</p>
/external/bluetooth/bluedroid/hci/include/
bt_hci_bdroid.h
73
/* Disable external parser for
production
*/
/external/chromium/chrome/common/extensions/docs/server/
README
34
that has access to the
production
app.
/external/chromium/testing/gtest/test/
gtest_all_test.cc
47
#include "test/
production
.cc"
gtest_prod_test.cc
35
#include "test/
production
.h"
/external/gtest/test/
gtest_all_test.cc
47
#include "test/
production
.cc"
/external/jsilver/src/com/google/clearsilver/jsilver/
JSilverOptions.java
89
* switched on for
production
but left off for
production
(so you can update templates without
127
* template preprocessing (like translation support) and never in
production
servers where the
391
* It is recommended to only enable this flag during testing or debugging and not for
production
/external/libpng/
ANNOUNCE
4
This is a public release of libpng, intended for use in
production
codes.
/external/markdown/
setup.py
41
classifiers = ['Development Status :: 5 -
Production
/Stable',
/external/protobuf/gtest/test/
gtest_all_test.cc
47
#include "test/
production
.cc"
gtest_prod_test.cc
35
#include "test/
production
.h"
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.14-1.js
33
The
production
Expression : Expression , AssignmentExpression is evaluated as follows:
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
statement-002.js
6
The
production
IterationStatement : for ( LeftHandSideExpression in Expression )
statement-003.js
6
The
production
IterationStatement : for ( LeftHandSideExpression in Expression )
/external/webkit/Source/WebKit/mac/Misc/
WebKitLogging.h
67
// Use WebCoreThreadViolationCheck instead for checks that throw an exception even in
production
builds.
/external/webkit/Source/WebKit/qt/
QtWebKit.pro
95
# For regular users that is not possible, so use the CONFIG(
production
) flag is added
96
# To use all capabilies add CONFIG+=
production
98
CONFIG(
production
) {
138
!CONFIG(
production
):CONFIG-=def_files
/frameworks/compile/mclinker/include/mcld/LD/
RelocationFactory.h
57
// -----
production
----- //
Completed in 415 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>