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

  /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)) {
  /ndk/sources/host-tools/sed-4.2.1/lib/
obstack.c 252 long already;
284 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
287 already = 0;
289 for (i = already; i < obj_size; i++)
251 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/chromium_org/third_party/mesa/src/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;
  /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 401 Entry already = active[reg]; local
403 if ((already != null) && e.matches(already)) {
406 e + "; had " + already);
616 * There was already an end local for the same
721 * 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.
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 843 Type already = catchTypes[targ]; local
844 if (already == null) {
846 } else if (already != exceptionClass.getClassType()) {
860 * already have a catch-all handler, so add one to the
935 * Add a goto to the end of the block if it doesn't already
    [all...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 510 milliseconds