Searched refs:END (Results 176 - 200 of 437) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/
H A Dcounters.cc81 LOG(isolate(), TimerEvent(Logger::END, name()));
H A Dvm-state-inl.h77 TimerEvent(Logger::END, Logger::TimerEventScope::v8_external));
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dproperties.rb8 inline_grammar( <<-'END' )
28 END
71 inline_grammar( <<-'END' )
95 END
H A Dbasic.rb6 inline_grammar( <<-'END' )
15 END
47 inline_grammar( <<-'END' )
57 END
84 inline_grammar( <<-'END' )
95 END
125 inline_grammar( <<-'END' )
134 END
179 inline_grammar( <<-'END' )
188 END
[all...]
H A Dfilter-mode.rb8 inline_grammar( <<-'END' )
71 END
74 input = <<-END.fixed_indent( 0 )
88 END
100 inline_grammar( <<-'END' )
205 END
208 input = <<-END.fixed_indent( 0 )
222 END
224 expected_output = <<-END.fixed_indent( 0 )
236 END
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dcollate6.test54 END;
82 END;
119 END
134 END;
/external/chromium_org/base/test/
H A Dsequenced_task_runner_test_template.cc86 events_.push_back(TaskEvent(i, TaskEvent::END));
110 case TaskEvent::END: *os << "END"; break;
144 // {POST, START, END}, and that there is only one instance of each event type
152 expected_order.push_back(TaskEvent::END);
170 // events allowed between the START and END of a task are the POSTs of other
174 // If > -1, we're currently inside a START, END pair.
181 if (current_task_i == -1) { // Not inside a START, END pair.
188 case TaskEvent::END:
193 } else { // Inside a START, END pai
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtask.rb187 warn( Util.tidy( <<-END, true ) )
190 END
276 class_eval( <<-END )
280 END
310 class_eval( <<-END )
314 END
393 file = group.locate( "#{ imp }.g" ) or raise( Util.tidy( <<-END ) )
397 END
438 class_eval( <<-END )
442 END
[all...]
H A Ddot.rb71 TREE_TEMPLATE = ERB.new( Util.tidy( <<-END ) )
81 END
83 NODE_TEMPLATE = ERB.new( Util.tidy( <<-END ) )
85 END
87 EDGE_TEMPLATE = ERB.new( Util.tidy( <<-END ) )
89 END
H A Dtemplate.rb74 raise ArgumentError, Util.tidy( <<-END, true )
78 END
177 module_eval( <<-END )
191 END
195 module_eval( <<-END )
205 END
H A Dmain.rb83 o.on( '-i', '--input "text to process"', doc( <<-END ) ) { |val| @input = val }
85 END
87 o.on( '-I', '--interactive', doc( <<-END ) ) { @interactive = true }
89 END
173 @output.puts( tidy( <<-END ) )
182 END
297 class_eval( <<-END, __FILE__, __LINE__ )
307 END
434 fail( doc( <<-END ) )
438 END
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dproperties.rb8 inline_grammar( <<-'END' )
38 END
55 inline_grammar( <<-'END' )
84 END
108 inline_grammar( <<-'END' )
159 END
176 inline_grammar( <<-'END' )
209 END
227 inline_grammar( <<-'END' )
234 END
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseIterators.java291 * Setting start to END should 'close' the iterator,
292 * i.e. subsequent call to next() should return END.
296 * or set current node to END, to indicate request-not-honored?
322 * @return The next node handle in the iteration, or END if no more
333 return END;
349 * Set start to END should 'close' the iterator,
350 * i.e. subsequent call to next() should return END.
394 * @return The next node handle in the iteration, or END.
402 result = END;
406 result = END;
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Dprofile-mode.rb9 inline_grammar( <<-'END' )
108 END
111 input = <<-END.fixed_indent( 0 )
124 END
H A Drule-tracing.rb8 inline_grammar( <<-'END' )
54 END
/external/clang/tools/clang-check/
H A DClangCheck.cpp138 enum Position { BEGIN, END }; enumerator in enum:__anon16635::InsertAdjuster::Position
153 if (Pos == END) {
199 InsertAdjuster::END));
/external/e2fsprogs/lib/ss/
H A Dct_c.awk61 END {
/external/tcpdump/
H A Dpacketdat.awk44 END {
/external/valgrind/main/auxprogs/
H A Dgen-mdg60 my $usage = <<END
66 END
/external/chromium_org/third_party/sqlite/src/tool/
H A Dsplit-sqlite3c.tcl14 set END {^/\*+ End of %s \*+/}
31 set end [format $::END $filename]
/external/smack/src/org/xbill/DNS/
H A DZoneTransferIn.java46 private static final int END = 7; field in class:ZoneTransferIn
421 state = END;
471 state = END;
491 state = END;
495 case END:
530 while (state != END) {
574 if (state == END && verifier != null &&
/external/valgrind/main/cachegrind/
H A Dcg_annotate.in144 my $usage = <<END
165 END
658 my $warning = <<END
666 END
679 $cause_and_solution = <<END
684 END
687 $cause_and_solution = <<END
691 END
693 $cause_and_solution = <<END
695 END
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js160 END : 35,
182 case keys.END:
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js142 END : 35,
164 case keys.END:
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.h49 END = 267, enumerator in enum:yytokentype
157 #define END 267 macro

Completed in 633 milliseconds

1234567891011>>