/packages/apps/Mms/src/com/android/mms/transaction/ |
PrivilegedSmsReceiver.java | 24 * This class exists specifically to allow us to require permissions checks on SMS_RECEIVED
|
/system/core/include/cutils/ |
config_utils.h | 54 /* add a named child to a config node (or modify it if it already exists) */
|
/system/core/toolbox/ |
mv.c | 20 /* check if destination exists */
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
FileClientSessionCache.java | 84 boolean exists = directory.exists(); 85 if (exists && !directory.isDirectory()) { 87 + " exists but is not a directory."); 90 if (exists) { 197 boolean existedBefore = file.exists(); 325 * @throws IOException if the file exists and is not a directory or if
|
/external/gtest/include/gtest/internal/ |
gtest-filepath.h | 105 // already exists. The number will be incremented until a pathname is found 144 // Creates directories so that path exists. Returns true if successful or if 150 // Create the directory so that path exists. Returns true if successful or 151 // if the directory already exists; returns false if unable to create the 157 // either a file, directory, or whatever, and that something exists. 161 // that exists. 166 // This does NOT check that a directory (or file) actually exists.
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/ |
SDL_syscdrom.c | 147 int i, j, exists; local 215 exists = 1; 217 for ( j=checklist[i][1]; exists; ++j ) 227 /* Drive exists and is a CD-ROM */ 231 /* Drive exists, but isn't a CD-ROM */ 236 exists = 0; 345 /* if media exists, then do other stuff */
|
/external/srec/shared/src/ |
HashMapImpl.c | 84 ESR_BOOL exists; local 86 CHKLOG(rc, PHashTableContainsKey(impl->table, key, &exists)); 87 if (!exists) 177 ESR_ReturnCode HashMap_ContainsKey(HashMap* self, const LCHAR* key, ESR_BOOL* exists) 182 CHKLOG(rc, PHashTableContainsKey(impl->table, key, exists));
|
/sdk/traceview/src/com/android/traceview/ |
MainWindow.java | 195 if (file.exists() && file.isDirectory()) { 201 if (!file.exists()) { 203 if (new File(traceName + ".trace").exists()) { 206 } else if (new File(traceName + ".data").exists() 207 && new File(traceName + ".key").exists()) {
|
/dalvik/libcore/security/src/test/java/tests/security/permissions/ |
JavaIoFileTest.java | 112 notes = "Verifies that File.exists(), File.canRead(), File.isFile(), File.isDirectory(), File.isHidden(), File.lastModified(), File.length(), File.list(...), File.listFiles(...) methods call checkRead method of security manager.", 113 method = "exists", 118 notes = "Verifies that File.exists(), File.canRead(), File.isFile(), File.isDirectory(), File.isHidden(), File.lastModified(), File.length(), File.list(...), File.listFiles(...) methods call checkRead method of security manager.", 124 notes = "Verifies that File.exists(), File.canRead(), File.isFile(), File.isDirectory(), File.isHidden(), File.lastModified(), File.length(), File.list(...), File.listFiles(...) methods call checkRead method of security manager.", 130 notes = "Verifies that File.exists(), File.canRead(), File.isFile(), File.isDirectory(), File.isHidden(), File.lastModified(), File.length(), File.list(...), File.listFiles(...) methods call checkRead method of security manager.", 136 notes = "Verifies that File.exists(), File.canRead(), File.isFile(), File.isDirectory(), File.isHidden(), File.lastModified(), File.length(), File.list(...), File.listFiles(...) methods call checkRead method of security manager.", 142 notes = "Verifies that File.exists(), File.canRead(), File.isFile(), File.isDirectory(), File.isHidden(), File.lastModified(), File.length(), File.list(...), File.listFiles(...) methods call checkRead method of security manager.", 148 notes = "Verifies that File.exists(), File.canRead(), File.isFile(), File.isDirectory(), File.isHidden(), File.lastModified(), File.length(), File.list(...), File.listFiles(...) methods call checkRead method of security manager.", 154 notes = "Verifies that File.exists(), File.canRead(), File.isFile(), File.isDirectory(), File.isHidden(), File.lastModified(), File.length(), File.list(...), File.listFiles(...) methods call checkRead method of security manager.", 160 notes = "Verifies that File.exists(), File.canRead(), File.isFile(), File.isDirectory(), File.isHidden(), File.lastModified(), File.l (…) [all...] |
/external/bluetooth/glib/gio/xdgmime/ |
xdgmime.c | 306 int *exists) 310 /* If the file exists */ 315 if (exists) 316 *exists = TRUE; 333 if (exists) 334 *exists = FALSE; 343 int invalid, exists; local 351 invalid = xdg_check_file (file_name, &exists); 358 else if (exists)
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ExternalStorage.java | 190 // Make sure the Pictures directory exists. 235 // public pictures directory and check if the file exists. If 241 return file.exists(); 300 // public pictures directory and check if the file exists. If 306 return file.exists(); 352 return file.exists();
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/freebsd/ |
SDL_syscdrom.c | 137 int i, j, exists; local 189 exists = 1; 190 for ( j=checklist[i][1]; exists; ++j ) { 197 /* Drive exists and is a CD-ROM */ 201 /* Drive exists, but isn't a CD-ROM */ 206 exists = 0;
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/openbsd/ |
SDL_syscdrom.c | 146 int i, j, exists; local 198 exists = 1; 199 for ( j=checklist[i][1]; exists; ++j ) { 206 /* Drive exists and is a CD-ROM */ 210 /* Drive exists, but isn't a CD-ROM */ 215 exists = 0;
|
/frameworks/base/core/java/android/content/ |
SharedPreferences.java | 180 * @return Returns the preference value if it exists, or defValue. Throws 194 * @return Returns the preference value if it exists, or defValue. Throws 208 * @return Returns the preference value if it exists, or defValue. Throws 222 * @return Returns the preference value if it exists, or defValue. Throws 236 * @return Returns the preference value if it exists, or defValue. Throws 248 * @return Returns true if the preference exists in the preferences,
|
/frameworks/base/media/libdrm/mobile1/include/objmng/ |
drm_file.h | 144 * #DRM_FILE_FAILURE if a file or directory already exists with the new name. 152 * Tests if a file exists given its name. 157 * exists, returns #DRM_FILE_ISREG if it is a regular file and #DRM_FILE_ISDIR if it is a directory. 158 * Returns #DRM_FILE_FAILURE in all other cases, including those where name exists but is neither 173 * file exists and the mode contains the #DRM_FILE_MODE_WRITE flag, the file is 178 * W=#DRM_FILE_MODE_WRITE, E=File exists:
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
FileTest.java | 336 // canRead only returns if the file exists so cannot be fully tested. 361 // canWrite only returns if the file exists so cannot be fully tested. 431 // If the directory exists, add one to the directory number 434 if (dir.exists()) { 472 // Test for creating a file that already exists. 473 assertFalse("Test 7: File already exists, createNewFile should " + 629 // If the directory exists, add one to the directory number 632 if (dir.exists()) { 693 assertTrue("Directory Does Not Exist", dir.exists() 698 assertTrue("Error Creating File For Delete Test", f.exists()); [all...] |
/cts/tests/tests/text/src/android/text/method/cts/ |
DateKeyListenerTest.java | 110 * 3. Press an unaccepted key if it exists and this key will not be accepted. 135 // press an unaccepted key if it exists.
|
DateTimeKeyListenerTest.java | 111 * 4. Press an unaccepted key if it exists. and this key will not be accepted. 138 // press an unaccepted key if it exists.
|
TimeKeyListenerTest.java | 104 * 4. Press an unaccepted key if it exists and this key could not be entered. 132 // press an unaccepted key if it exists.
|
/cts/tools/host/src/com/android/cts/ |
TestPlan.java | 100 if (xmlFile.exists() && apkFile.exists()) {
|
/cts/tools/signature-tools/src/signature/io/html/ |
HtmlDeltaExternalizer.java | 53 if (!directory.exists()) { 78 if (!file.exists()) {
|
/cts/tools/vm-tests/src/util/build/ |
DasmBuildStep.java | 111 // check that dest_dir exists 113 if (!dest.exists()) {
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_namednodemapsetnameditemthatexists.java | 32 * already exists in the NamedNodeMap, it is replaced by 41 * already exists in the map. The "setNamedItem(arg)"
|
namednodemapsetnameditemthatexists.java | 32 * already exists in the NamedNodeMap, it is replaced by 41 * already exists in the map. The "setNamedItem(arg)"
|
/dalvik/libcore/sql/src/test/java/tests/sql/ |
SQLTest.java | 65 st.execute("drop table if exists zoo"); 114 st.execute("DROP PROCEDURE IF EXISTS welcomeAnimal");
|