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

1 2 3 4 5 6 7 891011>>

  /frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
RunTestCommand.java 87 System.err.println("No test classes found.");
177 * Add test classes from a potentially comma separated list
178 * @param classes
180 private void addTestClasses(String classes) {
181 String[] classArray = classes.split(CLASS_SEPARATOR);
188 * Add test classes from jars passed on the command line. Use this if nothing was explicitly
233 + " <class spec>: <JARS> < -c <CLASSES> | -e class <CLASSES> >\n"
234 + " <JARS>: a list of jar files containing test classes and dependencies. If\n"
238 + " <CLASSES>: a list of test class names to run, separated by comma. To\n
    [all...]
  /libcore/
Android.mk 73 $(call intermediates-dir-for,JAVA_LIBRARIES,core-tests,,COMMON)/classes.jar
  /packages/apps/CellBroadcastReceiver/tests/
Android.mk 28 # automatically get all of its classes loaded into our environment.
  /build/tools/droiddoc/templates-ds/
customizations.cs 244 <div id="classes-nav" class="scroll-pane">
251 <?cs call:list("Classes", class.package.classes) ?>
259 <?cs call:class_link_list("Classes", package.classes) ?>
269 </div><!-- end classes -->
304 scrollIntoView("classes-nav");
  /build/tools/droiddoc/templates-sdk/
customizations.cs 247 <div id="classes-nav" class="scroll-pane">
254 <?cs call:list("Classes", class.package.classes) ?>
262 <?cs call:class_link_list("Classes", package.classes) ?>
272 </div><!-- end classes -->
307 scrollIntoView("classes-nav");
  /external/opencv/ml/src/
ml_inner_functions.cpp 229 CvMat* classes; local
231 classes = sampClasses;
233 classes = cvCreateMat(1, amount, CV_32FC1);
248 CV_MAT_ELEM(*classes, float, 0, i) = (float)sample_clsnum[i];
255 cvReleaseMat(&classes);
794 // count the classes
1098 cvSortSamplesByClasses( const float** samples, const CvMat* classes,
1108 if( !samples || !classes || !class_ranges )
1111 if( classes->rows != 1 || CV_MAT_TYPE(classes->type) != CV_32SC1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 18 getclasstree() - arrange classes so as to represent their hierarchy
341 "Return tuple of base classes (including cls) in method resolution order."
705 def walktree(classes, children, parent):
708 classes.sort(key=attrgetter('__module__', '__name__'))
709 for c in classes:
715 def getclasstree(classes, unique=0):
716 """Arrange the given list of classes into a hierarchy of nested lists.
718 Where a nested list appears, it contains classes derived from the class
720 containing a class and a tuple of its base classes. If the 'unique'
722 for each class in the given list. Otherwise, classes using multipl
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 18 getclasstree() - arrange classes so as to represent their hierarchy
341 "Return tuple of base classes (including cls) in method resolution order."
705 def walktree(classes, children, parent):
708 classes.sort(key=attrgetter('__module__', '__name__'))
709 for c in classes:
715 def getclasstree(classes, unique=0):
716 """Arrange the given list of classes into a hierarchy of nested lists.
718 Where a nested list appears, it contains classes derived from the class
720 containing a class and a tuple of its base classes. If the 'unique'
722 for each class in the given list. Otherwise, classes using multipl
    [all...]
  /build/core/
definitions.mk 528 define _java-lib-full-classes.jar
529 $(call _java-lib-dir,$(1),$(2))/classes$(COMMON_JAVA_PACKAGE_SUFFIX)
535 $(foreach lib,$(1),$(call _java-lib-full-classes.jar,$(lib),$(2)))
541 $(call _java-lib-dir,$(1),$(2))/$(if $(2),javalib,classes)$(COMMON_JAVA_PACKAGE_SUFFIX)
    [all...]
java_library.mk 122 $(call dexpreopt-remove-classes.dex,$@)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 41 Namespace module for the quick script Main classes.
51 Main classes.
113 The base-class for the three primary Main script-runner classes.
  /external/doclava/src/com/google/doclava/
Stubs.java 36 // figure out which classes we need
144 ArrayList<ClassInfo> classes = new ArrayList<ClassInfo>(); local
145 classes.add(cl);
146 packages.put(cl.containingPackage(), classes); local
306 // inner classes are written by their containing class
441 // The compiler includes a default public constructor that calls the super classes
636 // abstract base classes), it's not really an override
813 ClassInfo[] classes = classList.toArray(new ClassInfo[classList.size()]); local
814 Arrays.sort(classes, ClassInfo.comparator);
823 for (ClassInfo cl : classes) {
1035 ClassInfo[] classes = classList.toArray(new ClassInfo[classList.size()]); local
1275 ClassInfo[] classes = classList.toArray(new ClassInfo[classList.size()]); local
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 158 row ("total classes:" + m_separator + item.getAggregate (IItem.TOTAL_CLASS_COUNT));
268 for (Iterator classes = item.getChildren (order); classes.hasNext (); )
270 final IItem cls = (IItem) classes.next ();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 42 def check_instances(self, instances, classes):
43 for inst, cls in zip(instances, classes):
45 self.fail("%s are not instances of %s" % instances, classes)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 42 def check_instances(self, instances, classes):
43 for inst, cls in zip(instances, classes):
45 self.fail("%s are not instances of %s" % instances, classes)
  /art/
Android.mk 48 rm -f $(DALVIK_CACHE_OUT)/*@classes.dex
62 rm -rf /tmp/test-*/dalvik-cache/*@classes.dex
79 adb shell rm data/run-test/test-*/dalvik-cache/*@classes.dex
254 OUT_OAT_FILE := $(call dalvik-cache-out,$(1)/classes.dex)
  /cts/tools/utils/
DescriptionGenerator.java 94 * Start to parse the classes passed in by javadoc, and generate
101 ClassDoc[] classes = root.classes(); local
102 if (classes == null) {
131 for (ClassDoc clazz : classes) {
252 * It is construct by the classes passed in, which contains the
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 271 var classes = ['keyboard-overlay-key'];
273 classes.push(MODIFIER_TO_CLASS[modifiers[i]]);
280 classes.push('pressed');
281 classes.push(IDENTIFIER_TO_CLASS[identifier]);
283 return classes;
404 var classes = getKeyClasses(identifier, modifiers, keyData);
418 classes.push('is-shortcut');
422 key.className = classes.join(' ');
  /external/chromium_org/chrome/common/extensions/docs/server2/
file_system.py 68 '''The identity of the file system, exposed for caching classes to
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
WebVTTToken.h 154 const DataVector& classes() const function in class:WebCore::WebVTTToken
  /external/chromium_org/ui/base/x/
device_data_manager.cc 217 if (info->classes[j]->type == XIValuatorClass)
219 else if (info->classes[j]->type == XIScrollClass)
235 if (info->classes[j]->type != XIValuatorClass)
239 reinterpret_cast<XIValuatorClassInfo*>(info->classes[j]);
  /external/clang/include/clang/AST/
Makefile 17 $(Echo) "Building Clang attribute classes with tblgen"
18 $(Verb) $(ClangTableGen) -gen-clang-attr-classes -o $(call SYSPATH, $@) \
  /external/markdown/markdown/
inlinepatterns.py 6 objects, one per pattern. Pattern objects must be instances of classes
112 The pattern classes
  /external/android-mock/tests/com/google/android/testing/mocking/
UsesMocksProcessorTest.java 54 private Set<? extends Element> getAnnotatedElementsSet(Class<?>... classes) {
56 for (Class<?> clazz : classes) {
  /external/chromium_org/v8/test/webkit/
regexp-negative-special-characters.js 25 "This test checks Unicode in negative RegExp character classes."

Completed in 1609 milliseconds

1 2 3 4 5 6 7 891011>>