OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relativepath
(Results
51 - 75
of
284
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/tools/visual_studio/
v8.vcproj
130
RelativePath
="..\..\src\apinatives.js"
134
RelativePath
="..\..\src\array.js"
138
RelativePath
="..\..\src\date.js"
142
RelativePath
="..\..\src\debug-debugger.js"
146
RelativePath
="..\..\src\liveedit-debugger.js"
150
RelativePath
="..\..\src\macros.py"
154
RelativePath
="..\..\src\math.js"
158
RelativePath
="..\..\src\messages.js"
162
RelativePath
="..\..\src\mirror-debugger.js"
166
RelativePath
="..\..\src\regexp.js
[
all
...]
v8_arm.vcproj
130
RelativePath
="..\..\src\apinatives.js"
134
RelativePath
="..\..\src\array.js"
138
RelativePath
="..\..\src\date.js"
142
RelativePath
="..\..\src\debug-debugger.js"
146
RelativePath
="..\..\src\liveedit-debugger.js"
150
RelativePath
="..\..\src\macros.py"
154
RelativePath
="..\..\src\math.js"
158
RelativePath
="..\..\src\messages.js"
162
RelativePath
="..\..\src\mirror-debugger.js"
166
RelativePath
="..\..\src\regexp.js"
[
all
...]
v8_x64.vcproj
130
RelativePath
="..\..\src\apinatives.js"
134
RelativePath
="..\..\src\array.js"
138
RelativePath
="..\..\src\date.js"
142
RelativePath
="..\..\src\debug-debugger.js"
146
RelativePath
="..\..\src\liveedit-debugger.js"
150
RelativePath
="..\..\src\macros.py"
154
RelativePath
="..\..\src\math.js"
158
RelativePath
="..\..\src\messages.js"
162
RelativePath
="..\..\src\mirror-debugger.js"
166
RelativePath
="..\..\src\regexp.js
[
all
...]
d8.vcproj
139
RelativePath
="..\..\src\d8.cc"
143
RelativePath
="..\..\src\d8.h"
147
RelativePath
="..\..\src\d8-debug.cc"
151
RelativePath
="..\..\src\d8-debug.h"
155
RelativePath
="..\..\src\d8-windows.cc"
159
RelativePath
="..\..\src\d8.js"
186
RelativePath
="$(IntDir)\DerivedSources\natives.cc"
d8_arm.vcproj
139
RelativePath
="..\..\src\d8.cc"
143
RelativePath
="..\..\src\d8.h"
147
RelativePath
="..\..\src\d8-debug.cc"
151
RelativePath
="..\..\src\d8-debug.h"
155
RelativePath
="..\..\src\d8-windows.cc"
159
RelativePath
="..\..\src\d8.js"
186
RelativePath
="$(IntDir)\DerivedSources\natives.cc"
d8_x64.vcproj
139
RelativePath
="..\..\src\d8.cc"
159
RelativePath
="..\..\src\d8.h"
163
RelativePath
="..\..\src\d8-debug.cc"
167
RelativePath
="..\..\src\d8-debug.h"
171
RelativePath
="..\..\src\d8-windows.cc"
175
RelativePath
="..\..\src\d8.js"
202
RelativePath
="$(IntDir)\DerivedSources\natives.cc"
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
ManagerService.java
89
Log.d(LOG_TAG,"mIncomingHandler: " + msg.getData().getString("
relativePath
"));
209
String
relativePath
= results.getRelativePath();
210
results.setExpectedTextResult(getExpectedTextResult(
relativePath
));
211
results.setExpectedTextResultPath(getExpectedTextResultPath(
relativePath
));
212
results.setExpectedImageResult(getExpectedImageResult(
relativePath
));
213
results.setExpectedImageResultPath(getExpectedImageResultPath(
relativePath
));
246
public String getExpectedTextResult(String
relativePath
) {
247
byte[] result = getExpectedResult(
relativePath
, TEXT_RESULT_EXTENSION);
254
public byte[] getExpectedImageResult(String
relativePath
) {
255
return getExpectedResult(
relativePath
, IMAGE_RESULT_EXTENSION)
[
all
...]
CrashedDummyResult.java
31
public CrashedDummyResult(String
relativePath
) {
32
mRelativePath =
relativePath
;
117
public void setExpectedImageResultPath(String
relativePath
) {
122
public void setExpectedTextResultPath(String
relativePath
) {
TestsListPreloaderThread.java
80
String
relativePath
;
83
relativePath
= directoriesList.removeFirst();
85
List<String> dirRelativePaths = FsUtils.getLayoutTestsDirContents(
relativePath
, false, true);
95
List<String> testRelativePaths = FsUtils.getLayoutTestsDirContents(
relativePath
, false, false);
106
* Previously: mSummarizer.addSkippedTest(
relativePath
);
FileFilter.java
264
* @param
relativePath
269
public static URL getUrl(String
relativePath
, boolean allowHttps) {
276
if (
relativePath
.startsWith(HTTP_TESTS_PATH)) {
277
relativePath
=
relativePath
.substring(HTTP_TESTS_PATH.length());
278
if (
relativePath
.startsWith(SSL_PATH) && allowHttps) {
282
relativePath
= "LayoutTests/" +
relativePath
;
286
return new URL(urlBase +
relativePath
);
300
* @param
relativePath
[
all
...]
/external/zlib/contrib/vstudio/vc7/
zlibvc.vcproj
330
RelativePath
="..\..\..\adler32.c">
333
RelativePath
="..\..\..\compress.c">
336
RelativePath
="..\..\..\crc32.c">
339
RelativePath
="..\..\..\deflate.c">
342
RelativePath
="..\..\masmx86\gvmat32c.c">
351
RelativePath
="..\..\..\gzio.c">
354
RelativePath
="..\..\..\infback.c">
357
RelativePath
="..\..\..\inffast.c">
360
RelativePath
="..\..\..\inflate.c">
363
RelativePath
="..\..\..\inftrees.c">
[
all
...]
/frameworks/base/tools/aapt/
CrunchCache.cpp
39
String8
relativePath
;
51
relativePath
= String8(rPathPtr + offset);
53
if (forceOverwrite || needsUpdating(
relativePath
)) {
54
cu->processImage(mSourcePath.appendPathCopy(
relativePath
),
55
mDestPath.appendPathCopy(
relativePath
));
57
// crunchFile(
relativePath
);
62
mDestFiles.removeItem(mDestPath.appendPathCopy(
relativePath
));
96
bool CrunchCache::needsUpdating(String8
relativePath
) const
101
time_t sourceDate = mSourceFiles.valueFor(mSourcePath.appendPathCopy(
relativePath
));
102
time_t destDate = mDestFiles.valueFor(mDestPath.appendPathCopy(
relativePath
));
[
all
...]
/external/icu4c/tools/genrb/
genrb.vcproj
395
RelativePath
=".\errmsg.c"
399
RelativePath
=".\genrb.c"
403
RelativePath
=".\parse.c"
407
RelativePath
=".\prscmnts.cpp"
411
RelativePath
=".\rbutil.c"
415
RelativePath
=".\read.c"
419
RelativePath
=".\reslist.c"
423
RelativePath
=".\rle.c"
427
RelativePath
=".\ustr.c"
431
RelativePath
=".\wrtjava.c
[
all
...]
/external/icu4c/test/letest/
cletest.vcproj
341
RelativePath
=".\cfonts.cpp"
345
RelativePath
=".\cletest.c"
349
RelativePath
=".\cmaps.cpp"
353
RelativePath
=".\FontObject.cpp"
357
RelativePath
=".\FontTableCache.cpp"
361
RelativePath
=".\letsutil.cpp"
365
RelativePath
=".\PortableFontInstance.cpp"
369
RelativePath
=".\SimpleFontInstance.cpp"
373
RelativePath
=".\xmlreader.cpp"
383
RelativePath
=".\cfonts.h
[
all
...]
letest.vcproj
389
RelativePath
=".\cfonts.cpp"
393
RelativePath
=".\cletest.c"
397
RelativePath
=".\cmaps.cpp"
401
RelativePath
=".\FontTableCache.cpp"
405
RelativePath
=".\letest.cpp"
409
RelativePath
=".\letsutil.cpp"
413
RelativePath
=".\PortableFontInstance.cpp"
417
RelativePath
=".\SimpleFontInstance.cpp"
421
RelativePath
=".\xmlreader.cpp"
430
RelativePath
=".\cfonts.h
[
all
...]
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.vcproj
187
RelativePath
=".\Config.cpp"
191
RelativePath
="..\Common\debug.cpp"
195
RelativePath
=".\Display.cpp"
199
RelativePath
=".\libEGL.cpp"
203
RelativePath
=".\main.cpp"
207
RelativePath
=".\Surface.cpp"
217
RelativePath
=".\Config.h"
221
RelativePath
=".\Display.h"
225
RelativePath
="..\..\include\EGL\egl.h"
229
RelativePath
="..\..\include\EGL\eglext.h
[
all
...]
/external/icu4c/samples/layout/
layout.vcproj
387
RelativePath
=".\cmaps.cpp"
391
RelativePath
=".\FontMap.cpp"
395
RelativePath
=".\FontTableCache.cpp"
399
RelativePath
=".\GDIFontInstance.cpp"
403
RelativePath
=".\GDIFontMap.cpp"
407
RelativePath
=".\GDIGUISupport.cpp"
411
RelativePath
=".\layout.cpp"
415
RelativePath
=".\LayoutSample.rc"
419
RelativePath
=".\paragraph.cpp"
423
RelativePath
=".\ScriptCompositeFontInstance.cpp
[
all
...]
/external/chromium/sdch/open-vcdiff/vsprojects/vcddec/
vcddec.vcproj
153
RelativePath
="..\..\src\checksum.h"
157
RelativePath
="..\..\src\decodetable.h"
161
RelativePath
="..\..\src\headerparser.h"
165
RelativePath
="..\..\src\google\output_string.h"
169
RelativePath
="..\..\src\google\vcdecoder.h"
185
RelativePath
="..\..\src\decodetable.cc"
189
RelativePath
="..\..\src\headerparser.cc"
193
RelativePath
="..\..\src\vcdecoder.cc"
/external/icu4c/data/
makedata.vcproj
131
RelativePath
=".\brkitr\brkfiles.mk"
135
RelativePath
=".\coll\colfiles.mk"
139
RelativePath
=".\makedata.mak"
143
RelativePath
=".\misc\miscfiles.mk"
147
RelativePath
=".\rbnf\rbnffiles.mk"
151
RelativePath
=".\locales\resfiles.mk"
155
RelativePath
="..\test\testdata\testdata.mak"
159
RelativePath
=".\translit\trnsfiles.mk"
163
RelativePath
="..\test\testdata\tstfiles.mk"
167
RelativePath
=".\mappings\ucmcore.mk
[
all
...]
/external/webkit/Tools/TestWebKitAPI/win/
TestWebKitAPIInjectedBundle.vcproj
392
RelativePath
=".\PlatformUtilitiesWin.cpp"
403
RelativePath
="..\Tests\WebKit2\CanHandleRequest_Bundle.cpp"
407
RelativePath
="..\Tests\WebKit2\DocumentStartUserScriptAlertCrash_Bundle.cpp"
411
RelativePath
="..\Tests\WebKit2\HitTestResultNodeHandle_Bundle.cpp"
415
RelativePath
="..\Tests\WebKit2\InjectedBundleBasic_Bundle.cpp"
419
RelativePath
="..\Tests\WebKit2\ResponsivenessTimerDoesntFireEarly_Bundle.cpp"
425
RelativePath
="..\InjectedBundleController.cpp"
429
RelativePath
="..\InjectedBundleController.h"
433
RelativePath
="..\InjectedBundleMain.cpp"
437
RelativePath
="..\InjectedBundleTest.h
[
all
...]
/external/webkit/Tools/WebKitTestRunner/win/
WebKitTestRunner.vcproj
393
RelativePath
=".\main.cpp"
397
RelativePath
=".\PlatformWebViewWin.cpp"
401
RelativePath
=".\TestControllerWin.cpp"
405
RelativePath
=".\TestInvocationWin.cpp"
413
RelativePath
="..\cg\TestInvocationCG.cpp"
437
RelativePath
="..\cairo\TestInvocationCairo.cpp"
474
RelativePath
="..\PlatformWebView.h"
478
RelativePath
="..\TestController.cpp"
482
RelativePath
="..\TestController.h"
486
RelativePath
="..\TestInvocation.cpp
[
all
...]
/external/icu4c/io/
io.vcproj
413
RelativePath
=".\locbund.c"
417
RelativePath
=".\sprintf.c"
421
RelativePath
=".\sscanf.c"
425
RelativePath
=".\ucln_io.c"
461
RelativePath
=".\ufile.c"
465
RelativePath
=".\ufmt_cmn.c"
469
RelativePath
=".\uprintf.c"
473
RelativePath
=".\uprntf_p.c"
477
RelativePath
=".\uscanf.c"
481
RelativePath
=".\uscanf_p.c
[
all
...]
/external/webkit/Tools/MiniBrowser/
MiniBrowser.vcproj
401
RelativePath
=".\win\BrowserView.cpp"
405
RelativePath
=".\win\BrowserWindow.cpp"
409
RelativePath
=".\win\main.cpp"
413
RelativePath
=".\win\MiniBrowser.cpp"
417
RelativePath
=".\win\stdafx.cpp"
475
RelativePath
=".\win\BrowserView.h"
479
RelativePath
=".\win\BrowserWindow.h"
483
RelativePath
=".\win\MiniBrowser.h"
487
RelativePath
=".\win\Resource.h"
491
RelativePath
=".\win\stdafx.h
[
all
...]
/external/libpng/projects/visualc71/
zlib.vcproj
355
RelativePath
="..\..\..\zlib\adler32.c">
358
RelativePath
="..\..\..\zlib\compress.c">
361
RelativePath
="..\..\..\zlib\crc32.c">
364
RelativePath
="..\..\..\zlib\deflate.c">
367
RelativePath
="..\..\..\zlib\gzio.c">
370
RelativePath
="..\..\..\zlib\infback.c">
373
RelativePath
="..\..\..\zlib\inffast.c">
376
RelativePath
="..\..\..\zlib\inflate.c">
379
RelativePath
="..\..\..\zlib\inftrees.c">
382
RelativePath
="..\..\..\zlib\trees.c">
[
all
...]
/external/webkit/Tools/WebKitAPITest/
WebKitAPITest.vcproj
388
RelativePath
=".\HostWindow.cpp"
392
RelativePath
=".\HostWindow.h"
396
RelativePath
=".\main.cpp"
400
RelativePath
=".\Test.h"
404
RelativePath
=".\TestsController.cpp"
408
RelativePath
=".\TestsController.h"
412
RelativePath
=".\tests\WebViewDestruction.cpp"
Completed in 282 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>