/external/skia/src/ports/ |
SkOSFile_stdio.cpp | 23 SkFILE* sk_fopen(const char path[], SkFILE_Flags flags) 35 SkFILE* f = (SkFILE*)::fopen(path, perm); 38 SkDebugf("sk_fopen failed for %s (%s), errno=%s\n", path, perm, strerror(errno));
|
/external/v8/test/mjsunit/ |
bit-not.js | 34 // Test the path where we can overwrite the result. Use - 68 // the fast path and just use the slow path instead.
|
/external/webkit/WebCore/inspector/front-end/ |
ObjectProxy.js | 31 WebInspector.ObjectProxy = function(injectedScriptId, objectId, path, protoDepth, description, hasChildren) 35 this.path = path || [];
|
/external/webkit/WebCore/manual-tests/ |
plain-text-paste.html | 8 <br><i>and</i><br> <b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=8283">Bugzilla bug 8283</a> REGRESSION: File's path doesn't appear after dragging file into input field</p> 42 <td><i>full path to 3.gif, starting with a / character</i></td> 46 <td><i>full path to 4.txt, starting with a / character</i></td>
|
/external/webkit/WebCore/platform/graphics/haiku/ |
GraphicsContextHaiku.cpp | 37 #include "Path.h" 193 void GraphicsContext::addPath(const Path& path) 207 void GraphicsContext::drawFocusRing(const Vector<Path>& paths, int width, int offset, const Color& color) 368 void GraphicsContext::clip(const Path& path) 373 m_data->m_view->ConstrainClippingRegion(path.platformPath()); 376 void GraphicsContext::canvasClip(const Path& path) 378 clip(path); [all...] |
/external/webkit/WebCore/storage/ |
StorageNamespaceImpl.h | 45 static PassRefPtr<StorageNamespace> localStorageNamespace(const String& path, unsigned quota); 55 StorageNamespaceImpl(StorageType, const String& path, unsigned quota); 62 // Only used if m_storageType == LocalStorage and the path was not "" in our constructor.
|
/external/webkit/WebCore/svg/ |
SVGParserUtilities.h | 29 class Path; 64 bool pathFromSVGData(Path& path, const String& d);
|
/external/webkit/WebCore/xml/ |
XPathPath.h | 75 class Path : public Expression { 77 Path(Filter*, LocationPath*); 78 virtual ~Path();
|
/external/webkit/WebKit/mac/Misc/ |
WebNSImageExtras.m | 81 char path[] = "/tmp/XXXXXX.tiff"; 82 int fd = mkstemps(path, 5); 87 [[NSWorkspace sharedWorkspace] openFile:[NSString stringWithUTF8String:path]];
|
/external/webkit/WebKit/mac/Plugins/ |
WebBasePluginPackage.mm | 111 newPath = [(NSURL *)URL path]; 123 path = [[self pathByResolvingSymlinksAndAliasesInPath:pluginPath] retain]; 124 bundle = [[NSBundle alloc] initWithPath:path]; 132 cfBundle = CFBundleCreate(NULL, (CFURLRef)[NSURL fileURLWithPath:path]); 267 [path release]; 298 - (NSString *)path 300 return path; 305 return [path lastPathComponent]; 351 [path release]; 352 path = [thePath retain] [all...] |
/external/wpa_supplicant/ |
ctrl_iface_dbus.h | 88 char * wpas_dbus_decompose_object_path(const char *path, char **network, 99 const char *path); 102 struct wpa_global *global, const char *path);
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_dbus.h | 93 char * wpas_dbus_decompose_object_path(const char *path, char **network, 104 const char *path); 107 struct wpa_global *global, const char *path);
|
/frameworks/base/cmds/dumpstate/ |
dumpstate.c | 224 char path[PATH_MAX], tmp_path[PATH_MAX]; local 230 strlcpy(path, use_outfile, sizeof(path)); 235 strlcat(path, date, sizeof(path)); 237 strlcat(path, ".txt", sizeof(path)); 238 if (do_compress) strlcat(path, ".gz", sizeof(path)); 239 strlcpy(tmp_path, path, sizeof(tmp_path)) [all...] |
/packages/apps/Email/src/org/apache/james/mime4j/util/ |
TempFile.java | 57 * Returns the absolute path including file name of this
58 * <code>TempFile</code>. The path may be <code>null</code> if this is
61 * @return the absolute path.
|
/packages/apps/Email/tests/src/com/android/email/ |
PreferencesUnitTests.java | 73 // now make it a bogus Uri - bad scheme, good path, good UUID 78 // now make it a bogus Uri - good scheme, bad path, good UUID 83 // now make it a bogus Uri - good scheme/path, bad UUID
|
/packages/providers/ContactsProvider/ |
AndroidManifest.xml | 26 <path-permission 29 <path-permission 32 <path-permission
|
/sdk/anttasks/src/com/android/ant/ |
XPathTask.java | 23 import org.apache.tools.ant.types.Path; 39 private Path mManifestFile; 44 public void setInput(Path manifestFile) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
LibraryDeltaVisitor.java | 49 // folder before its children we can check when the path segment 54 IPath path = resource.getFullPath(); local 55 String[] segments = path.segments();
|
/system/core/adb/ |
SERVICES.TXT | 105 local:<path> -> Unix local domain socket on <path> 110 local:<path> -> Unix local domain socket on device 146 dev:<path> 149 priviledges and thus may not run on all devices. <path> is a full 150 path from the root of the filesystem. 160 local:<path> 161 Tries to connect to a Unix domain socket <path> on the device 163 localreserved:<path> 164 localabstract:<path> [all...] |
/system/netd/ |
main.cpp | 36 static void coldboot(const char *path); 115 static void coldboot(const char *path) 117 DIR *d = opendir(path);
|
/system/vold/ |
Volume.h | 82 int createDeviceNode(const char *path, int major, int minor); 86 bool isMountpointMounted(const char *path); 88 int doUnmount(const char *path, bool force);
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/ |
AvdManager.java | 50 * Exception thrown when something is wrong with a target path. 62 public final static String AVD_INFO_PATH = "path"; //$NON-NLS-1$ 66 * AVD/config.ini key name representing the SDK-relative path of the skin folder, if any, 71 public final static String AVD_INI_SKIN_PATH = "skin.path"; //$NON-NLS-1$ 80 * AVD/config.ini key name representing the path to the sdcard file. 86 public final static String AVD_INI_SDCARD_PATH = "sdcard.path"; //$NON-NLS-1$ 95 * AVD/config.ini key name representing the first path where the emulator looks 96 * for system images. Typically this is the path to the add-on system image or 97 * the path to the platform system image if there's no add-on. 103 * AVD/config.ini key name representing the second path where the emulator look 628 String path = sdcardFile.getAbsolutePath(); local 843 String path = skin.getAbsolutePath(); local 868 String path = target.getPath(IAndroidTarget.SKINS); local 940 String path = avdInfo.getPath(); local [all...] |
/external/freetype/include/freetype/ |
ftstroke.h | 5 /* FreeType path stroker (specification). */ 58 * Opaque handler to a path stroker object. 300 * A boolean. If~1, the outline is treated as an open path instead 308 * path, and the stroker generates two distinct `border' outlines. 310 * If `opened' is~1, the outline is processed as an open path, and the 327 * Start a new sub-path in the stroker. 337 * A boolean. If~1, the sub-path is treated as an open one. 343 * This function is useful when you need to stroke a path that is 358 * Close the current sub-path in the stroker. 382 * `Draw' a single line segment in the stroker's current sub-path, [all...] |
/external/quake/quake/src/WinQuake/ |
sys_android.cpp | 216 int Sys_FileTime (const char *path) 220 if (stat (path,&buf) == -1) 227 void Sys_mkdir (const char *path) 229 mkdir (path, 0777); 232 int Sys_FileOpenRead (const char *path, int *handle) 238 h = open (path, O_RDONLY, 0666); 244 Sys_Error ("Error fstating %s", path); 249 int Sys_FileOpenWrite (const char *path) 255 handle = open(path,O_RDWR | O_CREAT | O_TRUNC 259 Sys_Error ("Error opening %s: %s", path,strerror(errno)) [all...] |
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
AsecTests.java | 241 String path = ms.getSecureContainerPath("jparks.broke.it"); local 242 failStr(path); 255 String path = ms.getSecureContainerPath("com.android.unittests.AsecTests.testUnmountBusyContainer"); local 257 File f = new File(path, "reference"); 277 String path = ms.getSecureContainerPath("com.android.unittests.AsecTests.testDestroyBusyContainer"); local 279 File f = new File(path, "reference"); 346 String path = ms.getSecureContainerPath("com.android.unittests.AsecTests.testUnmountBusyContainer"); local 349 File f = new File(path, "reference"); 389 String path; field in class:AsecTests.StorageListener 404 public void onStorageStateChanged(String path, String oldState, String newState) 417 String path = Environment.getExternalStorageDirectory().toString(); local 484 String path = Environment.getExternalStorageDirectory().toString(); local [all...] |