/external/webkit/WebCore/svg/ |
SVGPolygonElement.cpp | 39 Path SVGPolygonElement::toPathData() const 41 Path polyData;
|
SVGPolylineElement.cpp | 39 Path SVGPolylineElement::toPathData() const 41 Path polyData;
|
/external/webkit/WebCore/svg/graphics/ |
SVGResourceClipper.cpp | 75 FloatRect clipPathRect = clipData.path.boundingRect(); 101 Path clipPath = clipData.path; 119 void SVGResourceClipper::addClipData(const Path& path, WindRule rule, bool bboxUnits) 121 m_clipData.addPath(path, rule, bboxUnits); 155 ts << " [path=" << d.path.debugString() << "]";
|
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/ |
project.pbxproj | 19 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 20 1A1BA1750EF2FB3200754486 /* Composition.qtz */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; path = Composition.qtz; sourceTree = "<group>"; }; 21 1A624E580DCBC7F6006898C8 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 22 1A6250410DCBC81B006898C8 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; 23 1A8C86A90EF2FB8F003F6E81 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = /System/Library/Frameworks/Quartz.framework; sourceTree = "<absolute>"; }; 24 1A8C87A90EF2FBB3003F6E81 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; }; 25 8D576316048677EA00EA77CD /* NetscapeCoreAnimationPlugin.plugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NetscapeCoreAnimationPlugin.plugin; sourceTree = BUILT_PRODUCTS_DIR; }; 26 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
/external/webkit/WebKitTools/WebKitAPITest/ |
WebKitAPITestCommon.vsprops | 23 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
"
|
/frameworks/base/cmds/dumpstate/ |
dumpstate.h | 24 int dump_file(const char *title, const char* path); 36 pid_t redirect_to_file(FILE *redirect, char *path, int gzip_level);
|
/frameworks/base/libs/utils/ |
ZipFileCRO.cpp | 22 ZipFileCRO ZipFileXRO_open(const char* path) { 24 if (zip->open(path) == NO_ERROR) {
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
txPort.c | 59 MUX_MGMT_QUEUES, /* The management queues have access to the Tx path. */ 60 MUX_DATA_QUEUES /* The data queues have access to the Tx path. */ 167 * DESCRIPTION: Called by the txMgmtQueue SM when the Tx path CAN be used by the 182 * DESCRIPTION: Called by the txMgmtQueue SM when the Tx path CAN'T be used by the 197 * DESCRIPTION: Used by STAD applications (e.g. recovery) to temporarily suspend the Tx path. 211 * DESCRIPTION: Used by STAD applications (e.g. recovery) to resume Tx path after suspended. 234 * If the Tx path is not suspended: 258 * If the Tx path is not available (Xfer is busy or suspension is requested),
|
/ndk/build/core/ |
build-local.mk | 20 # Detect the NDK installation path by processing this Makefile's location. 27 # for the case when we're invoked from the NDK install path 31 $(info Android NDK: NDK installation path auto-detected: '$(NDK_ROOT)') 34 $(info Android NDK: You NDK installation path contains spaces.) 44 # path by looking at the manifest file in the current directory or 88 # Check that there are no spaces in the project path, or bad things will happen 90 $(call __ndk_info,Your Android application project path contains spaces: '$(NDK_PROJECT_PATH)') 100 $(call ndk_log,Found project path: $(NDK_PROJECT_PATH))
|
/packages/apps/Email/src/org/apache/james/mime4j/util/ |
SimpleTempStorage.java | 122 private File path = null;
field in class:SimpleTempStorage.SimpleTempPath 124 private SimpleTempPath(String path) {
125 this.path = new File(path);
128 private SimpleTempPath(File path) {
129 this.path = path;
162 return path.getAbsolutePath();
|
/packages/apps/IM/plugin/com/android/im/plugin/ |
ImConfigNames.java | 35 * The path of the plugin. 37 public static final String PLUGIN_PATH = "im.plugin.path";
|
/packages/apps/Music/src/com/android/music/ |
IMediaPlaybackService.aidl | 24 void openFile(String path, boolean oneShot); 25 void openFileAsync(String path);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
IconLoader.java | 13 public static Icon load(Class<?> klass, String path) { 15 return new ImageIcon(ImageIO.read(klass.getResourceAsStream(path)));
|
/development/ide/xcode/GL.xcodeproj/ |
project.pbxproj | 26 004BBD440DAC439E00E4E298 /* SkGLDevice_FBO.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGLDevice_FBO.cpp; path = ../../libs/graphics/gl/SkGLDevice_FBO.cpp; sourceTree = SOURCE_ROOT; }; 27 004BBD740DAC48A600E4E298 /* SkGLDevice_FBO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkGLDevice_FBO.h; path = ../../libs/graphics/gl/SkGLDevice_FBO.h; sourceTree = SOURCE_ROOT; }; 28 004BBE2F0DAC71A000E4E298 /* SkGLDevice_SWLayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGLDevice_SWLayer.cpp; path = ../../libs/graphics/gl/SkGLDevice_SWLayer.cpp; sourceTree = SOURCE_ROOT; }; 29 004BBE300DAC71A000E4E298 /* SkGLDevice_SWLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkGLDevice_SWLayer.h; path = ../../libs/graphics/gl/SkGLDevice_SWLayer.h; sourceTree = SOURCE_ROOT; }; 30 009A73D40DA1179A00876C03 /* SkGL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGL.cpp; path = ../../libs/graphics/gl/SkGL.cpp; sourceTree = SOURCE_ROOT; }; 31 009A73D50DA1179A00876C03 /* SkGL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkGL.h; path = ../../libs/graphics/gl/SkGL.h; sourceTree = SOURCE_ROOT; }; 32 009A73D60DA1179A00876C03 /* SkGLCanvas.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGLCanvas.cpp; path = ../../libs/graphics/gl/SkGLCanvas.cpp; sourceTree = SOURCE_ROOT; }; 33 009A73D70DA1179A00876C03 /* SkGLTextCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGLTextCache.cpp; path = ../../libs/graphics/gl/SkGLTextCache.cpp; sourceTree = SOURCE_ROOT; }; 34 009A73D80DA1179A00876C03 /* SkGLTextCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkGLTextCache.h; path = ../../libs/graphics/gl/SkGLTextCache.h; sourceTree = SOURCE_ROOT; }; 35 009A73D90DA1179A00876C03 /* SkTextureCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkTextureCache.cpp; path = ../../libs/graphics/gl/SkTextureCache.cpp; sourceTree = SOURCE_ROOT; } [all...] |
/development/pdk/docs/source/ |
using-eclipse.jd | 18 <pre>cd /path/to/android/root <br>make # and wait a while, if you haven't done this <br></pre> 22 <p>Eclipse needs a list of directories to search for Java files. This is called the "Java Build Path" and can be set with the .classpath file. We have a sample version to start you off. 24 <pre>cd /path/to/android/root <br>cp development/ide/eclipse/.classpath .<br>chmod u+w .classpath # Make the copy writable <br></pre> 54 <li>Select "Create project from existing source", enter the path to your Android root directory, and click Finish. 78 Adding apps to the build path 84 <li>Select "Java Build Path" from the left-hand menu. 95 <p>When you're done, the "source folder" path in the list should look like android/packages/apps/<i>YourAppName</i> 101 <p>To work on Java developer tools, the principle is the same, except you specify /path/to/tool when using the option "Create project from existing source." 103 <p>Once the project is created, you need to set up the Java Build Path: 109 <li>Select "Java Build Path" from the left-hand menu [all...] |
/external/icu4c/config/ |
icu-config-bottom | 21 echo " --bindir Print binary directory path (bin)" 34 echo " --detect-prefix Attempt to detect prefix based on PATH" 39 echo " --icudata-install-dir Print path to install data to - use as --install option to pkgdata(1)" 41 echo " --icudatadir Print path to packaged archive data. Can set as [ICU_DATA]" 44 echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. This is for the data, uc (common), and i18n libraries only. " 47 echo " --ldflags-searchpath Print only -L (search path) directive" 51 echo " --mandir Print manpage (man) path" 54 echo " --sbindir Print system binary path (sbin) " 55 echo " --shared-datadir Print shared data (share) path. This is NOT the ICU data dir." 58 echo " --sysconfdir Print system config (etc) path" [all...] |
/external/skia/xcode/GL.xcodeproj/ |
project.pbxproj | 26 00B7DCE90EDCA0BD00F77EA2 /* SkGL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGL.cpp; path = ../libsgl/gl/SkGL.cpp; sourceTree = SOURCE_ROOT; }; 27 00B7DCEA0EDCA0BD00F77EA2 /* SkGL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkGL.h; path = ../libsgl/gl/SkGL.h; sourceTree = SOURCE_ROOT; }; 28 00B7DCEB0EDCA0BD00F77EA2 /* SkGLCanvas.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGLCanvas.cpp; path = ../libsgl/gl/SkGLCanvas.cpp; sourceTree = SOURCE_ROOT; }; 29 00B7DCEC0EDCA0BD00F77EA2 /* SkGLDevice.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGLDevice.cpp; path = ../libsgl/gl/SkGLDevice.cpp; sourceTree = SOURCE_ROOT; }; 30 00B7DCED0EDCA0BD00F77EA2 /* SkGLDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkGLDevice.h; path = ../libsgl/gl/SkGLDevice.h; sourceTree = SOURCE_ROOT; }; 31 00B7DCEE0EDCA0BD00F77EA2 /* SkGLDevice_FBO.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGLDevice_FBO.cpp; path = ../libsgl/gl/SkGLDevice_FBO.cpp; sourceTree = SOURCE_ROOT; }; 32 00B7DCEF0EDCA0BD00F77EA2 /* SkGLDevice_FBO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkGLDevice_FBO.h; path = ../libsgl/gl/SkGLDevice_FBO.h; sourceTree = SOURCE_ROOT; }; 33 00B7DCF00EDCA0BD00F77EA2 /* SkGLDevice_SWLayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGLDevice_SWLayer.cpp; path = ../libsgl/gl/SkGLDevice_SWLayer.cpp; sourceTree = SOURCE_ROOT; }; 34 00B7DCF10EDCA0BD00F77EA2 /* SkGLDevice_SWLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkGLDevice_SWLayer.h; path = ../libsgl/gl/SkGLDevice_SWLayer.h; sourceTree = SOURCE_ROOT; }; 35 00B7DCF20EDCA0BD00F77EA2 /* SkGLTextCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGLTextCache.cpp; path = ../libsgl/gl/SkGLTextCache.cpp; sourceTree = SOURCE_ROOT; } [all...] |
/external/webkit/WebKit/mac/Misc/ |
WebKitNSStringExtras.mm | 152 NSString *path; 156 path = [NSHomeDirectory() stringByAppendingPathComponent:relativePath]; 158 path = self; 161 return [path stringByAbbreviatingWithTildeInPath]; 296 // Path starts with "/Volumes", so the volume name is the next path component. 298 // Remove "Volumes" from the path because it may incorrectly be part of the path (3163647). 309 // Startup volume name is included in path, remove it. 312 // Path starts with other volume name, prepend "/Volumes" [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/ |
autoinstall.py | 188 containing_directory = os.path.dirname(__file__) 189 directory = os.path.join(containing_directory, "autoinstall.cache.d"); 193 if not os.path.exists(self.directory): 203 readme_path = os.path.join(self.directory, "README") 213 d = os.path.join(self.directory, "%s" % hash(url)) 214 if not os.path.exists(d): 217 filename = os.path.join(d, filename) 219 if os.path.exists(filename): 270 def find_module(self, fullname, path=None): 276 it wasn't. The optional 'path' argument is ignored -- it' [all...] |
/frameworks/base/media/jni/ |
android_media_MediaScanner.cpp | 87 virtual bool scanFile(const char* path, long long lastModified, long long fileSize) 90 if ((pathStr = mEnv->NewStringUTF(path)) == NULL) return false; 125 virtual bool addNoMediaFolder(const char* path) 128 if ((pathStr = mEnv->NewStringUTF(path)) == NULL) return false; 155 android_media_MediaScanner_processDirectory(JNIEnv *env, jobject thiz, jstring path, jstring extensions, jobject client) 159 if (path == NULL) { 168 const char *pathStr = env->GetStringUTFChars(path, NULL); 175 env->ReleaseStringUTFChars(path, pathStr); 182 env->ReleaseStringUTFChars(path, pathStr); 187 android_media_MediaScanner_processFile(JNIEnv *env, jobject thiz, jstring path, jstring mimeType, jobject client [all...] |
/dalvik/libcore/security/src/main/java/java/security/cert/ |
PKIXCertPathValidatorResult.java | 25 * The implementation of the result of the PKIX certification path validation. 31 // A trust anchor used during validation of certification path 34 // certification path validation algorithm 45 * that served as trust anchor for the certification path. 85 * served as trust anchor for this certification path.
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
HasPositionalPredChecker.java | 46 * @param path LocPathIterator that is assumed to be absolute, but needs checking. 47 * @return true if the path is confirmed to be absolute, false if it 50 public static boolean check(LocPathIterator path) 53 path.callVisitors(null, hppc); 86 * Visit a predicate within a location path. Note that there isn't a
|
/development/testrunner/ |
android_manifest.py | 40 """Retrieve file system path to this manifest file's directory.""" 55 """Parse AndroidManifest.xml at the specified path. 58 app_path: path to folder containing AndroidManifest.xml 60 IOError: AndroidManifest.xml cannot be found at given path, or cannot be 64 self._manifest_path = os.path.join(app_path, self.FILENAME)
|
/external/bison/djgpp/ |
config.site | 23 # Include the djgpp subdirectory in PATH, so that getconf is found 24 PATH="$srcdir/djgpp:$PATH" 27 # programs along the PATH will not work. 44 # $INSTALL must be an absolute path name, otherwise config.status
|
/external/bison/m4/ |
progtest.m4 | 21 # Search path for a program which passes the given test. 24 dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) 33 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 61 ac_cv_path_$1="[$]$1" # Let the user override the test with a path. 65 for ac_dir in ifelse([$5], , $PATH, [$5]); do
|