/external/webkit/WebCore/platform/graphics/openvg/ |
PainterOpenVG.cpp | 660 // (potentially more expensive) path clipping. Note that scissoring is not 692 VGPath path = vgCreatePath( local 700 if (vguRect(path, rect.x(), rect.y(), rect.width(), rect.height()) == VGU_NO_ERROR) { 701 vgDrawPath(path, paintModes); 705 vgDestroyPath(path); 726 VGPath path = vgCreatePath( local 754 // Also, the rounded rectangle path proceeds from the top to the bottom, 768 vgAppendPathData(path, 10, pathSegments, pathData); 769 vgDrawPath(path, paintModes); 770 vgDestroyPath(path); 783 VGPath path = vgCreatePath( local 827 VGPath path = vgCreatePath( local 861 VGPath path = vgCreatePath( local 899 VGPath path = vgCreatePath( local [all...] |
/external/qemu/memcheck/ |
memcheck_proc_management.c | 214 * the performance sensitive path. */ 240 /* Sets, or replaces process image path in process descriptor. 241 * Generally, new process' image path is unknown untill we calculate it in 243 * TRACE_DEV_REG_CMDLINE event handler to set, or replace process image path. 245 * proc - Descriptor of the process where to set, or replace image path. 246 * image_path - Image path to the process, transmitted with 248 * set_flags_on_replace - Flags to be set when current image path for the 263 /* Process could have been forked, and inherited image path of the 266 * in general. So, if that's the case we need to override image path 276 // Save new image path into process' descriptor [all...] |
/external/v8/tools/ |
test.py | 34 from os.path import join, dirname, abspath, basename, isdir, exists 79 print "Path: %s" % "/".join(test.path) 334 def __init__(self, context, path): 335 self.path = path 526 def CarCdr(path): 527 if len(path) == 0: 530 return (path[0], path[1:] [all...] |
/development/ide/xcode/libpng.xcodeproj/ |
project.pbxproj | 31 00133AEF0E1413E1003D4A50 /* png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = png.c; path = "../../extlibs/libpng-1.2.29/png.c"; sourceTree = SOURCE_ROOT; }; 32 00133AF40E1413E1003D4A50 /* pngerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngerror.c; path = "../../extlibs/libpng-1.2.29/pngerror.c"; sourceTree = SOURCE_ROOT; }; 33 00133AF50E1413E1003D4A50 /* pnggccrd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pnggccrd.c; path = "../../extlibs/libpng-1.2.29/pnggccrd.c"; sourceTree = SOURCE_ROOT; }; 34 00133AF60E1413E1003D4A50 /* pngget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngget.c; path = "../../extlibs/libpng-1.2.29/pngget.c"; sourceTree = SOURCE_ROOT; }; 35 00133AF70E1413E1003D4A50 /* pngmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngmem.c; path = "../../extlibs/libpng-1.2.29/pngmem.c"; sourceTree = SOURCE_ROOT; }; 36 00133AF90E1413E1003D4A50 /* pngpread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngpread.c; path = "../../extlibs/libpng-1.2.29/pngpread.c"; sourceTree = SOURCE_ROOT; }; 37 00133AFA0E1413E1003D4A50 /* pngread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngread.c; path = "../../extlibs/libpng-1.2.29/pngread.c"; sourceTree = SOURCE_ROOT; }; 38 00133AFB0E1413E1003D4A50 /* pngrio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngrio.c; path = "../../extlibs/libpng-1.2.29/pngrio.c"; sourceTree = SOURCE_ROOT; }; 39 00133AFC0E1413E1003D4A50 /* pngrtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngrtran.c; path = "../../extlibs/libpng-1.2.29/pngrtran.c"; sourceTree = SOURCE_ROOT; }; 40 00133AFD0E1413E1003D4A50 /* pngrutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngrutil.c; path = "../../extlibs/libpng-1.2.29/pngrutil.c"; sourceTree = SOURCE_ROOT; } [all...] |
/development/testrunner/ |
runtest.py | 27 system path to the test to run (runtest --path <path>). 55 # file path to android core platform tests, relative to android build root 57 _CORE_TEST_PATH = os.path.join("development", "testrunner", 60 # vendor glob file path patterns to tests, relative to android 62 _VENDOR_TEST_PATH = os.path.join("vendor", "*", "tests", "testinfo", 86 user_test_default = os.path.join(os.environ.get("HOME"), ".android", 135 parser.add_option("-x", "--path", dest="test_path", 136 help="Run test(s) at given file system path") [all...] |
adb_interface.py | 20 Assumes adb binary is currently on system path. 93 def BugReport(self, path): 94 """Dumps adb bugreport to the file specified by the path. 97 path: Path of the file where adb bugreport is dumped to. 100 bugreport_file = open(path, "w") 108 src: file path of host file to push 109 dest: destination absolute file path on device 117 src: absolute file path of file on device to pull 118 dest: destination file path on hos [all...] |
/external/bluetooth/bluez/src/ |
adapter.c | 98 char *path; /* adapter object path */ member in struct:btd_adapter 545 emit_property_changed(connection, adapter->path, 770 const char *path; local 782 path = dbus_message_get_path(msg); 784 emit_property_changed(conn, path, 797 const char *path; local 809 path = dbus_message_get_path(msg); 811 emit_property_changed(conn, path, 875 emit_property_changed(connection, adapter->path, ADAPTER_INTERFACE 985 const char *path; local 1530 const char *path; local 1605 const char *path, *name, *capability; local 1643 const char *path, *name; local 1770 const char *path; local 2509 gchar *path; local 2528 char path[MAX_PATH_LENGTH]; local 2600 const char *path = adapter->path; local 2837 const gchar *path = adapter_get_path(adapter); local 2946 const char *path = device_get_path(device); local [all...] |
/external/gtest/include/gtest/internal/ |
gtest-filepath.h | 53 // A FilePath with a value ending in a path separator ("like/this/") represents 114 // Returns true iff the path is NULL or "". 123 // Example: FilePath("path/to/file").RemoveDirectoryName() returns 127 // On Windows platform, '\' is the path separator, otherwise it is '/'. 130 // RemoveFileName returns the directory path with the filename removed. 131 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". 135 // On Windows platform, '\' is the path separator, otherwise it is '/'. 144 // Creates directories so that path exists. Returns true if successful or if 147 // not represent a directory (that is, it doesn't end with a path separator) [all...] |
/external/icu4c/common/ |
uresimp.h | 48 char *fPath; /* path to bundle - used for distinguishing between resources with the same name */ 66 char *fResPath; /* full path to the resource: "zh_TW/CollationElements/Sequence" */ 97 * and path inside the locale, for example: "/myData/en/zoneStrings/3". Keys and indexes are supported. Keys 104 * @param pathToResource a path that will lead to the requested resource 116 * Returns a sub resource that can be located using the pathToResource argument. One needs a path inside 124 * @param pathToResource a path that will lead to the requested resource 140 * @param path path to the tree, or NULL for ICU data 155 const char *path, const char *resName, const char *keyword, const char *locid, 159 * Given a tree path and keyword, return a string enumeration of all possible values for that keyword [all...] |
/external/webkit/WebKit/gtk/webkit/ |
webkitwebdatabase.cpp | 448 * Removes all web databases from the current database directory path. 462 * Returns the current path to the directory WebKit will write Web 463 * Database databases. By default this path will be in the user data 466 * Returns: the current database directory path 473 WebCore::String path = WebCore::DatabaseTracker::tracker().databaseDirectoryPath(); local 475 if (path.isEmpty()) 479 webkit_database_directory_path = g_strdup(path.utf8().data()); 488 * @path: the new database directory path 490 * Sets the current path to the directory WebKit will write Web [all...] |
/external/webkit/JavaScriptGlue/JavaScriptGlue.xcodeproj/ |
project.pbxproj | 71 0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; 72 0867D6A5FE840307C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; }; 73 089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; indentWidth = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; }; 74 1422E86709DE3BCE00749B87 /* testjsglue.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = testjsglue.cpp; sourceTree = "<group>"; tabWidth = 4; usesTabs = 0; }; 75 1422E87709DE3BE800749B87 /* testjsglue */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testjsglue; sourceTree = BUILT_PRODUCTS_DIR; }; 76 1C90519F0BA9F3050081E9D0 /* Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Base.xcconfig; sourceTree = "<group>"; }; 77 1C9051A00BA9F3050081E9D0 /* DebugRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = DebugRelease.xcconfig; sourceTree = "<group>"; }; 78 1C9051A10BA9F3050081E9D0 /* JavaScriptGlue.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = JavaScriptGlue.xcconfig; sourceTree = "<group>"; }; 79 1C9051A20BA9F3050081E9D0 /* Version.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Version.xcconfig; sourceTree = "<group>"; }; 80 DD66F3D508F73ED700C75FD7 /* Info.plist */ = {isa = PBXFileReference; indentWidth = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; } [all...] |
/external/webkit/WebKit/qt/Api/ |
qwebsettings.cpp | 283 setOfflineStoragePath() with an appropriate file path, and can limit the quota 463 The \a location must be either a path on the local filesystem, or a data URL 514 Sets the path of the icon database to \a path. The icon database is used 517 \a path must point to an existing directory where the icons are stored. 519 Setting an empty path disables the icon database. 521 void QWebSettings::setIconDatabasePath(const QString& path) 525 if (!path.isEmpty()) { 527 QFileInfo info(path); 529 WebCore::iconDatabase()->open(path); [all...] |
/sdk/emulator/qtools/ |
trace_reader.cpp | 465 char *path = new char[len + 1]; local 466 decoder_->Read(path, len); 467 path[len] = 0; 468 event->path = path; 469 event->mmap_path = path; 470 char *dexfile = ExtractDexPathFromMmap(path); 472 delete[] event->path; 473 event->path = dexfile; 487 char *path = new char[len + 1] local 518 char *path = new char[len + 1]; local 949 char *path = new char[pathlen + 1]; local 1019 char *path = new char[len + 1]; local [all...] |
/external/emma/ant/ant14/com/vladium/emma/ |
emmajavaTask.java | 30 import org.apache.tools.ant.types.Path; 73 final Path libClasspath = m_libClasspath; 141 final Path srcpath = m_reportCfg.getSourcepath (); 264 public void setClasspath (final Path path) 267 m_classpath = path; 269 m_classpath.append (path); 277 public Path createClasspath () 280 m_classpath = new Path (project); 357 public final void setLibclasspath (final Path classpath [all...] |
/external/skia/src/core/ |
SkRegion_path.cpp | 212 static int count_path_runtype_values(const SkPath& path, int* itop, int* ibot) { 231 SkPath::Iter iter(path, true); 266 bool SkRegion::setPath(const SkPath& path, const SkRegion& clip) { 273 if (path.isEmpty()) { 274 if (path.isInverseFillType()) { 281 // compute worst-case rgn-size for the path 283 int pathTransitions = count_path_runtype_values(path, &pathTop, &pathBot); 302 SkScan::FillPath(path, clip, &builder); 396 static int extract_path(Edge* edge, Edge* stop, SkPath* path) { 409 path->moveTo(SkIntToScalar(prev->fX), SkIntToScalar(prev->fY0)) [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
shortest-path.h | 1 // shortest-path.h 49 // Shortest-path algorithm: normally not called directly; prefer 50 // 'ShortestPath' below with n=1. 'ofst' contains the shortest path in 55 // The shortest path is the lowest weight path w.r.t. the natural 58 // The weights need to be right distributive and have the path (kPath) 92 LOG(FATAL) << "SingleShortestPath: Weight needs to have the path" 204 // N-Shortest-path algorithm: this version allow fine control 215 // natural semiring order. The single path that can be 217 // state of 'ofst' is the ith shortest path [all...] |
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_file.c | 49 static int calcDirSize(char *path, int len, uint8_t includeSubdirs); 123 * calculate the size of everything inside path pointed directory 124 * this function will use path pointed buffer to store some extra info 126 * @param path the directory path need to calculate 127 * @param len length of the path buffer, not the path string length 128 * @param includeSubdirs also calculate all the subdirs in path holds? 131 static int calcDirSize(char *path, int len, uint8_t includeSubdirs) 139 int dirPathLen = strlen(path); [all...] |
/bionic/libc/bionic/ |
realpath.c | 53 * char *realpath(const char *path, char resolved_path[MAXPATHLEN]); 55 * Find the real name of path, by removing all ".", ".." and symlink 57 * in which case the path which caused trouble is left in (resolved). 60 realpath(path, resolved) 61 const char *path; 76 * Find the dirname and basename from the path to be resolved. 83 (void)strncpy(resolved, path, MAXPATHLEN - 1);
|
/external/bison/m4/ |
lib-ld_gl.m4 | 37 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 46 # Check if gcc -print-prog-name=ld gives a path. 59 # Canonicalize the path of ld 71 # If it is relative, then search for the first ld in PATH. 83 for ac_dir in $PATH; do 100 acl_cv_path_LD="$LD" # Let the user override the test with a path. 108 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
|
/external/e2fsprogs/lib/ext2fs/ |
finddev.c | 82 char path[1024], *cp; local 91 if (dirlen + strlen(dp->d_name) + 2 >= sizeof(path)) 97 sprintf(path, "%s/%s", dirname, dp->d_name); 98 if (stat(path, &st) < 0) 101 add_to_dirlist(path, list); 103 cp = malloc(strlen(path)+1); 108 strcpy(cp, path);
|
/external/expat/ |
README | 101 $ make install DESTDIR=/path/to/image 103 $ INSTALL_ROOT=/path/to/image make install 104 $ make install INSTALL_ROOT=/path/to/image 112 "/usr/ccs/bin", which is not in the default PATH. You will need to 113 add this to your path for the "make" command, and probably also switch 118 PATH=/usr/ccs/bin:$PATH make
|
/external/icu4c/tools/ctestfw/unicode/ |
ctest.h | 116 * @param path Path from root under which test will be placed. Ex. '/a/b/mytest' 122 const char *path); 137 * @param path Path relative to the root, Ex. '/a/b' 143 const char *path); 204 * <PRE>Usage: %s [ -l ] [ -v ] [ -? ] [ /path/to/test ]
|
/external/proguard/src/proguard/ |
DataEntryWriterFactory.java | 37 * Creates a DataEntryWriter that can write to the given class path entries. 39 * @param classPath the output class path. 40 * @param fromIndex the start index in the class path. 41 * @param toIndex the end index in the class path. 42 * @return a DataEntryWriter for writing to the given class path entries. 50 // Create a chain of writers, one for each class path entry. 62 * Creates a DataEntryWriter that can write to the given class path entry,
|
/external/qemu/ |
INSTALL | 81 ./android-configure --prefix=<PATH> 85 Where $TOP is the path of your open-source Android source tree, and 86 where <PATH> is any path of your chosing where the library will 93 ./android-configure.sh --sdl-config=<PATH>/bin/sdl-config 96 Where <PATH> is the same path you used with the --prefix option
|
/external/qemu/android/avd/ |
info.h | 35 * rootPath=<content-path> 109 * 'androidBuildRoot' must be the absolute path to the root of the 128 /* Try to find the path of a given image file, returns NULL 149 /* Manually set the path of a given image file. */ 152 /* Returns the path of the skin directory */ 162 /* Returns the content path of the virtual device */ 171 /* Returns a *copy* of the path used to store trace 'foo'. result must be freed by caller */
|