Searched
full:exists (Results
851 -
875 of
4830) sorted by null
<<31323334353637383940>>
/external/libffi/ |
mkinstalldirs | 72 # a "File exists" error. This is a problem when calling mkinstalldirs 84 # exists.
|
/external/libpcap/ |
config.h | 42 /* if ppa_info_t_dl_module_id exists */ 81 /* if struct sockaddr_storage exists */
|
config.h.in | 41 /* if ppa_info_t_dl_module_id exists */ 80 /* if struct sockaddr_storage exists */
|
/external/libpng/ |
mkinstalldirs | 75 # a "File exists" error. This is a problem when calling mkinstalldirs 87 # exists.
|
/external/llvm/autoconf/ |
mkinstalldirs | 72 # a "File exists" error. This is a problem when calling mkinstalldirs 84 # exists.
|
/external/protobuf/src/google/protobuf/compiler/ |
code_generator.h | 94 // Opens the given file, truncating it if it exists, and returns a 109 // assert-fails -- it exists only for backwards-compatibility.
|
/external/protobuf/src/google/protobuf/testing/ |
file.cc | 61 bool File::Exists(const string& name) { 103 if (Exists(path)) return false;
|
googletest.cc | 72 while (!File::Exists(prefix + "/src/google/protobuf")) { 73 if (!File::Exists(prefix)) {
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_getenv.c | 187 if ( ! SDL_getenv("EXISTS") ) { 239 if ( ! SDL_getenv("EXISTS") ) {
|
/external/qemu/memcheck/ |
memcheck_malloc_map.h | 53 * a matching entry already exists in the map. If 'replaced' parameter is not 54 * NULL, and a matching entry exists in the map, content of the existing entry
|
memcheck_mmrange_map.h | 51 * a matching entry already exists in the map. If 'replaced' parameter is not 52 * NULL, and a matching entry exists in the map, content of the existing entry
|
/external/srec/shared/src/ |
ESR_Session.c | 100 ESR_ReturnCode ESR_SessionContains(const LCHAR* name, ESR_BOOL* exists) 103 return ESR_Session->contains(ESR_Session, name, exists);
|
/external/strace/ |
mkinstalldirs | 72 # a "File exists" error. This is a problem when calling mkinstalldirs 84 # exists.
|
/external/v8/test/mjsunit/ |
testcfg.py | 30 from os.path import join, dirname, exists namespace 150 if exists(status_file):
|
/external/v8/test/test262/ |
testcfg.py | 31 from os.path import join, exists namespace 118 if exists(status_file):
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
DoubleBufferedTexture.cpp | 93 // check to see if a context already exists on this thread 96 // if no context exists then create one
|
/external/webkit/Source/WebKit/android/plugins/ |
ANPSystemInterface.cpp | 101 // if this is an incognito view then check the path to see if it exists 219 // check to see if the directory exists and if so delete it
|
/external/webkit/Tools/Scripts/ |
print-msvc-project-dependencies | 63 if (exists $projectsByUUID{$uuid}) { 99 if (exists $currentProject->{dependencies}->{$uuid1}) {
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
dryrun.py | 122 if (fs.exists(self._port.reftest_expected_filename(driver_input.filename)) or 123 fs.exists(self._port.reftest_expected_mismatch_filename(driver_input.filename)) or
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
update_webgl_conformance_tests.py | 81 # check in_filename exists 82 # check out_dir exists
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
filereader.py | 106 SystemExit: If no file at file_path exists. 111 if not os.path.exists(file_path) and file_path != "-":
|
/external/webkit/Tools/android/flex-2.5.4a/ |
sym.c | 48 * -1 is returned if the symbol already exists, and the change not made. 66 { /* entry already exists */
|
/external/webkit/Tools/wx/build/ |
wxpresets.py | 64 if not os.path.exists(wx_root): 102 if os.path.exists(cfg_file):
|
/external/webkit/Tools/wx/packaging/ |
build-win-installer.py | 70 if not os.path.exists(innoSetup): 74 if not os.path.exists(wxwebkit_dir):
|
/frameworks/base/core/java/com/android/internal/os/ |
SamplingProfilerIntegration.java | 207 * Package: <package name, if exists>\n 208 * Package-Version: <version number of the package, if exists>\n
|
Completed in 1294 milliseconds
<<31323334353637383940>>