Searched defs:builders (Results 1 - 25 of 26) sorted by relevance

12

/external/junit/src/main/java/org/junit/internal/builders/
H A DIgnoredBuilder.java1 package org.junit.internal.builders;
H A DJUnit4Builder.java1 package org.junit.internal.builders;
H A DNullBuilder.java1 package org.junit.internal.builders;
H A DIgnoredClassRunner.java1 package org.junit.internal.builders;
H A DJUnit3Builder.java1 package org.junit.internal.builders;
H A DSuiteMethodBuilder.java1 package org.junit.internal.builders;
H A DAllDefaultPossibilitiesBuilder.java1 package org.junit.internal.builders;
18 List<RunnerBuilder> builders = Arrays.asList(
25 for (RunnerBuilder each : builders) {
H A DAnnotatedBuilder.java1 package org.junit.internal.builders;
/external/sfntly/cpp/src/sample/subtly/
H A Dutils.cc40 FontBuilderArray builders; local
41 LoadFontBuilders(font_path, font_factory, &builders);
42 return builders[0].Detach();
54 FontBuilderArray* builders) {
57 factory->LoadFontsForBuilding(&input_stream, builders);
52 LoadFontBuilders(const char* font_path, FontFactory* factory, FontBuilderArray* builders) argument
/external/sfntly/cpp/src/test/
H A Dcmap_editing_test.cc36 FontBuilderArray builders; local
39 BuilderForFontFile(SAMPLE_TTF_FILE, font_factory, &builders);
40 ASSERT_FALSE(builders.empty());
41 FontBuilderPtr font_builder = builders[0];
H A Dtest_font_utils.cc28 FontBuilderArray* builders) {
32 factory->LoadFontsForBuilding(&is, builders);
33 EXPECT_GT(builders->size(), static_cast<size_t>(0));
27 BuilderForFontFile(const char* font_path, FontFactory* factory, FontBuilderArray* builders) argument
/external/vogar/src/vogar/target/junit/
H A DVogarRunnerBuilder.java37 private final Collection<RunnerBuilder> builders; field in class:VogarRunnerBuilder
41 builders = new ArrayList<>();
42 builders.add(new MappingAnnotatedBuilder(this, MAPPING_FUNCTION));
43 builders.add(new AlternateSuiteMethodBuilder(runnerParams));
44 builders.add(new VogarTestCaseBuilder(runnerParams));
45 builders.add(new VogarJUnit4Builder(this));
54 for (RunnerBuilder builder : builders) {
/external/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc136 FontBuilderArray builders; local
137 LoadCollectionForBuilding(wfd, &builders);
138 output->reserve(builders.size());
139 for (FontBuilderArray::iterator builder = builders.begin(),
140 builders_end = builders.end();
167 FontBuilderArray* builders) {
169 assert(builders);
173 LoadCollectionForBuilding(wfd, builders);
177 FontBuilderArray* builders) {
184 builders
166 LoadCollectionForBuilding(InputStream* is, FontBuilderArray* builders) argument
176 LoadCollectionForBuilding(WritableFontData* wfd, FontBuilderArray* builders) argument
[all...]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DRepeatedFieldBuilder.java52 * Logically, one can think of a tree of builders as converting the entire tree
82 // List of builders. May be null, in which case, no nested builders were
84 private List<SingleFieldBuilder<MType, BType, IType>> builders; field in class:RepeatedFieldBuilder
86 // Here are the invariants for messages and builders:
89 // 2. If builders is non-null, messages and builders MUST always
92 // either a Message in messages or a builder in builders.
110 // A view of this builder that exposes a List interface of builders. This is
117 // implemented by messages and builders
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.cc211 IndexSubTableBuilderList* builders = IndexSubTableBuilders(); local
212 if (builders->empty()) {
217 for (IndexSubTableBuilderList::iterator b = builders->begin(),
218 e = builders->end(); b != e; b++) {
/external/vboot_reference/utility/
H A Dtlcl_generator.c488 Command* (*builders[])(void) = { variable
535 for (i = 0; i < sizeof(builders) / sizeof(builders[0]); i++) {
536 Command* cmd = builders[i]();
/external/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc311 NameEntryBuilderMap builders; local
/external/toolchain-utils/cros_utils/
H A Dbuildbot_json.py546 # TODO(maruel): Add SlaveBuilders and a 'builders' property.
728 Goes up the hierarchy to find the Buildbot.builders[builder] instance.
730 return self.parent.parent.parent.parent.builders[self.data['builderName']]
921 """Root list of builders."""
925 super(Builders, self).__init__(parent, 'builders')
934 'builders',
945 def builders(self): member in class:Buildbot
1031 dest='builders',
1038 if not options.builders:
1039 options.builders
[all...]
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jar ... junit/experimental/theories/suppliers/ org/junit/internal/ org/junit/internal/builders/ org/junit/internal/matchers/ org/junit/internal/requests/ org/junit ...
H A Djunit.jar ... junit/experimental/theories/suppliers/ org/junit/internal/ org/junit/internal/builders/ org/junit/internal/matchers/ org/junit/internal/requests/ org/junit ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jar ... junit/experimental/theories/suppliers/ org/junit/internal/ org/junit/internal/builders/ org/junit/internal/matchers/ org/junit/internal/requests/ org/junit ...
/external/guice/extensions/persist/lib/
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jar ... osgi/signedcontent/ org/eclipse/osgi/container/ org/eclipse/osgi/container/builders/ org/eclipse/osgi/container/namespaces/ org/eclipse/osgi/storage/ org ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 4614 milliseconds

12