HomeSort by relevance Sort by last modified time
    Searched refs:subPath (Results 1 - 25 of 183) sorted by null

1 2 3 4 5 6 7 8

  /external/glide/testutil/src/main/java/com/bumptech/glide/testutil/
TestResourceUtil.java 17 * @param subPath The sub-path under androidTest/resources where the desired resource is located.
20 public static InputStream openResource(Class testClass, String subPath) {
21 return testClass.getResourceAsStream("/" + subPath);
  /tools/tradefederation/core/src/com/android/tradefed/config/
IConfigurationFactory.java 141 * @param subPath name of the sub-directories to look in for configuration. If null, will have
144 public List<String> getConfigList(String subPath);
150 * @param subPath name of the sub-directories to look in for configuration. If null, will have
154 public List<String> getConfigList(String subPath, boolean loadFromEnv);
ConfigurationUtil.java 154 * @param subPath where to look for configuration. Can be null.
157 public static Set<String> getConfigNamesFromDirs(String subPath, List<File> dirs) {
158 Set<File> res = getConfigNamesFileFromDirs(subPath, dirs);
170 * @param subPath The location where to look for configuration. Can be null.
174 public static Set<File> getConfigNamesFileFromDirs(String subPath, List<File> dirs) {
178 return getConfigNamesFileFromDirs(subPath, dirs, patterns);
184 * @param subPath The location where to look for configuration. Can be null.
190 String subPath, List<File> dirs, List<String> configNamePatterns) {
193 if (subPath != null) {
194 dir = new File(dir, subPath);
    [all...]
ConfigurationFactory.java 643 public List<String> getConfigList(String subPath) {
644 return getConfigList(subPath, true);
649 public List<String> getConfigList(String subPath, boolean loadFromEnv) {
650 Set<String> configNames = getConfigSetFromClasspath(subPath);
653 configNames.addAll(getConfigNamesFromTestCases(subPath));
666 private Set<String> getConfigSetFromClasspath(String subPath) {
668 return cpScanner.getClassPathEntries(new ConfigClasspathFilter(subPath));
674 * @param subPath where to look for configuration. Can be null.
677 Set<String> getConfigNamesFromTestCases(String subPath) {
678 return ConfigurationUtil.getConfigNamesFromDirs(subPath, getExternalTestCasesDirs())
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
FieldAssignmentExpr.java 93 final ExecutionPath subPath = path.addBranch(cmp, true);
94 if (subPath != null) {
95 subPath.addPath(this);
96 result.add(subPath);
MethodBaseExpr.java 52 final ExecutionPath subPath = path.addBranch(cmp, true);
53 if (subPath != null) {
54 subPath.addPath(this);
55 result.add(subPath);
BracketExpr.java 72 final ExecutionPath subPath = path.addBranch(cmp, true);
73 if (subPath != null) {
74 final List<ExecutionPath> argPath = getArg().toExecutionPath(subPath);
MethodCallExpr.java 109 final ExecutionPath subPath = path.addBranch(cmp, true);
110 if (subPath != null) {
111 result.addAll(toExecutionPathInOrder(subPath, getArgs()));
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultHdfParser.java 108 private String createFullPath(List<String> context, String subPath) {
113 result.append(subPath);
  /frameworks/base/core/java/android/app/
DownloadManager.java 487 * @param subPath the path within the external directory, including the
494 String subPath) {
509 setDestinationFromBase(file, subPath);
522 * @param subPath the path within the external directory, including the
528 public Request setDestinationInExternalPublicDir(String dirType, String subPath) {
543 setDestinationFromBase(file, subPath);
547 private void setDestinationFromBase(File base, String subPath) {
548 if (subPath == null) {
549 throw new NullPointerException("subPath cannot be null");
551 mDestinationUri = Uri.withAppendedPath(Uri.fromFile(base), subPath);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
GraphicsStatsService.java 218 String subPath = String.format("%d/%s/%d/total",
220 return new File(mGraphicsStatsDir, subPath);
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
LayoutXmlProcessor.java 153 final String subPath = toSystemDependentPath(inputRootUri
155 return new File(input.getRootOutputFolder(), subPath);
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.cpp 691 static bool traverseVariablePath (std::vector<VariablePathComponent>& typePath, const char* subPath, const glu::VarType& type)
693 glu::VarTokenizer tokenizer(subPath);
710 return traverseVariablePath(typePath, subPath + tokenizer.getCurrentTokenEndLocation(), type.getStructPtr()->getMember(memberNdx).getType());
727 return traverseVariablePath(typePath, subPath + tokenizer.getCurrentTokenEndLocation(), type.getElementType());
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha3/
compiler-2.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha4/
compiler-2.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha6/
compiler-2.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.4/
compiler-2.2.4.jar 
  /prebuilts/tools/common/offline-m2/com/android/databinding/compiler/2.2.0/
compiler-2.2.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0/
compilerCommon-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0-rc5/
compilerCommon-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.1/
compilerCommon-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0/
compilerCommon-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-alpha9/
compilerCommon-2.0.0-alpha9.jar 

Completed in 230 milliseconds

1 2 3 4 5 6 7 8