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

1 2 3 45 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/VisualC/tests/testjoystick/
testjoystick.vcproj 203 RelativePath="..\..\Sdl\Debug\SDL.lib"
207 RelativePath="..\..\SDLmain\Debug\SDLmain.lib"
211 RelativePath="..\..\..\test\testjoystick.c"
  /external/qemu/distrib/sdl-1.2.15/VisualC/tests/testpalette/
testpalette.vcproj 203 RelativePath="..\..\Sdl\Debug\SDL.lib"
207 RelativePath="..\..\SDLmain\Debug\SDLmain.lib"
211 RelativePath="..\..\..\test\testpalette.c"
  /external/qemu/distrib/sdl-1.2.15/VisualC/tests/testplatform/
testplatform.vcproj 207 RelativePath="..\..\Sdl\Debug\SDL.lib"
211 RelativePath="..\..\SDLmain\Debug\SDLmain.lib"
215 RelativePath="..\..\..\Test\testplatform.c"
  /external/qemu/distrib/sdl-1.2.15/VisualC/tests/testvidinfo/
testvidinfo.vcproj 203 RelativePath="..\..\Sdl\Debug\SDL.lib"
207 RelativePath="..\..\SDLmain\Debug\SDLmain.lib"
211 RelativePath="..\..\..\Test\testvidinfo.c"
  /external/qemu/distrib/sdl-1.2.15/VisualC/tests/testwin/
testwin.vcproj 203 RelativePath="..\..\Sdl\Debug\SDL.lib"
207 RelativePath="..\..\SDLmain\Debug\SDLmain.lib"
211 RelativePath="..\..\..\Test\Testwin.c"
  /external/qemu/distrib/sdl-1.2.15/VisualC/tests/testwm/
testwm.vcproj 203 RelativePath="..\..\Sdl\Debug\SDL.lib"
207 RelativePath="..\..\SDLmain\Debug\SDLmain.lib"
211 RelativePath="..\..\..\test\testwm.c"
  /sdk/find_java/
find_java_exe.vcproj 178 RelativePath=".\find_java_exe.cpp"
188 RelativePath=".\find_java.h"
192 RelativePath=".\utils.h"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java 99 * @param relativePath the relative path
103 public static File getTemplateLocation(@NonNull File root, @NonNull String relativePath) {
109 + relativePath.replace('/', File.separatorChar));
121 * @param relativePath the relative path
125 public static File getTemplateLocation(@NonNull String relativePath) {
129 relativePath.replace('/', File.separatorChar));
  /external/chromium/sdch/open-vcdiff/vsprojects/vcdecoder_test_common/
vcdecoder_test_common.vcproj 152 RelativePath="..\..\src\vcdecoder_test.h"
168 RelativePath="..\..\src\vcdecoder_test.cc"
  /external/chromium/testing/gmock/msvc/2005/
gmock.vcproj 154 RelativePath="..\..\src\gmock-all.cc"
158 RelativePath="$(GTestDir)\src\gtest-all.cc"
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/scriptsupport/
Starter.java 47 String relativePath = runner.getTestsRelativePath();
54 intent.putExtra(TestsListActivity.EXTRA_TEST_PATH, relativePath);
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.pom 29 <relativePath>../pom.xml</relativePath>
  /prebuilts/tools/common/m2/internal/org/objenesis/objenesis/1.2/
objenesis-1.2.pom 25 <relativePath>..</relativePath>
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 55 StringRef RelativePath,
64 this->RelativePath = RelativePath.str();
75 SmallString<16> RelativePath;
  /external/webkit/Tools/TestWebKitAPI/win/
TestWebKitAPIGenerated.vcproj 76 RelativePath=".\copy-resources.cmd"
  /external/webkit/Tools/WebKitLauncherWin/
WebKitLauncherWin.vcproj 395 RelativePath=".\WebKitLauncherWin.cpp"
405 RelativePath=".\Resource.h"
415 RelativePath=".\webkit.ico"
419 RelativePath=".\WebKitLauncherWin.rc"
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetConfigure.java 167 String relativePath = null;
176 relativePath = LocalAlbum.getRelativePath(bucketId);
178 + ", relative path: " + relativePath);
181 WidgetDatabaseHelper.TYPE_ALBUM, albumPath, relativePath);
WidgetDatabaseHelper.java 50 private static final String FIELD_RELATIVE_PATH = "relativePath";
74 public String relativePath;
86 relativePath = cursor.getString(INDEX_RELATIVE_PATH);
182 db.execSQL("ALTER TABLE widgets ADD COLUMN relativePath TEXT");
218 public boolean setWidget(int id, int type, String albumPath, String relativePath) {
224 values.put(FIELD_RELATIVE_PATH, relativePath);
290 values.put(FIELD_RELATIVE_PATH, entry.relativePath);
  /external/icu4c/test/cintltst/
sprpdata.c 277 const char *relativepath = NULL; local
283 relativepath = U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING;
286 relativepath = ".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING;
298 filename = (char*) malloc(strlen(srcdatapath)+strlen(relativepath)+strlen(txtFileName)+10 );
301 strcat(filename,relativepath);
  /external/clang/lib/Lex/
HeaderSearch.cpp 211 SmallVectorImpl<char> *RelativePath,
226 if (RelativePath != NULL) {
227 RelativePath->clear();
228 RelativePath->append(Filename.begin(), Filename.end());
249 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
261 if (RelativePath != NULL) {
262 RelativePath->clear();
263 RelativePath->append(Filename.begin(), Filename.end());
325 SmallVectorImpl<char> *RelativePath,
385 if (RelativePath != NULL)
    [all...]
  /external/srec/portable/src/
PFileSystem.c 271 * @param relativePath [out] Relative path associated with match (should have length P_PATH_MAX)
273 ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath)
306 if (relativePath != NULL)
311 LSTRCPY(relativePath, L(""));
315 LSTRCAT(relativePath, L("/"));
317 LSTRCAT(relativePath, path + LSTRLEN(bestKey));
  /external/chromium/sdch/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/marisa-trie/v0_1_5/vs2008/c-test/
c-test.vcproj 177 RelativePath="..\..\tests\c-test.c"
187 RelativePath="..\..\tests\assert.h"
  /external/marisa-trie/v0_1_5/vs2008/io-test/
io-test.vcproj 176 RelativePath="..\..\tests\io-test.cc"
186 RelativePath="..\..\tests\assert.h"
  /external/marisa-trie/v0_1_5/vs2008/tail-test/
tail-test.vcproj 176 RelativePath="..\..\tests\tail-test.cc"
186 RelativePath="..\..\tests\assert.h"

Completed in 952 milliseconds

1 2 3 45 6 7 8 91011>>