HomeSort by relevance Sort by last modified time
    Searched refs:classes (Results 101 - 125 of 468) sorted by null

1 2 3 45 6 7 8 91011>>

  /build/core/tasks/
cts.mk 72 # $4 : The package prefix of classes to include, possible empty
93 GEN_CLASSPATH := $(CORE_INTERMEDIATES)/classes.jar:$(CONSCRYPT_INTERMEDIATES)/classes.jar:$(BOUNCYCASTLE_INTERMEDIATES)/classes.jar:$(APACHEXML_INTERMEDIATES)/classes.jar:$(OKHTTP_INTERMEDIATES)/classes.jar:$(JUNIT_INTERMEDIATES)/classes.jar:$(SQLITEJDBC_INTERMEDIATES)/javalib.jar:$(CORETESTS_INTERMEDIATES)/javalib.jar:$(CONSCRYPTTESTS_INTERMEDIATES)/javalib.jar
105 # Why does this depend on javalib.jar instead of classes.jar? Because
106 # even though the tool will operate on the classes.jar files, the
108 # javalib.jar is up-to-date, then classes.jar is as well. Dependin
    [all...]
  /external/junit/
Android.mk 50 # build a core-junit-hostdex jar that contains exactly the same classes
68 # (like the junit classes in the frameworks/base android.test.runner.jar)
78 # (like the junit classes in the frameworks/base android.test.runner.jar)
92 # classes in external/junit that are not in the core public API 4
93 # Note: 'core' here means excluding the classes that are contained
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_animations.js 153 * Wraps the contents of |el| in a div element and attaches css classes
154 * |classes| in the new div, only if has not been already done. It is neccesary
157 * @param {array} classes The css classes to add.
159 function wrapContentsInDiv(el, classes) {
170 for (var i = 0; i < classes.length; i++)
171 div.classList.add(classes[i]);
  /external/doclava/src/com/google/doclava/
DoclavaDiff.java 86 * packages.0.classes.0.qualifiedName = java.lang.Object
87 * packages.0.classes.0.sites.0.hasClass = 1
88 * packages.0.classes.0.sites.0.link = http://proja.domain.com/reference/java/lang/Object
89 * packages.0.classes.0.sites.1.hasClass = 0
90 * packages.0.classes.0.methods.0.signature = wait()
91 * packages.0.classes.0.methods.0.sites.0.hasMethod = 1
92 * packages.0.classes.0.methods.0.sites.0.link = http://proja.domain.com/reference/java/lang/Object#wait
93 * packages.0.classes.0.methods.0.sites.1.hasMethod = 0
135 String classBase = packageBase + ".classes." + (c++);
208 * Returns all known classes from all sites for a given package
217 HashMap<String, ClassInfo> classes = packageInfo.allClasses(); local
223 List<String> classes = new ArrayList<String>(allClasses); local
263 List<String> classes = knownClassesForPackage(pkg, sites); local
    [all...]
TodoFile.java 71 ClassInfo[] classes = Converter.rootClasses(); local
72 Arrays.sort(classes);
76 for (ClassInfo cl : classes) {
81 String classBase = "classes." + classIndex;
NavTree.java 63 ClassInfo[] classes = Converter.rootClasses(); local
66 for (ClassInfo cl : classes) {
104 // skip classes that are the child of another class, recursion will handle those.
137 addClassNodes(children, "Classes", pkg.ordinaryClasses());
145 private static void addClassNodes(List<Node> parent, String label, ClassInfo[] classes) {
148 for (ClassInfo cl : classes) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ClassBrowser.py 7 - add popup menu with more options (e.g. doc strings, base classes, imports)
9 - should the classes and methods lists also be in the module's menu bar?
10 - add base classes to class browser tree
76 item = ClassBrowserTreeItem(name, self.classes, self.file)
100 self.classes = {}
116 self.classes[s] = cl
125 def __init__(self, name, classes, file):
127 self.classes = classes
130 self.cl = self.classes[self.name
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ClassBrowser.py 7 - add popup menu with more options (e.g. doc strings, base classes, imports)
9 - should the classes and methods lists also be in the module's menu bar?
10 - add base classes to class browser tree
76 item = ClassBrowserTreeItem(name, self.classes, self.file)
100 self.classes = {}
116 self.classes[s] = cl
125 def __init__(self, name, classes, file):
127 self.classes = classes
130 self.cl = self.classes[self.name
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}):
58 results.append(self.namelink(name, methods, funcs, classes))
62 results.append(self.namelink(name, classes))
68 funcs={}, classes={}, methods={}, cl=None):
105 docstring, self.preformat, funcs, classes, methods)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}):
58 results.append(self.namelink(name, methods, funcs, classes))
62 results.append(self.namelink(name, classes))
68 funcs={}, classes={}, methods={}, cl=None):
105 docstring, self.preformat, funcs, classes, methods)
  /external/oprofile/libpp/
