/external/collada/include/1.4/dom/ |
domCg_samplerDEPTH.h | 68 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domCg_samplerRECT.h | 68 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domFx_profile_abstract.h | 51 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domGl_hook_abstract.h | 47 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
/external/emma/core/res/com/vladium/emma/instr/ |
instr_usage.res | 20 "merge metadata into output file, if it exists";
|
/external/grub/docs/ |
grub-install.8 | 32 probe a device map even if it already exists
|
/external/iptables/extensions/ |
libxt_SET.man | 21 when adding entry if it already exists, reset the timeout value
|
libxt_owner.man | 18 [\fB!\fP] \fB\-\-socket\-exists\fP
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
StringInternStrategy.java | 28 * If there exists a String in the pool equal to the provided value then it will be returned.
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/ |
ExistsFunction.java | 30 return literalConstant(value.exists(), value);
|
/external/jsilver/src/com/google/clearsilver/jsilver/values/ |
NumberValue.java | 51 public boolean exists() { method in class:NumberValue
|
StringValue.java | 41 public boolean exists() { method in class:StringValue
|
/external/kernel-headers/original/asm-arm/ |
procinfo.h | 23 * but still exists.
|
/external/kernel-headers/original/asm-generic/ |
errno-base.h | 20 #define EEXIST 17 /* File exists */
|
/external/kernel-headers/original/linux/ |
ipc.h | 25 #define IPC_EXCL 00002000 /* fail if key exists */
|
xattr.h | 13 #define XATTR_CREATE 0x1 /* set value, fail if attr already exists */
|
/external/llvm/lib/CompilerDriver/ |
Main.cpp | 54 bool Exists; 55 if (llvm::sys::fs::exists(tempDir.str(), Exists) || !Exists) {
|
/external/llvm/projects/sample/autoconf/ |
configure.ac | 29 dnl List every Makefile that exists within your source tree
|
/external/llvm/test/Transforms/ObjCARC/ |
retain-not-declared.ll | 4 ; declaration even if no objc_retain declaration exists.
|
/external/llvm/tools/gold/ |
CMakeLists.txt | 6 elseif( NOT EXISTS "${LLVM_BINUTILS_INCDIR}/plugin-api.h" )
|
/external/llvm/utils/lit/lit/ |
Util.py | 28 if not path or os.path.exists(path): 59 if os.path.exists(command): 77 if os.path.exists(p): 84 if not os.path.exists(os.path.join(dir, tool)):
|
/external/oprofile/doc/ |
opimport.1.in | 28 Specify the output filename. If the output file already exists it is not overwritten but data are accumulated in. Sample filename are informative
|
/external/protobuf/python/ |
stubout.py | 22 You want os.path.exists() to always return true during testing. 25 stubs.Set(os.path, 'exists', lambda x: 1) 29 The above changes os.path.exists into a lambda that returns 1. Once 31 of os.path.exists and restores it.
|
/external/qemu/android/utils/ |
path.h | 51 /* checks that a given file exists */ 73 /* ensure that a given directory exists, create it if not, 130 ** if the file already exists, it is truncated without warning 146 * exists, it is truncated without warning. returns 0 on success,
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_audiodev.c | 77 int exists, instance; local 84 exists = 0; 86 exists = 1; 89 } while ( exists && (audio_fd < 0) );
|