Searched
full:recursive (Results
701 -
725 of
2183) sorted by null
<<21222324252627282930>>
/external/chromium_org/third_party/tcmalloc/vendor/m4/ |
ltoptions.m4 | 359 LT_OPTION_DEFINE([LTDL_INIT], [recursive], 360 [m4_define([_LTDL_MODE], [recursive])])
|
/external/chromium_org/tools/gn/ |
command_desc.cc | 78 OutputString("\nAll recursive dependencies:\n"); 240 " recursive) dependencies of the given target. \"--tree\" shows them\n"
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl_mutex.cc | 24 bool rw, bool recursive, bool linker_init) { 37 s->is_recursive = recursive;
|
tsan_stat.cc | 67 name[StatMutexRecLock] = " recursive lock "; 68 name[StatMutexRecUnlock] = " recursive unlock ";
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/ |
BIHTree.java | 348 node.setLeftChild(createNode(l, max(l, pivot - 1), lbbox, depth + 1)); //Recursive call 355 node.setRightChild(createNode(pivot, r, rbbox, depth + 1)); //Recursive call
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
NestedMapData.java | 163 * Recursive method that builds the full path to this node via its parent links into the given 331 * Non-recursive method that only returns a Data node if this node has a child whose name matches
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
ltoptions.m4 | 375 LT_OPTION_DEFINE([LTDL_INIT], [recursive], 376 [m4_define([_LTDL_MODE], [recursive])])
|
/external/libmtp/m4/ |
ltoptions.m4 | 359 LT_OPTION_DEFINE([LTDL_INIT], [recursive], 360 [m4_define([_LTDL_MODE], [recursive])])
|
/external/libusb-compat/m4/ |
ltoptions.m4 | 359 LT_OPTION_DEFINE([LTDL_INIT], [recursive], 360 [m4_define([_LTDL_MODE], [recursive])])
|
/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/ |
Toc.pm | 183 # note: Recursive function this is. 255 # Assemble TOC (recursive) for next level
|
/external/libxml2/ |
xmlsave.c | 713 * Dump an XML node list, recursive behaviour, children are printed too. 743 * Dump an HTML node, recursive behaviour, children are printed too. 802 * Dump an XML node, recursive behaviour, children are printed too. [all...] |
/external/llvm/docs/tutorial/ |
LangImpl1.rst | 47 basic AST construction. This tutorial describes recursive descent 130 useful for mutually recursive functions). For example:
|
/external/llvm/include/llvm/Analysis/ |
DominatorInternals.h | 36 // This is more understandable as a recursive algorithm, but we can't use the 37 // recursive algorithm due to stack depth issues. Keep it here for
|
/external/llvm/include/llvm/IR/ |
TypeBuilder.h | 74 /// TypeBuilder cannot handle recursive types or types you only know at runtime. 75 /// If you try to give it a recursive type, it will deadlock, infinitely
|
/external/open-vcdiff/m4/ |
ltoptions.m4 | 359 LT_OPTION_DEFINE([LTDL_INIT], [recursive], 360 [m4_define([_LTDL_MODE], [recursive])])
|
/external/open-vcdiff/src/ |
blockhash.cc | 238 // A recursive template to compare a fixed number 250 // The base of the recursive template: compare one pair of machine words.
|
/external/openfst/m4/ |
ltoptions.m4 | 375 LT_OPTION_DEFINE([LTDL_INIT], [recursive], 376 [m4_define([_LTDL_MODE], [recursive])])
|
/external/openfst/src/include/fst/ |
replace-util.h | 21 // Utility classes for the recursive replacement of Fsts (RTNs). 48 // Utility class for the recursive replacement of Fsts (RTNs). The
|
/external/openssh/ |
sftp.1 | 376 does not follow symbolic links when performing recursive transfers. 498 does not follow symbolic links when performing recursive transfers.
|
/external/protobuf/m4/ |
ltoptions.m4 | 359 LT_OPTION_DEFINE([LTDL_INIT], [recursive], 360 [m4_define([_LTDL_MODE], [recursive])])
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
ltoptions.m4 | 360 LT_OPTION_DEFINE([LTDL_INIT], [recursive], 361 [m4_define([_LTDL_MODE], [recursive])])
|
/external/srec/portable/include/ |
ptrd.h | 93 * waited on and can be notified. Monitors implement so-called recursive 247 * so-called recursive locking, meaning that a thread owning the mutex can
|
/external/valgrind/main/drd/ |
drd_mutex.c | 274 "Recursive locking not allowed", 464 return "recursive mutex";
|
/external/valgrind/main/helgrind/tests/ |
tc09_bad_unlock.stderr.exp | 67 Thread #x: Attempt to re-lock a non-recursive lock I already hold 78 Thread #x: Bug in libpthread: recursive write lock granted on mutex/wrlock which does not support recursion
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_ndis.c | 250 static int l2_ndisuio_start_read(struct l2_packet_data *l2, int recursive) 270 if (!recursive)
|
Completed in 2391 milliseconds
<<21222324252627282930>>