/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/ |
D | BlockWriter.java | 26 private final List<Snippet> snippets; field in BlockWriter 29 this.snippets = Lists.newArrayList(); in BlockWriter() 33 snippets.add(Snippet.format(snippet, args)); in addSnippet() 38 snippets.add(snippet); in addSnippet() 43 return snippets.isEmpty(); in isEmpty() 48 for (Snippet snippet : snippets) { in write() 57 return FluentIterable.from(snippets) in referencedClasses()
|
D | Snippet.java | 89 final ImmutableList<Snippet> snippets; 91 CompoundSnippet(String joinToken, ImmutableList<Snippet> snippets) { 93 this.snippets = snippets; 98 return FluentIterable.from(snippets) 111 Iterator<Snippet> snippetIterator = snippets.iterator(); 167 public static Snippet concat(Iterable<Snippet> snippets) { 168 return join("\n", snippets); 174 public static Snippet join(String joinToken, Iterable<Snippet> snippets) { 175 return new CompoundSnippet(joinToken, ImmutableList.copyOf(snippets));
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | ProducerFactoryGenerator.java | 425 ImmutableList.Builder<Snippet> snippets = ImmutableList.builder(); 428 snippets.add(Snippet.format( 435 snippets.add(frameworkTypeUsageStatement( 439 return snippets.build(); 463 ImmutableList.Builder<Snippet> snippets = ImmutableList.builder(); 464 snippets.add(Snippet.format("monitor.methodStarting();"));
|
D | MapKeys.java | 249 ImmutableList.Builder<Snippet> snippets = ImmutableList.builder(); in visitArray() local 251 snippets.add(this.visit(values.get(i), p)); in visitArray() 253 return Snippet.format("{%s}", makeParametersSnippet(snippets.build())); in visitArray()
|
D | AbstractComponentWriter.java | 683 ImmutableList<Snippet> snippets = snippetsBuilder.build(); in initializeFrameworkTypes() local 685 List<List<Snippet>> partitions = Lists.partition(snippets, SNIPPETS_PER_INITIALIZATION_METHOD); in initializeFrameworkTypes() 1127 ImmutableList.Builder<dagger.internal.codegen.writer.Snippet> snippets = in initializeMapBinding() local 1129 snippets.add(Snippet.format("%s.<%s, %s>builder(%d)", in initializeMapBinding() 1136 snippets.add( in initializeMapBinding() 1143 snippets.add(Snippet.format(" .build()")); in initializeMapBinding() 1145 return Snippet.concat(snippets.build()); in initializeMapBinding()
|
/external/eigen/unsupported/ |
D | README.txt | 41 unsupported/doc/snippets/.cpp <- code snippets for the doc
|
/external/eigen/unsupported/doc/ |
D | CMakeLists.txt | 4 add_subdirectory(snippets)
|
/external/eigen/unsupported/doc/snippets/ |
D | CMakeLists.txt | 10 CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/doc/snippets/compile_snippet.cpp.in
|
/external/autotest/client/site_tests/accessibility_ChromeVoxSound/ |
D | control | 19 Uses audio loopback to record snippets of audio, checking whether there was any
|
/external/harfbuzz_ng/win32/ |
D | create-lists.bat | 2 rem Simple .bat script for creating the NMake Makefile snippets.
|
/external/eigen/doc/ |
D | CMakeLists.txt | 73 add_subdirectory(snippets)
|
D | Doxyfile.in | 735 "${Eigen_SOURCE_DIR}/doc/snippets" \ 737 "${Eigen_SOURCE_DIR}/unsupported/doc/snippets" 783 EXAMPLE_PATH = "${Eigen_SOURCE_DIR}/doc/snippets" \ 784 "${Eigen_BINARY_DIR}/doc/snippets" \ 789 "${Eigen_SOURCE_DIR}/unsupported/doc/snippets" \ 790 "${Eigen_BINARY_DIR}/unsupported/doc/snippets" \
|
/external/universal-tween-engine/ |
D | README.md | 105 Detailed documentation with code snippets and examples is available for the following topics:
|
/external/ltp/testcases/open_posix_testsuite/ |
D | README | 94 The code snippets need to be as simple as possible, for the sake of
|
/external/curl/packages/Win32/cygwin/ |
D | README | 106 example source code snippets, and the libcurl man pages."
|
/external/testng/ |
D | ANNOUNCEMENT.txt | 43 …w documentation, which has been considerably improved (highlighted code snippets, detailed DTD, an…
|
/external/skia/site/dev/tools/ |
D | markdown.md | 93 Format code snippets or other preformatted text. Just surround the code
|
/external/llvm/docs/ |
D | DeveloperPolicy.rst | 314 code snippets and gory details should be left to bug comments, web
|
/external/bison/ |
D | ChangeLog | 2693 * NEWS: Fix indentation of code snippets. 3226 Number mfcalc.y snippets so that they are output in 3498 doc: reformat grammar snippets.
|
/external/clang/docs/ |
D | InternalsManual.rst | 1297 view). For example, the following two code snippets are semantically
|
/external/googletest/googlemock/docs/ |
D | CookBook.md | 2234 Let’s say we are working on a fictional project that lets one post and share snippets called “buzze…
|