/external/chromium/chrome/browser/ui/cocoa/ |
bug_report_window_controller.mm | 49 // Get data from current tab, if one exists. This dialog could be called 53 // window exists. 74 // If no current tab exists, create a menu without the "broken page"
|
/external/chromium/net/base/ |
mime_util.h | 17 // Returns true if a corresponding mime type exists. 22 // true if a corresponding mime type exists. 26 // Returns true if a corresponding file extension exists. The extension is
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32filesystem.h | 77 // Returns true if a file exists at path 81 // directory either exists, or is also absent. 99 // automatically deleted when the program exists)
|
/external/collada/include/1.4/dom/ |
domCapsule.h | 85 * If a daeMetaElement already exists it will return that instead of creating a new one. 151 * If a daeMetaElement already exists it will return that instead of creating a new one. 218 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domCommon_float_or_param_type.h | 86 * If a daeMetaElement already exists it will return that instead of creating a new one. 141 * If a daeMetaElement already exists it will return that instead of creating a new one. 235 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domCylinder.h | 85 * If a daeMetaElement already exists it will return that instead of creating a new one. 151 * If a daeMetaElement already exists it will return that instead of creating a new one. 217 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domFx_surface_init_volume_common.h | 78 * If a daeMetaElement already exists it will return that instead of creating a new one. 142 * If a daeMetaElement already exists it will return that instead of creating a new one. 244 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_err.c | 88 "Ext2 directory already exists", 110 "TDB: Record exists", 111 "TDB: Lock exists on other keys",
|
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
ResourceLoaderAdaptor.java | 104 return file.exists() ? file : null; 114 return file.exists() ? file : null; 145 if (file.exists()) {
|
/external/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/ |
lit.cfg | 57 # Check that the site specific configuration exists. 59 if not os.path.exists(site_cfg): 122 if not os.path.exists(libPath):
|
/external/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/ |
lit.cfg | 57 # Check that the site specific configuration exists. 59 if not os.path.exists(site_cfg): 122 if not os.path.exists(libPath):
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
TelephoneNumber.java | 93 /** returns true if th PostDial field exists 109 * return true if the isdn subaddress exists. 131 * Remove the isdn subaddress (if it exists).
|
/external/srec/portable/src/ |
ArrayListImpl.c | 171 ESR_BOOL* exists) 180 *exists = ESR_TRUE; 184 *exists = ESR_FALSE;
|
/external/srec/shared/src/ |
Int8ArrayListImpl.c | 131 ESR_ReturnCode Int8ArrayList_Contains(Int8ArrayList* self, const asr_int8_t element, ESR_BOOL* exists) 142 *exists = ESR_TRUE; 146 *exists = ESR_FALSE;
|
IntArrayListImpl.c | 130 ESR_ReturnCode IntArrayList_Contains(IntArrayList* self, const int element, ESR_BOOL* exists) 141 *exists = ESR_TRUE; 145 *exists = ESR_FALSE;
|
/external/v8/test/message/ |
testcfg.py | 30 from os.path import join, dirname, exists, basename, isdir namespace 120 if not exists(output_path): 132 if exists(status_file):
|
/external/v8/test/mozilla/ |
testcfg.py | 31 from os.path import join, exists namespace 113 if exists(script): 132 if exists(status_file):
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
regress-185485.js | 38 * SUMMARY: Testing |with (x) {function f() {}}| when |x.f| already exists 68 var summary = 'Testing |with (x) {function f() {}}| when |x.f| already exists'; 117 * Note it is important that |x.g| already exists. Otherwise, this
|
/external/webkit/Source/WebKit/wx/ |
wscript | 82 assert os.path.exists(libjscore) 83 assert os.path.exists(libwebcore) 120 if os.path.exists(wxlibname):
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
chromium_gpu_unittest.py | 88 self.assertTrue(port._filesystem.exists(path)) 92 self.assertTrue(port._filesystem.exists(path)) 96 self.assertTrue(port._filesystem.exists(path))
|
chromium_linux_unittest.py | 47 filesystem.exists = lambda x: 'DumpRenderTree' in x 89 filesystem.exists = lambda x: True 97 filesystem.exists = lambda x: True
|
http_lock.py | 62 """Delete the lock file if exists.""" 63 if os.path.exists(self._process_lock_file_name): 107 if not os.path.exists(self._lock_path):
|
/frameworks/base/core/java/android/content/ |
SyncQueue.java | 76 // - if an operation with the same key exists and this one should run earlier, 78 // - if an operation with the same key exists and if this one should run 80 // - if no operation exists then add the new one
|
/frameworks/ex/common/java/com/android/common/content/ |
SyncStateContentProviderHelper.java | 55 db.execSQL("DROP TABLE IF EXISTS " + SYNC_STATE_TABLE); 64 db.execSQL("DROP TABLE IF EXISTS " + SYNC_STATE_META_TABLE); 109 // assume a row was modified since we know it exists
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
ContactStatusLoaderTest.java | 95 // Contact exists, but no photo 124 // Contact exists, but no photo (provider returns null for the second query) 142 // Contact exists, with a photo
|