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

<<41424344454647484950>>

  /external/freetype/src/sfnt/
ttsbit.c 794 /* Checks whether an embedded bitmap (an `sbit') exists for a given */
813 /* SFNT_Err_Invalid_Argument if no sbit exists for the requested */
    [all...]
  /external/openssl/apps/
makeapps.com 102 $! Check To See If The OBJ Directory Exists.
115 $! Check To See If The EXE Directory Exists.
241 $! Check To See If The File We Want To Compile Actually Exists.
  /external/openssl/ssl/
ssl-lib.com 93 $! Check To See If The Architecture Specific OBJ Directory Exists.
106 $! Check To See If The Architecture Specific Directory Exists.
233 $! End The File Exists Check.
  /external/quake/quake/src/QW/client/
cl_parse.c 152 Returns true if the file exists, otherwise it attempts
168 { // it exists, no need to download
561 //if it exists
  /external/webkit/WebCore/
WebCore.pri 24 !CONFIG(QTDIR_build):win32-*:!exists( $${SQLITE3SRCDIR}/sqlite3.c ): DEFINES += ENABLE_SQLITE=0 ENABLE_DATABASE=0 ENABLE_WORKERS=0 ENABLE_SHARED_WORKERS=0 ENABLE_ICONDATABASE=0 ENABLE_OFFLINE_WEB_APPLICATIONS=0 ENABLE_DOM_STORAGE=0
95 exists($${EPOCROOT}epoc32/release/winscw/udeb/QtBearer.lib)| \
96 exists($${EPOCROOT}epoc32/release/armv5/lib/QtBearer.lib) {
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
FontManager.java 253 * exists in the table with cached FontPeers' instances. If there is no needed
612 if (file.exists()){
617 return file.exists() ? file : null;
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 1037 * Don't call this yourself -- exists for Canvas to use internally.
    [all...]
  /bionic/libc/
Jamfile 340 # skip C source file if corresponding assembler exists
  /bionic/libc/kernel/tools/
kernel.py 105 if not os.path.exists(path):
  /bionic/libc/tools/
bionic_utils.py 304 if not os.path.exists(path):
  /cts/tests/tests/database/src/android/database/cts/
CursorJoinerTest.java 249 if (mDatabaseFile.exists()) {
  /cts/tests/tests/media/src/android/media/cts/
JetPlayerTest.java 70 if (jetFile.exists()) {
SoundPoolTest.java 67 if (mFile.exists()) {
  /cts/tools/dasm/src/java_cup/
lr_item_core.java 136 /* if it exists and is a non terminal, return it */
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokespecial/
Test_invokespecial.java 82 * same name exists in "this" class
  /cts/tools/dx-tests/src/dxconvext/
ClassFileParser.java 76 if (!new File(inFile).exists()) {
  /dalvik/docs/
hello-world.html 173 # this is where we create the dalvik-cache directory; make sure it exists
  /dalvik/dx/src/com/android/dx/rop/
package-info.java 105 * instruction where a catch block exists inside the current method for that
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 256 // Don't count the exit block, if it exists.
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
KeyAgreement.java 314 * exists.
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
DexClassLoader.java 318 if (test.exists()) {
  /dalvik/libcore/logging/src/main/java/java/util/logging/
StreamHandler.java 206 // renew writer only if the writer exists
  /dalvik/libcore/luni/src/main/java/java/net/
ProxySelectorImpl.java 56 if (f.exists()) {
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfoDB.java 203 if (!f.exists()) {
  /dalvik/libcore/luni/src/main/native/
java_io_File.cpp 328 // The file already exists.

Completed in 182 milliseconds

<<41424344454647484950>>