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

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 94 but fully recursive.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
regression.py 272 Now we catch recursive cursor usage and raise a ProgrammingError.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 94 but fully recursive.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
regression.py 272 Now we catch recursive cursor usage and raise a ProgrammingError.
  /system/media/camera/docs/
metadata_model.py 834 This operation is not recursive. To combine the grandchildren and other
934 This operation is not recursive. To combine the grandchildren and other
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 314 bool recursive = false);
794 /// \param recursive - true if this is being called recursively,
798 bool recursive) {
819 if (recursive)
828 /*recursive*/ true);
836 /*recursive*/ true);
853 /*recursive*/ true);
912 if (recursive) Out << 'N';
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 458 DeclarationMatcher Recursive =
480 "};", Recursive));
494 "};", Recursive));
512 "};", Recursive));
516 DeclarationMatcher Recursive =
535 EXPECT_TRUE(matches("class F {};", Recursive));
536 EXPECT_TRUE(matches("class Z {};", Recursive));
537 EXPECT_TRUE(matches("class C {};", Recursive));
538 EXPECT_TRUE(matches("class M { class N { class X {}; }; };", Recursive));
539 EXPECT_TRUE(matches("class M { class N { class B {}; }; };", Recursive));
    [all...]
  /ndk/sources/host-tools/make-3.81/doc/
make.info-1 193 Recursive Use of `make'
199 helps debug use of recursive `make' commands.
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 148 int numCalls[2]; /* 0=normal, 1=recursive */
155 int numCalls[2]; /* 0=normal, 1=recursive */
170 uint64_t topExclusive; /* non-recursive exclusive time */
172 struct TimedMethod *parents[2]; /* 0=normal, 1=recursive */
173 struct TimedMethod *children[2]; /* 0=normal, 1=recursive */
174 int numCalls[2]; /* 0=normal, 1=recursive */
    [all...]
  /dalvik/vm/
Native.cpp 157 u4 onLoadThreadId; /* recursive invocation guard */
272 ALOGI("threadid=%d: recursive native library load attempt (%s)",
  /external/antlr/antlr-3.4/runtime/C/
INSTALL 322 `--help=recursive'
325 only in the top level, while the `recursive' variant lists options
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreenodestream.c 501 // a recursive call to this function, which will cause similar
807 /// a recursive walk. Mostly useful for testing as it yields
  /external/bison/
INSTALL 328 `--help=recursive'
331 only in the top level, while the `recursive' variant lists options
  /external/chromium/chrome/common/
sandbox_policy.cc 306 if (!AddDirectory(base::DIR_PROFILE, NULL, false, /*not recursive*/
348 // listing in AppData directly, so we add a non-recursive policy for
  /external/chromium/net/base/
net_util.h 446 // If |recursive| is true, chained entries via ai_next are copied too.
450 bool recursive);
  /external/chromium_org/base/
values.h 5 // This file specifies a recursive data storage class called Value intended for
204 // parsing for recursive access; see the comment at the top of the file. Keys
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache_unittest.cc 355 false, // recursive
856 ASSERT_TRUE(base::DeleteFile(metadata_directory, true /* recursive */));
    [all...]
  /external/chromium_org/chrome/browser/web_applications/
web_app_mac.mm 157 false /* recursive */,
296 true /* recursive */,
  /external/chromium_org/chrome_frame/test/reliability/
page_load_test.cc 337 false, // not recursive
416 false, // not recursive
  /external/chromium_org/content/renderer/
v8_value_converter_impl_unittest.cc 605 // Create a recursive array.
620 // Now create a recursive object
  /external/chromium_org/courgette/testdata/
elf-32-1 
elf-32-2 
  /external/chromium_org/sdch/open-vcdiff/
INSTALL 322 `--help=recursive'
325 only in the top level, while the `recursive' variant lists options
  /external/chromium_org/third_party/jinja2/
runtime.py 305 raise TypeError('Tried to call non recursive loop. Maybe you '
306 "forgot the 'recursive' modifier.")
  /external/chromium_org/third_party/libxml/src/
INSTALL 322 `--help=recursive'
325 only in the top level, while the `recursive' variant lists options

Completed in 2573 milliseconds

<<31323334353637383940>>