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

1 2

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Parser.pm 48 my $current = $input->LT(1);
49 if ($current->get_type() == ANTLR::Runtime::Token->EOF) {
50 $current = $input->LT(-1);
52 $t->set_line($current->get_line());
53 $t->set_char_position_in_line($current->get_char_position_in_line());
  /external/syslinux/utils/
keytab-lilo 39 local ($empty,$current);
47 undef $current;
52 if (/^(static\s+)?u_short\s+(\S+)_map\[\S*\]\s+=\s+{\s*$/) {
53 die "active at beginning of map" if defined $current;
53 $current = $pfx.":".$2;
56 undef $current if /^};\s*$/;
57 undef $current if /^};\s*$/;
58 next unless defined $current;
59 $map{$current} .= $_;
  /external/icu/icu4c/source/test/perf/perldriver/
Output.pm 25 my $current = "";
37 $current = shift;
39 outputData($current);
320 $raw{$current}[$exp++] = [@_];
324 #$raw{$current}[$exp++] = [@_];
344 my $loc = $current;
  /external/icu/icu4j/perf-tests/perldriver/
Output.pm 23 my $current = "";
35 $current = shift;
37 outputData($current);
318 $raw{$current}[$exp++] = [@_];
322 #$raw{$current}[$exp++] = [@_];
342 my $loc = $current;
  /developers/samples/android/experimental/ndkSampleGen/
build.gradle 205 collapsedPath.insert(0, "${current.name}/")
226 collapsedPath.insert(0, "${current.name}${separator}");
  /external/libmtp/src/
Makefile.am 34 SOVERSION=$(CURRENT):$(REVISION):$(AGE)
35 LT_CURRENT_MINUS_AGE=`expr $(CURRENT) - $(AGE)`
  /developers/build/
build.gradle 74 collapsedPath.insert(0, "${current.name}/")
89 collapsedPath.insert(0, "${current.name}${separator}");
  /system/extras/tests/workloads/
pwrsummary.sh 196 printf "%s,%s,%f,%f,%f,%f,%f,%f," $testdir "$build" $minperf $aveperf $maxperf $current $baselinePower $power
199 printf "%-30s %-8s %12.2f %12.2f %12.2f %12.2f %12.2f %12.2f " $testdir "$build" $minperf $aveperf $maxperf $current $baselinePower $power
  /prebuilts/tools/darwin-x86/bazel/
bazel-complete.bash 218 local package_name=$(echo "$current" | cut -f1 -d:)
219 local rule_prefix=$(echo "$current" | cut -f2 -d:)
266 for dir in $(compgen -d $root$current); do
291 case "$current" in
296 _bazel__expand_rules_in_package "$workspace" "" "$current" "$label_syntax"
304 "$workspace" "$displacement" "$current" "$label_syntax"
308 _bazel__expand_package_name "$workspace" "" "$current" "$label_syntax"
311 if [ -n "$current" ]; then
312 _bazel__expand_package_name "$workspace" "$displacement" "$current" "$label_syntax"
353 "$current" "$type
    [all...]
  /prebuilts/tools/linux-x86/bazel/
bazel-complete.bash 218 local package_name=$(echo "$current" | cut -f1 -d:)
219 local rule_prefix=$(echo "$current" | cut -f2 -d:)
266 for dir in $(compgen -d $root$current); do
291 case "$current" in
296 _bazel__expand_rules_in_package "$workspace" "" "$current" "$label_syntax"
304 "$workspace" "$displacement" "$current" "$label_syntax"
308 _bazel__expand_package_name "$workspace" "" "$current" "$label_syntax"
311 if [ -n "$current" ]; then
312 _bazel__expand_package_name "$workspace" "$displacement" "$current" "$label_syntax"
353 "$current" "$type
    [all...]
  /external/libunwind/aux/
ltmain.sh     [all...]
  /external/google-breakpad/autotools/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libnetfilter_conntrack/
ltmain.sh     [all...]
  /external/libnfnetlink/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/libvorbis/
ltmain.sh     [all...]
  /toolchain/binutils/binutils-2.25/
ltmain.sh     [all...]
  /external/cmockery/cmockery_0_1_2/
libtool     [all...]
ltmain.sh     [all...]
  /external/swiftshader/third_party/LLVM/autoconf/
ltmain.sh     [all...]
  /external/ImageMagick/config/
ltmain.sh     [all...]
  /external/pcre/dist2/
ltmain.sh     [all...]

Completed in 2525 milliseconds

1 2