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

1 2

  /dalvik/dx/src/com/android/dx/dex/file/
StringIdsSection.java 128 StringIdItem already = strings.get(value); local
130 if (already != null) {
131 return already;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
StringIdsSection.java 129 StringIdItem already = strings.get(value); local
131 if (already != null) {
132 return already;
  /dalvik/dexgen/src/com/android/dexgen/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 159 RegisterSpec already = primaryState.get(result); local
165 if (!result.equals(already)) {
  /external/bison/lib/
obstack.c 250 long already;
282 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
285 already = 0;
287 for (i = already; i < obj_size; i++)
249 long already; local
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LocalVariableExtractor.java 160 RegisterSpec already = primaryState.get(result); local
166 if (!result.equals(already)) {
  /toolchain/binutils/binutils-2.25/libiberty/
obstack.c 246 long already;
273 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
276 already = 0;
278 for (i = already; i < obj_size; i++)
245 long already; local
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalVariableExtractor.java 143 RegisterSpec already = primaryState.get(result); local
149 if (!result.equals(already)) {
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Prototype.java 378 * Puts the given instance in the intern table if it's not already
379 * there. If a conflicting value is already in the table, then leave it.
388 Prototype already = internTable.get(descriptor); local
389 if (already != null) {
390 return already;
Type.java 895 throw new IllegalArgumentException("already uninitialized: " +
910 * Puts the given instance in the intern table if it's not already
911 * there. If a conflicting value is already in the table, then leave it.
920 Type already = internTable.get(descriptor); local
921 if (already != null) {
922 return already;
  /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 382 * Puts the given instance in the intern table if it's not already
383 * there. If a conflicting value is already in the table, then leave it.
392 Prototype already = internTable.get(descriptor); local
393 if (already != null) {
394 return already;
Type.java 828 throw new IllegalArgumentException("already uninitialized: " +
843 * Puts the given instance in the intern table if it's not already
844 * there. If a conflicting value is already in the table, then leave it.
853 Type already = internTable.get(descriptor); local
854 if (already != null) {
855 return already;
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
LocalVariableExtractor.java 143 RegisterSpec already = primaryState.get(result); local
149 if (!result.equals(already)) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Prototype.java 382 * Puts the given instance in the intern table if it's not already
383 * there. If a conflicting value is already in the table, then leave it.
392 Prototype already = internTable.get(descriptor); local
393 if (already != null) {
394 return already;
Type.java 829 throw new IllegalArgumentException("already uninitialized: " +
844 * Puts the given instance in the intern table if it's not already
845 * there. If a conflicting value is already in the table, then leave it.
854 Type already = internTable.get(descriptor); local
855 if (already != null) {
856 return already;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
Pick.java 521 Set already = new HashSet(); field in class:Pick.Visitor
525 boolean result = already.contains(item);
526 already.add(item);
530 already.clear();
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
Pick.java 520 Set already = new HashSet(); field in class:Pick.Visitor
524 boolean result = already.contains(item);
525 already.add(item);
529 already.clear();
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 829 uint64_t already = 0; local
834 if(already & (1ULL << prog.params_out[i].Register))
836 already |= 1ULL << prog.params_out[i].Register;
  /dalvik/dexgen/src/com/android/dexgen/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/dex/code/
LocalList.java 398 Entry already = active[reg]; local
400 if ((already != null) && e.matches(already)) {
403 e + "; had " + already);
613 * There was already an end local for the same
718 * The local in the given register is already ended.
  /external/dexmaker/src/dx/java/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.
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 3177 milliseconds

1 2