OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iclass
(Results
1 - 6
of
6
) sorted by null
/cts/tools/signature-tools/src/signature/model/util/
ModelUtil.java
36
* Returns the
IClass
for the given className.<br>
41
* @return the
IClass
instance or null;
101
* @return the
IClass
instance or null;
/cts/tools/signature-tools/src/signature/model/
IAnnotatableElement.java
25
* <li>Classes (
IClass
), including annotations which are also classes
/external/openssl/crypto/asn1/
tasn_enc.c
72
int do_sort, int
iclass
);
271
const ASN1_TEMPLATE *tt, int tag, int
iclass
)
278
* the
iclass
argument may contain some additional flags
295
tclass =
iclass
& ASN1_TFLG_TAG_CLASS;
305
iclass
&= ~ASN1_TFLG_TAG_CLASS;
308
* 'tclass' is the class and
iclass
is any flags passed
313
if ((flags & ASN1_TFLG_NDEF) && (
iclass
& ASN1_TFLG_NDEF))
360
-1,
iclass
);
379
isset,
iclass
);
395
-1,
iclass
);
[
all
...]
/dalvik/vm/reflect/
Proxy.c
320
ClassObject*
iclass
= clazz->iftable[j].clazz;
local
323
iclass
->descriptor,
iclass
->virtualMethodCount);
324
maxCount +=
iclass
->virtualMethodCount;
355
ClassObject*
iclass
= clazz->iftable[j].clazz;
local
358
for (k = 0; k <
iclass
->virtualMethodCount; k++) {
359
allMethods[allCount++] = &
iclass
->virtualMethods[k];
[
all
...]
/system/core/adb/
usb_libusb.c
289
"
iclass
: %x, isclass: %x, iproto: %x ep: %x/%x-> ",
/cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java
114
// classes.add((
IClass
)convertType(clazz));
Completed in 292 milliseconds