| /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/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 (converting constructor) Extent=[4:3 - 4:15] [… 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 (copy constructor) (converting constructor) Ex… 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/junit/src/main/java/org/junit/runner/ |
| D | JUnitCore.java | 28 * Run the tests contained in the classes named in the <code>args</code>. 33 * @param args names of classes in which to find tests to run 41 * Run the tests contained in <code>classes</code>. Write feedback while the tests 45 * @param classes Classes in which to find tests 48 public static Result runClasses(Class<?>... classes) { in runClasses() argument 49 return runClasses(defaultComputer(), classes); in runClasses() 53 * Run the tests contained in <code>classes</code>. Write feedback while the tests 57 * @param computer Helps construct Runners from classes 58 * @param classes Classes in which to find tests 61 public static Result runClasses(Computer computer, 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. 66 * in a set of classes. 68 * @param computer Helps construct Runners from classes 69 * @param classes the classes containing the tests 70 * @return a <code>Request</code> that will cause all tests in the classes to be run 72 public static Request classes(Computer computer, Class<?>... classes) { in classes() argument 75 Runner suite = computer.getSuite(builder, classes); in classes() 85 * in a set of classes with the default <code>Computer</code>. 87 * @param classes the classes containing the tests [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/chromium-trace/catapult/telemetry/telemetry/core/ |
| D | discover.py | 12 from telemetry.internal.util import classes as classes_module 69 'Found conflicting classes for the same key: ' 74 # TODO(dtu): Normalize all discoverable classes to have corresponding module 82 """Discover all classes in |start_dir| which subclass |base_class|. 84 Base classes that contain subclasses are ignored by default. 93 directly_constructable: If True, will only return classes that can be 100 classes = {} 109 AssertNoKeyConflicts(classes, new_classes) 110 classes = dict(classes.items() + new_classes.items()) 111 return classes [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/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/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/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/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/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/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/junit/src/main/java/org/junit/runners/ |
| D | Suite.java | 20 * build a suite containing tests from many classes. It is the JUnit 4 equivalent of the JUnit 3.8.x 23 * When you run this class, it will run all the tests in all the suite classes. 40 * The <code>SuiteClasses</code> annotation specifies the classes to be run when a class 48 * @return the classes to be run 64 * Called reflectively on classes annotated with <code>@RunWith(Suite.class)</code> 67 * @param builder builds runners for classes in the suite 77 * @param builder builds runners for classes in the suite 78 * @param classes the classes in the suite 80 public Suite(RunnerBuilder builder, Class<?>[] classes) throws InitializationError { in Suite() argument 81 this(null, builder.runners(null, classes)); in Suite() [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/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/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/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/llvm/include/llvm/ADT/ |
| D | IntEqClasses.h | 1 //===-- llvm/ADT/IntEqClasses.h - Equiv. Classes of Integers ----*- C++ -*-===// 10 // Equivalence classes for small integers. This is a mapping of the integers 11 // 0 .. N-1 into M equivalence classes numbered 0 .. M-1. 13 // Initially each integer has its own equivalence class. Classes are joined by 16 // Once the classes are built, compress() will number them 0 .. M-1 and prevent 36 /// NumClasses - The number of equivalence classes when compressed, or 0 when 45 /// equivalence classes. 49 /// clear - Clear all classes so that grow() will assign a unique class to 56 /// Join the equivalence classes of a and b. After joining classes, 66 /// compress - Compress equivalence classes by numbering them 0 .. M. [all …]
|
| /external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
| D | IntEqClasses.h | 1 //===-- llvm/ADT/IntEqClasses.h - Equiv. Classes of Integers ----*- C++ -*-===// 10 // Equivalence classes for small integers. This is a mapping of the integers 11 // 0 .. N-1 into M equivalence classes numbered 0 .. M-1. 13 // Initially each integer has its own equivalence class. Classes are joined by 16 // Once the classes are built, compress() will number them 0 .. M-1 and prevent 36 /// NumClasses - The number of equivalence classes when compressed, or 0 when 45 /// equivalence classes. 49 /// clear - Clear all classes so that grow() will assign a unique class to 56 /// join - Join the equivalence classes of a and b. After joining classes, 66 /// compress - Compress equivalence classes by numbering them 0 .. M. [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 …]
|
| /external/llvm/lib/CodeGen/ |
| D | RenameIndependentSubregs.cpp | 81 /// equivalence classes. 83 bool findComponents(IntEqClasses &Classes, 89 void distribute(const IntEqClasses &Classes, 94 void computeMainRangesFixFlags(const IntEqClasses &Classes, 99 void rewriteOperands(const IntEqClasses &Classes, 128 IntEqClasses Classes; in INITIALIZE_PASS_DEPENDENCY() local 129 if (!findComponents(Classes, SubRangeInfos, LI)) in INITIALIZE_PASS_DEPENDENCY() 137 DEBUG(dbgs() << PrintReg(Reg) << ": Found " << Classes.getNumClasses() in INITIALIZE_PASS_DEPENDENCY() 138 << " equivalence classes.\n"); in INITIALIZE_PASS_DEPENDENCY() 140 for (unsigned I = 1, NumClasses = Classes.getNumClasses(); I < NumClasses; in INITIALIZE_PASS_DEPENDENCY() [all …]
|