Home
last modified time | relevance | path

Searched refs:relPath (Results 1 – 12 of 12) sorted by relevance

/external/lldb/test/attic/
Ddotest.pl23 my $relPath = "$baseDir/build/Release/LLDB.framework/Resources/Python";
26 } elsif (-d $relPath) {
27 $ENV{'PYTHONPATH'} = "$relPath:$scriptDir:$pluginDir";
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DWebKitHitTestTest.java174 String relPath = "/foo.html"; in srcAnchorTypeRelativeUrlTestBody() local
175 String fullPath = mWebServer.getResponseUrl(relPath); in srcAnchorTypeRelativeUrlTestBody()
176 String page = fullPageLink(relPath, ANCHOR_TEXT); in srcAnchorTypeRelativeUrlTestBody()
288 String relPath = "/foo.html"; in srcImgeAnchorTypeRelativeUrlTestBody() local
289 String fullPath = mWebServer.getResponseUrl(relPath); in srcImgeAnchorTypeRelativeUrlTestBody()
291 relPath + "\"onclick=\"return false;\"><img class=\"full_view\" src=\"" + in srcImgeAnchorTypeRelativeUrlTestBody()
/external/lldb/utils/test/
Dlldb-disasm.py39 relPath = os.path.join(base, *(xcode3_build_dir + rel + python_resource_dir))
49 elif os.path.isfile(os.path.join(relPath, 'lldb.py')):
50 lldbPath = relPath
60 print relPath + ', or ' + baiPath
/external/chromium_org/chrome/test/base/
Djs2gtest.js166 var relPath = includeFile.replace(jsDirBase, '');
168 path: relPath,
169 base: jsDirBase + relPath
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DAntlr3Mojo.java450 … String relPath = findSourceSubdir(sourceDirectory, grammar.getPath()) + grammar.getName(); in processGrammarFiles() local
453 getLog().debug(" ... relative path is: " + relPath); in processGrammarFiles()
455 tool.addGrammarFile(relPath); in processGrammarFiles()
/external/qemu/android/avd/
Dutil.c137 const char* relPath = iniFile_getString(ini, ROOT_REL_PATH_KEY, NULL); in _getAvdContentPath() local
138 if (relPath != NULL) { in _getAvdContentPath()
140 p = bufprint(p, end, PATH_SEP "%s", relPath); in _getAvdContentPath()
Dinfo.c475 const char* relPath = iniFile_getString(i->rootIni, ROOT_REL_PATH_KEY, NULL); in _avdInfo_getContentPath() local
476 if (relPath != NULL) { in _avdInfo_getContentPath()
478 p = bufprint(p, end, PATH_SEP "%s", relPath); in _avdInfo_getContentPath()
/external/emma/core/java12/com/vladium/util/
DIPathEnumerator.java260 final String relPath = tokenizer.nextToken (); in enumeratePathArchive() local
263 … final File path = archiveParent != null ? new File (archiveParent, relPath) : new File (relPath); in enumeratePathArchive()
/external/deqp/scripts/
Dmake_release.py45 relPath = removeLeadingPath(os.path.normpath(os.path.join(root, file)), basePath)
46 allFiles.append(relPath)
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
Dbase.js379 goog.addDependency = function(relPath, provides, requires) { argument
382 var path = relPath.replace(/\\/g, '/');
/external/lldb/test/
Ddotest.py946 relPath = os.path.join(base, *(xcode3_build_dir + rel + python_resource_dir))
959 elif os.path.isfile(os.path.join(relPath, init_in_python_dir)):
960 lldbPath = relPath
970 print relPath + ', or ' + baiPath
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmscgats.c416 cmsBool BuildAbsolutePath(const char *relPath, const char *basePath, char *buffer, cmsUInt32Number … in BuildAbsolutePath() argument
422 if (isabsolutepath(relPath)) { in BuildAbsolutePath()
424 strncpy(buffer, relPath, MaxLen); in BuildAbsolutePath()
440 strncpy(tail + 1, relPath, MaxLen - len); in BuildAbsolutePath()