Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/multidex/
DPath.java49 private final String definition; field in Path
53 Path(String definition) throws IOException { in Path() argument
54 this.definition = definition; in Path()
55 for (String filePath : definition.split(Pattern.quote(File.pathSeparator))) { in Path()
83 return definition; in toString()
/dalvik/dx/src/com/android/dx/ssa/back/
DRegisterAllocator.java80 SsaInsn definition = ssaMeth.getDefinitionForRegister(reg); in getCategoryForSsaReg() local
82 if (definition == null) { in getCategoryForSsaReg()
86 return definition.getResult().getCategory(); in getCategoryForSsaReg()
98 SsaInsn definition = ssaMeth.getDefinitionForRegister(reg); in getDefinitionSpecForSsaReg() local
100 return definition == null ? null : definition.getResult(); in getDefinitionSpecForSsaReg()
/dalvik/dx/tests/089-dex-define-object/
Dinfo.txt1 This tests that a stripped down definition of the class Object can in
/dalvik/dx/
DNOTICE30 control with that entity. For the purposes of this definition,
66 the copyright owner. For the purposes of this definition, "submitted"
/dalvik/
DNOTICE35 control with that entity. For the purposes of this definition,
71 the copyright owner. For the purposes of this definition, "submitted"
/dalvik/opcode-gen/
Dbytecode.txt16 # Bytecode definition file