HomeSort by relevance Sort by last modified time
    Searched refs:RECURSIVE (Results 1 - 9 of 9) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
types.h 88 /// Partial sum algorithms: recursive, linear.
91 RECURSIVE,
  /external/chromium/base/
message_loop_unittest.cc 605 RECURSIVE,
636 case RECURSIVE: os << "RECURSIVE"; break;
750 : OrderedTasks(order, RECURSIVE, cookie),
835 // The trick here is that for recursive task processing, this task will be
838 // For non-recursive task processing, this will be executed _after_ the
892 EXPECT_EQ(order[ 0], TaskItem(RECURSIVE, 1, true));
893 EXPECT_EQ(order[ 1], TaskItem(RECURSIVE, 1, false));
894 EXPECT_EQ(order[ 2], TaskItem(RECURSIVE, 2, true));
895 EXPECT_EQ(order[ 3], TaskItem(RECURSIVE, 2, false))
    [all...]
  /system/extras/tests/fstest/
perm_checker.c 49 enum perm_rule_type {EXACT_FILE = 0, EXACT_DIR, WILDCARD, RECURSIVE,
122 pr->type = RECURSIVE;
263 pr = rules[RECURSIVE];
338 pr = rules[RECURSIVE];
  /external/icu4c/test/
Makefile.in 24 .PHONY : everything all all-local all-recursive install install-local \
25 install-recursive clean clean-local clean-recursive distclean \
26 distclean-local distclean-recursive dist dist-recursive dist-local \
27 check check-recursive check-local xcheck xcheck-recursive xcheck-local
33 everything: all-recursive all-local
35 ifneq ($(RECURSIVE),YES)
39 install: install-recursive install-loca
    [all...]
  /external/icu4c/test/perf/
Makefile.in 27 .PHONY : everything all all-local all-recursive install install-local \
28 install-recursive clean clean-local clean-recursive distclean \
29 distclean-local distclean-recursive dist dist-recursive dist-local \
30 check check-recursive check-local xperf xperf-recursive
36 everything: all-recursive all-local
38 ifneq ($(RECURSIVE),YES)
42 install: install-recursive install-loca
    [all...]
  /external/libvpx/
libs.doxy_template 512 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
516 RECURSIVE = NO
560 # commands irrespective of the value of the RECURSIVE tag.
    [all...]
  /development/pdk/doxygen_config/
pdk_config.conf 105 RECURSIVE = YES
  /external/icu4c/data/
Makefile 90 .PHONY : all all-local all-recursive install install-local install-files \
91 install-recursive clean clean-local clean-recursive distclean \
92 distclean-local distclean-recursive dist dist-local dist-recursive \
93 check check-local check-recursive build-local clean-resindex build-dir
637 (cd ../common && $(MAKE) RECURSIVE=YES) || exit;
Makefile.in 104 .PHONY : all all-local all-recursive install install-local install-files \
105 install-recursive clean clean-local clean-recursive distclean \
106 distclean-local distclean-recursive dist dist-local dist-recursive \
107 check check-local check-recursive build-local clean-resindex build-dir icudata.jar
    [all...]

Completed in 1023 milliseconds