HomeSort by relevance Sort by last modified time
    Searched full:relativepath (Results 126 - 150 of 292) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/marisa-trie/v0_1_5/vs2008/trie-test/
trie-test.vcproj 176 RelativePath="..\..\tests\trie-test.cc"
186 RelativePath="..\..\tests\assert.h"
  /external/marisa-trie/v0_1_5/vs2008/unit-test/
unit-test.vcproj 176 RelativePath="..\..\tests\unit-test.cc"
186 RelativePath="..\..\tests\assert.h"
  /external/marisa-trie/v0_1_5/vs2008/vector-test/
vector-test.vcproj 176 RelativePath="..\..\tests\vector-test.cc"
186 RelativePath="..\..\tests\assert.h"
  /external/open-vcdiff/vsprojects/output_string_test/
output_string_test.vcproj 190 RelativePath="..\..\src\output_string_test.cc"
200 RelativePath="..\..\src\output_string_crope.h"
  /external/open-vcdiff/vsprojects/vcdecoder_test_common/
vcdecoder_test_common.vcproj 152 RelativePath="..\..\src\vcdecoder_test.h"
168 RelativePath="..\..\src\vcdecoder_test.cc"
  /external/webkit/Source/WebCore/fileapi/
File.cpp 64 File::File(const String& relativePath, const String& path)
67 , m_relativePath(relativePath)
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.pom 11 <relativePath>..</relativePath>
  /external/clang/include/clang/Lex/
DirectoryLookup.h 133 /// \param RelativePath If not NULL, will be set to the path relative to
146 SmallVectorImpl<char> *RelativePath,
154 SmallVectorImpl<char> *RelativePath,
PPCallbacks.h 106 /// RelativePath will be split up. For example, if an include of "Some/Some.h"
109 /// "path/to/Frameworks/Some.framework/Headers" and RelativePath will be
112 /// \param RelativePath The path relative to SearchPath, at which the include
125 StringRef RelativePath,
300 StringRef RelativePath,
303 FilenameRange, File, SearchPath, RelativePath,
306 FilenameRange, File, SearchPath, RelativePath,
  /external/smali/smali/
build.gradle 90 args '-fo', relativePath("${antlrOutput}/org/jf/smali")
103 args '-fo', relativePath("${testAntlrOutput}/org/jf/smali")
117 args '-d', relativePath("${jflexOutput}/org/jf/smali")
  /external/srec/portable/include/
PFileSystemImpl.h 97 * @param relativePath [out] Relative path associated with match. Set to NULL if this value shouldn't be returned.
99 * @return ESR_INVALID_ARGUMENT if path, fileSystem or relativePath is null; ESR_INVALID_STATE if no
102 PORTABLE_API ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath);
  /external/webkit/Source/WebCore/platform/sql/chromium/
SQLiteFileSystemChromiumPosix.cpp 143 // relativePath - the relative path.
146 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath,
150 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath);
SQLiteFileSystemChromiumWin.cpp 115 // relativePath - the relative path.
118 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath,
122 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath);
  /external/webkit/Tools/BuildSlaveSupport/
test-result-archive 112 relativePath = os.path.join(dirPath, fileName)
113 print "Adding", relativePath
114 zipper.write(relativePath)
  /external/webkit/Tools/FindSafari/
FindSafari.vcproj 454 RelativePath=".\FindSafari.cpp"
464 RelativePath=".\resource.h"
474 RelativePath=".\FindSafari.rc"
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_layout_results_generator.py 100 relativePath = test
102 relativePath = test[index + 1:]
105 return relativePath.replace('\\', '/')
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
Summarizer.java 234 String relativePath = result.getRelativePath();
242 if (mFileFilter.isFail(relativePath)) {
248 if (mFileFilter.isFail(relativePath)) {
436 String relativePath;
450 relativePath = result.getRelativePath();
460 id = relativePath.replace(File.separator, ":");
467 html.append("<span class=\"path\">" + relativePath + "</span>");
491 html.append("<a href=\"" + getViewSourceUrl(relativePath).toString() + "\"");
567 private static final URL getViewSourceUrl(String relativePath) {
572 relativePath);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Typeface_Delegate.java 150 String relativePath = path.substring(SYSTEM_FONTS.length());
151 File f = new File(sFontLoader.getOsFontsLocation(), relativePath);
161 String.format("Unable to load font %1$s", relativePath),
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java 221 protected ViewInfo createInfos(UiElementNode model, String relativePath) throws IOException {
222 String basename = relativePath.substring(0, relativePath.lastIndexOf('.') + 1);
266 protected TestContext setupTestContext(IFile file, String relativePath) throws Exception {
294 ViewInfo info = createInfos(model, relativePath);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 100 * @param relativePath A relative path
103 private static String getAbsolutePathFromRelativePath(String relativePath)
105 return new File(relativePath).getAbsolutePath();
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SystemIDResolver.java 93 * @param relativePath A relative path
96 private static String getAbsolutePathFromRelativePath(String relativePath)
98 return new File(relativePath).getAbsolutePath();
  /external/chromium/testing/gmock/msvc/2005/
gmock_main.vcproj 158 RelativePath="..\..\src\gmock_main.cc"
  /external/chromium/testing/gtest/msvc/
gtest-md.vcproj 103 RelativePath="..\src\gtest-all.cc">
gtest.vcproj 103 RelativePath="..\src\gtest-all.cc">
gtest_main-md.vcproj 106 RelativePath="..\src\gtest_main.cc">

Completed in 468 milliseconds

1 2 3 4 56 7 8 91011>>