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

1 2 3 4 56 7 8 91011>>

  /external/icu4c/samples/numfmt/
numfmt.vcproj 391 RelativePath=".\capi.c"
395 RelativePath=".\main.cpp"
399 RelativePath=".\util.cpp"
408 RelativePath=".\util.h"
  /external/icu4c/samples/translit/
translit.vcproj 391 RelativePath=".\main.cpp"
395 RelativePath=".\unaccent.cpp"
399 RelativePath=".\util.cpp"
408 RelativePath=".\unaccent.h"
  /external/icu4c/tools/genprops/
genprops.vcproj 397 RelativePath=".\genprops.c"
401 RelativePath=".\props2.c"
405 RelativePath=".\store.c"
414 RelativePath=".\genprops.h"
  /external/v8/tools/visual_studio/
v8_mksnapshot.vcproj 139 RelativePath="..\..\src\mksnapshot.cc"
v8_mksnapshot_x64.vcproj 139 RelativePath="..\..\src\mksnapshot.cc"
v8_process_sample.vcproj 139 RelativePath="..\..\samples\process.cc"
v8_process_sample_arm.vcproj 139 RelativePath="..\..\samples\process.cc"
v8_process_sample_x64.vcproj 139 RelativePath="..\..\samples\process.cc"
v8_shell_sample.vcproj 141 RelativePath="..\..\samples\shell.cc"
v8_shell_sample_arm.vcproj 141 RelativePath="..\..\samples\shell.cc"
v8_shell_sample_x64.vcproj 141 RelativePath="..\..\samples\shell.cc"
v8_snapshot_cc.vcproj 63 RelativePath="$(OutDir)\v8_mksnapshot.exe"
v8_snapshot_cc_x64.vcproj 63 RelativePath="$(OutDir)\v8_mksnapshot.exe"
  /sdk/assetstudio/tests/src/com/android/assetstudiolib/
GeneratorTest.java 55 String relativePath = entry.getKey();
59 + relativePath;
67 + relativePath);
78 assertImageSimilar(relativePath, goldenImage, image, 5.0f);
  /external/bluetooth/glib/build/win32/vs8/
gmodule.vcproj 190 RelativePath="..\..\..\gmodule\gmodule.c"
206 RelativePath="..\..\..\gmodule\gmodule.def"
210 RelativePath="..\..\..\gmodule\gmodule.rc"
  /external/clang/include/clang/Lex/
DirectoryLookup.h 140 /// \param RelativePath If not NULL, will be set to the path relative to
151 SmallVectorImpl<char> *RelativePath,
159 SmallVectorImpl<char> *RelativePath,
  /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 217 protected ViewInfo createInfos(UiElementNode model, String relativePath) {
218 String basename = relativePath.substring(0, relativePath.lastIndexOf('.') + 1);
262 protected TestContext setupTestContext(IFile file, String relativePath) throws Exception {
290 ViewInfo info = createInfos(model, relativePath);

Completed in 425 milliseconds

1 2 3 4 56 7 8 91011>>