/external/v8/test/cctest/compiler/ |
D | test-run-bytecode-graph-builder.cc | 191 ExpectedSnippet<0> snippets[] = { in TEST() local 208 size_t num_snippets = sizeof(snippets) / sizeof(snippets[0]); in TEST() 212 snippets[i].code_snippet, kFunctionName); in TEST() 217 CHECK(return_value->SameValue(*snippets[i].return_value())); in TEST() 228 ExpectedSnippet<0> snippets[] = { in TEST() local 236 size_t num_snippets = sizeof(snippets) / sizeof(snippets[0]); in TEST() 240 snippets[i].code_snippet, kFunctionName); in TEST() 245 CHECK(return_value->SameValue(*snippets[i].return_value())); in TEST() 256 ExpectedSnippet<2> snippets[] = { in TEST() local 295 size_t num_snippets = sizeof(snippets) / sizeof(snippets[0]); in TEST() [all …]
|
/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/v8/test/cctest/interpreter/ |
D | test-bytecode-generator.cc | 261 ExpectedSnippet<int> snippets[] = { in TEST() local 274 for (size_t i = 0; i < arraysize(snippets); i++) { in TEST() 276 helper.MakeBytecodeForFunctionBody(snippets[i].code_snippet); in TEST() 277 CheckBytecodeArrayEqual(snippets[i], bytecode_array); in TEST() 286 ExpectedSnippet<int> snippets[] = { in TEST() local 426 for (size_t i = 0; i < arraysize(snippets); i++) { in TEST() 428 helper.MakeBytecodeForFunctionBody(snippets[i].code_snippet); in TEST() 429 CheckBytecodeArrayEqual(snippets[i], bytecode_array); in TEST() 438 ExpectedSnippet<int> snippets[] = { in TEST() local 642 for (size_t i = 0; i < arraysize(snippets); i++) { in TEST() [all …]
|
/external/chromium-trace/catapult/dashboard/ |
D | README.md | 9 - [Example code snippets](/dashboard/docs/code-snippets.md)
|
/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 | 20 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 | 65 add_subdirectory(snippets)
|
D | Doxyfile.in | 726 "${Eigen_SOURCE_DIR}/doc/snippets" \ 728 "${Eigen_SOURCE_DIR}/unsupported/doc/snippets" 774 EXAMPLE_PATH = "${Eigen_SOURCE_DIR}/doc/snippets" \ 775 "${Eigen_BINARY_DIR}/doc/snippets" \ 780 "${Eigen_SOURCE_DIR}/unsupported/doc/snippets" \ 781 "${Eigen_BINARY_DIR}/unsupported/doc/snippets" \
|
/external/opencv3/doc/tutorials/introduction/transition_guide/ |
D | transition_guide.markdown | 122 The following code snippets from the `points_classifier.cpp` example illustrate differences in mode… 171 Following code snippets illustrate the difference (from `video_homography.cpp` example):
|
/external/curl/packages/Win32/cygwin/ |
D | README | 106 example source code snippets, and the libcurl man pages."
|
/external/curl/docs/ |
D | HTTP-COOKIES | 24 HTTP cookies are pieces of 'name=contents' snippets that a server tells the
|
/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/opencv3/doc/tutorials/introduction/windows_install/ |
D | windows_install.markdown | 69 snippets. Using this will make sure that the OpenCV library will take advantage of all the cores
|
/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
|