/build/soong/cc/ |
D | util_test.go | 23 root, suffix, ext := splitFileExt("libtest.so.1.0.30") 33 if ext != expected { 34 t.Errorf("ext should be %q but got %q", expected, ext) 39 root, suffix, ext := splitFileExt("libtest.so.1svn") 49 if ext != expected { 50 t.Errorf("ext should be %q but got %q", expected, ext) 55 root, suffix, ext := splitFileExt("libtest.1.0.30.so") 65 if ext != expected { 66 t.Errorf("ext should be %q but got %q", expected, ext) 71 root, suffix, ext := splitFileExt("test.exe") [all …]
|
D | util.go | 126 ext := filepath.Ext(name) 127 root := strings.TrimSuffix(name, ext) 128 suffix = ext + suffix 130 return root, suffix, ext
|
D | androidmk.go | 181 _, _, ext := splitFileExt(outputFile.Base()) 183 fmt.Fprintln(w, "LOCAL_BUILT_MODULE_STEM := $(LOCAL_MODULE)"+ext) 335 _, _, ext := splitFileExt(outputFile.Base()) 337 fmt.Fprintln(w, "LOCAL_BUILT_MODULE_STEM := $(LOCAL_MODULE)"+ext) 354 stem, suffix, ext := splitFileExt(file) 355 fmt.Fprintln(w, "LOCAL_BUILT_MODULE_STEM := $(LOCAL_MODULE)"+ext) 372 _, _, ext := splitFileExt(outputFile.Base()) 374 fmt.Fprintln(w, "LOCAL_BUILT_MODULE_STEM := $(LOCAL_MODULE)"+ext)
|
D | ndk_prebuilt.go | 49 ext string, version string) android.Path { 55 return dir.Join(ctx, name+ext)
|
D | compiler.go | 523 func (compiler *baseCompiler) hasSrcExt(ext string) bool { 525 if src.Ext() == ext { 530 if filepath.Ext(src) == ext { 535 if filepath.Ext(src) == ext {
|
D | pylintrc | 219 ext-import-graph=
|
/build/soong/cmd/extract_jar_packages/ |
D | extract_jar_packages.go | 68 ext := filepath.Ext(f.Name) 69 if ext == ".java" || ext == ".class" {
|
/build/make/tools/ |
D | fat16copy.py | 168 def add_dentry(self, attributes, shortname, ext, longname, first_cluster, argument 181 new_dentry = dentry(self.backing.fs, attributes, shortname, ext, 198 ext = parts[1].upper() 209 if len(name) <= 8 and len(ext) <= 3 and not '.' in name: 210 return (name.upper().ljust(8), ext.ljust(3)) 212 return (shortened.ljust(8), ext[:3].ljust(3)) 227 (shortname, ext) = self.make_short_name(name) 228 self.add_dentry(0, shortname, ext, name, chunk, size) 248 (shortname, ext) = self.make_short_name(name) 250 ext, name, chunk, 0) [all …]
|
/build/soong/android/ |
D | paths.go | 117 genPathWithExt(ctx ModuleContext, subdir, ext string) ModuleGenPath 120 objPathWithExt(ctx ModuleContext, subdir, ext string) ModuleObjPath 128 func GenPathWithExt(ctx ModuleContext, subdir string, p Path, ext string) ModuleGenPath { 130 return path.genPathWithExt(ctx, subdir, ext) 138 func ObjPathWithExt(ctx ModuleContext, subdir string, p Path, ext string) ModuleObjPath { 140 return path.objPathWithExt(ctx, subdir, ext) 480 func (p Paths) HasExt(ext string) bool { 482 if path.Ext() == ext { 491 func (p Paths) FilterByExt(ext string) Paths { 494 if path.Ext() == ext { [all …]
|
D | package_ctx.go | 193 ext := ".so" 195 ext = ".dylib" 197 return PathForOutput(ctx, "host", ctx.Config().PrebuiltOS(), "lib64", path+ext)
|
D | androidmk.go | 244 ext := filepath.Ext(dest) 246 dest = strings.TrimSuffix(dest, ext) + suffix + ext
|
/build/soong/ui/logger/ |
D | logger.go | 80 func fileRotation(from, baseName, ext string, cur, max int) error { 81 newName := baseName + "." + strconv.Itoa(cur) + ext 85 fileRotation(newName, baseName, ext, cur+1, max) 113 ext := filepath.Ext(filename) 114 basename := filename[:len(filename)-len(ext)] 115 if err = fileRotation(filename, basename, ext, 1, maxCount); err != nil {
|
/build/make/tools/zipalign/ |
D | ZipAlign.cpp | 56 const char* ext = strrchr(pEntry->getFileName(), '.'); in getAlignment() local 57 if (ext && strcmp(ext, ".so") == 0) { in getAlignment()
|
/build/make/target/product/ |
D | runtime_libart.mk | 34 ext \
|
D | base_system.mk | 320 ext \
|
/build/make/tools/releasetools/ |
D | test_common.py | 509 certmap, ext = common.ReadApkCerts(input_zip) 512 self.assertIsNone(ext) 522 certmap, ext = common.ReadApkCerts(input_zip) 525 self.assertEqual('.gz', ext) 532 certmap, ext = common.ReadApkCerts(input_zip) 535 self.assertEqual('.xz', ext) 543 certmap, ext = common.ReadApkCerts(input_zip) 548 self.assertEqual('.gz', ext)
|
D | add_img_to_target_files | 638 _, ext = os.path.splitext(img_name) 639 if not ext:
|
D | add_img_to_target_files.py | 638 _, ext = os.path.splitext(img_name) 639 if not ext:
|
D | common.py | 1771 ext = os.path.splitext(tf.name)[1] 1772 diff_program = DIFF_PROGRAM_BY_EXT.get(ext, "bsdiff") 1777 ext = os.path.splitext(tf.name)[1]
|
D | pylintrc | 348 ext-import-graph=
|
/build/soong/python/ |
D | python.go | 265 func hasSrcExt(srcs []string, ext string) bool { 267 if filepath.Ext(src) == ext { 275 func (p *Module) hasSrcExt(ctx android.BottomUpMutatorContext, ext string) bool {
|
/build/make/core/tasks/check_boot_jars/ |
D | package_whitelist.txt | 114 org\.xml\.sax\.ext 132 # ext.jar
|
/build/make/core/ |
D | definitions.mk | 1450 ext=$$subdir/; \ 1454 ext=; \ 1456 $($(PRIVATE_2ND_ARCH_VAR_PREFIX)TARGET_AR) p $$lib_to_include $$f > $$ldir/$$ext$$f; \ 1457 filelist="$$filelist $$ldir/$$ext$$f"; \ 1505 ext=$$subdir/; \ 1509 ext=; \ 1511 $(PRIVATE_AR) p $$lib_to_include $$f > $$ldir/$$ext$$f; \ 1512 filelist="$$filelist $$ldir/$$ext$$f"; \ 1592 ext=$$subdir/; \ 1596 ext=; \ [all …]
|
/build/soong/java/ |
D | java.go | 523 func hasSrcExt(srcs []string, ext string) bool { 525 if filepath.Ext(src) == ext { 545 func (j *Module) hasSrcExt(ext string) bool { 546 return hasSrcExt(j.properties.Srcs, ext)
|