OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nexttype
(Results
1 - 17
of
17
) sorted by null
/external/proguard/src/proguard/classfile/util/
InternalTypeEnumeration.java
82
public String
nextType
()
190
System.out.println(" Type ["+enumeration.
nextType
()+"]");
ExternalTypeEnumeration.java
79
public String
nextType
()
ClassUtil.java
441
internalTypeEnumeration.
nextType
();
506
String internalType = internalTypeEnumeration.
nextType
();
752
internalMethodDescriptor.append(internalType(externalTypeEnumeration.
nextType
()));
[
all
...]
/external/proguard/src/proguard/optimize/
MethodDescriptorShrinker.java
178
String type = internalTypeEnumeration.
nextType
();
226
String type = internalTypeEnumeration.
nextType
();
280
type = internalTypeEnumeration.
nextType
();
TailRecursionSimplifier.java
272
String parameterType = internalTypeEnumeration.
nextType
();
/libcore/libdvm/src/main/java/java/lang/reflect/
AccessibleObject.java
157
String
nextType
= clazz.getName();
159
if(trans.containsKey(
nextType
)) {
160
result = trans.get(
nextType
);
165
result = "L" +
nextType
+ ";";
/external/chromium_org/third_party/icu/source/common/
ucnv_io.c
400
uint8_t type,
nextType
;
412
nextType
= GET_ASCII_TYPE(*name);
413
if (
nextType
== ZERO ||
nextType
== NONZERO) {
435
uint8_t type,
nextType
;
447
nextType
= GET_EBCDIC_TYPE(*name);
448
if (
nextType
== ZERO ||
nextType
== NONZERO) {
491
uint8_t type,
nextType
;
504
nextType
= GET_CHAR_TYPE(*name1)
[
all
...]
/external/icu4c/common/
ucnv_io.cpp
400
uint8_t type,
nextType
;
412
nextType
= GET_ASCII_TYPE(*name);
413
if (
nextType
== ZERO ||
nextType
== NONZERO) {
435
uint8_t type,
nextType
;
447
nextType
= GET_EBCDIC_TYPE(*name);
448
if (
nextType
== ZERO ||
nextType
== NONZERO) {
491
uint8_t type,
nextType
;
504
nextType
= GET_CHAR_TYPE(*name1)
[
all
...]
/external/proguard/src/proguard/
FullyQualifiedClassNameChecker.java
125
checkType(internalTypeEnumeration.
nextType
());
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java
341
int
nexttype
=NULL;
local
434
nexttype
=next.getNodeType();
441
if (ENTITY_REFERENCE_NODE ==
nexttype
)
444
while (ENTITY_REFERENCE_NODE ==
nexttype
);
481
nexttype
=next.getNodeType();
483
//
nexttype
=pos.getNodeType();
484
if(TEXT_NODE ==
nexttype
|| CDATA_SECTION_NODE ==
nexttype
)
497
nexttype
=TEXT_NODE;
512
else if(PROCESSING_INSTRUCTION_NODE==
nexttype
)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlAutoEditStrategy.java
271
String
nextType
= next.getRegions().get(0).getType();
272
if (
nextType
== XML_END_TAG_OPEN) {
/external/proguard/src/proguard/evaluation/
BasicInvocationUnit.java
106
String type = internalTypeEnumeration.
nextType
();
/external/proguard/src/proguard/shrink/
ClassShrinker.java
251
String type = internalTypeEnumeration.
nextType
();
/external/proguard/src/proguard/optimize/peephole/
MethodInliner.java
235
String parameterType = internalTypeEnumeration.
nextType
();
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/external/proguard/lib/
proguard.jar
Completed in 458 milliseconds