Home
last modified time | relevance | path

Searched refs:classes (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/external/libffi/src/x86/
Dffi64.c134 classify_argument (ffi_type *type, enum x86_64_reg_class classes[], in classify_argument() argument
149 classes[0] = X86_64_INTEGERSI_CLASS; in classify_argument()
151 classes[0] = X86_64_INTEGER_CLASS; in classify_argument()
155 classes[0] = X86_64_SSESF_CLASS; in classify_argument()
157 classes[0] = X86_64_SSE_CLASS; in classify_argument()
160 classes[0] = X86_64_SSEDF_CLASS; in classify_argument()
163 classes[0] = X86_64_X87_CLASS; in classify_argument()
164 classes[1] = X86_64_X87UP_CLASS; in classify_argument()
179 classes[i] = X86_64_NO_CLASS; in classify_argument()
194 classes[i + pos] = in classify_argument()
[all …]
/external/emma/
Dwork.dirs.properties4 classes: classes key
29 core.classes.out.dir: ${out.dir}/${core}/${classes}
36 ant.classes.out.dir: ${out.dir}/${ant}/${classes}
42 tools.classes.out.dir: ${out.dir}/${tools}/${classes}
48 test.classes.out.dir: ${out.dir}/${test}/${classes}
/external/proguard/src/proguard/classfile/
DClassPool.java36 private final Map classes = new HashMap(); field in ClassPool
44 classes.clear(); in clear()
53 classes.put(clazz.getName(), clazz); in addClass()
62 classes.remove(clazz.getName()); in removeClass()
73 return (Clazz)classes.get(ClassUtil.internalClassNameFromClassType(className)); in getClass()
82 return classes.keySet().iterator(); in classNames()
91 return classes.size(); in size()
110 Iterator iterator = classes.values().iterator(); in classesAccept()
125 TreeMap sortedClasses = new TreeMap(classes); in classesAcceptAlphabetically()
/external/freetype/src/base/
Dftinit.c110 if ( classes[i] ) { FT_Destroy_Class_##x(library, classes[i]); } \
116 FT_Module_Class** classes; in ft_destroy_default_module_classes() local
125 classes = pic_container->default_module_classes; in ft_destroy_default_module_classes()
130 FT_FREE( classes ); in ft_destroy_default_module_classes()
139 classes[i++] = clazz;
146 FT_Module_Class** classes; in ft_create_default_module_classes() local
154 if ( FT_ALLOC(classes, sizeof(FT_Module_Class*) * (FT_NUM_MODULE_CLASSES + 1) ) ) in ft_create_default_module_classes()
158 classes[i] = 0; in ft_create_default_module_classes()
159 classes[FT_NUM_MODULE_CLASSES] = 0; in ft_create_default_module_classes()
167 else pic_container->default_module_classes = classes; in ft_create_default_module_classes()
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DInnerClassesAttribute_info.java106 final List/* InnerClass_info */ classes = m_classes; in clone() local
109 final int class_count = classes.size (); // use size() if class becomes non-final in clone()
113 _clone.m_classes.add (((InnerClass_info) classes.get (e)).clone ()); in clone()
125 final List/* InnerClass_info */ classes = m_classes; in writeInClassFormat() local
127 final int class_count = classes.size (); // use size() if class becomes non-final in writeInClassFormat()
132 ((InnerClass_info) classes.get (l)).writeInClassFormat (out); in writeInClassFormat()
148 final List/* InnerClass_info */ classes = new ArrayList (class_count); in InnerClassesAttribute_info() local
152 classes.add (new InnerClass_info (bytes)); in InnerClassesAttribute_info()
155 m_classes = classes; in InnerClassesAttribute_info()
/external/proguard/src/proguard/classfile/attribute/
DInnerClassesAttribute.java34 public InnerClassesInfo[] classes; field in InnerClassesAttribute
50 InnerClassesInfo[] classes) in InnerClassesAttribute() argument
55 this.classes = classes; in InnerClassesAttribute()
77 innerClassesInfoVisitor.visitInnerClassesInfo(clazz, classes[index]); in innerClassEntriesAccept()
/external/proguard/src/proguard/gui/
DGUIResources.properties30 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.
105 repackageClasses = Repackage classes
120 skipNonPublicLibraryClasses = Skip non-public library classes
141 Remove unused classes, fields, and methods from the output.
143 Print out the list of unused classes, fields, and methods.
146 Optimize the bytecode of the processed classes.
148 Allow the optimization step to modify the access modifiers of classes, fields, and methods.
[all …]
/external/webkit/WebCore/bindings/scripts/
DCodeGenerator.pm109 my $classes = $useDocument->classes;
110 foreach my $class (@$classes) {
119 my $classes = $useDocument->classes;
120 foreach my $class (@$classes) {
271 foreach my $interface (@{$document->classes}) {
/external/webkit/WebKit/qt/tests/qwebelement/
Dtst_qwebelement.cpp49 void classes();
191 void tst_QWebElement::classes() in classes() function in tst_QWebElement
196 QCOMPARE(body.classes().count(), 0); in classes()
199 QStringList classes = p.classes(); in classes() local
200 QCOMPARE(classes.count(), 4); in classes()
201 QCOMPARE(classes[0], QLatin1String("a")); in classes()
202 QCOMPARE(classes[1], QLatin1String("b")); in classes()
203 QCOMPARE(classes[2], QLatin1String("c")); in classes()
204 QCOMPARE(classes[3], QLatin1String("d")); in classes()
214 QCOMPARE(p.classes().count(), 5); in classes()
[all …]
/external/proguard/examples/annotations/
Dexamples.pro3 # specifying which classes and class members should be kept.
12 -injars classes(*.class)
34 # Preserve all native method names and the names of their classes.
41 # classes.
51 # If your code contains serializable classes that have to be backward
/external/proguard/examples/
Dproguardgui.pro10 # We'll filter out the Ant and WTK classes.
19 # In recent JREs, some public Swing classes depend on package visible classes,
20 # so don't skip these package visible classes while parsing the library jar.
41 # Put all obfuscated classes into the nameless root package.
Dmidlets.pro24 # Put all obfuscated classes into the nameless root package.
28 # Allow classes and class members to be made public.
45 # Preserve all native method names and the names of their classes.
52 # typically classes that are dynamically created using Class.forName:
Dlibrary.pro30 # Preserve all public classes, and their public and protected fields and
44 # Preserve all native method names and the names of their classes.
51 # classes.
61 # If your code contains serializable classes that have to be backward
74 # typically classes that are dynamically created using Class.forName:
Dapplets.pro26 # Preserve all native method names and the names of their classes.
33 # classes.
43 # If your code contains serializable classes that have to be backward
56 # typically classes that are dynamically created using Class.forName:
Dservlets.pro27 # Preserve all native method names and the names of their classes.
34 # classes.
44 # If your code contains serializable classes that have to be backward
57 # typically classes that are dynamically created using Class.forName:
Dapplications.pro32 # Preserve all native method names and the names of their classes.
39 # classes.
49 # If your code contains serializable classes that have to be backward
62 # typically classes that are dynamically created using Class.forName:
Dretrace.pro10 # We'll filter out the Ant and WTK classes.
31 # Put all obfuscated classes into the nameless root package.
35 # Allow classes and class members to be made public.
Dproguard.pro9 # We'll filter out the Ant and WTK classes, keeping everything else.
26 # Put all obfuscated classes into the nameless root package.
30 # Allow classes and class members to be made public.
/external/junit/src/junit/framework/
DTestSuite.java168 public TestSuite (Class[] classes) {
169 for (int i= 0; i < classes.length; i++)
170 addTest(new TestSuite(classes[i]));
177 public TestSuite(Class[] classes, String name) {
178 this(classes);
/external/zlib/contrib/iostream3/
DREADME1 These classes provide a C++ stream interface to the zlib library. It allows you
10 The gzifstream and gzofstream classes were originally written by Kevin Ruland
15 The new classes are as standard-compliant as possible, closely following the
16 approach of the standard library's fstream classes. It compiles under gcc versions
/external/webkit/WebKit/qt/Api/
Dqwebelement.cpp861 QStringList QWebElement::classes() const in classes() function in QWebElement
866 …QStringList classes = attribute(QLatin1String("class")).simplified().split(QLatin1Char(' '), QStr… in classes() local
868 classes.removeDuplicates(); in classes()
870 int n = classes.size(); in classes()
875 const QString& s = classes.at(i); in classes()
880 classes[j] = s; in classes()
884 classes.erase(classes.begin() + j, classes.end()); in classes()
886 return classes; in classes()
895 QStringList list = classes(); in hasClass()
904 QStringList list = classes(); in addClass()
[all …]
/external/chromium/third_party/icu/source/data/
Dcldr-icu-readme.txt34 export CLDR_CLASSES=<path>/cldr/tools/java/classes
36 export ICU4J_CLASSES=<path>/icu4j/classes
55 CLDR_CLASSES=<path>/cldr/tools/java/classes
57 ICU4J_CLASSES=<path>/icu4j/classes
/external/icu4c/data/
Dcldr-icu-readme.txt34 export CLDR_CLASSES=<path>/cldr/tools/java/classes
36 export ICU4J_CLASSES=<path>/icu4j/classes
55 CLDR_CLASSES=<path>/cldr/tools/java/classes
57 ICU4J_CLASSES=<path>/icu4j/classes
/external/qemu/distrib/sdl-1.2.12/src/joystick/macos/
DSDL_sysjoystick.c68 static ISpDeviceClass classes[4] = { in SDL_SYS_JoystickInit() local
94 for ( i=0; classes[i]; ++i ) { in SDL_SYS_JoystickInit()
97 classes[i], in SDL_SYS_JoystickInit()
/external/emma/core/java12/com/vladium/emma/report/
DSrcFileItem.java140 for (Iterator classes = getChildren (); classes.hasNext (); ) in getAggregate()
142 final ClassItem cls = (ClassItem) classes.next (); in getAggregate()

12345678910>>...13