/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
__init__.py | 173 Returns a non-recursive lock object 180 Returns a recursive lock object
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
__init__.py | 173 Returns a non-recursive lock object 180 Returns a recursive lock object
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_rwlock.c | 194 /* The host implementation (GLibc) does not support recursive 198 /* Our implementation supports recursive write locks ! */
|
/art/runtime/base/ |
mutex.cc | 294 Mutex::Mutex(const char* name, LockLevel level, bool recursive) 295 : BaseMutex(name, level), recursive_(recursive), recursion_count_(0) { 301 // Use recursive mutexes for bionic and Apple otherwise the 302 // non-recursive mutexes don't have TIDs to check lock ownership of. 500 os << (recursive_ ? "recursive " : "non-recursive ")
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
local_file_change_tracker_unittest.cc | 282 file_system_.Remove(URL(kPath0), false /* recursive */)); 288 file_system_.Remove(URL(kPath1), false /* recursive */)); 300 file_system_.Remove(URL(kPath2), true /* recursive */)); 554 // Then recursive copy took place. The exact order cannot be determined 580 file_system_.Remove(URL(kPath0), true /* recursive */)); 597 // The exact order of recursive removal cannot be determined.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
memory_region_map.cc | 80 // itself is write-recursive which is an exception to Google's mutex usage. 85 // We do this as follows: on a recursive call of MemoryRegionMap's 265 "recursive lock nesting unexpectedly deep"); 416 RAW_VLOG(12, "Saving recursive insert of region %p..%p from %p", 478 // there, to prevent overrunning saved_regions in recursive 648 // this must be caused by uncontrolled recursive operations on regions_
|
thread_cache.cc | 360 // This may be a recursive malloc call from pthread_setspecific() 374 // call malloc() recursively. We check for the recursive call using 421 // Somehow heap got reinstated by a recursive call to malloc
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
params.def | 68 counted and once the recursive inline limit (see 89 "max-inline-insns-recursive", 90 "The maximum number of instructions inline function can grow to via recursive inlining", 94 "max-inline-insns-recursive-auto", 95 "The maximum number of instructions non-inline function can grow to via recursive inlining", 99 "max-inline-recursive-depth", 100 "The maximum depth of recursive inlining for inline functions", 104 "max-inline-recursive-depth-auto", 105 "The maximum depth of recursive inlining for non-inline functions", 109 "min-inline-recursive-probability" [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.def | 68 counted and once the recursive inline limit (see 89 "max-inline-insns-recursive", 90 "The maximum number of instructions inline function can grow to via recursive inlining", 94 "max-inline-insns-recursive-auto", 95 "The maximum number of instructions non-inline function can grow to via recursive inlining", 99 "max-inline-recursive-depth", 100 "The maximum depth of recursive inlining for inline functions", 104 "max-inline-recursive-depth-auto", 105 "The maximum depth of recursive inlining for non-inline functions", 109 "min-inline-recursive-probability" [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
params.def | 68 counted and once the recursive inline limit (see 89 "max-inline-insns-recursive", 90 "The maximum number of instructions inline function can grow to via recursive inlining", 94 "max-inline-insns-recursive-auto", 95 "The maximum number of instructions non-inline function can grow to via recursive inlining", 99 "max-inline-recursive-depth", 100 "The maximum depth of recursive inlining for inline functions", 104 "max-inline-recursive-depth-auto", 105 "The maximum depth of recursive inlining for non-inline functions", 109 "min-inline-recursive-probability" [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.def | 68 counted and once the recursive inline limit (see 89 "max-inline-insns-recursive", 90 "The maximum number of instructions inline function can grow to via recursive inlining", 94 "max-inline-insns-recursive-auto", 95 "The maximum number of instructions non-inline function can grow to via recursive inlining", 99 "max-inline-recursive-depth", 100 "The maximum depth of recursive inlining for inline functions", 104 "max-inline-recursive-depth-auto", 105 "The maximum depth of recursive inlining for non-inline functions", 109 "min-inline-recursive-probability" [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 611 in order. Tail recursive. *) 615 [u1,...,uN] are the users of the value [v]. Tail recursive. *) 619 [u1,...,uN] are the users of the value [v]. Not tail recursive. *) [all...] |
/external/valgrind/main/callgrind/ |
Makefile.in | 163 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 164 html-recursive info-recursive install-data-recursive \ 165 install-dvi-recursive install-exec-recursive \ 166 install-html-recursive install-info-recursive \ [all...] |
/external/valgrind/main/drd/ |
Makefile.in | 170 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 171 html-recursive info-recursive install-data-recursive \ 172 install-dvi-recursive install-exec-recursive \ 173 install-html-recursive install-info-recursive \ [all...] |
/external/chromium_org/third_party/libxml/src/ |
HTMLtree.c | 399 * Dump an HTML node, recursive behaviour,children are printed too. 442 * Dump an HTML node, recursive behaviour,children are printed too, 462 * Dump an HTML node, recursive behaviour,children are printed too. 514 * Dump an HTML node, recursive behaviour,children are printed too, 753 * Dump an HTML node list, recursive behaviour,children are printed too. 775 * Dump an HTML node, recursive behaviour,children are printed too. 963 * Dump an HTML node, recursive behaviour,children are printed too,
|
/external/chromium_org/third_party/sqlite/src/test/ |
triggerC.test | 32 # triggerC-5.*: Test that when recursive triggers are enabled DELETE 35 # if recursive triggers are not enabled. 41 # Enable recursive triggers for this file. 50 # specific problems while modifying SQLite to support recursive 164 # This block of tests, triggerC-2.*, tests that recursive trigger 166 # this block focuses on recursive INSERT triggers. 648 # statements return the current value of the recursive triggers flag.
|
/external/libxml2/ |
HTMLtree.c | 399 * Dump an HTML node, recursive behaviour,children are printed too. 442 * Dump an HTML node, recursive behaviour,children are printed too, 462 * Dump an HTML node, recursive behaviour,children are printed too. 514 * Dump an HTML node, recursive behaviour,children are printed too, 751 * Dump an HTML node list, recursive behaviour,children are printed too. 773 * Dump an HTML node, recursive behaviour,children are printed too. 961 * Dump an HTML node, recursive behaviour,children are printed too,
|
/external/webrtc/src/system_wrappers/source/spreadsortlib/ |
spreadsort.hpp | 122 //Implementation for recursive integer sorting
239 //Functor implementation for recursive sorting
287 //Functor implementation for recursive sorting with only Shift overridden
335 //Holds the bin vector and makes the initial recursive call
763 //Functor implementation for recursive sorting
[all...] |
/external/chromium_org/chrome/browser/extensions/ |
menu_manager.cc | 131 bool recursive) { 138 } else if (recursive) { 139 child = (*i)->ReleaseChild(child_id, recursive); 411 old_parent->ReleaseChild(child_id, false /* non-recursive search*/); 474 MenuItem* child = (*j)->ReleaseChild(id, true /* recursive */);
|
/external/chromium_org/third_party/libxslt/libxslt/ |
keys.c | 432 * If non-recursive behaviour, just try to initialize all keys 453 * Apparently one key is recursive and this one is needed, 623 * Detect recursive keys 629 "xsltInitCtxtKey: key definition of %s is recursive\n", 633 "Key definition for %s is recursive\n", keyDef->name);
|
/external/libxslt/libxslt/ |
keys.c | 432 * If non-recursive behaviour, just try to initialize all keys 453 * Apparently one key is recursive and this one is needed, 623 * Detect recursive keys 629 "xsltInitCtxtKey: key definition of %s is recursive\n", 633 "Key definition for %s is recursive\n", keyDef->name);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
replace.h | 17 // Functions and classes for the recursive replacement of Fsts. 55 // expansion of a recursive transition network represented as Fst 516 // another Fst. This replacement is recursive. ReplaceFst can be used 517 // to support a variety of delayed constructions such as recursive 663 // Fst. This replacement is recursive. Replace takes an array of
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAContext.java | 58 * With recursive rules like 225 int n = 0; // track recursive invocations of state 251 int n = 0; // track recursive invocations of target from this state
|
/external/chromium_org/content/child/fileapi/ |
webfilesystem_impl.cc | 365 MakeTuple(GURL(path), false /* recursive */, 381 MakeTuple(GURL(path), true /* recursive */, 434 MakeTuple(GURL(path), exclusive, false /* recursive */,
|
/external/chromium_org/third_party/jinja2/ |
compiler.py | 644 the future also recursive loops. As there is currently [all...] |