/external/smali/util/src/test/java/org/jf/util/ |
D | PathUtilTest.java | 42 …File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "te… in pathUtilTest1() local 55 …File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "te… in pathUtilTest2() local 70 … File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest3() local 82 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest4() local 94 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest5() local 106 … File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest6() local 118 File basePath = new File(roots[0] + "some"); in pathUtilTest7() local 130 File basePath = new File(roots[0] + "some" + File.separatorChar); in pathUtilTest8() local 142 File basePath = new File(roots[0] + "some"); in pathUtilTest9() local 154 File basePath = new File(roots[0] + "some" + File.separatorChar); in pathUtilTest10() local [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/ |
D | ClassResourceLoader.java | 54 private final String basePath; field in ClassResourceLoader 65 public ClassResourceLoader(Class<?> cls, String basePath) { in ClassResourceLoader()
|
D | ClassLoaderResourceLoader.java | 54 private String basePath; field in ClassLoaderResourceLoader 56 public ClassLoaderResourceLoader(ClassLoader classLoader, String basePath) { in ClassLoaderResourceLoader()
|
/external/smali/util/src/main/java/org/jf/util/ |
D | PathUtil.java | 47 …public static String getRelativePath(String basePath, String pathToRelativize) throws IOException { in getRelativePath() 58 ArrayList<String> basePath = getPathComponents(canonicalBaseFile); in getRelativeFileInternal() local
|
/external/webkit/Source/WebCore/fileapi/ |
D | LocalFileSystem.cpp | 55 void LocalFileSystem::initializeLocalFileSystem(const String& basePath) in initializeLocalFileSystem() 79 static void openFileSystem(ScriptExecutionContext*, const String& basePath, const String& identifie… in openFileSystem()
|
D | LocalFileSystem.h | 69 LocalFileSystem(const String& basePath) in LocalFileSystem()
|
D | FileSystemCallbacks.cpp | 141 …orCallback> errorCallback, PassRefPtr<DirectoryReaderBase> directoryReader, const String& basePath) in create() 146 …orCallback> errorCallback, PassRefPtr<DirectoryReaderBase> directoryReader, const String& basePath) in EntriesCallbacks()
|
/external/webkit/Source/WebCore/platform/ |
D | AsyncFileSystem.cpp | 56 void AsyncFileSystem::openFileSystem(const String& basePath, const String& storageIdentifier, Type … in openFileSystem()
|
/external/icu4c/test/intltest/ |
D | intltest.h | 238 char basePath[1024]; variable
|
/external/webkit/Source/WebCore/platform/wx/ |
D | FileSystemWx.cpp | 152 …wxDirTraverserNonRecursive(wxString basePath, wxArrayString& files) : m_basePath(basePath), m_file… in wxDirTraverserNonRecursive()
|
/external/webkit/Source/WebCore/page/ |
D | PageGroup.cpp | 175 String basePath = ""; in clearDomStorage() local
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | URI.java | 523 String basePath = p_base.getPath(); in initialize() local
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
D | URI.java | 503 String basePath = p_base.getPath(); in initialize() local
|
/external/qemu/android/avd/ |
D | info.c | 701 _avdInfo_getCoreHwIniPath( AvdInfo* i, const char* basePath ) in _avdInfo_getCoreHwIniPath()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | DumpRenderTree.cpp | 165 RetainPtr<CFStringRef> basePath(AdoptCF, CFURLCopyPath(baseURL.get())); in urlSuitableForTestResult() local
|