xml_utils.cpp 42 return classes.v[0].ptemplate.cpu != "all";
48 return classes.v[pclass].ptemplate.event;
87 cverb << vxml << "<!-- classes dump" << endl;
88 cverb << vxml << classes.event;
89 cverb << vxml << "classes.size= " << classes.v.size() << endl;
90 for (size_t i = 0; i < classes.v.size(); ++i) {
91 cverb << vxml << "--- class " << i << ":" << classes.v[i].name << " ---" << endl;
92 cverb << vxml << classes.v[i].ptemplate;
100 return classes.v[0].ptemplate.tid != "all"
    [all...]
arrange_profiles.h 4 * into merged sets and classes.
122 * files into the classes. Only one is allowed.
147 /// the actual classes
150 /// the axis of the classes
157 bool matches(profile_classes const & classes);
171 * classes containing profile_sets. Merging is done at this stage
174 * The classes correspond to the columns you'll get in opreport:
244 invert_profiles(profile_classes const & classes);
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
TextReport.java 51 List<ApiClass> classes = new ArrayList<ApiClass>(apiPackage.getClasses()); local
52 Collections.sort(classes, comparator);
53 for (ApiClass apiClass : classes) {
XmlReport.java 73 List<ApiClass> classes = new ArrayList<ApiClass>(pkg.getClasses()); local
74 Collections.sort(classes, comparator);
76 for (ApiClass apiClass : classes) {
  /dalvik/vm/
InitRefs.cpp 18 * Code to initialize references to classes and members for use by
45 static struct { ClassObject** ref; const char* name; } classes[] = { local
51 /* The corest of the core classes */
55 /* Slightly less core, but still down there, classes */
76 /* Exception classes */
118 /* Other classes */
143 for (i = 0; classes[i].ref != NULL; i++) {
144 if (!initClassReference(classes[i].ref, classes[i].name)) {
255 static struct { const char* name; const struct FieldInfo* fields; } classes[] = local
    [all...]
  /dalvik/vm/reflect/
Proxy.cpp 78 ALOGV("+++ Generate proxy class '%s' %p from %d interface classes",
94 * TODO: set protection domain so it matches bootstrap classes.
234 * We also allocate an array of arrays of throwable classes, one for each
241 ClassObject** classes; local
255 classes = (ClassObject**)(void*)interfaces->contents;
257 for (i = 0; i < numInterfaces; i++, classes++) {
258 ClassObject* clazz = *classes;
293 classes = (ClassObject**)(void*)interfaces->contents;
294 for (i = 0; i < numInterfaces; i++, classes++) {
295 ClassObject* clazz = *classes;
569 const ClassObject** classes = local
1017 const ClassObject** classes = local
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/
StubGenerator.java 36 * Given a set of already filtered classes, this filters out all private members,
37 * stubs the remaining classes and then generates a Jar out of them.
51 * Generate source for the stubbed classes, mostly for debug purposes.
55 Map<String, ClassReader> classes,
60 for (Entry<String, ClassReader> entry : classes.entrySet()) {
85 * @param all The map of all classes to output.
  /external/chromium_org/ppapi/c/documentation/
removefilesC.sh 8 rm classes.html
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
tracing_backend_unittest.py 50 classes = [
54 for cls in classes:
  /external/junit/src/org/junit/runners/
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
    [all...]
  /art/build/
Android.oat.mk 38 PRELOADED_CLASSES := frameworks/base/preloaded-classes
63 $(hide) $(DEX2OAT) $(PARALLEL_ART_COMPILE_JOBS) --runtime-arg -Xms16m --runtime-arg -Xmx16m --image-classes=$(PRELOADED_CLASSES) $(addprefix --dex-file=,$(HOST_CORE_DEX_FILES)) $(addprefix --dex-location=,$(HOST_CORE_DEX_LOCATIONS)) --oat-file=$(HOST_CORE_OAT_OUT) --oat-location=$(HOST_CORE_OAT) --image=$(HOST_CORE_IMG_OUT) --base=$(IMG_HOST_BASE_ADDRESS) --instruction-set=$(HOST_ARCH) --host --android-root=$(HOST_OUT)
68 $(hide) $(DEX2OAT) $(PARALLEL_ART_COMPILE_JOBS) --runtime-arg -Xms16m --runtime-arg -Xmx16m --image-classes=$(PRELOADED_CLASSES) $(addprefix --dex-file=,$(TARGET_CORE_DEX_FILES)) $(addprefix --dex-location=,$(TARGET_CORE_DEX_LOCATIONS)) --oat-file=$(TARGET_CORE_OAT_OUT) --oat-location=$(TARGET_CORE_OAT) --image=$(TARGET_CORE_IMG_OUT) --base=$(IMG_TARGET_BASE_ADDRESS) --instruction-set=$(TARGET_ARCH) --host-prefix=$(PRODUCT_OUT) --android-root=$(PRODUCT_OUT)/system
100 $(hide) $(DEX2OAT) $(PARALLEL_ART_COMPILE_JOBS) --runtime-arg -Xms256m --runtime-arg -Xmx256m --image-classes=$(PRELOADED_CLASSES) $(addprefix --dex-file=,$(TARGET_BOOT_DEX_FILES)) $(addprefix --dex-location=,$(TARGET_BOOT_DEX_LOCATIONS)) --oat-symbols=$(TARGET_BOOT_OAT_UNSTRIPPED_OUT) --oat-file=$(TARGET_BOOT_OAT_OUT) --oat-location=$(TARGET_BOOT_OAT) --image=$(TARGET_BOOT_IMG_OUT) --base=$(IMG_TARGET_BASE_ADDRESS) --instruction-set=$(TARGET_ARCH) --host-prefix=$(PRODUCT_OUT) --android-root=$(PRODUCT_OUT)/system
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
view.js 122 View.prototype.makeElement_ = function(tag, classes, content) {
124 element.setAttribute('class', classes);
130 View.prototype.appendChild_ = function(root, selector, tag, classes, content) {
132 parent.appendChild(this.makeElement_(tag, classes, content));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bcel.jar 
  /external/junit/src/junit/framework/
TestSuite.java 36 * <p>A final option is to do the same for a large array of test classes.
174 * Constructs a TestSuite from the given array of classes.
175 * @param classes {@link TestCase}s
177 public TestSuite (Class<?>... classes) {
178 for (Class<?> each : classes)
190 * Constructs a TestSuite from the given array of classes with the given name.
193 public TestSuite(Class<? extends TestCase>[] classes, String name) {
194 this(classes);
  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.c 158 comp_counts->classes[c] += incr;
218 adapt_probs(vp9_mv_class_tree, pre_comp->classes, c->classes,
219 comp->classes);

Completed in 2756 milliseconds

1 2 3 45 6 7 8 91011>>