Home
last modified time | relevance | path

Searched refs:snippets (Results 1 – 24 of 24) sorted by relevance

/external/v8/test/cctest/compiler/
Dtest-run-bytecode-graph-builder.cc191 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/
DBlockWriter.java26 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()
DSnippet.java89 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/
Dtest-bytecode-generator.cc261 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/
DREADME.md9 - [Example code snippets](/dashboard/docs/code-snippets.md)
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DProducerFactoryGenerator.java425 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();"));
DMapKeys.java249 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()
DAbstractComponentWriter.java683 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/
DREADME.txt41 unsupported/doc/snippets/.cpp <- code snippets for the doc
/external/eigen/unsupported/doc/
DCMakeLists.txt4 add_subdirectory(snippets)
/external/eigen/unsupported/doc/snippets/
DCMakeLists.txt10 CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/doc/snippets/compile_snippet.cpp.in
/external/autotest/client/site_tests/accessibility_ChromeVoxSound/
Dcontrol20 Uses audio loopback to record snippets of audio, checking whether there was any
/external/harfbuzz_ng/win32/
Dcreate-lists.bat2 rem Simple .bat script for creating the NMake Makefile snippets.
/external/eigen/doc/
DCMakeLists.txt65 add_subdirectory(snippets)
DDoxyfile.in726 "${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/
Dtransition_guide.markdown122 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/
DREADME106 example source code snippets, and the libcurl man pages."
/external/curl/docs/
DHTTP-COOKIES24 HTTP cookies are pieces of 'name=contents' snippets that a server tells the
/external/testng/
DANNOUNCEMENT.txt43 …w documentation, which has been considerably improved (highlighted code snippets, detailed DTD, an…
/external/skia/site/dev/tools/
Dmarkdown.md93 Format code snippets or other preformatted text. Just surround the code
/external/opencv3/doc/tutorials/introduction/windows_install/
Dwindows_install.markdown69 snippets. Using this will make sure that the OpenCV library will take advantage of all the cores
/external/llvm/docs/
DDeveloperPolicy.rst314 code snippets and gory details should be left to bug comments, web
/external/bison/
DChangeLog2693 * 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/
DInternalsManual.rst1297 view). For example, the following two code snippets are semantically