/external/webkit/WebCore/platform/chromium/ |
FileSystemChromiumMac.mm | 39 String pathGetFileName(const String& path) 41 return [path lastPathComponent]; 44 String pathGetDisplayFileName(const String& path) 46 return [[NSFileManager defaultManager] displayNameAtPath:path];
|
FileSystemChromiumWin.cpp | 39 String pathGetFileName(const String& path) 41 return String(PathFindFileName(String(path).charactersWithNullTermination())); 44 String pathGetDisplayFileName(const String& path) 46 return pathGetFileName(path);
|
/external/webkit/WebCore/svg/ |
SVGStyledTransformableElement.h | 25 #include "Path.h" 56 virtual Path toPathData() const { return Path(); } 57 virtual Path toClipPath() const;
|
/external/webkit/WebKit/chromium/public/ |
WebCookie.h | 53 const WebString& path, double expires, bool httpOnly, bool secure, bool session) 57 , path(path) 68 WebString path; member in struct:WebKit::WebCookie
|
/external/webkit/WebKitTools/DumpRenderTree/ |
wscript | 33 os.path.join(output_dir), 34 os.path.join(wk_root, 'JavaScriptCore'), 35 os.path.join(wk_root, 'WebCore'), 36 os.path.join(wk_root, 'WebKit', 'wx'),
|
/external/webkit/WebKitTools/Scripts/ |
rebaseline-chromium-webkit-tests | 34 sys.path.append(os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])),
|
/external/webkit/WebKitTools/pywebsocket/test/ |
config.py | 41 # Add the parent directory to sys.path to enable importing mod_pywebsocket. 42 sys.path += [os.path.join(os.path.split(__file__)[0], '..')]
|
/frameworks/base/cmds/bootanimation/ |
Android.mk | 28 $(call include-path-for, corecg graphics)
|
/frameworks/base/test-runner/src/junit/runner/ |
ClassPathTestCollector.java | 8 * class path. It considers all classes on the class path 23 String classPath= System.getProperty("java.class.path"); 59 String separator= System.getProperty("path.separator");
|
/frameworks/base/tests/CoreTests/android/core/ |
URITest.java | 29 construct("http://www.google.com/this/is-the/path?query#fragment", 30 "www.google.com", "/this/is-the/path", true); 33 private static void construct(String str, String host, String path, boolean absolute) 37 assertEquals(path, uri.getPath());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainer.java | 36 * @param path the path containing the classpath container id. 39 AndroidClasspathContainer(IClasspathEntry[] entries, IPath path, String name) { 41 mContainerPath = path;
|
/external/skia/xcode/SampleCode/SampleCode.xcodeproj/ |
project.pbxproj | 262 0008AED90DABF01300477EFB /* giflib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = giflib.xcodeproj; path = ../giflib.xcodeproj; sourceTree = SOURCE_ROOT; }; 263 0013C78A0D94043200B41703 /* animator.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = animator.xcodeproj; path = ../animator.xcodeproj; sourceTree = SOURCE_ROOT; }; 264 00152A7F0EE71EB60068F9B2 /* SkDumpCanvas.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkDumpCanvas.cpp; path = ../../libsgl/effects/SkDumpCanvas.cpp; sourceTree = SOURCE_ROOT; }; 265 00152A810EE71EEC0068F9B2 /* SkDumpCanvas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkDumpCanvas.h; path = ../../include/graphics/SkDumpCanvas.h; sourceTree = SOURCE_ROOT; }; 266 0068600F0D8A1C8A00CD71AA /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = SDKs/MacOSX10.5.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = SYSTEM_DEVELOPER_DIR; }; 267 006860280D8A1DFB00CD71AA /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = SDKs/MacOSX10.5.sdk/System/Library/Frameworks/AGL.framework; sourceTree = SYSTEM_DEVELOPER_DIR; }; 268 0082BE790EE414DE00DEE451 /* SkSetPoly3To3.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkSetPoly3To3.cpp; path = ../../test/SkSetPoly3To3.cpp; sourceTree = SOURCE_ROOT; }; 269 0082BE7A0EE414DE00DEE451 /* SkSetPoly3To3_A.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkSetPoly3To3_A.cpp; path = ../../test/SkSetPoly3To3_A.cpp; sourceTree = SOURCE_ROOT; }; 270 0082BE7B0EE414DE00DEE451 /* SkSetPoly3To3_D.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkSetPoly3To3_D.cpp; path = ../../test/SkSetPoly3To3_D.cpp; sourceTree = SOURCE_ROOT; }; 271 009A74060DA11B1F00876C03 /* GL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GL.xcodeproj; path = ../GL.xcodeproj; sourceTree = SOURCE_ROOT; } [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
SdkConstants.java | 26 * <li><code>OS_</code> OS path constant. These paths are different depending on the platform.</li> 203 /* Folder path relative to the SDK root */ 204 /** Path of the documentation directory relative to the sdk folder. 205 * This is an OS path, ending with a separator. */ 208 /** Path of the tools directory relative to the sdk folder, or to a platform folder. 209 * This is an OS path, ending with a separator. */ 212 /** Path of the lib directory relative to the sdk folder, or to a platform folder. 213 * This is an OS path, ending with a separator. */ 219 /** Path of the images directory relative to a platform or addon folder. 220 * This is an OS path, ending with a separator. * [all...] |
/external/webkit/JavaScriptCore/JavaScriptCore.xcodeproj/ |
project.pbxproj | [all...] |
/cts/tests/res/xml/ |
intentfilter.xml | 25 <path name="testPath" literal="test"/> 26 <path name="testPath" prefix="test"/> 27 <path name="testPath" sglob="test"/>
|
/dalvik/libcore/support/src/test/java/tests/util/ |
TestEnvironment.java | 34 * have been initialized, the path where their data is stored is fixed. 96 copyProperty(p, "java.boot.class.path"); 97 copyProperty(p, "java.class.path"); 99 copyProperty(p, "java.library.path"); 139 p.put("path.separator", ":"); 156 private static void makeDirectory(File path) { 158 if (!path.exists()) { 159 success = path.mkdirs(); 160 } else if (!path.isDirectory()) { 161 success = path.delete() && path.mkdirs() [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
MediaPlayerDemo_Video.java | 45 private String path; field in class:MediaPlayerDemo_Video 79 * TODO: Set the path variable to a local media file path. 81 path = ""; 82 if (path == "") { 88 + "and set the path variable to your media file path." 96 * TODO: Set path variable to progressive streamable mp4 or 104 path = ""; 105 if (path == "") [all...] |
/development/tools/hosttestlib/src/com/android/hosttest/ |
DeviceTestCase.java | 32 /** optionally, used to store path to test data files */ 62 public void setTestAppPath(String path) { 63 mTestDataPath = path;
|
/development/tools/idegen/src/ |
Excludes.java | 35 * Returns true if the given path should be excluded. 37 public boolean exclude(String path) { 39 if (pattern.matcher(path).find()) {
|
/external/bluetooth/bluez/network/ |
server.h | 29 int server_register_from_file(const char *path, const bdaddr_t *src, 32 int server_store(const char *path); 34 int server_find_data(const char *path, const char *pattern);
|
/external/bluetooth/bluez/src/ |
Android.mk | 41 $(call include-path-for, glib) \ 42 $(call include-path-for, glib)/glib \ 43 $(call include-path-for, dbus)
|
/external/clearsilver/man/man3/ |
cgi_cookie_set.3 | 21 const char *path, const char *domain, 33 path - optional path for which the cookie is valid. Default
|
/external/dbus/tools/ |
Android.mk | 8 LOCAL_C_INCLUDES += $(call include-path-for, dbus) 23 LOCAL_C_INCLUDES += $(call include-path-for, dbus) 39 LOCAL_C_INCLUDES += $(call include-path-for, dbus)
|
/external/kernel-headers/original/linux/ |
kmod.h | 39 extern int call_usermodehelper_keys(char *path, char *argv[], char *envp[], 43 call_usermodehelper(char *path, char **argv, char **envp, int wait) 45 return call_usermodehelper_keys(path, argv, envp, NULL, wait);
|
/external/qemu/android/build/ |
host_executable.make | 17 LOCAL_BUILT_MODULE := $(call executable-path,$(LOCAL_MODULE)) 21 LOCAL_LDLIBS := $(foreach lib,$(LOCAL_STATIC_LIBRARIES),$(call library-path,$(lib))) $(LOCAL_LDLIBS) 33 $(LOCAL_BUILT_MODULE): $(foreach lib,$(LOCAL_STATIC_LIBRARIES),$(call library-path,$(lib)))
|