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

  /external/python/cpython2/PCbuild/
prepare_ssl.py 77 asms = []
80 asms.append(line.split(':')[0])
86 fout.write('asms: $(TMP_D) ')
87 fout.write(' '.join(asms))
89 os.system('nmake /f {} PERL=perl TMP_D={} asms'.format(asm_makefile, tmp_d))
136 # run configure, copy includes, create asms
146 print('creating asms...')
  /external/python/cpython3/PCbuild/
prepare_ssl.py 77 asms = []
80 asms.append(line.split(':')[0])
86 fout.write('asms: $(TMP_D) ')
87 fout.write(' '.join(asms))
89 os.system('nmake /f {} PERL=perl TMP_D={} asms'.format(asm_makefile, tmp_d))
136 # run configure, copy includes, create asms
146 print('creating asms...')
  /prebuilts/go/darwin-x86/src/cmd/vet/
vet_test.go 152 asms, err := filepath.Glob(filepath.Join(asmDir, "*.s"))
159 Vet(t, append(gos, asms...))
  /prebuilts/go/linux-x86/src/cmd/vet/
vet_test.go 152 asms, err := filepath.Glob(filepath.Join(asmDir, "*.s"))
159 Vet(t, append(gos, asms...))
  /prebuilts/go/darwin-x86/test/
run.go 727 var asms []os.FileInfo
733 asms = append(asms, file)
739 if len(asms) > 0 {
751 if len(asms) > 0 {
753 for _, file := range asms {
  /prebuilts/go/linux-x86/test/
run.go 727 var asms []os.FileInfo
733 asms = append(asms, file)
739 if len(asms) > 0 {
751 if len(asms) > 0 {
753 for _, file := range asms {
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]

Completed in 349 milliseconds