/external/syzkaller/pkg/compiler/ |
types.go | 715 Dir: base.ArgDir, 751 func genDir(t *ast.Type) prog.Dir {
|
/external/v8/src/inspector/ |
v8-console-message.cc | 38 return protocol::Runtime::ConsoleAPICalled::TypeEnum::Dir;
|
/build/blueprint/bootstrap/ |
bootstrap.go | 243 // The root dir in which the package .a file is located. The full .a file 606 "pkgSrcDir": filepath.Dir(testFiles[0]),
|
/build/soong/java/ |
aar.go | 140 for _, dir := range resourceDirs { 142 dir: dir, 143 files: androidResourceGlob(ctx, dir), 145 resOverlayDirs, resRRODirs := overlayResourceGlob(ctx, dir) 151 for _, dir := range assetDirs { 152 assetFiles = append(assetFiles, androidResourceGlob(ctx, dir)...) 157 assetDirStrings = append(assetDirStrings, filepath.Dir(a.noticeFile.Path().String())) 230 for _, dir := range resDirs { 231 compiledResDirs = append(compiledResDirs, aapt2Compile(ctx, dir.dir, dir.files).Paths() [all...] |
droiddoc.go | 262 // index.html under current module will be copied to docs out dir, if not null. 265 // source.properties under current module will be copied to docs out dir, if not null. 268 // a list of files under current module source dir which contains known tags in Java sources. 563 for _, dir := range j.properties.Srcs_lib_whitelist_dirs { 567 prefix := filepath.Join(dir, pkgAsPath) 889 // dir. We need add the srcjar dir to -sourcepath arg, so that Javadoc can figure out 929 args = args + " -templatedir " + t.dir.String() [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
MetaFileParser.py | 158 self._FileDir = self.MetaFile.Dir
[all...] |
WorkspaceDatabase.py | [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
CodeViewDebug.cpp | 58 StringRef Dir = File->getDirectory(), Filename = File->getFilename(); 67 Filepath = (Dir + "\\" + Filename).str(); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
HexagonISelDAGToDAGHVX.cpp | 345 void getControls(Controls &V, unsigned StartAt, uint8_t Dir) const { 352 if (Dir == Forward) [all...] |
/build/soong/android/ |
paths.go | 527 func (p DirectorySortedPaths) PathsInDirectory(dir string) Paths { 528 prefix := filepath.Clean(dir) + "/" 672 // neither escapes the source dir nor is in the out dir. 759 dir := filepath.Join(p.config.srcDir, p.path, relDir) 761 if pathtools.IsGlob(dir) { 762 reportPathErrorf(ctx, "Path may not contain a glob: %s", dir) 764 paths, err := ctx.GlobWithDeps(dir, nil) 794 // validated to not escape the build dir. 850 ret := PathForOutput(ctx, filepath.Dir(p.path), path [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
st32_64.S | 62 RootCluster: .long 0 # 1st Cluster Number of Root Dir - 4 bytes
[all...] |
st32_64.asm | 58 RootCluster dd 0 ; 1st Cluster Number of Root Dir - 4 bytes
[all...] |
start32.asm | 58 RootCluster dd 0 ; 1st Cluster Number of Root Dir - 4 bytes
[all...] |
/build/blueprint/ |
context.go | 617 baseDir := filepath.Dir(rootFile) 986 newBlueprints, newErrs := c.findBuildBlueprints(filepath.Dir(filename), build, buildPos) 997 func (c *Context) findBuildBlueprints(dir string, build []string, 1004 pattern := filepath.Join(dir, file) 1039 func (c *Context) findSubdirBlueprints(dir string, subdirs []string, subdirsPos scanner.Position, 1046 pattern := filepath.Join(dir, subdir, subBlueprintsName) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
c.py | 507 for Dir in dirnames:
508 Dirname = os.path.join(dirpath, Dir)
513 dirnames.remove(Dir)
[all...] |
/external/llvm/lib/MC/MCParser/ |
AsmParser.cpp | [all...] |
/external/pdfium/third_party/lcms/src/ |
cmspack.c | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
AsmParser.cpp | [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | 570 PCHAR IMAGEAPI SymSetHomeDirectory(PCSTR dir); 571 PCHAR IMAGEAPI SymGetHomeDirectory(DWORD type,PSTR dir,size_t size); [all...] |
/external/skia/infra/bots/ |
gen_tasks.go | 294 "-checkout-dir", "recipe_bundle", 297 "-cache-dir", "cache", 298 "-temp-dir", "tmp", 659 dir := path.Dir(filename) 660 rel := dir 662 rel = path.Dir(*cfgFile) 664 rv, err := filepath.Rel(rel, path.Join(dir, f)) [all...] |
/external/skqp/infra/bots/ |
gen_tasks.go | 295 "-checkout-dir", "recipe_bundle", 298 "-cache-dir", "cache", 299 "-temp-dir", "tmp", 666 dir := path.Dir(filename) 667 rel := dir 669 rel = path.Dir(*cfgFile) 671 rv, err := filepath.Rel(rel, path.Join(dir, f)) [all...] |
/build/kati/ |
func.go | 66 "dir": func() mkFunc { return &funcDir{} }, 597 err := assertArity("dir", 1, len(f.args)) 608 name := filepath.Dir(string(word)) 616 stats.add("funcbody", "dir", t) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
FdfParser.py | 655 PlatformDir = GenFdsGlobalVariable.ActivePlatform.Dir
657 PlatformDir = GlobalData.gActivePlatform.MetaFile.Dir
[all...] |
/external/clang/lib/Frontend/ |
CompilerInvocation.cpp | [all...] |
/external/syzkaller/pkg/report/ |
linux.go | 101 "panic: failed to create temp dir", 333 return filepath.Dir(strip) + string(filepath.Separator) [all...] |