Searched defs:classes (Results 1 - 25 of 110) sorted by relevance

12345

/external/junit/src/org/junit/runner/
H A DComputer.java21 * Create a suite for {@code classes}, building Runners with {@code builder}.
25 Class<?>[] classes) throws InitializationError {
31 }, classes);
24 getSuite(final RunnerBuilder builder, Class<?>[] classes) argument
H A DJUnitCore.java38 * Run the tests contained in the classes named in the <code>args</code>.
42 * @param args names of classes in which to find tests to run
58 * Run the tests contained in <code>classes</code>. Write feedback while the tests
61 * @param computer Helps construct Runners from classes
62 * @param classes Classes in which to find tests
65 public static Result runClasses(Computer computer, Class<?>... classes) { argument
66 return new JUnitCore().run(computer, classes);
69 * Run the tests contained in <code>classes</code>. Write feedback while the tests
72 * @param classes Classes in which to find tests
75 public static Result runClasses(Class<?>... classes) { argument
116 run(Class<?>.... classes) argument
126 run(Computer computer, Class<?>... classes) argument
[all...]
H A DRequest.java15 * JUnit did not need such a concept--tests to be run were described either by classes containing
18 * specification than just the classes.</p>
61 * in a set of classes.
62 * @param computer Helps construct Runners from classes
63 * @param classes the classes containing the tests
64 * @return a <code>Request</code> that will cause all tests in the classes to be run
66 public static Request classes(Computer computer, Class<?>... classes) { argument
69 Runner suite= computer.getSuite(builder, classes);
83 classes(Class<?>.... classes) argument
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
H A DImmutableDexFile.java44 @Nonnull protected final ImmutableSet<? extends ImmutableClassDef> classes; field in class:ImmutableDexFile
46 public ImmutableDexFile(@Nullable Collection<? extends ClassDef> classes) { argument
47 this.classes = ImmutableClassDef.immutableSetOf(classes);
50 public ImmutableDexFile(@Nullable ImmutableSet<? extends ImmutableClassDef> classes) { argument
51 this.classes = ImmutableUtils.nullToEmptySet(classes);
61 @Nonnull @Override public ImmutableSet<? extends ImmutableClassDef> getClasses() { return classes; }
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dmanual.js8 var classes = {true: 'success', false: 'failure'};
27 tests[i].setAttribute('class', classes[run.tests[i].success]);
36 step.setAttribute('class', classes[run.tests[i].steps[j].success]);
46 status.setAttribute('class', 'status ' + classes[run.success]);
/external/chromium_org/third_party/freetype/src/base/
H A Dftinit.c102 /* count all module classes */
112 /* destroy all module classes */
115 if ( classes[i] ) \
117 FT_Destroy_Class_ ## x( library, classes[i] ); \
125 FT_Module_Class* *classes; local
135 classes = pic_container->default_module_classes;
140 FT_FREE( classes );
145 /* initialize all module classes and the pointer table */
151 classes[i++] = clazz;
159 FT_Module_Class* *classes local
[all...]
/external/doclava/src/com/google/doclava/
H A DHierarchy.java26 public static void makeHierarchy(Data hdf, ClassInfo[] classes) { argument
29 for (ClassInfo cl : classes) {
59 hdf.setValue("classes.0", "");
62 recurse(nodes, "java.lang.Object", hdf.getChild("classes.0"), depth, depth);
67 System.err.println("The following classes are hidden but"
68 + " are superclasses of not-hidden classes");
/external/freetype/src/base/
H A Dftinit.c102 /* count all module classes */
112 /* destroy all module classes */
115 if ( classes[i] ) \
117 FT_Destroy_Class_ ## x( library, classes[i] ); \
125 FT_Module_Class* *classes; local
135 classes = pic_container->default_module_classes;
140 FT_FREE( classes );
145 /* initialize all module classes and the pointer table */
151 classes[i++] = clazz;
159 FT_Module_Class* *classes local
[all...]
/external/junit/src/org/junit/experimental/
H A DParallelComputer.java22 public ParallelComputer(boolean classes, boolean methods) { argument
23 fClasses= classes;
27 public static Computer classes() { method in class:ParallelComputer
66 public Runner getSuite(RunnerBuilder builder, java.lang.Class<?>[] classes) argument
68 Runner suite= super.getSuite(builder, classes);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DMixinBeanEmitter.java28 public MixinBeanEmitter(ClassVisitor v, String className, Class[] classes) { argument
29 super(v, className, classes, null);
32 protected Class[] getInterfaces(Class[] classes) { argument
H A DMixinEmitter.java38 public MixinEmitter(ClassVisitor v, String className, Class[] classes, int[] route) { argument
45 TypeUtils.getTypes(getInterfaces(classes)),
62 for (int i = 0; i < classes.length; i++) {
63 Method[] methods = getMethods(classes[i]);
83 protected Class[] getInterfaces(Class[] classes) { argument
84 return classes;
H A DMixinEverythingEmitter.java33 public MixinEverythingEmitter(ClassVisitor v, String className, Class[] classes) { argument
34 super(v, className, classes, null);
37 protected Class[] getInterfaces(Class[] classes) { argument
39 for (int i = 0; i < classes.length; i++) {
40 ReflectUtils.addAllInterfaces(classes[i], list);
/external/proguard/src/proguard/classfile/attribute/
H A DInnerClassesAttribute.java27 * This Attribute represents an inner classes attribute.
34 public InnerClassesInfo[] classes; field in class:InnerClassesAttribute
50 InnerClassesInfo[] classes)
55 this.classes = classes;
69 * Applies the given visitor to all inner classes.
77 innerClassesInfoVisitor.visitInnerClassesInfo(clazz, classes[index]);
48 InnerClassesAttribute(int u2attributeNameIndex, int u2classesCount, InnerClassesInfo[] classes) argument
/external/chromium_org/testing/android/junit/java/src/org/chromium/testing/local/
H A DGtestComputer.java64 public Runner getSuite(final RunnerBuilder builder, Class<?>[] classes) argument
72 }, classes);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DGraphicsContextAnnotator.cpp110 SpaceSplitString classes = element->classNames(); local
111 if (!classes.isNull() && classes.size() > 0) {
113 for (size_t i = 0; i < classes.size(); ++i) {
116 classBuilder.append(classes[i]);
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DDepFindVisitor.java30 public DepFindVisitor(Map<String, String> classes, String source, DepHandler handler) throws IOException { argument
31 super(null, new DepFindRemapper(classes, source, handler));
41 private final Map<String, String> classes; field in class:DepFindVisitor.DepFindRemapper
46 public DepFindRemapper(Map<String, String> classes, String source, DepHandler handler) throws IOException { argument
47 this.classes = classes;
58 if (classes.containsKey(key)) {
59 String otherSource = classes.get(key);
/external/junit/src/org/junit/runners/
H A DSuite.java19 * build a suite containing tests from many classes. It is the JUnit 4 equivalent of the JUnit 3.8.x
22 * When you run this class, it will run all the tests in all the suite classes.
37 * The <code>SuiteClasses</code> annotation specifies the classes to be run when a class
45 * @return the classes to be run
60 * Called reflectively on classes annotated with <code>@RunWith(Suite.class)</code>
63 * @param builder builds runners for classes in the suite
74 * @param builder builds runners for classes in the suite
75 * @param classes the classes in the suite
78 public Suite(RunnerBuilder builder, Class<?>[] classes) throw argument
[all...]
/external/mockito/src/org/mockito/internal/creation/jmock/
H A DSearchingClassLoader.java23 public static ClassLoader combineLoadersOf(Class<?>... classes) { argument
24 return combineLoadersOf(classes[0], classes);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftinit.c103 /* count all module classes */
113 /* destroy all module classes */
116 if ( classes[i] ) \
118 FT_Destroy_Class_ ## x( library, classes[i] ); \
126 FT_Module_Class* *classes; local
136 classes = pic_container->default_module_classes;
141 FT_FREE( classes );
146 /* initialize all module classes and the pointer table */
152 classes[i++] = clazz;
160 FT_Module_Class* *classes local
[all...]
/external/proguard/src/proguard/classfile/
H A DClassPool.java29 * This is a set of representations of classes. They can be enumerated or
36 // We're using a sorted tree map instead of a hash map to store the classes,
38 private final Map classes = new TreeMap(); field in class:ClassPool
46 classes.clear();
55 classes.put(clazz.getName(), clazz);
73 classes.remove(className);
84 return (Clazz)classes.get(className);
93 return classes.keySet().iterator();
98 * Returns the number of classes in the class pool.
102 return classes
[all...]
/external/smack/src/org/xbill/DNS/
H A DDClass.java6 * Constants and functions relating to DNS classes. This is called DClass
48 private static Mnemonic classes = new DClassMnemonic(); field in class:DClass
51 classes.add(IN, "IN");
52 classes.add(CH, "CH");
53 classes.addAlias(CH, "CHAOS");
54 classes.add(HS, "HS");
55 classes.addAlias(HS, "HESIOD");
56 classes.add(NONE, "NONE");
57 classes.add(ANY, "ANY");
80 return classes
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTToken.h57 static VTTToken StartTag(const String& tagName, const AtomicString& classes = emptyAtom, const AtomicString& annotation = emptyAtom)
60 token.m_classes = classes;
76 const AtomicString& classes() const { return m_classes; } function in class:blink::VTTToken
H A DVTTTokenizer.cpp57 static void addNewClass(StringBuilder& classes, const StringBuilder& newClass) argument
59 if (!classes.isEmpty())
60 classes.append(' ');
61 classes.append(newClass);
99 StringBuilder classes; local
215 addNewClass(classes, buffer);
219 addNewClass(classes, buffer);
223 addNewClass(classes, buffer);
225 return advanceAndEmitToken(m_input, token, VTTToken::StartTag(result.toString(), classes.toAtomicString()));
235 return advanceAndEmitToken(m_input, token, VTTToken::StartTag(result.toString(), classes
[all...]
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Djni_helpers.cc49 ClassReferenceHolder::ClassReferenceHolder(JNIEnv* jni, const char** classes, argument
52 LoadClass(jni, classes[i]);
/external/chromium_org/remoting/host/win/
H A Dchromoting_module.cc95 ATL::_ATL_OBJMAP_ENTRY* classes,
97 : classes_(classes),
94 ChromotingModule( ATL::_ATL_OBJMAP_ENTRY* classes, ATL::_ATL_OBJMAP_ENTRY* classes_end) argument

Completed in 1031 milliseconds

12345