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

<<51525354555657585960>>

  /external/openssl/crypto/conf/
README 29 path=/some/path/to/some/dso.so
  /external/qemu/memcheck/
memcheck_mmrange_map.c 204 new_entry->desc.path = qemu_malloc(strlen(entry->desc.path) + 1);
205 if (new_entry->desc.path == NULL) {
206 ME("memcheck: Unable to allocate new path for MMRangeMapEntry on copy.");
210 strcpy(new_entry->desc.path, entry->desc.path);
215 qemu_free(new_entry->desc.path);
231 qemu_free(pulled.path);
memcheck_util.c 25 #include "android/utils/path.h"
32 /* Gets symblos file path for the given module.
34 * module_path - Path to the module to get sympath for.
35 * sym_path - Buffer, where to save path to the symbols file path for the givem
37 * path possible.
41 * was too small to contain entire path.
244 if (get_sym_path(rdesc->path, sym_path, MAX_PATH)) {
  /external/skia/include/images/
SkMovie.h 31 /** Try to create a movie from the specified file path. If the file is not
36 static SkMovie* DecodeFile(const char path[]);
  /external/skia/src/core/
SkCanvas.cpp 832 // the matrix. This means we don't have to a) make a path, and b) tell
833 // the region code to scan-convert the path, only to discover that it
842 // since we're rotate or some such thing, we convert the rect to a path
846 SkPath path; local
848 path.addRect(rect);
849 return this->SkCanvas::clipPath(path, op);
853 bool SkCanvas::clipPath(const SkPath& path, SkRegion::Op op) {
859 path.transform(*fMCRec->fMatrix, &devPath);
934 bool SkCanvas::quickReject(const SkPath& path, EdgeType et) const {
935 return path.isEmpty() || this->quickReject(path.getBounds(), et)
1337 SkPath path; local
1353 SkPath path; local
1370 SkPath path; local
1381 SkPath path; local
    [all...]
SkScan_Hairline.cpp 252 static void hair_path(const SkPath& path, const SkRegion* clip, SkBlitter* blitter,
255 if (path.isEmpty())
263 path.getBounds().roundOut(&ibounds);
275 SkPath::Iter iter(path, false);
310 void SkScan::HairPath(const SkPath& path, const SkRegion* clip, SkBlitter* blitter)
312 hair_path(path, clip, blitter, SkScan::HairLine);
315 void SkScan::AntiHairPath(const SkPath& path, const SkRegion* clip, SkBlitter* blitter)
317 hair_path(path, clip, blitter, SkScan::AntiHairLine);
  /external/skia/src/effects/
Sk2DPathEffect.cpp 64 void Sk2DPathEffect::nextSpan(int x, int y, int count, SkPath* path)
72 this->next(dst, x++, y, path);
  /external/skia/xcode/ports/
skia_mac.cp 22 // argv[0] is set to the execution path of the application, e.g.
24 // the desired directory path is :
  /external/srec/portable/src/
PANSIFileSystem.c 36 ESR_ReturnCode PANSIFileSystemGetcwd(LCHAR* path, size_t* len)
38 return ((PANSIFileSystem*) PANSIFileSystemSingleton)->getcwd(PANSIFileSystemSingleton, path, len);
  /external/webkit/WebCore/WebCore.vcproj/
migrate-scripts.sh 40 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
49 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
  /external/webkit/WebCore/bindings/scripts/
generate-bindings.pl 33 use File::Path;
57 die('Must specify IDL search path.') unless @idlDirectories;
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 59 void clip(const Path&) {}
74 void clip(const Path&);
  /external/webkit/WebCore/svg/
SVGPathSegList.cpp 30 #include "Path.h"
58 // FIXME: Eventually this will likely move to a "path applier"-like model, until then PathTraversalState is less useful as we could just use locals
90 ASSERT(false); // FIXME: This only works with normalized/processed path data.
101 return 0; // The SVG spec is unclear as to what to return when the distance is not on the path
104 Path SVGPathSegList::toPathData()
107 Path pathData;
113 return Path();
139 ASSERT(false); // FIXME: This only works with normalized/processed path data.
svgattrs.in 28 clip-path
151 path
  /external/webkit/WebCore/workers/
WorkerLocation.cpp 64 return m_url.path().isEmpty() ? "/" : m_url.path();
  /external/webkit/WebKit/chromium/public/
WebStorageNamespace.h 46 // Create a new WebStorageNamespace. LocalStorageNamespaces require a path to specify
48 // If path is empty, data will not persist. You should call delete on the returned
  /external/webkit/WebKit/mac/Misc/
WebKitSystemBits.m 80 unsigned long long WebVolumeFreeSize(NSString *path)
82 NSDictionary *fileSystemAttributesDictionary = [[NSFileManager defaultManager] attributesOfFileSystemForPath:path error:NULL];
  /external/webkit/WebKit/qt/Api/
qwebplugindatabase_p.h 52 QString path() const;
84 void addSearchPath(const QString& path);
  /external/webkit/WebKitTools/Scripts/webkitpy/
style_references.py 60 cwd = os.path.abspath('.')
64 """Return the source control root as an absolute path."""
  /external/webkit/WebKitTools/pywebsocket/test/
run_all.py 57 _list_test_modules(os.path.join(os.path.split(__file__)[0], '.')))
  /frameworks/base/awt/org/apache/harmony/awt/gl/
CommonGraphics2DFactory.java 71 * Embeds font from gile with specified path into the system.
73 * @param fontFilePath path to the font file
  /frameworks/base/core/jni/
android_server_BluetoothService.cpp 153 LOGE("%s: Can't register object path %s for remote device agent!",
328 jstring path,
338 const char *c_path = env->GetStringUTFChars(path, NULL);
348 env->ReleaseStringUTFChars(path, c_path);
549 jstring path)
559 const char *c_path = env->GetStringUTFChars(path, NULL);
564 env->ReleaseStringUTFChars(path, c_path);
698 static jboolean setDevicePropertyNative(JNIEnv *env, jobject object, jstring path,
709 const char *c_path = env->GetStringUTFChars(path, NULL);
717 env->ReleaseStringUTFChars(path, c_path)
    [all...]
  /frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java 55 // The class path of the running application
106 * path.
244 "Error finding classes at apk path: " + apkPath, e);
303 * Given the absolute path of a class file, return the class name.
311 * Gets the class path from the System Property "java.class.path" and splits
315 String classPath = System.getProperty("java.class.path");
316 String separator = System.getProperty("path.separator", ":");
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeConstants.java 24 * <li><code>WS_</code> Workspace path constant. Those are absolute paths,
26 * <li><code>OS_</code> OS path constant. These paths are different depending on the platform.</li>
  /ndk/build/platforms/android-3/arch-arm/usr/include/
paths.h 35 /* Default search path. */
37 /* All standard utilities path. */

Completed in 482 milliseconds

<<51525354555657585960>>