HomeSort by relevance Sort by last modified time
    Searched full:production (Results 76 - 100 of 351) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.13.1.js 29 The production AssignmentExpression :
11.14-1.js 33 The production Expression : Expression , AssignmentExpression is evaluated as follows:
  /external/webkit/WebKitLibraries/win/tools/vsprops/
common.vsprops 49 Value="$(PRODUCTION)"
  /packages/apps/Email/
Android.mk 37 # production builds.
  /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
production_part.java 4 * production. In this base class it contains only an optional label
9 * @see java_cup.production
symbol_part.java 3 /** This class represents a part of a production which is a symbol (terminal
7 * @see java_cup.production
lalr_item_set.java 231 * corresponding to each production of N. Items with identical cores but
246 production prod;
271 /* create items for each production of that non term */
274 prod = (production)p.nextElement();
  /external/bluetooth/glib/gobject/
glib-mkenums.in 142 print " --fprod <text> Per input file production\n";
151 print "Production text substitutions:\n";
166 # production variables:
168 my $fprod = ""; # per input file production
180 'file-production', $fprod,
182 'enumeration-production', $eprod,
184 'value-production', $vprod,
211 $fprod = $tmpl{'file-production'};
213 $eprod = $tmpl{'enumeration-production'};
215 $vprod = $tmpl{'value-production'};
    [all...]
  /external/chromium/third_party/icu/source/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...]
  /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/chromium/net/flip/
flip_session_pool.h 23 // TODO(mbelshe): Make this production ready.
  /external/gtest/test/
gtest_all_test.cc 47 #include "test/production.cc"
  /external/protobuf/gtest/test/
gtest_all_test.cc 47 #include "test/production.cc"
gtest_prod_test.cc 35 #include "test/production.h"
  /external/webkit/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/WebKit/mac/Misc/
WebKitLogging.h 67 // Use WebCoreThreadViolationCheck instead for checks that throw an exception even in production builds.
  /frameworks/base/core/java/android/app/
Application.java 58 * never be called on a production Android device, where processes are
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
package.html 22 <p>In charge of run-time transformations and the production of result trees.</p>
  /system/core/run-as/
run-as.c 38 * This program runs as set-uid root on Android production devices.
72 * This can be useful for a number of different things on production devices:
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
OpCodes.java 31 * {UPPER CASE} indicates the given production,
32 * {description} is the description of a new production,
39 * returns: indicates what the production should return.

Completed in 867 milliseconds

1 2 34 5 6 7 8 91011>>