/ndk/sources/host-tools/make-3.81/ |
variable.h | 39 f_recursive, /* Recursive definition (=) */ 57 unsigned int recursive:1; /* Gets recursively re-evaluated. */ member in struct:variable 159 enum variable_origin origin, int recursive,
|
/dalvik/vm/alloc/ |
HeapInternal.h | 54 /* Is the GC running? Used to avoid recursive calls to GC.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ |
LeftRecursiveRules.stg | 29 /** How to generate rules derived from left-recursive rules.
|
/external/chromium/base/ |
file_util.cc | 376 bool recursive) { 379 recursive); 381 bool Delete(const std::wstring& path, bool recursive) { 382 return Delete(FilePath::FromWStringHack(path), recursive);
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_tree_model.h | 42 // |recursive| indicates whether to recurse into sub-directories (if false,
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_frame_win.h | 33 // separate to avoid recursive calling of the frame from its constructor.
|
/external/chromium/net/base/ |
directory_lister.h | 67 bool recursive,
|
/external/clang/test/Analysis/ |
inline.c | 35 // Test that inlining works with recursive functions.
|
/external/clang/test/SemaTemplate/ |
instantiate-self.cpp | 50 // FIXME: PR12298: Recursive constexpr function template instantiation leads to
|
/external/eigen/bench/btl/generic_bench/static/ |
static_size_generator.hh | 26 //recursive generation of statically defined matrix and vector sizes
|
/external/icu4c/test/testdata/ |
testnorm.txt | 65 E002=E001 308 # recursive mapping needs reordering
|
/external/javassist/src/main/javassist/expr/ |
Expr.java | 276 * @param recursive if not null, the substituted bytecode 281 public void replace(String statement, ExprEditor recursive) 285 if (recursive != null) 286 runEditor(recursive, iterator);
|
/external/libusb_aah/libusb/os/ |
threads_windows.h | 61 // all Windows mutexes are recursive
|
/external/llvm/lib/Support/Unix/ |
Mutex.inc | 23 MutexImpl::MutexImpl( bool recursive)
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
2011-12-19-PostincQuadratic.ll | 4 ; recursive expansion of a quadratic recurrence within for.body7. LSR
|
/external/oprofile/libpp/ |
name_storage.cpp | 46 // recursive call to init real_filename.
|
/external/webkit/Source/JavaScriptCore/wtf/ |
ListRefPtr.h | 29 // Derefs the list iteratively to avoid recursive derefing that can overflow the stack.
|
/external/webkit/Source/JavaScriptCore/yarr/ |
Yarr.h | 47 // The below limit restricts the number of "recursive" match calls in order to
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
SurfaceCollection.h | 61 // Recursive tree methods (animations, invals, etc)
|
/external/webkit/Source/WebCore/rendering/ |
PaintPhase.h | 33 * a recursive descent into the layer's render objects. The first phase is the background phase.
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPNode.java | 475 * @param recursive Flag is qualifier and child nodes shall be rendered too 478 public String dumpNode(boolean recursive) 481 this.dumpNode(result, recursive, 0, 0); 698 * @param recursive Flag is qualifier and child nodes shall be rendered too 702 private void dumpNode(StringBuffer result, boolean recursive, int indent, int index) 762 if (recursive && hasQualifier()) 778 qualifier.dumpNode(result, recursive, indent + 2, i + 1); 783 if (recursive && hasChildren()) 794 child.dumpNode(result, recursive, indent + 1, i + 1);
|
/frameworks/av/services/camera/libcameraservice/ |
ProCamera2Client.cpp | 103 // don't allow recursive locking 104 ALOGW("%s: exclusive lock already exists - recursive locking is not" 138 // don't allow recursive locking 139 ALOGW("%s: exclusive lock already exists - recursive locking is not allowed"
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
lib_mutex.h | 35 * This libray defines a type of simple non-recursive mutex that can
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libnsl-2.7.so | |
libnsl.so | |