| /external/testng/src/test/resources/ |
| D | testng.xml | 17 <classes> 19 </classes> 35 <classes> 46 </classes> 55 <classes> 121 </classes> 130 <classes> 134 </classes> 138 <classes> 148 </classes> [all …]
|
| D | testng.yaml | 7 classes: 13 classes: 26 classes: 80 classes: 88 classes: 92 classes: 97 classes: 104 classes: 109 classes: 130 classes: [all …]
|
| /external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
| D | jquery.treeview.min.js | 15 …CLASSES.last);this.filter((settings.collapsed?"":"."+CLASSES.closed)+":not(."+CLASSES.open+")").fi…
|
| /external/junit/src/org/junit/runner/ |
| D | JUnitCore.java | 38 * 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) { in runClasses() argument 66 return new JUnitCore().run(computer, classes); in runClasses() 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) { in runClasses() argument [all …]
|
| D | Request.java | 15 * 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) { in classes() method in Request 69 Runner suite= computer.getSuite(builder, classes); in classes() 79 * in a set of classes with the default <code>Computer</code>. 80 * @param classes the classes containing the tests [all …]
|
| /external/clang/test/Index/ |
| D | load-classes.cpp | 27 // CHECK: load-classes.cpp:3:8: StructDecl=X:3:8 (Definition) Extent=[3:1 - 21:2] 28 // CHECK: load-classes.cpp:4:3: CXXConstructor=X:4:3 Extent=[4:3 - 4:15] [access=public] 30 // CHECK: load-classes.cpp:4:9: ParmDecl=value:4:9 (Definition) Extent=[4:5 - 4:14] 31 // CHECK: load-classes.cpp:5:3: CXXConstructor=X:5:3 Extent=[5:3 - 5:16] [access=public] 33 // CHECK: load-classes.cpp:5:14: ParmDecl=x:5:14 (Definition) Extent=[5:5 - 5:15] 34 // CHECK: load-classes.cpp:5:11: TypeRef=struct X:3:8 Extent=[5:11 - 5:12] 35 // CHECK: load-classes.cpp:6:1: CXXAccessSpecifier=:6:1 (Definition) Extent=[6:1 - 6:11] [access=pr… 36 // CHECK: load-classes.cpp:7:3: CXXDestructor=~X:7:3 Extent=[7:3 - 7:7] [access=protected] 38 // CHECK: load-classes.cpp:8:1: CXXAccessSpecifier=:8:1 (Definition) Extent=[8:1 - 8:9] [access=pri… 39 // CHECK: load-classes.cpp:9:3: CXXConversion=operator X *:9:3 Extent=[9:3 - 9:16] [access=private] [all …]
|
| /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
| D | Mixin.java | 45 public Object newInstance(int style, String[] classes, int[] route); in newInstance() argument 98 private Class[] classes; field in Mixin.Generator 109 return classes[0].getClassLoader(); // is this right? in getDefaultClassLoader() 124 public void setClasses(Class[] classes) { in setClasses() argument 125 this.classes = classes; in setClasses() 133 if (classes == null && delegates == null) { in create() 134 throw new IllegalStateException("Either classes or delegates must be set"); in create() 138 if (classes == null) { in create() 140 classes = r.classes; in create() 147 if (classes == null) { in create() [all …]
|
| /external/proguard/src/proguard/ |
| D | Initializer.java | 46 * Creates a new Initializer to initialize classes according to the given 56 * Initializes the classes in the given program class pool and library class 116 // classes whose hierarchies are referenced by the program classes. in execute() 125 // Initialize the superclass hierarchies for program classes. in execute() 132 // Initialize the superclass hierarchy of all library classes, without in execute() 156 // Collect the library classes that are directly referenced by in execute() 157 // program classes, without introspection. in execute() 164 // classes, this time with warnings. in execute() 219 // Collect the library classes that are referenced by program in execute() 220 // classes, directly or indirectly, with or without reflection. in execute() [all …]
|
| D | ClassSpecificationVisitorFactory.java | 30 * This factory creates visitors to efficiently travel to specified classes and 39 * classes and class members. 42 * instances that specify the classes and 45 * classes. 89 * classes and class members. 92 * that specify the classes and class members 95 * classes. 125 * classes and class members. 130 * matching classes. 139 // classes. in createClassPoolVisitor() [all …]
|
| /external/proguard/build/ |
| D | build.xml | 9 <property name = "classes" value = "classes"/> 23 <target name = "proguard" depends = "classes,lib"> 28 destdir = "${classes}" 33 <copy todir = "${classes}"> 44 basedir = "${classes}" 53 destdir = "${classes}" 58 <copy todir = "${classes}"> 69 basedir = "${classes}" 73 <target name = "retrace" depends = "classes,lib"> 78 destdir = "${classes}" [all …]
|
| D | makefile | 9 CLASSES = $(PROGUARD_HOME)/classes macro 33 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES) 39 -C $(CLASSES) $(dir $<) 44 -C $(CLASSES) $(dir $<) 79 -rm -fr $(CLASSES) $(LIB) 83 ….properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n) 87 $(1): $(CLASSES) $(CLASSES)/$(1).class $(call RESOURCES,$(1)) $(LIB) 92 $(CLASSES) $(LIB): 95 $(CLASSES)/%.class: $(SRC)/%.java 98 $(CLASSES)/%.properties $(CLASSES)/%.png $(CLASSES)/%.gif $(CLASSES)/%.pro: [all …]
|
| /external/libxml2/python/ |
| D | generator.py | 587 # This part writes part of the Python front-end classes based on 588 # mapping rules between types and classes and also based on function 594 # The type automatically remapped to generated classes 871 # with primary classes 936 classes = open("libxml2class.py", "w") 938 txt.write(" Generated Classes for libxml2-python\n\n") 948 classes.write("#\n# Functions from module %s\n#\n\n" % file) 951 classes.write("def %s(" % func) 956 classes.write(", ") 957 classes.write("%s" % arg[0]) [all …]
|
| /external/dexmaker/ |
| D | build.xml | 5 <mkdir dir="build/dx/classes"/> 6 <javac srcdir="src/dx/java" includes="**" destdir="build/dx/classes" 10 <mkdir dir="build/main/classes"/> 11 <javac srcdir="src/main/java" includes="**" destdir="build/main/classes" 15 <pathelement location="build/dx/classes" /> 19 <mkdir dir="build/mockito/classes"/> 20 <javac srcdir="src/mockito/java" includes="**" destdir="build/mockito/classes" 24 <pathelement location="build/main/classes" /> 28 <mkdir dir="build/test/classes"/> 29 <javac srcdir="src/test/java" includes="**" destdir="build/test/classes" [all …]
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ |
| D | ImmutableDexFile.java | 45 @Nonnull protected final ImmutableSet<? extends ImmutableClassDef> classes; field in ImmutableDexFile 49 public ImmutableDexFile(@Nullable Collection<? extends ClassDef> classes) { in ImmutableDexFile() argument 50 this.classes = ImmutableClassDef.immutableSetOf(classes); in ImmutableDexFile() 55 public ImmutableDexFile(@Nullable ImmutableSet<? extends ImmutableClassDef> classes) { in ImmutableDexFile() argument 56 this.classes = ImmutableUtils.nullToEmptySet(classes); in ImmutableDexFile() 60 …blic ImmutableDexFile(@Nonnull Opcodes opcodes, @Nullable Collection<? extends ClassDef> classes) { in ImmutableDexFile() argument 61 this.classes = ImmutableClassDef.immutableSetOf(classes); in ImmutableDexFile() 65 …bleDexFile(@Nonnull Opcodes opcodes, @Nullable ImmutableSet<? extends ImmutableClassDef> classes) { in ImmutableDexFile() argument 66 this.classes = ImmutableUtils.nullToEmptySet(classes); in ImmutableDexFile() 77 …Nonnull @Override public ImmutableSet<? extends ImmutableClassDef> getClasses() { return classes; } in getClasses()
|
| /external/iproute2/man/man8/ |
| D | tc.8 | 107 classes and filters. 123 .SH CLASSES 124 Some qdiscs can contain classes, which contain further qdiscs - traffic may 126 .B classes. 129 it can come from any of the classes. A qdisc may for example prioritize 130 certain kinds of traffic by trying to dequeue from certain classes 239 is a set of contiguous qdisc classes which map 1:1 to a set of hardware exposed 314 Class Based Queueing implements a rich linksharing hierarchy of classes. 322 classes and then set up filters to classify packets accordingly. This can be 332 Hierarchical Fair Service Curve guarantees precise bandwidth and delay allocation for leaf classes … [all …]
|
| /external/owasp/sanitizer/ |
| D | Makefile | 10 @echo " default - Build documentation&classes, and run checks." 13 @echo " classes - Put Java .class files under out/." 57 out/classes: out 58 mkdir -p out/classes 66 classes: out/classes.tstamp target 67 out/classes.tstamp: out/classes src/main/org/owasp/html/*.java 68 javac -g ${JAVAC_FLAGS} -classpath ${CLASSPATH} -d out/classes \ 70 touch out/classes.tstamp 73 out/examples.tstamp: out/classes.tstamp src/main/org/owasp/html/examples/*.java 74 javac -g ${JAVAC_FLAGS} -classpath ${CLASSPATH}:out/classes \ [all …]
|
| /external/proguard/src/proguard/classfile/ |
| D | ClassPool.java | 28 * This is a set of representations of classes. They can be enumerated or 35 // We're using a sorted tree map instead of a hash map to store the classes, 37 private final Map classes = new TreeMap(); field in ClassPool 45 classes.clear(); in clear() 54 classes.put(clazz.getName(), clazz); in addClass() 72 classes.remove(className); in removeClass() 83 return (Clazz)classes.get(className); in getClass() 92 return classes.keySet().iterator(); in classNames() 97 * Returns the number of classes in the class pool. 101 return classes.size(); in size() [all …]
|
| /external/chromium-trace/catapult/telemetry/telemetry/core/ |
| D | discover.py | 13 from telemetry.internal.util import classes as classes_module 61 # TODO(dtu): Normalize all discoverable classes to have corresponding module 70 """Discover all classes in |start_dir| which subclass |base_class|. 72 Base classes that contain subclasses are ignored by default. 81 directly_constructable: If True, will only return classes that can be 88 classes = {} 92 classes = dict(classes.items() + new_classes.items()) 93 return classes 101 """Discover all classes in |module| which subclass |base_class|. 103 Base classes that contain subclasses are ignored by default. [all …]
|
| D | discover_unittest.py | 19 classes = discover.DiscoverClasses(self._start_dir, 25 for name, cls in classes.iteritems()) 34 classes = discover.DiscoverClasses(self._start_dir, 40 for name, cls in classes.iteritems()) 49 classes = discover.DiscoverClasses(self._start_dir, self._base_dir, 53 for name, cls in classes.iteritems()) 66 classes = discover.DiscoverClasses(self._start_dir, 73 for name, cls in classes.iteritems()) 81 classes = discover.DiscoverClasses(self._start_dir, 88 for name, cls in classes.iteritems()) [all …]
|
| /external/junit/src/org/junit/runners/ |
| D | Suite.java | 19 * 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) throws InitializationError { in Suite() argument 79 this(null, builder.runners(null, classes)); in Suite() [all …]
|
| /external/proguard/src/proguard/gui/ |
| D | GUIResources.properties | 30 keepAdditional = Keep additional classes and class members 41 If required, keep additional classes, fields, and methods as entry points. 43 If required, keep the names of additional classes, fields, and methods. 48 Ask ProGuard why it is keeping certain classes, fields, or methods. 111 repackageClasses = Repackage classes 127 skipNonPublicLibraryClasses = Skip non-public library classes 148 Remove unused classes, fields, and methods from the output. 150 Print out the list of unused classes, fields, and methods. 153 Optimize the bytecode of the processed classes. 155 Allow the optimization step to modify the access modifiers of classes, fields, and methods. [all …]
|
| /external/jacoco/org.jacoco.doc/docroot/doc/ |
| D | classids.html | 36 Class ids are used to unambiguously identify Java classes. At runtime execution 39 generation — the class ids are used to relate analyzed classes with the 45 The concept of class ids allows distinguishing different versions of classes, 57 in setups where different classes are used at runtime and at analysis time. 60 <h3>What happens if different classes are used at runtime and at analysis time?</h3> 62 In this case execution data cannot be related to the analyzed classes. As a 63 consequence such classes are reported with 0% coverage. 68 The typical symptom of class id mismatch is classes not shown as covered 71 on the top-right corner. You see a list of all classes where execution data 98 classes seen by the JaCoCo runtime agent are different anyways. This typically [all …]
|
| /external/messageformat/ |
| D | import.sh | 7 cp ${TOP}/main/classes/core/src/com/ibm/icu/impl/PatternProps.java java/com/ibm/icu/impl 8 cp ${TOP}/main/classes/core/src/com/ibm/icu/impl/ICUConfig.java java/com/ibm/icu/impl 9 cp ${TOP}/main/classes/core/src/com/ibm/icu/impl/ICUData.java java/com/ibm/icu/impl 10 cp ${TOP}/main/classes/core/src/com/ibm/icu/simple/*.java java/com/ibm/icu/simple/ 11 cp ${TOP}/main/classes/core/src/com/ibm/icu/text/MessagePattern.java java/com/ibm/icu/text 12 cp ${TOP}/main/classes/core/src/com/ibm/icu/text/SelectFormat.java java/com/ibm/icu/text 13 cp ${TOP}/main/classes/core/src/com/ibm/icu/util/ICUUncheckedIOException.java java/com/ibm/icu/util 14 cp ${TOP}/main/classes/core/src/com/ibm/icu/util/ICUCloneNotSupportedException.java java/com/ibm/ic… 15 cp ${TOP}/main/classes/core/src/com/ibm/icu/util/ICUException.java java/com/ibm/icu/util 16 cp ${TOP}/main/classes/core/src/com/ibm/icu/util/Output.java java/com/ibm/icu/util [all …]
|
| /external/proguard/examples/ |
| D | android.pro | 18 -injars bin/classes 20 -outjars bin/classes-processed.jar 29 -printmapping bin/classes-processed.map 33 #-printseeds bin/classes-processed.seeds 59 # Preserve all fundamental application classes. 77 # Preserve all classes that have special context constructors, and the 84 # Preserve all classes that have special context constructors, and the 104 # Preserve static fields of inner classes of R classes that might be accessed 124 # The Android Compatibility library references some classes that may not be 129 # Preserve all native method names and the names of their classes. [all …]
|
| /external/guice/core/src/com/google/inject/internal/ |
| D | BytecodeGen.java | 39 * <p>When loading classes, we need to be careful of: 41 * <li><strong>Memory leaks.</strong> Generated classes need to be garbage collected in long-lived 43 * corresponding generated classes should be collectable. 55 * selectively delegates to either the user's class loader (for user classes) or the Guice 56 * class loader (for internal classes that are used by the generated classes). This class 57 * loader that owns the classes generated by Guice. 94 // classes would end up looking like $$$FastClassByGuice$$, with the extra $ 112 // classes would end up looking like $$$EnhancerByGuice$$, with the extra $ 124 * classes visible to various code-generated proxies of client classes. 155 * Returns the class loader to host generated classes for {@code type}. [all …]
|