HomeSort by relevance Sort by last modified time
    Searched full:"$ key" (Results 26 - 50 of 595) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/utils/
GenLibDeps.pl 273 for my $key (sort keys %DepLibs) {
275 print " $key";
278 my @syms = @{$DepLibs{$key}};
284 print " <li>$key</li>\n";
286 my $suffix = substr($key,length($key)-1,1);
287 $key =~ s/(.*)\.[oa]/$1/;
289 if (!$FLAT) { print DOT "$lib_ns -> $key [ weight=0 ];\n" };
291 if (!$FLAT) { print DOT "$lib_ns -> $key [ weight=10];\n" };
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 247 ($key, $value) = split;
248 next unless $key;
250 if ($field = $header_field{$key}) {
251 $fields[$field] = {key => "$key", value => "$value"};
254 #print "$key -> $value\n";
255 unless ($id = $picoknow_kb_id{$key}) {
256 print "*** error: not a valid knowledge base name $key\n";
257 die "not a valid knowledge base name $key" ;
259 push @kb, {name => $key, file => $value, id => $id};
  /external/swiftshader/third_party/LLVM/utils/
GenLibDeps.pl 277 for my $key (sort keys %DepLibs) {
279 print " $key";
282 my @syms = @{$DepLibs{$key}};
288 print " <li>$key</li>\n";
290 my $suffix = substr($key,length($key)-1,1);
291 $key =~ s/(.*)\.[oa]/$1/;
293 if (!$FLAT) { print DOT "$lib_ns -> $key [ weight=0 ];\n" };
295 if (!$FLAT) { print DOT "$lib_ns -> $key [ weight=10];\n" };
  /external/boringssl/src/crypto/aes/asm/
bsaes-armv7.pl 65 my ($inp,$out,$len,$key)=("r0","r1","r2","r3");
69 my ($key,$rounds,$const)=("r4","r5","r6");
356 vldmia $key!, {@t[0]-@t[3]}
361 vldmia $key!, {@t[0]}
365 vldmia $key!, {@t[1]}
369 vldmia $key!, {@t[2]}
372 vldmia $key!, {@t[3]}
740 vldmia $key!, {@XMM[9]} @ round 0 key
800 vldmia $key, {@XMM[8]} @ last round key
839 vldmia $key!, {@XMM[9]} @ round 0 ke
    [all...]
bsaes-x86_64.pl 107 my ($inp,$out,$len,$key,$ivp)=("%rdi","%rsi","%rdx","%rcx");
112 my ($key,$rounds,$const)=("%rax","%r10d","%r11");
431 pxor 0x00($key),@x[0]
432 pxor 0x10($key),@x[1]
433 pxor 0x20($key),@x[2]
434 pxor 0x30($key),@x[3]
437 pxor 0x40($key),@x[4]
438 pxor 0x50($key),@x[5]
441 pxor 0x60($key),@x[6]
442 pxor 0x70($key),@x[7
    [all...]
  /external/iproute2/ip/
routel 37 eval "$key=$val"
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
LocalizeDependenciesTask.groovy 95 println("adding $key in $conf by $task")
184 println("cannot find $key, skipping")
220 println("${dependency} is test scope but including because $key is in direct dependencies")
222 println("skipping $dependency because test and $key is not first level dependency. artifact id: ${dependency.artifact.getArtifactId()}")
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-protobuf/1.0.1/
grpc-protobuf-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-protobuf/1.0.3/
grpc-protobuf-1.0.3.jar 
  /external/libvpx/libvpx/build/make/
ads2gas_apple.pl 192 while (($key, $value) = each(%macro_aliases))
194 $key =~ s/\$/\\\$/;
195 $key =~ s/\$/\\\$/;
196 s/$key\b/$value/g;
  /external/regex-re2/benchlog/
mktable 49 my $key = sprintf("%s%s/%s", $name, $who, $sizes[$i]);
50 my $val = $data{$sys}->{$key}->{'MB/s'};
57 printf JGR "$i %f (* %s *)\n", $val, $key;
  /external/valgrind/helgrind/tests/
filter_xml 99 foreach my $key (keys %patterns) {
100 if ($line =~ $key) {
102 $line =~ s/$matched/$patterns{$key}/g;
  /external/boringssl/src/crypto/modes/asm/
aesni-gcm-x86_64.pl 65 ($inp,$out,$len,$key,$ivp,$Xip)=("%rdi","%rsi","%rdx","%rcx","%r8","%r9");
83 vmovdqu 0x00-0x80($key),$rndkey
106 vmovups 0x10-0x80($key),$T2 # borrow $T2 for $rndkey
146 vmovups 0x20-0x80($key),$rndkey
167 vmovups 0x30-0x80($key),$rndkey
185 vmovups 0x40-0x80($key),$rndkey
207 vmovups 0x50-0x80($key),$rndkey
229 vmovups 0x60-0x80($key),$rndkey
250 vmovups 0x70-0x80($key),$rndkey
268 vmovups 0x80-0x80($key),$T1 # borrow $T1 for $rndke
    [all...]
  /external/compiler-rt/
Makefile 68 "$(foreach key,$(AvailableIn.$(fn)),$($(key).Dir))";)
75 printf " %s - from '%s'\n" $($(key).Name) $($(key).Path);\
76 printf " %s\n" "$($(key).Description)";\
77 printf " Configurations: %s\n\n" "$($(key).Configs)";)
227 $(call PerPlatformConfigArchSubDir_template,$(key)))
268 $(eval $(call PerPlatform_template,$(key))))
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /external/icu/icu4j/perf-tests/
perftests.pl 237 my $Key = $doc->createElement("perfTestResult");
239 $Key->setAttribute("test"=> $testname);
240 $Key->setAttribute("iterations"=>1000);
241 $Key->setAttribute("time"=>$iKeyGen);
242 $root->appendChild($Key);
251 my $Key = $doc->createElement("perfTestResult");
253 $Key->setAttribute("test"=>$testname);
254 $Key->setAttribute("iterations"=>1000);
255 $Key->setAttribute("time"=>$wKeyGen);
256 $root->appendChild($Key);
    [all...]
  /external/icu/icu4c/source/test/perf/perldriver/
Output.pm 265 my $key;
270 for $key (sort keys %raw) {
271 my $printkey = $key;
274 if($key ne "") {
279 if($key ne "") {
287 for $i ( $raw{$key} ) {
  /external/icu/icu4j/perf-tests/perldriver/
Output.pm 263 my $key;
268 for $key (sort keys %raw) {
269 my $printkey = $key;
272 if($key ne "") {
277 if($key ne "") {
285 for $i ( $raw{$key} ) {
  /prebuilts/go/darwin-x86/src/syscall/
mksysctl_openbsd.pl 152 foreach my $key (sort keys %node) {
153 my @node = @{$node{$key}};
154 my $nodename = $name.($name ne '' ? '.' : '').$key;
  /prebuilts/go/linux-x86/src/syscall/
mksysctl_openbsd.pl 152 foreach my $key (sort keys %node) {
153 my @node = @{$node{$key}};
154 my $nodename = $name.($name ne '' ? '.' : '').$key;
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-auth/1.0.1/
grpc-auth-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-auth/1.0.3/
grpc-auth-1.0.3.jar 
  /external/vboot_reference/scripts/keygeneration/
keyset_version_check.sh 35 echo "$(vbutil_key --unpack "${key}" | grep 'Key Version' | cut -f 2 -d : |
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-auth/0.13.2/
grpc-auth-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-protobuf/0.13.2/
grpc-protobuf-0.13.2.jar 

Completed in 1359 milliseconds

12 3 4 5 6 7 8 91011>>