OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relativepath
(Results
226 - 250
of
284
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/utils/
FindSpecRefs
882
relativePath
= item.path[len(root):]
883
if
relativePath
.startswith('/'):
884
relativePath
=
relativePath
[1:]
887
filename = os.path.basename(
relativePath
)
[
all
...]
/external/icu4c/stubdata/
stubdata.vcproj
423
RelativePath
=".\stubdata.c"
437
RelativePath
="..\data\misc\icudata.rc"
/external/webkit/Source/WebKit/mac/Misc/
WebKitNSStringExtras.mm
151
NSString *
relativePath
= [self substringFromIndex:[resolvedHomeDirectory length]];
152
path = [NSHomeDirectory() stringByAppendingPathComponent:
relativePath
];
/libcore/luni/src/main/java/java/net/
URLStreamHandler.java
178
path =
relativePath
(path, spec.substring(pos, nextPos));
198
private static String
relativePath
(String base, String path) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java
107
String
relativePath
= entry.getKey();
108
IPath dest = new Path(
relativePath
);
/external/bluetooth/glib/build/win32/vs9/
glib-genmarshal.vcproj
334
RelativePath
="..\..\..\gobject\glib-genmarshal.c"
gspawn-win32-helper-console.vcproj
340
RelativePath
="..\..\..\glib\gspawn-win32-helper-console.c"
gspawn-win32-helper.vcproj
340
RelativePath
="..\..\..\glib\gspawn-win32-helper.c"
testglib.vcproj
338
RelativePath
="..\..\..\tests\testglib.c"
/external/icu4c/samples/citer/
citer.vcproj
353
RelativePath
=".\citer.cpp"
/external/icu4c/samples/csdet/
csdet.vcproj
353
RelativePath
=".\csdet.c"
/external/icu4c/tools/icupkg/
icupkg.vcproj
386
RelativePath
="icupkg.cpp"
/external/webkit/Source/WebKit2/win/
WebKit2WebProcess.vcproj
394
RelativePath
=".\MainWin.cpp"
/external/webkit/Tools/record-memory-win/
record-memory-win.vcproj
395
RelativePath
=".\main.cpp"
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java
72
private LibraryState(String
relativePath
) {
73
mRelativePath =
relativePath
;
97
private void setRelativePath(String
relativePath
) {
98
mRelativePath =
relativePath
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java
326
IPath
relativePath
= path.makeRelativeTo(workspacePath);
327
IResource member = workspace.findMember(
relativePath
);
/external/icu4c/samples/coll/
coll.vcproj
393
RelativePath
=".\coll.cpp"
/external/icu4c/samples/props/
props.vcproj
391
RelativePath
=".\props.cpp"
/external/icu4c/samples/strsrch/
strsrch.vcproj
393
RelativePath
=".\strsrch.cpp"
/external/icu4c/samples/udata/
reader.vcproj
391
RelativePath
=".\reader.c"
writer.vcproj
391
RelativePath
=".\writer.c"
/external/icu4c/samples/ugrep/
ugrep.vcproj
399
RelativePath
="ugrep.cpp"
/external/icu4c/samples/uresb/
uresb.vcproj
391
RelativePath
=".\uresb.c"
/external/icu4c/samples/ustring/
ustring.vcproj
391
RelativePath
=".\ustring.cpp"
/external/icu4c/test/perf/collperf/
collperf.vcproj
392
RelativePath
="collperf.cpp"
Completed in 1012 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>