HomeSort by relevance Sort by last modified time
    Searched full:path (Results 1476 - 1500 of 4958) sorted by null

<<51525354555657585960>>

  /external/skia/src/core/
SkPictureRecord.h 28 virtual bool clipPath(const SkPath& path, SkRegion::Op op);
34 virtual void drawPath(const SkPath& path, const SkPaint&);
50 const SkPath& path, const SkMatrix* matrix,
109 void addPath(const SkPath& path);
SkStrokerPriv.h 32 typedef void (*CapProc)(SkPath* path,
  /external/skia/src/svg/
SkSVGClipPath.cpp 46 parser._addAttribute("path", refStr);
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 166 """ Returns relative file path """
167 if not os.path.exists(target):
170 if not os.path.isdir(base):
173 base_list = (os.path.abspath(base)).split(os.sep)
174 target_list = (os.path.abspath(target)).split(os.sep)
182 return os.path.join(*rel_list)
198 return os.path.splitext(fileName)[0]
203 """ Gets just the filename, without the path """
205 return os.path.split(fileName)[1]
210 """ Gets just the path, without the file name """
    [all...]
  /external/srec/shared/src/
ESR_Session.c 276 ESR_ReturnCode ESR_SessionPrefixWithBaseDirectory(LCHAR* path, size_t* len)
284 CHKLOG(rc, pf_convert_backslashes_to_forwardslashes (path));
285 CHKLOG(rc, pf_is_path_absolute (path, &isAbsolute));
290 CHKLOG(rc, lstrinsert(baseDirectory, path, 0, len));
  /external/srec/tools/thirdparty/OpenFst/
README 24 Include "fst/lib/fstlib.h" (path must be relative to the OpenFst root
  /external/stlport/doc/
README.evc8 19 set PATH=%VSINSTALLDIR%\VC\ce\bin\x86_mips;%VSINSTALLDIR%\VC\bin;%VSINSTALLDIR%\Common7\IDE;%PATH%
46 set PATH=%VSINSTALLDIR%\VC\ce\bin\x86_arm;%VSINSTALLDIR%\VC\bin;%VSINSTALLDIR%\Common7\IDE;%PATH%
README.evc9 19 set PATH=%VSINSTALLDIR%\VC\ce\bin\x86_mips;%VSINSTALLDIR%\VC\bin;%VSINSTALLDIR%\Common7\IDE;%PATH%
47 set PATH=%VSINSTALLDIR%\VC\ce\bin\x86_arm;%VSINSTALLDIR%\VC\bin;%VSINSTALLDIR%\Common7\IDE;%PATH%
  /external/svox/pico/src/com/svox/pico/
Pico.java 26 * The file path structure convention is that the native library
  /external/webkit/LayoutTests/http/tests/appcache/
offline-access.html 28 ifr.setAttribute("src", "/resources/network-simulator.php?path=/appcache/resources/offline-access-frame.html");
  /external/webkit/WebCore/loader/icon/
IconFetcher.cpp 87 String path = url.path(); local
89 int pos = path.reverseFind('.');
91 String extension = path.substring(pos + 1);
  /external/webkit/WebCore/platform/
FileSystem.h 128 String pathByAppendingComponent(const String& path, const String& component);
129 bool makeAllDirectories(const String& path);
134 Vector<String> listDirectory(const String& path, const String& filter = String());
140 // Prefix is what the filename should be prefixed with, not the full path.
  /external/webkit/WebCore/platform/brew/
KURLBrew.cpp 34 return String(AEEFS_HOME_DIR) + path();
  /external/webkit/WebCore/platform/network/
CredentialStorage.cpp 72 // Remove the last path component that is not a directory to determine the subtree for which credentials will apply.
98 // The map can contain both a path and its subpath - while redundant, this makes lookups faster.
116 // Don't spend time iterating the path for origins that don't have any credentials.
127 if (directoryURL.length() == directoryURLPathStart + 1) // path is "/" already, cannot shorten it any more
  /external/webkit/WebCore/svg/
SVGHKernElement.h 29 #include "Path.h"
SVGParserUtilities.cpp 30 #include "Path.h"
51 /* We use this generic _parseNumber function to allow the Path parsing code to work
196 * Parser for svg path data, contained in the d attribute.
203 * svg path data commands and parameters. In the second mode, it will convert all
240 if (command != 'm' && command != 'M') // path must start with moveto
336 // reset curx, cury for next path
674 bool build(Path* path, const String& d)
676 Path temporaryPath;
680 temporaryPath.swap(*path);
    [all...]
SVGPolygonElement.h 34 virtual Path toPathData() const;
SVGPolylineElement.h 34 virtual Path toPathData() const;
svgtags.in 89 path createWithNew
  /external/webkit/WebKit/android/jni/
WebIconDatabase.cpp 132 static void Open(JNIEnv* env, jobject obj, jstring path)
139 LOG_ASSERT(path, "No path given to nativeOpen");
140 WebCore::String pathStr = to_string(env, path);
  /external/webkit/WebKit/android/plugins/
ANPCanvasInterface.cpp 68 static void anp_clipPath(ANPCanvas* canvas, const ANPPath* path) {
69 canvas->skcanvas->clipPath(*path);
126 static void anp_drawPath(ANPCanvas* canvas, const ANPPath* path,
128 canvas->skcanvas->drawPath(*path, *paint);
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_cred.h 35 const char *path);
  /external/zlib/old/
visual-basic.txt 78 'Call subCompressFile(<path with filename to compress> [, <path with
80 'Call subUncompressFile(<path with filename to compress>)
106 'Select file path and name
  /frameworks/base/core/java/android/content/pm/
PathPermission.java 24 * Description of permissions needed to access a particular path
  /frameworks/base/core/java/android/webkit/
Plugin.java 51 String path,
55 mPath = path;
120 public void setPath(String path) {
121 mPath = path;

Completed in 393 milliseconds

<<51525354555657585960>>