HomeSort by relevance Sort by last modified time
    Searched full:basepath (Results 1 - 25 of 246) sorted by null

1 2 3 4 5 6 7 8 910

  /sdk/eclipse/monitor/
build.gradle 3 def basePath = "../../../out/host/maven/bundles-24.3.3-SNAPSHOT/products/"
11 item(basePath + 'lin64/monitor') {
16 item(basePath + 'lin/monitor') {
28 item(basePath + 'mac64/monitor') {
41 item(basePath + 'win64/monitor') {
46 item(basePath + 'win/monitor') {
74 from zipTree(file(basePath + 'monitorproduct-linux.gtk.x86_64.zip'))
75 into file(basePath + 'lin64/')
82 from zipTree(file(basePath + 'monitorproduct-linux.gtk.x86.zip'))
83 into file(basePath + 'lin/'
    [all...]
  /external/smali/util/src/test/java/org/jf/util/
PathUtilTest.java 42 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "test.txt");
45 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
55 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "test.txt");
58 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
70 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar);
73 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
82 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir");
85 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
94 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir");
97 String path = PathUtil.getRelativeFileInternal(basePath, relativePath)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
ClassLoaderResourceLoader.java 54 private String basePath;
56 public ClassLoaderResourceLoader(ClassLoader classLoader, String basePath) {
58 this.basePath = basePath;
67 String path = basePath + '/' + name;
77 + basePath + "'");
ClassResourceLoader.java 54 private final String basePath;
58 this.basePath = "/" + cls.getPackage().getName().replace('.', '/');
62 * Load resources from the given subdirectory {@code basePath},
65 public ClassResourceLoader(Class<?> cls, String basePath) {
67 this.basePath = basePath;
72 InputStream stream = cls.getResourceAsStream(basePath + '/' + name);
  /frameworks/base/tools/aapt/tests/
MockFileFinder.h 28 * path matching basePath.
32 * to the basePath.
35 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
39 const KeyedVector<String8,time_t>* payload(&mFiles.valueFor(basePath));
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/
karma-config.js 12 basePath: '..',
karma-config-ci.js 39 basePath: '..',
  /external/skia/src/ports/
SkFontMgr_android_factory.cpp 19 const char* basePath)
23 gTestBasePath = basePath;
27 SkDEBUGF(("Test BasePath: %s Fonts: %s FallbackFonts: %s\n",
SkFontMgr_android_parser.cpp 87 const SkString& basePath, bool isFallback, const char* filename,
94 , fBasePath(basePath)
600 const SkString& basePath, bool isFallback)
618 FamilyData self(parser, families, basePath, isFallback, filename, &topLevelHandler);
657 const SkString& basePath)
660 int version = parse_config_file(LMP_SYSTEM_FONTS_FILE, fontFamilies, basePath, false);
662 version = parse_config_file(OLD_SYSTEM_FONTS_FILE, fontFamilies, basePath, false);
676 const SkString& basePath)
706 parse_config_file(absoluteFilename.c_str(), langSpecificFonts, basePath, true);
717 const SkString& basePath)
    [all...]
  /external/smali/util/src/main/java/org/jf/util/
PathUtil.java 47 public static String getRelativePath(String basePath, String pathToRelativize) throws IOException {
48 File baseFile = new File(basePath);
58 ArrayList<String> basePath = getPathComponents(canonicalBaseFile);
63 if (!basePath.get(0).equals(pathToRelativize.get(0))) {
70 for (commonDirs=1; commonDirs<basePath.size() && commonDirs<pathToRelativize.size(); commonDirs++) {
71 if (!basePath.get(commonDirs).equals(pathToRelativize.get(commonDirs))) {
77 for (int i=commonDirs; i<basePath.size(); i++) {
  /external/deqp/external/vulkancts/
verify_submission.py 49 def __init__ (self, basePath, statement, testLogs, gitStatus, gitLog, patches, otherItems):
50 self.basePath = basePath
166 statementPath = os.path.join(package.basePath, package.statement)
201 messages.append(error(package.basePath, "Missing conformance statement file"))
209 statusPath = os.path.join(package.basePath, package.gitStatus)
213 messages.append(error(package.basePath, "Working directory is not clean"))
215 messages.append(error(package.basePath, "Missing git-status.txt"))
222 logPath = os.path.join(package.basePath, package.gitLog)
232 messages.append(warning(os.path.join(package.basePath, package.gitLog), "Log is not empty")
    [all...]
  /frameworks/base/tools/aapt/
FileFinder.cpp 41 bool SystemFileFinder::findFiles(String8 basePath, Vector<String8>& extensions,
45 // Scan the directory pointed to by basePath
47 if (!dw->openDir(basePath)) {
60 String8 fullPath = basePath.appendPathCopy(entryName);
FileFinder.h 25 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
56 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/
runtktests.py 66 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None):
68 and are inside packages found in the path starting at basepath.
75 for dirpath, dirnames, filenames in os.walk(basepath):
81 pkg_name = dirpath[len(basepath) + len(os.sep):].replace('/', '.')
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/
runtktests.py 66 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None):
68 and are inside packages found in the path starting at basepath.
75 for dirpath, dirnames, filenames in os.walk(basepath):
81 pkg_name = dirpath[len(basepath) + len(os.sep):].replace('/', '.')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 66 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None):
68 and are inside packages found in the path starting at basepath.
75 for dirpath, dirnames, filenames in os.walk(basepath):
81 pkg_name = dirpath[len(basepath) + len(os.sep):].replace('/', '.')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 66 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None):
68 and are inside packages found in the path starting at basepath.
75 for dirpath, dirnames, filenames in os.walk(basepath):
81 pkg_name = dirpath[len(basepath) + len(os.sep):].replace('/', '.')
  /external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
SampleServer.java 62 private MockResponse directoryToResponse(String basePath, File directory) {
63 if (!basePath.endsWith("/")) basePath += "/";
66 response.append(String.format("<html><head><title>%s</title></head><body>", basePath));
67 response.append(String.format("<h1>%s</h1>", basePath));
70 basePath + file, file));
  /system/core/adb/
adb_utils_test.cpp 124 void test_mkdirs(const std::string basepath) {
126 ASSERT_TRUE(mkdirs(basepath));
128 ASSERT_TRUE(mkdirs(basepath));
130 ASSERT_TRUE(mkdirs(basepath + '/'));
132 ASSERT_TRUE(mkdirs(basepath + '\\'));
135 const std::string filepath = basepath + "/file";
  /external/deqp/scripts/build/
config.py 78 def getBinaryPath (self, buildType, basePath):
79 return basePath
108 def getBinaryPath (self, buildType, basePath):
109 return os.path.join(os.path.dirname(basePath), buildType, os.path.basename(basePath) + ".exe")
  /external/ImageMagick/MagickCore/
utility.h 32 BasePath,
  /external/jsoncpp/src/jsontestrunner/
main.cpp 243 std::string basePath = removeSuffix(argv[1], ".json");
244 if (!parseOnly && basePath.empty()) {
250 std::string actualPath = basePath + ".actual";
251 std::string rewritePath = basePath + ".rewrite";
252 std::string rewriteActualPath = basePath + ".actual-rewrite";
  /prebuilts/go/darwin-x86/src/path/filepath/
path.go 250 // joined to basepath with an intervening separator. That is,
251 // Join(basepath, Rel(basepath, targpath)) is equivalent to targpath itself.
252 // On success, the returned path will always be relative to basepath,
253 // even if basepath and targpath share no elements.
254 // An error is returned if targpath can't be made relative to basepath or if
256 func Rel(basepath, targpath string) (string, error) {
257 baseVol := VolumeName(basepath)
259 base := Clean(basepath)
  /prebuilts/go/linux-x86/src/path/filepath/
path.go 250 // joined to basepath with an intervening separator. That is,
251 // Join(basepath, Rel(basepath, targpath)) is equivalent to targpath itself.
252 // On success, the returned path will always be relative to basepath,
253 // even if basepath and targpath share no elements.
254 // An error is returned if targpath can't be made relative to basepath or if
256 func Rel(basepath, targpath string) (string, error) {
257 baseVol := VolumeName(basepath)
259 base := Clean(basepath)
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterTypeSet.java 84 String basePath = "/filter/mediatype/" + mMediaType;
88 String filteredPath = basePath + "/{" + set.getPath().toString() + "}";

Completed in 478 milliseconds

1 2 3 4 5 6 7 8 910