/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
XPathVisitable.java | 36 * @param owner The owner of the visitor, where that path may be
|
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
DOMTestCase.java | 105 public void assertURIEquals(String assertID, String scheme, String path, 153 if (path != null) { 154 assertEquals(assertID, path, actualPath); 188 // Jar URL's will have any actual path like file:/c:/somedrive...
|
/dalvik/libdex/ |
OptInvocation.c | 55 * Get the absolute path of the Jar or DEX file. 60 * Generate the absolute path. This doesn't do everything it 82 /* Turn the path into a flat filename by replacing 100 /* Tack on the file name for the actual cache file path.
|
/dalvik/vm/ |
RawDexFile.h | 54 /* get full path of optimized DEX file */
|
/development/testrunner/tests/ |
android_manifest_tests.py | 20 sys.path.append('../..')
|
/development/tools/findunused/ |
find_unused_resources.rb | 37 Find.find(root) do |path| 38 if FileTest.directory?(path) 39 if File.basename(path) == "res" 40 result << path
|
/development/tools/idegen/ |
README | 69 create a file named "path-precedence" in your project's root directory. 71 path (relative to the project's root directory). If a given source root's 72 path matches a regular expression that comes earlier in the file, that 79 of the "path-precedence" file. To make source roots under ./out come last,
|
/device/htc/dream-sapphire/boot/ |
Android.mk | 25 LOCAL_C_INCLUDES := $(call include-path-for, bootloader)
|
/external/bluetooth/bluez/audio/ |
ipc.h | 119 char object[128]; /* DBus object path */ 224 char object[128]; /* DBus object path */ 232 char object[128]; /* DBus object path */ 241 char object[128]; /* DBus object path */
|
manager.h | 40 struct audio_device *manager_find_device(const char *path,
|
sink.c | 111 emit_property_changed(dev->conn, dev->path, 136 g_dbus_emit_signal(dev->conn, dev->path, 139 emit_property_changed(dev->conn, dev->path, 179 debug("Sink: disconnect %s", device->path); 228 g_dbus_emit_signal(dev->conn, dev->path, 232 emit_property_changed(dev->conn, dev->path, 241 g_dbus_emit_signal(dev->conn, dev->path, 245 emit_property_changed(dev->conn, dev->path, 254 g_dbus_emit_signal(dev->conn, dev->path, AUDIO_SINK_INTERFACE, 256 emit_property_changed(dev->conn, dev->path, [all...] |
/external/bluetooth/bluez/common/ |
textfile.h | 29 int create_name(char *buf, size_t size, const char *path,
|
/external/bluetooth/bluez/doc/ |
device-api.txt | 15 Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX 113 Parameter is object path of created device node. 117 Parameter is object path of removed device node. 177 The object path of the adpater the device belongs to.
|
input-api.txt | 12 Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
|
serial-api.txt | 12 Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
|
/external/bluetooth/glib/ |
HACKING | 28 in your path.
|
/external/bluetooth/glib/gio/ |
gwin32mount.h | 49 const char *path,
|
/external/bluetooth/glib/gio/win32/ |
gwin32directorymonitor.c | 99 gchar *path; local 124 path = g_build_filename(G_LOCAL_DIRECTORY_MONITOR (priv->self)->dirname, file_name, NULL); 125 file = g_file_new_for_path (path); 128 g_free (path);
|
/external/bluetooth/glib/glib/ |
gdir.h | 43 GDir * g_dir_open (const gchar *path,
|
gutils.c | 422 * Locates the first executable named @program in the user's path, in the 424 * with the absolute path name, or %NULL if the program is not found in 425 * the path. If @program is already an absolute path, returns a copy of 436 * finally in the directories in the <envar>PATH</envar> environment 440 * Return value: absolute path, or %NULL 450 const gchar *path, *p; local 465 /* If it is an absolute path, or a relative path including subdirectories, 466 * don't look in PATH 1479 wchar_t path[MAX_PATH+1]; local 2221 CFStringRef path = CFURLCopyFileSystemPath (url, kCFURLPOSIXPathStyle); local [all...] |
/external/clearsilver/java-jni/ |
README-bin.txt | 18 -Djava.library.path=/somewhere/else
|
README.txt | 24 -Djava.library.path=/somewhere/else
|
/external/dbus/dbus/ |
dbus-server-unix.h | 31 DBusServer* _dbus_server_new_for_domain_socket (const char *path,
|
dbus-transport-unix.h | 30 DBusTransport* _dbus_transport_new_for_domain_socket (const char *path,
|
/external/dbus/test/data/invalid-messages/ |
overlong-name.message | 13 HEADER_FIELD PATH
|