HomeSort by relevance Sort by last modified time
    Searched refs:static_label (Results 1 - 10 of 10) sorted by null

  /external/autotest/frontend/afe/
rpc_interface_unittest.py 513 static_label = models.StaticLabel.objects.create(name='static')
517 host1.static_labels.add(static_label)
530 static_label = models.StaticLabel.objects.create(name='static')
536 host1.static_labels.add(static_label)
550 static_label = models.StaticLabel.objects.create(name='static')
558 host.static_labels.add(static_label)
570 static_label = models.StaticLabel.objects.create(name='static')
573 host.static_labels.add(static_label)
583 static_label = models.StaticLabel.objects.create(name='static')
600 static_label = models.StaticLabel.objects.create(name='static'
    [all...]
rpc_interface.py 329 for static_label in static_lists:
330 if static_label.get('name') in replaced_label_names:
331 return_lists.append(static_label)
668 static_label = models.StaticLabel.smart_get(label.name)
669 label_list.append(static_label)
    [all...]
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 201 sub ::static_label { &::LABEL($_[0],$lbdecor.$_[0]); }
x86gas.pl 207 { my $indirect=&::static_label("$nmdecor$sym\$non_lazy_ptr");
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
vpaes-x86.pl 65 &static_label("_vpaes_consts");
66 &static_label("_vpaes_schedule_low_round");
aesni-x86.pl 75 &static_label("key_const");
354 &static_label("_aesni_${p}rypt6_enter");
    [all...]
aes-586.pl 199 &static_label("AES_Te");
200 &static_label("AES_Td");
    [all...]
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha1-586.pl 320 &static_label("shaext_shortcut") if ($shaext);
321 &static_label("ssse3_shortcut");
322 &static_label("avx_shortcut") if ($ymm);
323 &static_label("K_XX_XX");
    [all...]
  /external/boringssl/src/crypto/chacha/asm/
chacha-x86.pl 110 &static_label("ssse3_shortcut");
111 &static_label("ssse3_data");
112 &static_label("pic_point");
  /external/boringssl/src/crypto/fipsmodule/modes/asm/
ghash-x86.pl 265 &static_label("rem_4bit");
397 &static_label("rem_8bit");
612 &static_label("bswap");
    [all...]

Completed in 111 milliseconds