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

1 2 3 4 5 6 7

  /external/flatbuffers/php/
ByteBuffer.php 319 * @param $index
322 public function getByte($index)
324 return ord($this->_buffer[$index]);
328 * @param $index
331 public function getSbyte($index)
333 $v = unpack("c", $this->_buffer[$index]);
348 * @param $index
351 public function get($index)
353 $this->assertOffsetAndLength($index, 1);
354 return $this->_buffer[$index];
    [all...]
  /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/strace/linux/sparc/
gen.pl 8 $strn[$index] = $syscall_name;
9 $name[$index++] = $syscall;
30 for ($i = 0; $i < $index; $i++){
  /external/vboot_reference/utility/
chromeos-tpm-recovery 99 log "removing space $index"
102 $nvtool --release --index "$index" --owner_password "" >> $RECOVERY_LOG 2>&1
136 log "trying to remove space $index"
137 if remove_space $(printf "0x%x" $(( $index )) ); then
175 log "not enough room to define space $index"
178 $tpmc definespace $index $size $permissions
190 observed_permissions=$($tpmc getp $index | $awk '{print $5;}')
196 if [ $space_exists -eq 1 -a $index = 0x1008 ]; then
199 remove_space $index
206 if ! $tpmc read $index $size > /dev/null; the
    [all...]
chromeos-tpm-recovery-test 58 if [ -e space.$index.data -a -e tpm-owned ]; then
69 if [ $index != 0xf004 ]; then
70 echo $size > space.$index.size
71 echo $permissions > space.$index.perm
73 echo -n "ff " >> space.$index.data
105 maxsize=$(cat space.$index.size)
110 dd if=space.$index.data bs=1 count=$(($3 * 3)) 2> /dev/null
118 maxsize=$(cat space.$index.size)
124 sed "s/$re/$bytes /" < space.$index.data > _tmp_
125 mv _tmp_ space.$index.dat
    [all...]
  /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/icu/icu4c/source/test/compat/
tzone.pl 18 my $index = 0;
39 $TZONE[$index] = substr($tzone, 20);
40 $index++;
64 print "\nThe number of time zones with wrong results: $count out of $index\n";
  /system/libufdt/utils/tests/
mkdtimg_testdata.sh 48 diff ${OUTDIR}/${DTB_LIST[$index]} ${OUTDTB_CFG}.$index
60 diff ${OUTDIR}/${DTB_LIST[$index]} ${OUTDTB}.$index
  /external/jemalloc/include/jemalloc/internal/
size_classes.sh 92 printf ' SC(%3d, %6d, %8d, %6d, %3s, %3s, %2s) \\\n' ${index} ${lg_grp} ${lg_delta} ${ndelta} ${psz} ${bin} ${lg_delta_lookup}
128 size_class ${index} ${lg_grp} ${lg_delta} ${ndelta} ${lg_p} ${lg_kmax}
130 nlbins=$((${index} + 1))
136 nbins=$((${index} + 1))
140 index=$((${index} + 1))
152 size_class ${index} ${lg_grp} ${lg_delta} ${ndelta} ${lg_p} ${lg_kmax}
153 index=$((${index} + 1))
161 size_class ${index} ${lg_grp} ${lg_delta} ${ndelta} ${lg_p} ${lg_kmax}
162 index=$((${index} + 1))
180 size_class ${index} ${lg_grp} ${lg_delta} ${ndelta} ${lg_p} ${lg_kmax
    [all...]
  /external/ltp/testcases/realtime/
run.sh 208 tests[$index]=$LOOP
209 : $(( index += 1 ))
212 tests[$index]="$OPTARG"
213 : $((index += 1 ))
220 tests[$index]="$OPTARG"
222 index=$((index+1))
236 while [ $i -lt $index ]; do
  /external/ltp/testscripts/
test_realtime.sh 199 tests[$index]=$LOOP
200 index=$((index+1))
203 tests[$index]="$OPTARG"
204 index=$((index+1))
211 tests[$index]="$OPTARG"
213 index=$((index+1))
223 for(( i=0; $i < $index ; $((i+=2)) )); do
  /external/autotest/site_utils/
es_create_alias.sh 53 echo "Creating alias ${ALIAS} for index ${INDEX} for
62 "index": '"\"${INDEX}\""'
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrControl.td 47 def BR_TABLE_I32 : I<(outs), (ins I32:$index, variable_ops),
48 [(WebAssemblybr_table I32:$index)],
49 "br_table \t$index"> {
53 def BR_TABLE_I64 : I<(outs), (ins I64:$index, variable_ops),
54 [(WebAssemblybr_table I64:$index)],
55 "br_table \t$index"> {
  /external/ltp/testcases/kernel/tracing/ftrace_test/
ftrace_stress_test.sh 90 eval pid${index}=$!
91 eval pid${index}=$!
92 tst_resm TINFO "Start pid${index}=$! $SPATH/ftrace_${target}.sh"
92 index=$((index + 1))
  /external/syslinux/gpxe/src/util/
sortobjdump.pl 18 ( my $index, my $section ) = ( $1, $2 );
19 $section_idx{$section} = sprintf ( "%02d", $index );
  /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/mesa3d/src/gallium/drivers/radeon/
R600GenRegisterInfo.pl 188 my ($index) = @_;
189 return int($index / 4);
193 my ($index) = @_;
194 my $chan = $index % 4;
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.cc 89 " return $file$.getDescriptor().getServices().get($index$);\n"
214 "case $index$:\n"
262 "case $index$:\n"
306 "case $index$:\n"
359 " getDescriptor().getMethods().get($index$),\n"
424 " getDescriptor().getMethods().get($index$),\n"
java_extension.cc 142 " $index$,\n"
154 "$name$.internalInit(descriptor.getExtensions().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]

Completed in 2194 milliseconds

1 2 3 4 5 6 7