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

<<11121314151617181920>>

  /frameworks/base/awt/java/awt/geom/
IllegalPathStateException.java 26 * of a path object is incompatible with the desired action, such as performing
27 * non-trivial actions on an empty path.
39 * Instantiates a new illegal path state exception.
45 * Instantiates a new illegal path state exception with the specified detail
GeneralPath.java 80 * The path rule.
96 * GeneralPath path iterator
120 * The path iterator transformation.
125 * Constructs a new GeneralPath.Iterator for given general path.
127 * @param path
130 Iterator(GeneralPath path) {
131 this(path, null);
135 * Constructs a new GeneralPath.Iterator for given general path and
138 * @param path
141 * the AffineTransform object to apply rectangle path
    [all...]
  /frameworks/base/cmds/installd/
Android.mk 10 $(call include-path-for, system-core)/cutils
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageListener.java 28 String path; field in class:StorageListener
31 public void onStorageStateChanged(String path, String oldState, String newState) {
36 this.path = path;
  /sdk/hierarchyviewer/etc/
manifest.txt 2 Class-Path: ddmlib.jar swing-worker-1.1.jar org-openide-util.jar org-netbeans-api-visual.jar
  /sdk/traceview/etc/
manifest.txt 2 Class-Path: swt.jar org.eclipse.equinox.common_3.2.0.v20060603.jar org.eclipse.jface_3.2.0.I20060605-1400.jar org.eclipse.core.commands_3.2.0.I20060605-1400.jar
  /system/core/toolbox/
umount.c 13 static int is_loop_mount(const char* path)
21 int path_length = strlen(path);
32 if (strcmp(LOOP_DEVICE, device) == 0 && strcmp(path, mount_path) == 0) {
48 fprintf(stderr,"umount <path>\n");
  /external/dbus/dbus/
dbus-object-tree.c 162 const char **path,
174 if (path[0] == NULL)
177 _dbus_verbose (" path exhausted, returning %s\n",
187 subtree->name, path[0]);
197 v = strcmp (path[0], subtree->subtrees[k]->name);
201 path[0], subtree->subtrees[k]->name,
220 &path[1], create_if_not_found,
238 &path[1], create_if_not_found,
263 path[0]);
266 child = _dbus_object_subtree_new (path[0]
734 char **path; local
1280 const char **path; \/**< Path *\/ member in struct:__anon1561
1416 const char *path; member in struct:__anon1562
    [all...]
  /bootable/recovery/
test_roots.c 25 file_exists(const char *path)
29 ret = stat(path, &st);
56 /* Make sure that the root path corresponds to the regular path.
60 const char *path = translate_root_path(CANARY_FILE_ROOT_PATH, local
62 if (path == NULL) return -__LINE__;
65 ret = stat(path, &st2);
  /dalvik/libcore/luni/src/main/java/java/io/
File.java 90 * The system dependent path separator character.
91 * This field is initialized from the system property "path.separator".
97 * The system dependent path separator string.
106 * The path we return from getPath. This is almost the path we were
109 * path may be the empty string.
111 private String path; field in class:File
114 * The cached UTF-8 byte sequence corresponding to 'path'.
117 * this byte sequence usually represents an absolute path (the exception
119 * path)
    [all...]
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.in 3 # "path" affects "include" directives. "path" must be specified before any
4 # "include" directive with relative file path.
5 # you can overwrite "path" directive afterwards, however, doing so may add
7 path include "@sysconfdir_x@/racoon";
11 path pre_shared_key "@sysconfdir_x@/racoon/psk.txt";
15 path certificate "@sysconfdir_x@/cert";
  /external/qemu/android/
charmap.h 46 * /a/path/to/kcmfile.kcm -> kcmfile
47 * /a/path/to/kcmfile.ext.kcm -> kcmfile.ext
48 * /a/path/to/kcmfile -> kcmfile
49 * /a/path/to/.kcmfile -> kcmfile
50 * /a/path/to/.kcmfile.kcm -> .kcmfile
51 * kcm_file_path - Path to key charmap file to extract charmap name from.
63 * parameter contains path to a .kcm file that defines that custom
  /external/qemu/distrib/sdl-1.2.12/src/main/beos/
SDL_BeApp.cc 27 #include <storage/Path.h>
68 BPath path; local
69 if (B_OK == path.SetTo(&entry)) {
70 if (B_OK == path.GetParent(&path)) {
71 chdir(path.Path());
  /external/webkit/WebCore/platform/
Cookie.h 39 const String& path, double expires, bool httpOnly, bool secure,
44 , path(path)
55 String path; member in struct:WebCore::Cookie
65 return StringHash::hash(key.name) + StringHash::hash(key.domain) + StringHash::hash(key.path) + key.secure;
70 return a.name == b.name && a.domain == b.domain && a.path == b.path && a.secure == b.secure;
  /external/webkit/WebKitTools/MIDLWrapper/
MIDLWrapper.cpp 19 if (!wcsncmp(envp[i], L"PATH=", 5)) {
25 fwprintf(stderr, L"Couldn't find PATH environment variable!\n");
31 fwprintf(stderr, L"Couldn't find WebKitTools\\vcbin in PATH!\n");
40 afterLeadingSemiColon = envp[pathIndex] + 5; // +5 for the length of "PATH="
58 // Copy everything before the vcbin path...
64 // Copy everything after the vcbin path...
71 fwprintf(stderr, L"New path: %s\n", envp[pathIndex]);
  /packages/apps/Email/src/org/apache/commons/io/
FileSystemUtils.java 127 * @param path the path to get free space for, not null, not empty on Unix
129 * @throws IllegalArgumentException if the path is invalid
136 public static long freeSpace(String path) throws IOException {
137 return INSTANCE.freeSpaceOS(path, OS, false);
158 * @param path the path to get free space for, not null, not empty on Unix
160 * @throws IllegalArgumentException if the path is invalid
165 public static long freeSpaceKb(String path) throws IOException {
166 return INSTANCE.freeSpaceOS(path, OS, true);
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerReceiver.java 46 String path = uri.getPath(); local
48 externalStoragePath.equals(path)) {
51 path != null && path.startsWith(externalStoragePath + "/")) {
52 scanFile(context, path);
65 private void scanFile(Context context, String path) {
67 args.putString("filepath", path);
  /external/apache-http/src/org/apache/http/cookie/
CookieOrigin.java 47 private final String path; field in class:CookieOrigin
50 public CookieOrigin(final String host, int port, final String path, boolean secure) {
63 if (path == null) {
65 "Path of origin may not be null.");
69 if (path.trim().length() != 0) {
70 this.path = path;
72 this.path = "/";
82 return this.path;
103 buffer.append(this.path);
    [all...]
CookiePathComparator.java 40 * that those with more specific Path attributes precede those with
44 * This comparator assumes that Path attributes of two cookies
45 * path-match a commmon request-URI. Otherwise, the result of the
56 String path = cookie.getPath(); local
57 if (path == null) {
58 path = "/";
60 if (!path.endsWith("/")) {
61 path = path + '/';
63 return path;
    [all...]
  /external/e2fsprogs/misc/
lsattr.c 127 char *path; local
130 path = malloc(dir_len + strlen (de->d_name) + 2);
133 sprintf (path, "%s%s", dir_name, de->d_name);
135 sprintf (path, "%s/%s", dir_name, de->d_name);
136 if (LSTAT (path, &st) == -1)
137 perror (path);
140 list_attributes (path);
144 printf ("\n%s:\n", path);
145 iterate_on_dir (path, lsattr_dir_proc, NULL);
150 free(path);
    [all...]
  /external/webkit/WebKit/chromium/
gyp_webkit 39 script_dir = os.path.dirname(__file__)
41 sys.path.append(os.path.join(script_dir, 'tools', 'gyp', 'pylib'))
56 specified_includes.add(os.path.realpath(arg[2:]))
59 def AddInclude(path):
60 if os.path.realpath(path) not in specified_includes:
61 result.append(path)
64 AddInclude(os.path.join(script_dir, 'build', 'common.gypi'))
67 supplements = glob.glob(os.path.join(script_dir, '*', 'supplement.gypi')
    [all...]
  /sdk/androidprefs/src/com/android/prefs/
AndroidLocation.java 26 * Virtual Device folder inside the path returned by {@link #getFolder()}
45 * @return an OS specific path, terminated by a separator.
70 "This is the path of preference folder expected by the Android tools.",
78 "This is the path of preference folder expected by the Android tools.");
92 String path; local
94 path = System.getProperty(name);
96 path = System.getenv(name);
99 if (path != null) {
100 File f = new File(path);
102 return path;
    [all...]
  /external/wpa_supplicant/
ctrl_iface_dbus.c 284 * wpas_dbus_decompose_object_path - Decompose an interface object path into parts
285 * @path: The dbus object path
286 * @network: (out) the configured network this object path refers to, if any
287 * @bssid: (out) the scanned bssid this object path refers to, if any
288 * Returns: The object path of the network interface this path refers to
290 * For a given object path, decomposes the object path into object id, network,
293 char * wpas_dbus_decompose_object_path(const char *path, char **network
489 const char *path = dbus_message_get_path(message); local
584 const char *path; local
634 const char *path; local
679 const char *path; local
942 char *path; local
992 const char *path; local
    [all...]
  /dalvik/libcore/security/src/test/java/tests/targets/security/cert/
CertPathBuilderTest.java 45 abstract void validateCertPath(CertPath path);
76 CertPath path = builderResult.getCertPath(); local
78 assertNotNull("built path is null", path);
80 validateCertPath(path);
  /development/ide/emacs/
android-common.el 25 ;; If the path the product's files/image uses an a product alias, you
69 "Ascend the current path until the root of the android build tree is found.
122 (defun android-product-path ()
123 "Return the full path to the product directory.
128 (let ((path (concat (android-find-build-tree-root) "out/target/product/"
130 (when (not (file-exists-p path))
132 add an entry to android-product-map." path (android-product))))
133 path))
136 "Return the full path to the host BINARY.
139 the shell exec PATH setup.
    [all...]

Completed in 694 milliseconds

<<11121314151617181920>>