/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
AbsPathChecker.java | 32 * This class runs over a path expression that is assumed to be absolute, and 42 * @param path LocPathIterator that is assumed to be absolute, but needs checking. 43 * @return true if the path is confirmed to be absolute, false if it 46 public boolean checkAbsolute(LocPathIterator path) 49 path.callVisitors(null, this);
|
/external/bluetooth/glib/gio/inotify/ |
inotify-path.c | 3 /* inotify-path.c - GVFS Directory Monitor based on inotify. 35 #include "inotify-path.h" 46 char *path; member in struct:ip_watched_dir_s 64 /* path -> ip_watched_dir */ 78 static ip_watched_dir_t *ip_watched_dir_new (const char *path, 110 ip_map_path_dir (const char *path, 113 g_assert (path && dir); 114 g_hash_table_insert (path_dir_hash, dir->path, dir); 168 * wd hash and path hash 183 ip_unmap_path_dir (const char *path, [all...] |
/external/gtest/test/ |
gtest-options_test.cc | 62 // Turns the given relative path into an absolute path. 93 GTEST_FLAG(output) = "xml:path\\"; 98 FilePath("path\\gtest-options_test.xml")).c_str()) == 0 || 101 FilePath("path\\gtest-options-ex_test.xml")).c_str()) == 0 || 104 FilePath("path\\gtest_all_test.xml")).c_str()) == 0) 107 GTEST_FLAG(output) = "xml:path/"; 116 FilePath("path/gtest-options_test.xml")).c_str() || 119 FilePath("path/lt-gtest-options_test.xml")).c_str() || 122 FilePath("path/gtest_all_test.xml")).c_str() | [all...] |
/external/jdiff/ |
build.xml | 16 <path id="class.path"> 18 </path> 44 <path refid="class.path" />
|
/external/webkit/WebCore/platform/qt/ |
KURLQt.cpp | 51 int path = -1; local 56 path = m_string.find('/', host); 78 if (host == -1 || (path != -1 && i >= path)) 102 return String(path());
|
/external/webkit/WebCore/storage/ |
StorageSyncManager.cpp | 45 PassRefPtr<StorageSyncManager> StorageSyncManager::create(const String& path) 47 return adoptRef(new StorageSyncManager(path)); 50 StorageSyncManager::StorageSyncManager(const String& path) 52 , m_path(path.crossThreadString()) 69 LOG_ERROR("Unabled to create LocalStorage database path %s", m_path.utf8().data());
|
/external/wpa_supplicant_6/wpa_supplicant/examples/ |
wpas-test.py | 37 path = None 39 path = wpas.getInterface(ifname) 44 path = wpas.addInterface(ifname, {'driver': dbus.Variant('wext')}) 49 if_obj = bus.get_object(WPAS_DBUS_SERVICE, path) 85 wpas.removeInterface(dbus.ObjectPath(path))
|
/frameworks/base/include/media/ |
mediascanner.h | 36 const char *path, const char *mimeType, 41 const char *path, const char *extensions, 58 char *path, int pathRemaining, const char *extensions, 76 virtual bool scanFile(const char* path, long long lastModified, long long fileSize) = 0; 79 virtual bool addNoMediaFolder(const char* path) = 0;
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
SIMFileHandler.java | 90 String path = getCommonIccEFPath(efid); local 91 if (path == null) { 94 // the phone book path. 99 Log.e(LOG_TAG, "Error: EF Path being returned in null"); 101 return path;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/project/ |
ProjectHelperTest.java | 23 import org.eclipse.core.runtime.Path; 50 // create a project with a path to an android .zip 53 new ClasspathEntryMock(new Path("Project/src"), //$NON-NLS-1$ 55 new ClasspathEntryMock(new Path(OLD_CONTAINER_ID), 58 new Path("Project/bin"));
|
/cts/tests/src/android/webkit/cts/ |
CtsTestServer.java | 258 * @param path The path of the asset. See {@link AssetManager#open(String)} 260 public String getAssetUrl(String path) { 263 sb.append(path); 270 * @param path The path of the asset. See {@link AssetManager#open(String)} 272 public String getDelayedAssetUrl(String path) { 276 sb.append(path); 283 * @param path The path of the asset. See {@link AssetManager#open(String) 383 String path = uri.getPath(); local 692 String path = uri.getPath(); local [all...] |
/frameworks/base/cmds/rawbu/ |
backup.cpp | 49 const char* path; member in struct:android::special_dir 63 static int wipe (const char *path) 70 dir = opendir(path); 74 path, strerror(errno)); 80 strcpy(nameBuffer, path); 102 /* See if this is a path we should skip. */ 103 for (i = 0; SKIP_PATHS[i].path; i++) { 104 if (strcmp(SKIP_PATHS[i].path, nameBuffer) == 0) { 116 if (!noBackup && SKIP_PATHS[i].path != NULL) { 150 strcpy(nameBuffer, path); 521 char* path = NULL; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainerInitializer.java | 35 import org.eclipse.core.runtime.Path; 56 * {@link IProject}s. This removes the hard-coded path to the android.jar. 63 /** path separator to store multiple paths in a single property. This is guaranteed to not 64 * be in a path. 86 * @param containerPath the container path that is the container id. 92 JavaCore.setClasspathContainer(new Path(CONTAINER_ID), 104 return JavaCore.newContainerEntry(new Path(CONTAINER_ID)); 110 * @param path the <code>IPath</code> to check. 112 public static boolean checkPath(IPath path) { 113 return CONTAINER_ID.equals(path.toString()) [all...] |
/external/qemu/android/avd/ |
info.c | 13 #include "android/utils/path.h" 54 * images.sysdir.1 = <first search path> 55 * images.sysdir.2 = <second search path> 58 * path (which is determined from the emulator program's location, or from the 76 /* the maximum number of search path keys we're going to read from the 82 * path to the skin directory (including the skin name). 84 #define SKIN_PATH "skin.path" 89 /* the config.ini key that is used to indicate the absolute path 93 #define SDCARD_PATH "sdcard.path" 101 * each image file path 256 char* path; local 512 const char* path = l->pPath[0]; local 543 const char* path; local 604 const char* path = NULL; local 1058 const char* path; local [all...] |
/dalvik/libcore/security/src/main/java/java/security/cert/ |
CertPathValidator.java | 77 * Returns the certification path algorithm name. 79 * @return the certification path algorithm name. 95 * Returns a new certification path validator for the specified algorithm. 99 * @return a certification path validator for the requested algorithm. 118 * Returns a new certification path validator for the specified algorithm 125 * @return a certification path validator for the requested algorithm. 150 * Returns a new certification path validator for the specified algorithm 157 * @return a certification path validator for the requested algorithm. 186 * the certification path to be validated. 188 * the certification path validator algorithm parameters [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
path-permission-element.jd | 1 page.title=<path-permission> 7 <path-permission android:<a href="#path">path</a>="<i>string</i>" 24 <dd>Defines the path and required permissions for a specific subset of data 33 <dt><a name="path"></a>{@code android:path}</dt> 34 <dd>A complete URI path for a subset of content provider data. 35 Permission can be granted only to the particular data identified by this path. 41 <dd>The initial part of a URI path for a subset of content provider data [all...] |
/bionic/libc/bionic/ |
ssp.c | 70 char path[PATH_MAX]; local 80 if ((count = readlink("/proc/self/exe", path, sizeof(path) - 1)) == -1) { 81 strlcpy(path, "<unknown>", sizeof(path)); 83 path[count] = '\0'; 87 __libc_android_log_print(ANDROID_LOG_FATAL, path, message);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
DashPathEffectTest.java | 28 import android.graphics.Path; 60 Path path = new Path(); local 61 path.moveTo(START_X, COORD_Y); 62 path.lineTo(END_X, COORD_Y); 71 canvas.drawPath(path, paint);
|
EmbossMaskFilterTest.java | 28 import android.graphics.Path; 59 Path path = new Path(); local 60 path.moveTo(START_X, CENTER_Y); 61 path.lineTo(END_X, CENTER_Y); 67 c.drawPath(path, paint);
|
/development/ide/xcode/views.xcodeproj/ |
project.pbxproj | 40 005FA59B0B52AB9000896055 /* SkBGViewArtist.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkBGViewArtist.cpp; path = ../../tests/skia/views/SkBGViewArtist.cpp; sourceTree = SOURCE_ROOT; }; 41 005FA59C0B52AB9000896055 /* SkBorderView.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkBorderView.cpp; path = ../../tests/skia/views/SkBorderView.cpp; sourceTree = SOURCE_ROOT; }; 42 005FA59D0B52AB9000896055 /* SkImageView.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageView.cpp; path = ../../tests/skia/views/SkImageView.cpp; sourceTree = SOURCE_ROOT; }; 43 005FA59E0B52AB9000896055 /* SkListView.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkListView.cpp; path = ../../tests/skia/views/SkListView.cpp; sourceTree = SOURCE_ROOT; }; 44 005FA59F0B52AB9000896055 /* SkListWidget.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkListWidget.cpp; path = ../../tests/skia/views/SkListWidget.cpp; sourceTree = SOURCE_ROOT; }; 45 005FA5A00B52AB9000896055 /* SkOSFile.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkOSFile.cpp; path = ../../tests/skia/views/SkOSFile.cpp; sourceTree = SOURCE_ROOT; }; 46 005FA5A10B52AB9000896055 /* SkOSMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkOSMenu.cpp; path = ../../tests/skia/views/SkOSMenu.cpp; sourceTree = SOURCE_ROOT; }; 47 005FA5A20B52AB9000896055 /* SkOSSound.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkOSSound.cpp; path = ../../tests/skia/views/SkOSSound.cpp; sourceTree = SOURCE_ROOT; }; 48 005FA5A30B52AB9000896055 /* SkParsePaint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkParsePaint.cpp; path = ../../tests/skia/views/SkParsePaint.cpp; sourceTree = SOURCE_ROOT; }; 49 005FA5A40B52AB9000896055 /* SkProgressBarView.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkProgressBarView.cpp; path = ../../tests/skia/views/SkProgressBarView.cpp; sourceTree = SOURCE_ROOT; } [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
PathEffects.java | 36 private Path mPath; 101 private static Path makeFollowPath() { 102 Path p = new Path(); 110 private static Path makePathDash() { 111 Path p = new Path();
|
/development/testrunner/ |
coverage_targets.py | 33 [<src path=""/>] (0..*) - These are relative to build_path. If missing, 49 """Parse the coverage target data from from given file path, and add it to 52 file_path: absolute file path to parse 100 _PATH_ATTR = 'path' 125 self._paths.append(os.path.join(self.GetBuildPath(), "src")) 128 self._paths.append(os.path.join(self.GetBuildPath(), rel_path)) 131 """parses out a file_path class from given path to xml"""
|
/external/bluetooth/bluez/network/ |
connection.c | 63 char *path; /* D-Bus path */ member in struct:network_peer 88 static struct network_peer *find_peer(GSList *list, const char *path) 95 if (!strcmp(peer->path, path)) 156 emit_property_changed(connection, nc->peer->path, 159 emit_property_changed(connection, nc->peer->path, 162 emit_property_changed(connection, nc->peer->path, 220 info("Network: disconnect %s", nc->peer->path); 301 emit_property_changed(connection, nc->peer->path, [all...] |
/external/bluetooth/glib/gio/ |
glocalvfs.c | 83 const char *path) 85 return _g_local_file_new (path); 92 char *path; local 105 path = g_filename_from_uri (stripped_uri, NULL, NULL); 110 if (path != NULL) 111 file = _g_local_file_new (path); 115 g_free (path);
|
/external/qemu/android/skin/ |
image.c | 178 for (n = 0; desc->path[n] != 0; n++) { 179 int c = desc->path[n]; 195 !strcmp(a->path, b->path)); 255 int len = strlen(desc->path); 260 image->desc.path = (const char*)(image + 1); 261 memcpy( (char*)image->desc.path, desc->path, len ); 262 ((char*)image->desc.path)[len] = 0; 280 const char* path = image->desc.path local [all...] |