HomeSort by relevance Sort by last modified time
    Searched full:exists (Results 476 - 500 of 2592) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.12/src/timer/win32/
SDL_systimer.c 43 /* Store if a high-resolution performance counter exists on the system */
  /external/skia/include/core/
SkPathMeasure.h 76 /** Move to the next contour in the path. Return true if one exists, or false if
  /external/skia/include/views/
SkEventSink.h 49 and postToListeners(). If sinkID already exists in the listener list, no change is made.
  /external/srec/portable/src/
phashtable.c 231 ESR_ReturnCode PHashTableContainsKey(PHashTable *table, const void *key, ESR_BOOL* exists)
236 if (table == NULL || exists == NULL)
244 *exists = ESR_TRUE;
246 *exists = ESR_FALSE;
  /external/srec/shared/include/
ESR_SessionType.h 120 * Indicates if key exists in the session.
124 * @param exists True if key exists, false otherwise
127 ESR_ReturnCode(*contains)(struct ESR_SessionType_t* self, const LCHAR* name, ESR_BOOL* exists);
  /external/tcpdump/
print-tftp.c 66 { EEXISTS, "EEXISTS" }, /* file already exists */
tftp.h 79 #define EEXISTS 6 /* file already exists */
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.6.js 35 exists and has the ReadOnly attribute (as it will for native Function
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/
shell.js 35 * If such phrase exists, it will set n as the expected exit code.
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/
tostring_1.js 46 /* This test assumes that if version() exists, it can set the JavaScript
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/
shell.js 35 * If such phrase exists, it will set n as the expected exit code.
  /external/webkit/JavaScriptCore/
wscript 52 if not os.path.exists(derived_sources_dir):
  /external/webkit/LayoutTests/storage/
hash-change-with-xhr.html 10 var CREATE_HEALTH_TABLE = 'CREATE TABLE IF NOT EXISTS health (key VARCHAR(16) PRIMARY KEY);';
  /external/webkit/WebCore/accessibility/
AXObjectCache.h 74 // will only return the AccessibilityObject if it already exists
  /external/webkit/WebCore/dom/
NamedAttrMap.h 130 // Optimize for the case where the attribute exists and its name exactly matches.
StyledElement.h 84 // classAttributeChanged() exists to share code between
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheStorage.h 110 // In order to quickly determine if a given resource exists in an application cache,
  /external/webkit/WebCore/platform/mac/
DragImageMac.mm 92 if (dotIndex > 0 && dotIndex < (int)(filename.length() - 1)) // require that a . exists after the first character and before the last
  /external/webkit/WebCore/platform/sql/chromium/
SQLiteFileSystemChromium.cpp 84 // so as far as the WebKit code is concerned, this directory always exists
  /external/webkit/WebCore/platform/wx/
PopupMenuWx.cpp 98 // we don't need to do anything here, the native control only exists during the time
  /external/webkit/WebCore/workers/
Worker.cpp 68 ASSERT(scriptExecutionContext()); // The context is protected by worker context proxy, so it cannot be destroyed while a Worker exists.
  /external/webkit/WebKit/qt/Api/
qwebhistoryinterface.cpp 47 When the application exists QWebHistoryInterface will automatically delete the
  /external/webkit/WebKitTools/BuildSlaveSupport/
test-result-archive 58 # Ensure that layoutTestResultsDir exists since we cannot archive a directory that does not exist
  /external/webkit/WebKitTools/Scripts/
update-sources-list.py 44 assert(os.path.exists(filepath))
  /external/webkit/WebKitTools/Scripts/webkitperl/
features.pm 70 "SVG" => "SVGDefsElement", # We used to look for SVGElement but isSVGElement exists (and would match) in --no-svg builds.

Completed in 69 milliseconds

<<11121314151617181920>>