/external/chromium_org/gpu/gles2_conform_support/ |
gles2_conform_test.gyp | 194 '$(TargetPath)',
|
/external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/ |
TestWebServer.java | 259 * @param targetPath The path to redirect to. 264 String requestPath, String targetPath) { 266 responseHeaders.add(Pair.create("Location", targetPath)); 268 return setResponseInternal(requestPath, targetPath.getBytes(), responseHeaders, null,
|
/external/chromium_org/testing/ |
gtest.gyp | 191 'action????': ['$(TargetPath)', '--gtest_print_time'],
|
/external/chromium_org/v8/testing/ |
gtest.gyp | 131 'action????': ['$(TargetPath)', '--gtest_print_time'],
|
/external/chromium_org/chrome/common/extensions/api/ |
file_system_provider.idl | 227 DOMString targetPath; 242 DOMString targetPath;
|
/external/chromium_org/third_party/angle/projects/samples/ |
multiple_draw_buffers.vcxproj | 49 <TargetPath>$(OutDir)\$(ProjectName)$(TargetExt)</TargetPath>
|
/external/chromium_org/third_party/angle/projects/src/ |
libEGL.vcxproj | 49 <TargetPath>$(OutDir)\$(ProjectName)$(TargetExt)</TargetPath>
|
libGLESv2.vcxproj | 49 <TargetPath>$(OutDir)\$(ProjectName)$(TargetExt)</TargetPath>
|
translator_lib.vcxproj | 49 <TargetPath>$(OutDir)lib\$(ProjectName)$(TargetExt)</TargetPath>
|
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
DefaultContainerService.java | 212 final String targetPath = dir.getAbsolutePath(); 213 return MeasurementUtils.measureDirectory(targetPath);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
MenuExecutor.java | 350 public void startSingleItemAction(int action, Path targetPath) { 352 ids.add(targetPath);
|
/external/chromium_org/chrome/ |
chrome_dll.gypi | 35 # $(TargetPath) for the exe.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainerInitializer.java | 659 String targetPath = targetPaths[tpi]; 663 if (new File(targetPath).equals(new File(cachedPaths[cpi]))) { 664 // found a match. Try the next targetPath [all...] |
/frameworks/base/libs/androidfw/ |
AssetManager.cpp | 260 String8 targetPath; 263 NULL, NULL, NULL, &targetPath, &overlayPath)) { 275 if (access(targetPath.string(), R_OK) != 0) { 276 ALOGW("failed to access file %s: %s\n", targetPath.string(), strerror(errno)); 293 ALOGD("Overlay added: targetPath=%s overlayPath=%s idmapPath=%s\n", 294 targetPath.string(), overlayPath.string(), idmapPath.string()); [all...] |
/external/chromium_org/ppapi/ |
ppapi_tests.gypi | 46 '--register-pepper-plugins=$(TargetPath);application/x-ppapi-tests',
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-parent/32/ |
commons-parent-32.pom | 187 <targetPath>META-INF</targetPath>
203 <targetPath>META-INF</targetPath>
[all...] |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/25/ |
commons-parent-25.pom | 174 <targetPath>META-INF</targetPath>
190 <targetPath>META-INF</targetPath>
[all...] |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/33/ |
commons-parent-33.pom | 188 <targetPath>META-INF</targetPath> 204 <targetPath>META-INF</targetPath> [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebSettingsTest.java | [all...] |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/11/ |
commons-parent-11.pom | 120 <targetPath>META-INF</targetPath>
|
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/17/ |
commons-parent-17.pom | 116 <targetPath>META-INF</targetPath>
|
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/9/ |
commons-parent-9.pom | 109 <targetPath>META-INF</targetPath>
|
/prebuilts/devtools/adt/lib/ |
sdktestutils.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_zipfile.py | 504 targetpath = os.path.join('target', 'subdir', 'subsub') 505 correctfile = os.path.join(targetpath, *fixedname.split('/')) 508 writtenfile = zipfp.extract(arcname, targetpath) 515 zipfp.extractall(targetpath) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_zipfile.py | 504 targetpath = os.path.join('target', 'subdir', 'subsub') 505 correctfile = os.path.join(targetpath, *fixedname.split('/')) 508 writtenfile = zipfp.extract(arcname, targetpath) 515 zipfp.extractall(targetpath) [all...] |