HomeSort by relevance Sort by last modified time
    Searched full:recursive (Results 301 - 325 of 2183) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/jstemplate/tutorial_examples/
08-transclude.html 74 <!--Recursive tranclusion: -->
10-jsvalues.html 88 <!--Recursive tranclusion: -->
  /external/chromium_org/third_party/libusb/src/libusb/os/
threads_windows.h 61 // all Windows mutexes are recursive
  /external/chromium_org/third_party/mesa/src/src/glsl/
linker.h 69 * base class to start the recursive processing of the uniform.
  /external/chromium_org/third_party/sqlite/src/src/
mutex_w32.c 23 ** Each recursive mutex is an instance of the following structure.
163 ** a new mutex. The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
167 ** not want to. But SQLite will only request a recursive mutex in
168 ** cases where it really needs one. If a faster non-recursive mutex
  /external/chromium_org/tools/memory_watcher/
memory_watcher.h 76 // a stack track. Used to avoid recursive tracking.
  /external/chromium_org/webkit/browser/fileapi/
async_file_test_helper.h 42 bool recursive);
async_file_util_adapter.h 54 bool recursive,
copy_or_move_operation_delegate.h 22 // A delegate class for recursive copy or move operations.
file_system_operation.h 131 // |recursive| is true, create parent directories as needed just like
135 bool recursive,
168 // Removes a file or directory at |path|. If |recursive| is true, remove
170 virtual void Remove(const FileSystemURL& path, bool recursive,
local_file_util.h 49 bool recursive) OVERRIDE;
  /external/clang/test/Analysis/
inline.c 35 // Test that inlining works with recursive functions.
  /external/clang/test/SemaCXX/
alignof.cpp 31 // doing the appropriate recursive walk to do that, we should make
  /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/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/mesa3d/src/glsl/
linker.h 69 * base class to start the recursive processing of the uniform.
  /external/oprofile/libpp/
name_storage.cpp 46 // recursive call to init real_filename.
  /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/api_pro/
ProCamera2Client.cpp 102 // don't allow recursive locking
103 ALOGW("%s: exclusive lock already exists - recursive locking is not"
137 // don't allow recursive locking
138 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 

Completed in 396 milliseconds

<<11121314151617181920>>