Searched refs:back (Results 1 - 25 of 1647) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as181 * handling because the exception classes do not have to have pointers back
H A DRecognizerSharedState.as48 * get back the stop token for associated rule or MEMO_RULE_FAILED.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas257 /// a token filled with the appropriate information and pass that back.
737 /// Switch back with pop().
742 /// Seek back to previous index saved during last Push() call.
784 // input back out.
4807 // drop node and index stacks back to old size
H A DAntlr.Runtime.pas119 /// a sem/syn predicate to get the input position back to the start
135 /// This must throw away resources for all markers back to the marker
574 /// For key RuleStartIndex, you get back the stop token for
767 /// classes do not have to have pointers back to this object to access utility
1230 /// the original token stream back without undoing anything. Since
1232 /// roll back any changes if there is an error just by removing instructions.
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm303 =back
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb52 recognition process so the input state may be restored back to a prior state.
465 # rewinds the stream back to the start and clears out any existing marker entries
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DActionScript.stg941 * Java puts them back together at compile time thankfully.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DCSharp2.stg1269 * Java puts them back together at compile time thankfully.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DCSharp3.stg1248 * Java puts them back together at compile time thankfully.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DJava.stg1010 * Java puts them back together at compile time thankfully.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DObjC.stg1494 * Java puts them back together at compile time thankfully.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DPerl5.stg974 * Java puts them back together at compile time thankfully.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DPython.stg1091 * Java puts them back together at compile time thankfully.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
H A DScala.stg1001 * Java puts them back together at compile time thankfully.
/external/bison/build-aux/
H A Dtexinfo.tex339 % "\acronym" won't work when it's read back in;
984 % We switch the definition of this back and forth according to WORD.
3880 % Put the argument back for the \pickupwholefraction call, so
3905 % line is not enough. That is bad. So let's go back to just `&' until
5210 % the current page. We're now back to normal single-column
8018 % printing. So we \turnoffactive for the \refx-snt, back on for the
8019 % printing, back off for the \refx-pg.
8636 % is turned into a normal character, we have to scan it back, so
9791 % \normaloffset until the front-side and back-side texts align. Then
9991 % catcode other. We switch back an
[all...]
/external/bison/data/
H A Dglr.c855 return yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")), \
1388 * and push back on the resulting nonterminal symbol. Perform the
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex136 turnaround time penalty (user-space to kernel and back). Note that in a
/external/blktrace/btt/doc/
H A Dbtt.tex146 trace) back to the block IO layer.
/external/blktrace/doc/
H A Dblktrace.tex544 \item[M -- back merge] A previously inserted request exists that ends
548 \item[F -- front merge] Same as the back merge, except this io ends
639 M & IO back merged with request on queue \\ \hline
707 \item[M -- back merge]
/external/ceres-solver/internal/ceres/
H A Dcompressed_col_sparse_matrix_utils.cc88 block_cols->push_back(block_cols->back() + column_size);
106 scalar_ordering->resize(block_starts.back() + blocks.back());
H A Dcoordinate_descent_minimizer.cc79 parameter_block_index[parameter_blocks_.back()] =
83 independent_set_offsets_.back() + it->second.size());
93 independent_set_offsets_.push_back(independent_set_offsets_.back());
H A Devaluator_test.cc483 ParameterBlock* parameter_block_z = parameter_blocks->back();
H A Dline_search_minimizer.cc232 iteration_summary.iteration = summary->iterations.back().iteration + 1;
H A Dlinear_least_squares_problems.cc300 bs->cols.back().size = 1;
301 bs->cols.back().position = c;
312 CompressedRow& row = bs->rows.back();
325 CompressedRow& row = bs->rows.back();
338 CompressedRow& row = bs->rows.back();
351 CompressedRow& row = bs->rows.back();
364 CompressedRow& row = bs->rows.back();
378 CompressedRow& row = bs->rows.back();
434 bs->cols.back().size = 1;
435 bs->cols.back()
[all...]
H A Dparameter_block_ordering_test.cc173 EXPECT_EQ(ordering.back(), parameter_blocks[0]);

Completed in 6298 milliseconds

1234567891011>>