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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
types.h 90 /// Partial sum algorithms: recursive, linear.
93 RECURSIVE,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
types.h 90 /// Partial sum algorithms: recursive, linear.
93 RECURSIVE,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
types.h 90 /// Partial sum algorithms: recursive, linear.
93 RECURSIVE,
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
types.h 90 /// Partial sum algorithms: recursive, linear.
93 RECURSIVE,
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
types.h 90 /// Partial sum algorithms: recursive, linear.
93 RECURSIVE,
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
types.h 90 /// Partial sum algorithms: recursive, linear.
93 RECURSIVE,
  /external/libchrome/base/message_loop/
message_loop_test.cc 439 RECURSIVE,
468 case RECURSIVE: os << "RECURSIVE"; break;
517 order->RecordStart(RECURSIVE, cookie);
525 order->RecordEnd(RECURSIVE, cookie);
550 EXPECT_EQ(order.Get(0), TaskItem(RECURSIVE, 1, true));
551 EXPECT_EQ(order.Get(1), TaskItem(RECURSIVE, 1, false));
552 EXPECT_EQ(order.Get(2), TaskItem(RECURSIVE, 2, true));
553 EXPECT_EQ(order.Get(3), TaskItem(RECURSIVE, 2, false));
556 EXPECT_EQ(order.Get(6), TaskItem(RECURSIVE, 1, true))
    [all...]
message_loop_unittest.cc 157 RECURSIVE,
187 case RECURSIVE: os << "RECURSIVE"; break;
259 order->RecordStart(RECURSIVE, cookie);
267 order->RecordEnd(RECURSIVE, cookie);
287 // The trick here is that for recursive task processing, this task will be
290 // For non-recursive task processing, this will be executed _after_ the
346 EXPECT_EQ(order.Get(0), TaskItem(RECURSIVE, 1, true));
347 EXPECT_EQ(order.Get(1), TaskItem(RECURSIVE, 1, false));
350 EXPECT_EQ(order.Get(4), TaskItem(RECURSIVE, 3, true))
    [all...]
  /external/icu/icu4c/source/test/perf/
Makefile.in 31 .PHONY : everything all all-local all-recursive install install-local \
32 install-recursive clean clean-local clean-recursive distclean \
33 distclean-local distclean-recursive dist dist-recursive dist-local \
34 check check-recursive check-local xperf xperf-recursive
40 everything: all-recursive all-local
42 ifneq ($(RECURSIVE),YES)
46 install: install-recursive install-loca
    [all...]
  /external/icu/icu4c/source/test/
Makefile.in 35 .PHONY : everything all all-local all-recursive install install-local \
36 install-recursive clean clean-local clean-recursive distclean \
37 distclean-local distclean-recursive dist dist-recursive dist-local \
38 check check-recursive check-local xcheck xcheck-recursive xcheck-local \
39 check-exhaustive check-exhaustive-recursive
45 everything: all-recursive all-local
47 ifneq ($(RECURSIVE),YES
    [all...]
  /external/libvpx/libvpx/
libs.doxy_template 506 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
510 RECURSIVE = NO
554 # commands irrespective of the value of the RECURSIVE tag.
    [all...]
  /frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/processor/
QueryMethodProcessorTest.kt 296 @Query("WITH RECURSIVE tempTable(n, fact) AS (SELECT 0, 1 UNION ALL SELECT n+1, (n+1)*fact FROM tempTable WHERE n < 9) SELECT fact FROM tempTable, User")
322 @Query("WITH RECURSIVE tempTable(n, fact) AS (SELECT 0, 1 UNION ALL SELECT n+1, (n+1)*fact FROM tempTable WHERE n < 9) SELECT fact FROM tempTable")
  /external/icu/icu4c/source/data/
Makefile.in 119 .PHONY : all all-local all-recursive install install-local install-files \
120 install-recursive clean clean-local clean-recursive distclean \
121 distclean-local distclean-recursive dist dist-local dist-recursive \
122 check check-local check-recursive clean-resindex icudata.jar \
    [all...]
  /external/sqlite/dist/orig/
shell.c 679 "PRIMARY", "QUERY", "RAISE", "RECURSIVE", "REFERENCES", "REGEXP",
    [all...]
  /external/sqlite/dist/
shell.c 685 "PRIMARY", "QUERY", "RAISE", "RECURSIVE", "REFERENCES", "REGEXP",
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 1070 milliseconds