HomeSort by relevance Sort by last modified time
    Searched full:"$ index" (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t025lexerRulePropertyRef.g 14 [$text, $type, $line, $pos, $index, $channel, $start, $stop]
t026actions.g 35 this.xlog.push([$text, $type, $line, $pos, $index, $channel, $start, $stop].join(" "));
  /external/antlr/antlr-3.4/runtime/Python/tests/
t025lexerRulePropertyRef.g 14 ($text, $type, $line, $pos, $index, $channel, $start, $stop)
t026actions.g 33 self.capture('\%r \%r \%r \%r \%r \%r \%r \%r;' \% ($text, $type, $line, $pos, $index, $channel, $start, $stop))
  /external/icu4c/test/compat/
tzone.pl 16 my $index = 0;
37 $TZONE[$index] = substr($tzone, 20);
38 $index++;
62 print "\nThe number of time zones with wrong results: $count out of $index\n";
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
consoleLogs.php 43 $index = 0;
46 $entries[$index] = $anEntry;
47 $index++;
54 for ($i = 0; $i < $index; $i++) {
  /external/webkit/Tools/Scripts/
bisect-builds 170 my $index = $startIndex + int(($endIndex - $startIndex) / 2);
174 if (exists $nightlies[$index]) {
175 my $buildsLeft = max(max(0, $endIndex - $index - 1), max(0, $index - $startIndex - 1));
177 printf "\nChecking revision r%s (%d build%s left to test after this)...\n", $nightlies[$index]->{rev}, $buildsLeft, $plural;
178 downloadNightly($nightlies[$index]->{file}, $nightlyFilesURLBase, $nightlyDownloadDirectory);
179 mountAndRunNightly($nightlies[$index]->{file}, $nightlyDownloadDirectory, $safariPath, $tempFile);
180 $didReproduceBug = promptForTest($nightlies[$index]->{rev});
183 $brokenRevisions{$nightlies[$index]->{rev}} = $nightlies[$index]->{file}
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRStringStream.pm 196 my ($self, $index) = @_;
198 if ($index <= $self->p) {
200 $self->p($index);
205 while ($self->p < $index) {
CommonTokenStream.pm 77 my $index = 0;
96 $t->set_token_index($index);
98 ++$index;
323 my ($self, $index) = @_;
325 $self->p($index);
CommonToken.pm 178 my ($self, $index) = @_;
179 $self->index($index);
  /external/chromium/chrome/common/extensions/docs/static/
samples.html 76 <a href="javascript:void(0);" jsvalues="onclick:'setFilter(\'' + $this + '\', this)'" jscontent="$this"></a><span jsdisplay="$index != $total - 1">, </span>
90 <strong jscontent="$this"></strong><span jsdisplay="$index < $total - 2 && $total > 2">, </span>
91 <span jsdisplay="$index == $total - 2 && $total > 1" > and</span>
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.cc 76 " return $file$.getDescriptor().getServices().get($index$);\n"
191 "case $index$:\n"
236 "case $index$:\n"
280 "case $index$:\n"
332 " getDescriptor().getMethods().get($index$),\n"
396 " getDescriptor().getMethods().get($index$),\n"
java_enum.cc 89 "$name$($index$, $number$),\n");
168 " return $file$.getDescriptor().getEnumTypes().get($index$);\n",
173 " return $parent$.getDescriptor().getEnumTypes().get($index$);\n",
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
properties.rb 24 @properties << [$text, $type, $line, $pos, $index, $channel, $start, $stop]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 169 "$classname$_descriptor_ = file->service($index$);\n");
255 " case $index$:\n"
297 " case $index$:\n"
325 " channel_->CallMethod(descriptor()->method($index$),\n"
cpp_message.cc 269 " return _has_bit($index$);\n"
282 printer->Print(vars, " _clear_bit($index$);\n");
562 "$classname$_descriptor_ = file->message_type($index$);\n");
567 "$parent$_descriptor_->nested_type($index$);\n");
979 "if (_has_bits_[$index$ / 32] & (0xffu << ($index$ % 32))) {\n");
992 printer->Print(vars, "if (_has_bit($index$)) {\n");
    [all...]
cpp_enum.cc 183 "$classname$_descriptor_ = file->enum_type($index$);\n");
187 "$classname$_descriptor_ = $parent$_descriptor_->enum_type($index$);\n");
cpp_string_field.cc 124 " _set_bit($index$);\n"
131 " _set_bit($index$);\n"
139 " _set_bit($index$);\n"
146 " _set_bit($index$);\n"
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 485 if ($result =~ /^(\d+)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
486 {
487 my $index = $1;
486 my $type = $args[$index]->{type};
490 die "Argument $index not specified" unless exists($args[$index]);
496 arg => $args[$index],
497 register => $args[$index]->{register},
504 print qq| = arg$index| if $type =~ /^m(8|16|32|64|128)$/;
507 $args[$index]->{result} = $result;
  /external/valgrind/main/none/tests/x86/
gen_insn_test.pl 462 if ($result =~ /^(\d+)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
463 {
464 my $index = $1;
463 my $type = $args[$index]->{type};
467 die "Argument $index not specified" unless exists($args[$index]);
473 arg => $args[$index],
474 register => $args[$index]->{register},
481 print qq| = arg$index| if $type =~ /^m(8|16|32|64|128)$/;
484 $args[$index]->{result} = $result;
  /external/llvm/lib/Target/Mips/
MipsInstrFPU.td 101 FFMemIdx<funct, (outs DRC:$fd), (ins PRC:$base, PRC:$index),
102 !strconcat(opstr, "\t$fd, $index($base)"),
103 [(set DRC:$fd, (FOp (add PRC:$base, PRC:$index)))]> {
110 FFMemIdx<funct, (outs), (ins DRC:$fs, PRC:$base, PRC:$index),
111 !strconcat(opstr, "\t$fs, $index($base)"),
112 [(FOp DRC:$fs, (add PRC:$base, PRC:$index))]> {
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 454 "index=$index$,\n"
481 "index=$index$,\n"
821 " name='$name$', index=$index$, number=$number$,\n"
859 " name='$name$', full_name='$full_name$', index=$index$,\n"
    [all...]
  /external/libvpx/examples/includes/HTML-Toc-0.91/
TocInsertor.pm 554 my $index = scalar(@{$self->{_scenario}}) - 1;
555 ${$self->{_scenario}[$index]} .= $aOutput;
945 my ($tokenArray, $index);
947 $index = push(@{$self->{tokens}[$aTokenType]}, []) - 1;
952 $self->{_lastAddedToken} = \$$tokenArray[$index];
954 $$tokenArray[$index][HTML::TocInsertor::TIP_TOC] = $self->{_toc};
955 $$tokenArray[$index][HTML::TocInsertor::TIP_TOKEN_ID] = $aTag;
956 $$tokenArray[$index][HTML::TocInsertor::TIP_PREPOSITION] =
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
actions.rb 81 say('\%p \%p \%p \%p \%p \%p \%p \%p' \% [$text, $type, $line, $pos, $index, $channel, $start, $stop])
  /external/llvm/lib/Target/X86/
X86InstrFragmentsSIMD.td 370 def vextractf128_extract : PatFrag<(ops node:$bigvec, node:$index),
372 node:$index), [{
377 node:$index),
379 node:$index), [{

Completed in 1086 milliseconds

1 2 3