Home
last modified time | relevance | path

Searched refs:UNKNOWN (Results 1 – 6 of 6) sorted by relevance

/art/tools/veridex/
Dhidden_api.h34 UNKNOWN, enumerator
58 if (it == source_.end() || it->second == SignatureSource::UNKNOWN) { in AddSignatureSource()
73 return (it == source_.end()) ? SignatureSource::UNKNOWN : it->second; in GetSignatureSource()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java68 if (getInstructionOutputType(mInsn) != OutputType.UNKNOWN) { in canMutate()
94 if (getInstructionOutputType(insnOutputToPrint) == OutputType.UNKNOWN) { in generateMutation()
121 if (outputType == OutputType.UNKNOWN) { in applyMutation()
203 UNKNOWN("UNKNOWN"); enumConstant
264 return OutputType.UNKNOWN; in getInstructionOutputType()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DRootType.java83 UNKNOWN (1 << 11), enumConstant
DParser.java559 roots.add(new RootData(objectId, RootType.UNKNOWN)); in parseInternal()
/art/test/1927-exception-event/
Dexpected-stdout.txt73 Will be caught by: <UNKNOWN>
85 Will be caught by: <UNKNOWN>
182 Will be caught by: <UNKNOWN>
195 Will be caught by: <UNKNOWN>
208 Will be caught by: <UNKNOWN>
221 Will be caught by: <UNKNOWN>
/art/tools/ahat/etc/
Dahat_api.txt222 enum_constant public static final com.android.ahat.heapdump.RootType UNKNOWN;