/external/chromium_org/chrome/browser/resources/file_manager/background/js/ |
file_operation_manager.js | 17 * @param {string} relativePath The path to be deduplicated. 24 dirEntry, relativePath, successCallback, errorCallback) { 26 dirEntry, relativePath, successCallback, 37 dirEntry, relativePath, [all...] |
/external/chromium_org/tools/grit/grit/tool/ |
resize.py | 51 RelativePath=".\[[DIALOG_NAME]].rc">
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
make.py | [all...] |
cmake.py | 626 rel_gyp_file = gyp.common.RelativePath(gyp_file, options.toplevel_dir) 751 base_path = gyp.common.RelativePath(os.path.dirname(gyp_file), [all...] |
msvs.py | [all...] |
/external/chromium_org/tools/gyp/tools/ |
pretty_vcproj.py | 132 if name in ['InheritedPropertySheets', 'RelativePath',
|
/external/libpng/projects/visualc71/ |
pngtest.vcproj | 453 RelativePath="..\..\pngtest.c">
|
/libcore/luni/src/main/java/java/net/ |
URI.java | [all...] |
/external/clang/lib/Frontend/ |
PrintPreprocessedOutput.cpp | 137 StringRef RelativePath, 331 StringRef RelativePath,
|
/external/clang/lib/Rewrite/Frontend/ |
InclusionRewriter.cpp | 71 StringRef RelativePath, 177 StringRef /*RelativePath*/,
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TextureHelper.java | 444 String relativePath = name.substring(2);
449 assetNames.add(blenderAssetFolder+'/'+relativePath);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
AddSupportJarAction.java | 453 IPath relativePath = libraryProject.getLocation().makeRelativeTo( 458 relativePath.toString());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
BuildFileCreator.java | 134 IPath relativePath = commonRoot.makeRelativeTo(workspaceLocation); 135 boolean rootInWorkspace = !relativePath.equals(commonRoot);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RefactoringTestBase.java | 264 String relativePath = ((String) data[i]).replace('/', File.separatorChar); 265 File to = new File(dir, relativePath);
|
/external/chromium_org/tools/grit/grit/format/ |
rc.py | 422 relative_path = item.attrs['relativepath'] == 'true'
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
MSVSNew.py | 249 relative_path = gyp.common.RelativePath(e.path, sln_root)
|
input.py | 347 d = gyp.common.RelativePath(depth, os.path.dirname(build_file_path)) 378 gyp.common.RelativePath(included_file, 820 rel_build_file_dir = gyp.common.RelativePath(build_file_dir, toplevel) 827 replacement = gyp.common.RelativePath(path, build_file_dir) [all...] |
/external/clang/lib/Lex/ |
PreprocessingRecord.cpp | 440 StringRef RelativePath,
|
/external/qemu/distrib/sdl-1.2.15/VisualCE/testalpha/ |
testalpha.vcproj | 639 RelativePath="..\..\test\testalpha.c"
|
/external/qemu/distrib/sdl-1.2.15/VisualCE/testwin/ |
testwin.vcproj | 634 RelativePath="..\..\test\testwin.c"
|
/prebuilts/devtools/tools/lib/ |
dvlib.jar | |
/prebuilts/gradle-plugin/com/android/tools/dvlib/22.2.0/ |
dvlib-22.2.0.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtUtils.java | 544 IPath relativePath = path.makeRelativeTo(workspacePath); 545 IResource member = workspace.findMember(relativePath); 572 IPath relativePath = path.makeRelativeTo(workspacePath); 573 return workspace.findMember(relativePath); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
ConfigureAssetSetPage.java | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
EclipseLintClient.java | 406 public File findResource(@NonNull String relativePath) { 410 File file = new File(sdkFolder, relativePath); [all...] |