/external/chromium/base/third_party/dmg_fp/ |
dtoa_wrapper.cc | 11 // A single lock would lead to an attempted recursive grab.
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_frame_gtk.h | 28 // separate to avoid recursive calling of the frame from its
|
/external/chromium_org/base/third_party/dmg_fp/ |
dtoa_wrapper.cc | 12 // A single lock would lead to an attempted recursive grab.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
example_zipper.py | 39 ''' Creates a new zip file from the recursive contents of |path|
|
/external/chromium_org/chrome/installer/util/ |
duplicate_tree_detector.cc | 38 base::FileEnumerator path_enum(src_path, false /* not recursive */,
|
/external/chromium_org/net/disk_cache/ |
cache_util_posix.cc | 26 base::FileEnumerator iter(from_path, false /* not recursive */,
|
/external/chromium_org/ppapi/utility/threading/ |
lock.h | 26 /// The lock must not already be held on the current thread (i.e. recursive
|
/external/chromium_org/third_party/openssl/openssl/crypto/objects/ |
objects.README | 40 is not recursive.
|
/external/chromium_org/third_party/sqlite/src/src/ |
mutex_os2.c | 29 ** Each recursive mutex is an instance of the following structure. 70 ** a new mutex. The new mutex is recursive when SQLITE_MUTEX_RECURSIVE 74 ** not want to. But SQLite will only request a recursive mutex in 75 ** cases where it really needs one. If a faster non-recursive mutex
|
/external/chromium_org/third_party/sqlite/src/tool/ |
genfkey.README | 84 * SQLite does not support recursive triggers, and therefore this program 85 does not support recursive CASCADE or SET NULL foreign key 88 malfunction. This is also true if the recursive foreign key constraint 92 Recursive CASCADE or SET NULL foreign key relationships are *not*
|
/external/chromium_org/webkit/common/blob/ |
scoped_file.cc | 68 false /* recursive */,
|
/external/compiler-rt/BlocksRuntime/tests/ |
recursive-test.c | 22 if (verbose) printf("recursive_local_block is a local recursive block\n");
|
/external/e2fsprogs/contrib/ |
build-rpm | 26 # Make a recursive-symlink copy of the source dir
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
runrc.cmd | 47 if path = '-r' then do /* recursive call */
|
/external/eigen/Eigen/src/Core/util/ |
DisableStupidWarnings.h | 16 // 4717 - 'function' : recursive on all control paths, function will cause runtime stack overflow
|
/external/libvpx/libvpx/vpx_mem/memory_manager/ |
hmm_dflt_abort.c | 38 ** an indirect recursive call to this function. So we'll have
|
/external/llvm/utils/lit/lit/ |
TestFormats.py | 150 def __init__(self, command, dir, recursive=False, 159 self.recursive = bool(recursive) 170 if not self.recursive:
|
/external/openssl/crypto/objects/ |
objects.README | 40 is not recursive.
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_LockSurface.3 | 17 It should be noted, that since SDL 1\&.1\&.8 surface locks are recursive\&. This means that you can lock a surface multiple times, but each lock must have a match unlock\&.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
RecursiveTask.java | 10 * A recursive result-bearing {@link ForkJoinTask}.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
dash-I | 10 sure that the -I option gets passed to recursive makes.";
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
scopes.rb | 107 /* recursive rule scopes, from the book, final beta, p.150 */ 137 /* recursive rule scopes, access bottom-most scope */ 151 /* recursive rule scopes, access with negative index */
|
/external/bison/ |
GNUmakefile | 114 # targets, and one of them can cause a recursive target to be invoked. 117 AM_RECURSIVE_TARGETS ?= $(RECURSIVE_TARGETS:-recursive=) \ 118 $(RECURSIVE_CLEAN_TARGETS:-recursive=) \
|
/external/chromium/base/ |
file_util_proxy.h | 113 bool recursive, 138 // It is an error to delete a non-empty directory with recursive=false. 141 bool recursive,
|
/external/chromium_org/tools/export_tarball/ |
export_tarball.py | 93 def add(self, name, arcname=None, recursive=True, exclude=None, filter=None): 113 tarfile.TarFile.add(self, name, arcname=arcname, recursive=recursive)
|