Searched
full:exists (Results
1101 -
1125 of
4830) sorted by null
<<41424344454647484950>>
/external/llvm/tools/llvm-nm/ |
llvm-nm.cpp | 302 bool exists; local 303 if (sys::fs::exists(aPath.str(), exists) || !exists)
|
/external/llvm/utils/FileUpdate/ |
FileUpdate.cpp | 58 // If the output exists and the contents match, we are done.
|
/external/llvm/utils/lit/lit/ |
TestingConfig.py | 36 if os.path.exists(path):
|
/external/mesa3d/src/mesa/program/ |
hash_table.h | 83 * the matching key was added. If no matching key exists in the table,
|
/external/openssl/crypto/ |
LPdir_unix.c | 50 exist. It's also possible that NAME_MAX exists but is define to a
|
/external/openssl/crypto/pem/ |
pem2.h | 56 * This header only exists to break a circular dependency between pem and err
|
/external/openssl/include/openssl/ |
pem2.h | 56 * This header only exists to break a circular dependency between pem and err
|
/external/ppp/pppd/plugins/radius/etc/ |
radiusclient.conf | 17 # name of the nologin file which when it exists disables logins.
|
radiusclient.conf.in | 17 # name of the nologin file which when it exists disables logins.
|
/external/protobuf/gtest/test/ |
gtest_filter_unittest.py | 548 self.assert_(not os.path.exists(shard_status_file)) 554 self.assert_(os.path.exists(shard_status_file)) 562 self.assert_(not os.path.exists(shard_status_file)) 570 self.assert_(os.path.exists(shard_status_file))
|
/external/protobuf/gtest/xcode/Scripts/ |
versiongenerate.py | 19 3. No ")" character exists between the opening "(" and closing ")" of
|
/external/protobuf/src/google/protobuf/compiler/ |
package_info.h | 35 // This file exists solely to document the google::protobuf::compiler namespace.
|
/external/protobuf/src/google/protobuf/ |
package_info.h | 35 // This file exists solely to document the google::protobuf namespace.
|
/external/qemu/android/utils/ |
path.c | 307 /* check that the parent exists, 'len2' is the length of 327 /* at this point, we now the parent exists */ 336 /* ensure that a given directory exists, create it if not, 489 ** if the file already exists, it is truncated without warning
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_config_macosx.h | 36 /* If we specified an SDK or have a post-PowerPC chip, then alloca.h exists. */
|
/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/srtp/crypto/include/ |
integers.h | 72 # include <sys/int_types.h> /* this exists on Sun OS */
|
/external/tcpdump/ |
print-tftp.c | 66 { EEXISTS, "EEXISTS" }, /* file already exists */
|
tftp.h | 79 #define EEXISTS 6 /* file already exists */
|
/external/v8/tools/ |
disasm.py | 38 if not os.path.exists(OBJDUMP_BIN):
|
/external/valgrind/main/docs/internals/ |
module-structure.txt | 43 pub_tool_foo.h, if it exists. pub_tool_foo.h *must not* #include
|
Completed in 1597 milliseconds
<<41424344454647484950>>