HomeSort by relevance Sort by last modified time
    Searched defs:already (Results 1 - 11 of 11) sorted by null

  /dalvik/dx/src/com/android/dx/dex/file/
StringIdsSection.java 146 StringIdItem already = strings.get(value); local
148 if (already != null) {
149 return already;
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableExtractor.java 160 RegisterSpec already = primaryState.get(result); local
166 if (!result.equals(already)) {
  /external/bison/lib/
obstack.c 262 long already;
294 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
297 already = 0;
299 for (i = already; i < obj_size; i++)
261 long already; local
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableExtractor.java 143 RegisterSpec already = primaryState.get(result); local
149 if (!result.equals(already)) {
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 379 * Puts the given instance in the intern table if it's not already
380 * there. If a conflicting value is already in the table, then leave it.
389 Prototype already = internTable.get(descriptor); local
390 if (already != null) {
391 return already;
Type.java 822 throw new IllegalArgumentException("already uninitialized: " +
837 * Puts the given instance in the intern table if it's not already
838 * there. If a conflicting value is already in the table, then leave it.
847 Type already = internTable.get(descriptor); local
848 if (already != null) {
849 return already;
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 402 Entry already = active[reg]; local
404 if ((already != null) && e.matches(already)) {
407 e + "; had " + already);
617 * There was already an end local for the same
722 * The local in the given register is already ended.
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 829 Type already = catchTypes[targ]; local
830 if (already == null) {
832 } else if (already != exceptionClass.getClassType()) {
846 * already have a catch-all handler, so add one to the
921 * Add a goto to the end of the block if it doesn't already
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 292 milliseconds