/prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/ |
proguard-base-5.2.1.pom | 11 <relativePath>../pom.xml</relativePath>
|
/prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-gradle/5.2.1/ |
proguard-gradle-5.2.1.pom | 11 <relativePath>../pom.xml</relativePath>
|
/prebuilts/tools/common/offline-m2/org/antlr/antlr-runtime/3.5.2/ |
antlr-runtime-3.5.2.pom | 19 <relativePath>../..</relativePath>
|
/external/mdnsresponder/mDNSWindows/NSPTool/ |
NSPTool.vcproj | 370 RelativePath="..\..\mDNSShared\DebugServices.c"
374 RelativePath=".\NSPTool.c"
384 RelativePath="..\..\mDNSShared\CommonServices.h"
388 RelativePath="..\..\mDNSShared\DebugServices.h"
392 RelativePath=".\resource.h"
402 RelativePath=".\NSPTool.rc"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ |
Draw9PatchEditor.java | 91 IPath relativePath = null; 92 if ((relativePath = showSaveAsDialog()) != null) { 94 .getFile(relativePath)); 124 IPath relativePath = null; 125 if ((relativePath = showSaveAsDialog()) != null) { 127 .getRoot().getFile(relativePath));
|
/external/libmojo/mojo/public/tools/bindings/ |
mojom_bindings_generator.py | 77 class RelativePath(object): 90 RelativePath with first file found, or an arbitrary non-existent file 95 return RelativePath(path, rel_search_dir.source_root) 96 return RelativePath(os.path.join(rel_dir.path, file_name), 127 self._ParseFileAndImports(RelativePath(filename, args.depth), 131 RelativePath(filename, args.depth)) 147 RelativePath(dirname, rel_filename.source_root), 210 RelativePath(dirname, rel_filename.source_root), 225 args.import_directories[idx] = RelativePath(tokens[0], tokens[1]) 227 args.import_directories[idx] = RelativePath(tokens[0], args.depth [all...] |
/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
mdnsNSP.vcproj | 402 RelativePath="..\..\Clients\ClientCommon.c"
406 RelativePath="..\..\mDNSShared\DebugServices.c"
410 RelativePath=".\mdnsNSP.c"
414 RelativePath=".\mdnsNSP.def"
424 RelativePath="..\..\Clients\ClientCommon.h"
428 RelativePath="..\..\mDNSShared\CommonServices.h"
432 RelativePath="..\..\mDNSShared\DebugServices.h"
436 RelativePath="..\..\..\mDNSShared\dns_sd.h"
440 RelativePath=".\resource.h"
450 RelativePath=".\mdnsNSP.rc" [all...] |
/external/curl/projects/Windows/VC8/src/ |
curl.vcproj | [all...] |
/external/curl/projects/Windows/VC9/src/ |
curl.vcproj | [all...] |
/external/libusb/msvc/ |
libusb_dll_wince.vcproj | 1140 RelativePath="..\libusb\core.c"
1144 RelativePath="..\libusb\descriptor.c"
1148 RelativePath="..\libusb\hotplug.c"
1152 RelativePath="..\libusb\io.c"
1156 RelativePath="missing.c"
1160 RelativePath="..\libusb\os\poll_windows.c"
1164 RelativePath="..\libusb\strerror.c"
1168 RelativePath="..\libusb\sync.c"
1172 RelativePath="..\libusb\os\threads_windows.c"
1176 RelativePath="..\libusb\os\wince_usb.c" [all...] |
libusb_static_wince.vcproj | 1082 RelativePath="..\libusb\core.c"
1086 RelativePath="..\libusb\descriptor.c"
1090 RelativePath="..\libusb\hotplug.c"
1094 RelativePath="..\libusb\io.c"
1098 RelativePath="missing.c"
1102 RelativePath="..\libusb\os\poll_windows.c"
1106 RelativePath="..\libusb\strerror.c"
1110 RelativePath="..\libusb\sync.c"
1114 RelativePath="..\libusb\os\threads_windows.c"
1118 RelativePath="..\libusb\os\wince_usb.c" [all...] |
/external/mdnsresponder/mDNSWindows/DLL/ |
dnssd.vcproj | 401 RelativePath="..\..\mDNSShared\DebugServices.c"
405 RelativePath=".\dllmain.c"
409 RelativePath=".\dnssd.def"
413 RelativePath="..\..\mDNSShared\dnssd_clientlib.c"
417 RelativePath="..\..\mDNSShared\dnssd_clientstub.c"
421 RelativePath="..\..\mDNSShared\dnssd_ipc.c"
425 RelativePath="..\..\mDNSShared\GenLinkedList.c"
435 RelativePath="..\..\mDNSShared\CommonServices.h"
439 RelativePath="..\..\mDNSShared\DebugServices.h"
443 RelativePath="..\..\mDNSShared\dns_sd.h" [all...] |
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
ImageUtils.java | 61 public static void requireSimilar(@NonNull String relativePath, @NonNull BufferedImage image) 67 InputStream is = ImageUtils.class.getClassLoader().getResourceAsStream(relativePath); 69 String message = "Unable to load golden thumbnail: " + relativePath + "\n"; 70 message = saveImageAndAppendMessage(thumbnail, message, relativePath); 80 assertImageSimilar(relativePath, goldenImage, thumbnail, MAX_PERCENT_DIFFERENCE); 87 public static void assertImageSimilar(String relativePath, BufferedImage goldenImage, 153 String imageName = getName(relativePath); 186 error = saveImageAndAppendMessage(image, error, relativePath); 319 @NonNull String initialMessage, @NonNull String relativePath) throws IOException { 320 File output = new File(getFailureDir(), getName(relativePath)); [all...] |
/external/zlib/src/contrib/vstudio/vc9/ |
testzlib.vcproj | 739 RelativePath="..\..\..\adler32.c"
743 RelativePath="..\..\..\compress.c"
747 RelativePath="..\..\..\crc32.c"
751 RelativePath="..\..\..\deflate.c"
755 RelativePath="..\..\..\infback.c"
759 RelativePath="..\..\masmx64\inffas8664.c"
811 RelativePath="..\..\..\inffast.c"
815 RelativePath="..\..\..\inflate.c"
819 RelativePath="..\..\..\inftrees.c"
823 RelativePath="..\..\testzlib\testzlib.c" [all...] |
/toolchain/binutils/binutils-2.27/zlib/contrib/vstudio/vc9/ |
testzlib.vcproj | 739 RelativePath="..\..\..\adler32.c"
743 RelativePath="..\..\..\compress.c"
747 RelativePath="..\..\..\crc32.c"
751 RelativePath="..\..\..\deflate.c"
755 RelativePath="..\..\..\infback.c"
759 RelativePath="..\..\masmx64\inffas8664.c"
811 RelativePath="..\..\..\inffast.c"
815 RelativePath="..\..\..\inflate.c"
819 RelativePath="..\..\..\inftrees.c"
823 RelativePath="..\..\testzlib\testzlib.c" [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalAlbum.java | 299 String relativePath = "/"; 301 relativePath += BucketNames.CAMERA; 303 relativePath += BucketNames.DOWNLOAD; 305 relativePath += BucketNames.IMPORTED; 307 relativePath += BucketNames.SCREENSHOTS; 309 relativePath += BucketNames.EDITED_ONLINE_PHOTOS; 317 relativePath = null; 319 relativePath = path.substring(extStorage.getAbsolutePath().length()); 322 return relativePath;
|
/external/libogg/win32/VS2003/libogg/ |
libogg.vcproj | 264 RelativePath="..\..\..\src\bitwise.c">
267 RelativePath="..\..\..\src\framing.c">
270 RelativePath="..\..\ogg.def">
278 RelativePath="..\..\..\include\ogg\ogg.h">
281 RelativePath="..\..\..\include\ogg\os_types.h">
|
/external/python/cpython2/PC/bdist_wininst/ |
wininst-7.1.vcproj | 154 RelativePath="extract.c">
174 RelativePath="install.c">
194 RelativePath="install.rc">
201 RelativePath="archive.h">
208 RelativePath="PythonPowered.bmp">
|
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/ |
GalleryWidgetMigrator.java | 85 // Check each entry's relativePath. If exists, update bucket id using relative 94 if (entry.relativePath != null && entry.relativePath.length() > 0) { 150 entry.relativePath = path.substring(RELATIVE_PATH_START); 160 String newPath = NEW_EXT_PATH + entry.relativePath;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/Windows/ |
OobRx.vcproj | 184 RelativePath=".\main.c"
188 RelativePath="..\OobRx.c"
198 RelativePath="..\OobRx.h"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/Windows/ |
OobTx.vcproj | 184 RelativePath=".\main.c"
188 RelativePath="..\OobTx.c"
198 RelativePath="..\OobTx.h"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/Windows/ |
RawIp4Rx.vcproj | 184 RelativePath=".\main.c"
188 RelativePath="..\RawIp4Rx.c"
198 RelativePath="..\RawIp4Rx.h"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/Windows/ |
RawIp4Tx.vcproj | 184 RelativePath=".\main.c"
188 RelativePath="..\RawIp4Tx.c"
198 RelativePath="..\RawIp4Tx.h"
|
/external/google-breakpad/src/testing/gtest/msvc/ |
gtest_prod_test-md.vcproj | 119 RelativePath="..\test\gtest_prod_test.cc">
136 RelativePath="..\test\production.cc">
158 RelativePath="..\test\production.h">
|
gtest_prod_test.vcproj | 119 RelativePath="..\test\gtest_prod_test.cc">
136 RelativePath="..\test\production.cc">
158 RelativePath="..\test\production.h">
|