Home
last modified time | relevance | path

Searched refs:subPath (Results 1 – 8 of 8) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DFieldAssignmentExpr.java93 final ExecutionPath subPath = path.addBranch(cmp, true); in toExecutionPath() local
94 if (subPath != null) { in toExecutionPath()
95 subPath.addPath(this); in toExecutionPath()
96 result.add(subPath); in toExecutionPath()
DMethodBaseExpr.java52 final ExecutionPath subPath = path.addBranch(cmp, true); in toExecutionPath() local
53 if (subPath != null) { in toExecutionPath()
54 subPath.addPath(this); in toExecutionPath()
55 result.add(subPath); in toExecutionPath()
DBracketExpr.java72 final ExecutionPath subPath = path.addBranch(cmp, true); in toExecutionPath() local
73 if (subPath != null) { in toExecutionPath()
74 final List<ExecutionPath> argPath = getArg().toExecutionPath(subPath); in toExecutionPath()
DMethodCallExpr.java109 final ExecutionPath subPath = path.addBranch(cmp, true); in toExecutionPath() local
110 if (subPath != null) { in toExecutionPath()
111 result.addAll(toExecutionPathInOrder(subPath, getArgs())); in toExecutionPath()
/frameworks/base/core/java/android/app/
DDownloadManager.java513 String subPath) { in setDestinationInExternalFilesDir() argument
528 setDestinationFromBase(file, subPath); in setDestinationInExternalFilesDir()
547 public Request setDestinationInExternalPublicDir(String dirType, String subPath) { in setDestinationInExternalPublicDir() argument
562 setDestinationFromBase(file, subPath); in setDestinationInExternalPublicDir()
566 private void setDestinationFromBase(File base, String subPath) { in setDestinationFromBase() argument
567 if (subPath == null) { in setDestinationFromBase()
570 mDestinationUri = Uri.withAppendedPath(Uri.fromFile(base), subPath); in setDestinationFromBase()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
DLayoutXmlProcessor.java153 final String subPath = toSystemDependentPath(inputRootUri in processResources()
155 return new File(input.getRootOutputFolder(), subPath); in processResources()
/frameworks/base/services/core/java/com/android/server/
DGraphicsStatsService.java217 String subPath = String.format("%d/%s/%d/total", in pathForApp() local
219 return new File(mGraphicsStatsDir, subPath); in pathForApp()
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...