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

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py     [all...]
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 580 void Recursive(
590 TEST_F(IPCSyncChannelTest, Recursive) {
591 Recursive(false, false, false);
592 Recursive(false, false, true);
593 Recursive(false, true, false);
594 Recursive(false, true, true);
595 Recursive(true, false, false);
596 Recursive(true, false, true);
597 Recursive(true, true, false);
598 Recursive(true, true, true)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 267 // recursive protos in separate files can successfully reference each other.
523 // Mutually recursive with PrintNestedDescriptors().
598 // Mutually recursive with PrintDescriptor().
620 // Mutually recursive with PrintNestedMessages().
642 // Mutually recursive with PrintMessage().
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
Makefile.in 352 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
353 html-recursive info-recursive install-data-recursive \
354 install-dvi-recursive install-exec-recursive \
355 install-html-recursive install-info-recursive \
    [all...]
  /external/chromium_org/third_party/re2/doc/
syntax.html 360 <tr><td><code><font color=#808080>(?n)</font></code></td><td>recursive call to regexp capturing group <code>n</code> </td></tr>
361 <tr><td><code><font color=#808080>(?+n)</font></code></td><td>recursive call to relative group <code>+n</code> </td></tr>
362 <tr><td><code><font color=#808080>(?-n)</font></code></td><td>recursive call to relative group <code>-n</code> </td></tr>
364 <tr><td><code><font color=#808080>(?R)</font></code></td><td>recursive call to entire regexp (? <code>(?0)</code>) </td></tr>
365 <tr><td><code><font color=#808080>(?&amp;name)</font></code></td><td>recursive call to named group </td></tr>
367 <tr><td><code><font color=#808080>(?P&gt;name)</font></code></td><td>recursive call to named group </td></tr>
  /external/regex-re2/doc/
syntax.html 360 <tr><td><code><font color=#808080>(?n)</font></code></td><td>recursive call to regexp capturing group <code>n</code> </td></tr>
361 <tr><td><code><font color=#808080>(?+n)</font></code></td><td>recursive call to relative group <code>+n</code> </td></tr>
362 <tr><td><code><font color=#808080>(?-n)</font></code></td><td>recursive call to relative group <code>-n</code> </td></tr>
364 <tr><td><code><font color=#808080>(?R)</font></code></td><td>recursive call to entire regexp (? <code>(?0)</code>) </td></tr>
365 <tr><td><code><font color=#808080>(?&amp;name)</font></code></td><td>recursive call to named group </td></tr>
367 <tr><td><code><font color=#808080>(?P&gt;name)</font></code></td><td>recursive call to named group </td></tr>
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 469 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
470 html-recursive info-recursive install-data-recursive \
471 install-dvi-recursive install-exec-recursive \
472 install-html-recursive install-info-recursive \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 469 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
470 html-recursive info-recursive install-data-recursive \
471 install-dvi-recursive install-exec-recursive \
472 install-html-recursive install-info-recursive \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 469 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
470 html-recursive info-recursive install-data-recursive \
471 install-dvi-recursive install-exec-recursive \
472 install-html-recursive install-info-recursive \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile 469 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
470 html-recursive info-recursive install-data-recursive \
471 install-dvi-recursive install-exec-recursive \
472 install-html-recursive install-info-recursive \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile 469 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
470 html-recursive info-recursive install-data-recursive \
471 install-dvi-recursive install-exec-recursive \
472 install-html-recursive install-info-recursive \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile 469 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
470 html-recursive info-recursive install-data-recursive \
471 install-dvi-recursive install-exec-recursive \
472 install-html-recursive install-info-recursive \
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 125 * Perform a pre-order traversal non-recursive style.
180 * Perform a pre-order traversal non-recursive style.
  /external/chromium/chrome/browser/printing/
print_view_manager.cc 276 // BLOCKS until all the pages are received. (Need to enable recursive task)
416 // Need to enable recursive task.
  /external/chromium/sdch/open-vcdiff/src/
blockhash.cc 237 // A recursive template to compare a fixed number
249 // The base of the recursive template: compare one pair of machine words.
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.cc 190 base::DeleteFile(downloaded_file_path, false /* recursive */);
198 base::DeleteFile(downloaded_file_path, false /* recursive */);
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.cc 116 base::FileEnumerator enumerator(directory_from, false, // not recursive
322 base::DeleteFile(persistent_directory, true /* recursive */);
  /external/chromium_org/chrome/browser/printing/
print_view_manager_base.cc 332 // BLOCKS until all the pages are received. (Need to enable recursive task)
461 // Need to enable recursive task.
  /external/chromium_org/content/browser/indexed_db/
indexed_db_context_impl.cc 276 const bool recursive = true; local
277 bool deleted = base::DeleteFile(idb_directory, recursive);
  /external/chromium_org/sdch/open-vcdiff/m4/
ltoptions.m4 359 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
360 [m4_define([_LTDL_MODE], [recursive])])
  /external/chromium_org/sdch/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/chromium_org/sync/engine/
get_commit_ids_command.cc 362 // Case 2: Server moved, then locally issue recursive delete.
393 // a recursive delete is not currently happening (no recent deletes in same
  /external/chromium_org/third_party/libxml/src/
xmlsave.c 650 * Dump an XML node list, recursive behaviour, children are printed too.
680 * Dump an HTML node, recursive behaviour, children are printed too.
739 * Dump an XML node, recursive behaviour, children are printed too.
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h 182 CRITICAL_SECTION mutex; /* this is recursive on NT */
184 HMTX mutex; /* this is recursive on NT */
  /external/chromium_org/third_party/sqlite/src/test/
misc2.test 21 # The tests in this file were written before SQLite supported recursive
23 # recursive triggers for this file.

Completed in 2300 milliseconds

<<21222324252627282930>>