/external/skia/include/core/ |
SkOSFile.h | 34 SkFILE* sk_fopen(const char path[], SkFILE_Flags); 54 Iter(const char path[], const char suffix[] = NULL); 57 void reset(const char path[], const char suffix[] = NULL);
|
/external/skia/include/utils/ |
SkCullPoints.h | 35 kLineTo_Result, //!< path.lineTo(pts[1]); 36 kMoveToLineTo_Result //!< path.moveTo(pts[0]); path.lineTo(pts[1]);
|
/external/skia/src/images/ |
SkMovie.cpp | 85 SkMovie* SkMovie::DecodeFile(const char path[]) 89 SkFILEStream stream(path); 95 SkDebugf("Movie file not found <%s>\n", path);
|
/external/skia/xcode/zlib.xcodeproj/ |
project.pbxproj | 24 00B7E2120EDCAC9E00F77EA2 /* adler32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = adler32.c; path = ../../zlib/adler32.c; sourceTree = SOURCE_ROOT; }; 25 00B7E2130EDCAC9E00F77EA2 /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = compress.c; path = ../../zlib/compress.c; sourceTree = SOURCE_ROOT; }; 26 00B7E2140EDCAC9E00F77EA2 /* crc32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crc32.c; path = ../../zlib/crc32.c; sourceTree = SOURCE_ROOT; }; 27 00B7E2150EDCAC9E00F77EA2 /* deflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = deflate.c; path = ../../zlib/deflate.c; sourceTree = SOURCE_ROOT; }; 28 00B7E2160EDCAC9E00F77EA2 /* infback.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = infback.c; path = ../../zlib/infback.c; sourceTree = SOURCE_ROOT; }; 29 00B7E2170EDCAC9E00F77EA2 /* inffast.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = inffast.c; path = ../../zlib/inffast.c; sourceTree = SOURCE_ROOT; }; 30 00B7E2180EDCAC9E00F77EA2 /* inflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = inflate.c; path = ../../zlib/inflate.c; sourceTree = SOURCE_ROOT; }; 31 00B7E2190EDCAC9E00F77EA2 /* inftrees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = inftrees.c; path = ../../zlib/inftrees.c; sourceTree = SOURCE_ROOT; }; 32 00B7E21A0EDCAC9E00F77EA2 /* trees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = trees.c; path = ../../zlib/trees.c; sourceTree = SOURCE_ROOT; }; 33 00B7E21B0EDCAC9E00F77EA2 /* uncompr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = uncompr.c; path = ../../zlib/uncompr.c; sourceTree = SOURCE_ROOT; } [all...] |
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
build-generated-files.sh | 17 # Do a little dance to get the path into 8.3 form to make it safe for gnu make 26 # Do a little dance to get the path into 8.3 form to make it safe for gnu make 34 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
|
/external/webkit/WebCore/html/ |
File.h | 37 static PassRefPtr<File> create(const String& path) 39 return adoptRef(new File(path)); 49 File(const String& path);
|
/external/webkit/WebCore/svg/ |
SVGAnimateMotionElement.h | 27 #include "Path.h" 48 virtual Path animationPath() const; 68 Path m_path;
|
/frameworks/base/graphics/java/android/graphics/ |
PathDashPathEffect.java | 33 * Dash the drawn path by stamping it with the specified shape. This only 37 * @param shape The path to stamp along 42 public PathDashPathEffect(Path shape, float advance, float phase,
|
/frameworks/base/tests/CoreTests/android/core/ |
JniLibTest.java | 35 * The library must be in java.library.path, which is derived from 51 Log.i("JniLibTest", "JNI search path is " 52 + System.getProperty("java.library.path"));
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
fcntl.h | 42 extern int open(const char* path, int mode, ...); 43 extern int openat(int fd, const char* path, int mode, ...); 46 extern int creat(const char* path, mode_t mode);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
fcntl.h | 42 extern int open(const char* path, int mode, ...); 43 extern int openat(int fd, const char* path, int mode, ...); 46 extern int creat(const char* path, mode_t mode);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
fcntl.h | 42 extern int open(const char* path, int mode, ...); 43 extern int openat(int fd, const char* path, int mode, ...); 46 extern int creat(const char* path, mode_t mode);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
fcntl.h | 42 extern int open(const char* path, int mode, ...); 43 extern int openat(int fd, const char* path, int mode, ...); 46 extern int creat(const char* path, mode_t mode);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
fcntl.h | 42 extern int open(const char* path, int mode, ...); 43 extern int openat(int fd, const char* path, int mode, ...); 46 extern int creat(const char* path, mode_t mode);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
fcntl.h | 42 extern int open(const char* path, int mode, ...); 43 extern int openat(int fd, const char* path, int mode, ...); 46 extern int creat(const char* path, mode_t mode);
|
/sdk/apkbuilder/etc/ |
apkbuilder.bat | 19 rem Set up prog to be the path of this script, including following symlinks, 27 rem Check we have a valid Java.exe in the path. 48 call %java_exe% -Djava.ext.dirs=%frameworkdir% -Djava.library.path=%libdir% -jar %jarpath% %*
|
/bootable/bootloader/legacy/libc/ |
Android.mk | 24 LOCAL_C_INCLUDES := $(call include-path-for, bootloader)
|
/bootable/bootloader/legacy/nandwrite/ |
Android.mk | 6 LOCAL_C_INCLUDES := $(call include-path-for, bootloader mkbootimg)
|
/bootable/bootloader/legacy/usbloader/ |
Android.mk | 6 LOCAL_C_INCLUDES := $(call include-path-for, bootloader mkbootimg)
|
/bootable/recovery/ |
verifier.c | 28 // the path to the zip. Verify it matches one of the given public 34 int verify_file(const char* path, const RSAPublicKey *pKeys, unsigned int numKeys) { 37 FILE* f = fopen(path, "rb"); 39 LOGE("failed to open %s (%s)\n", path, strerror(errno)); 55 LOGE("failed to seek in %s (%s)\n", path, strerror(errno)); 62 LOGE("failed to read footer from %s (%s)\n", path, strerror(errno)); 91 LOGE("failed to seek in %s (%s)\n", path, strerror(errno)); 109 LOGE("failed to read eocd from %s (%s)\n", path, strerror(errno)); 155 LOGE("failed to read data from %s (%s)\n", path, strerror(errno));
|
/build/core/ |
process_wrapper.sh | 14 export PREV_PATH=$PATH
|
/build/tools/ |
adbs | 113 path = os.environ['ANDROID_PRODUCT_OUT'] + "/symbols" 121 path = str.strip() 123 if (not os.path.exists(path)): 124 print path + " not found!" 127 symbols_dir = path 130 # determine the path of binutils 150 if (not os.path.exists(addr2line_cmd)): 158 if (not os.path.exists(addr2line_cmd)):
|
/cts/tests/tests/os/src/android/os/cts/ |
StatFsTest.java | 63 File path = Environment.getDataDirectory(); local 64 StatFs stat = new StatFs(path.getPath()); 75 path = Environment.getRootDirectory(); 76 stat.restat(path.getPath());
|
/development/ide/xcode/ports.xcodeproj/ |
project.pbxproj | 27 000F96960D340E3000AAF056 /* SkFontHost_gamma.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkFontHost_gamma.cpp; path = ../../libs/graphics/ports/SkFontHost_gamma.cpp; sourceTree = SOURCE_ROOT; }; 28 00199D690AD6C5F000B087EA /* SkImageDecoder_libico.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageDecoder_libico.cpp; path = ../../libs/graphics/images/SkImageDecoder_libico.cpp; sourceTree = SOURCE_ROOT; }; 29 0043B29F0D75B800004A0E2A /* bmpdecoderhelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bmpdecoderhelper.h; path = ../../libs/graphics/images/bmpdecoderhelper.h; sourceTree = SOURCE_ROOT; }; 30 0043B2DD0D75C86D004A0E2A /* SkImageDecoder_libbmp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageDecoder_libbmp.cpp; path = ../../libs/graphics/images/SkImageDecoder_libbmp.cpp; sourceTree = SOURCE_ROOT; }; 31 004E32220D0F288D007F9B40 /* SkMMapStream.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkMMapStream.cpp; path = ../../libs/graphics/images/SkMMapStream.cpp; sourceTree = SOURCE_ROOT; }; 32 0064A0690AE5283700F758EE /* SkFontHost_android.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkFontHost_android.cpp; path = ../../libs/graphics/ports/SkFontHost_android.cpp; sourceTree = SOURCE_ROOT; }; 33 008CFCBC0C04C10100FB4126 /* SkImageDecoder_wbmp.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageDecoder_wbmp.cpp; path = ../../libs/graphics/images/SkImageDecoder_wbmp.cpp; sourceTree = SOURCE_ROOT; }; 34 00AC70760D0DAB9400413F47 /* SkThread_pthread.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkThread_pthread.cpp; path = ../../libs/graphics/ports/SkThread_pthread.cpp; sourceTree = SOURCE_ROOT; }; 35 00FA424C0D7601CE00D3F086 /* bmpdecoderhelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bmpdecoderhelper.cpp; path = ../../libs/graphics/images/bmpdecoderhelper.cpp; sourceTree = SOURCE_ROOT; }; 36 D2AAC046055464E500DB518D /* libports.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libports.a; sourceTree = BUILT_PRODUCTS_DIR; } [all...] |
/external/bluetooth/bluez/audio/ |
manager.c | 517 ag_address, device->path); 761 const char *path; local 763 path = device_get_path(device); 765 dev = manager_find_device(path, NULL, NULL, NULL, FALSE); 826 const gchar *path = adapter_get_path(adapter); local 829 DBG("path %s", path); 847 const gchar *path = adapter_get_path(adapter); local 849 DBG("path %s", path); 883 const gchar *path = adapter_get_path(adapter); local 904 const gchar *path = adapter_get_path(adapter); local 928 const gchar *path = adapter_get_path(adapter); local 952 const gchar *path = adapter_get_path(adapter); local 969 const gchar *path = adapter_get_path(adapter); local 986 const gchar *path = adapter_get_path(adapter); local 1213 const char *path; local [all...] |