HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 76 - 100 of 239) sorted by null

1 2 34 5 6 7 8 910

  /ndk/tests/build/topological-sort/jni/
Android.mk 19 # With NDK r8b and earlier, the final link command for the executable
25 # when trying to add bar.o to the final image, it will not be able to
  /prebuilts/tools/common/proguard/proguard4.7/examples/
android.pro 136 static final long serialVersionUID;
137 static final java.io.ObjectStreamField[] serialPersistentFields;
scala.pro 118 static final long serialVersionUID;
119 static final java.io.ObjectStreamField[] serialPersistentFields;
  /external/v8/src/
json.js 80 var final;
82 final = "[" + partial.join(",") + "]";
85 final = "[\n" + indent + partial.join(separator) + "\n" +
88 final = "[]";
91 return final;
128 var final;
130 final = "{" + partial.join(",") + "}";
133 final = "{\n" + indent + partial.join(separator) + "\n" +
136 final = "{}";
139 return final;
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 88 // If this is the final outstanding call to processVisits(),
89 // then we have the final results. Use them to build the list
96 // This function is called when we have the final list of URls to display.
  /external/zlib/src/examples/
gun.c 49 file are maintained in the final uncompressed file, to the extent that the
214 unsigned final; /* last character written for previous code */ local
250 final = prev = (unsigned)last; /* low 8 bits of code */
260 outbuf[0] = (unsigned char)final; /* write first decompressed byte */
324 match[stack++] = (unsigned char)final;
336 final = code;
342 suffix[end] = (unsigned char)final;
364 /* loop for next code with final and prev as the last match, rem and
  /frameworks/support/v7/mediarouter/
Android.mk 18 # We do this here because the final static library must be compiled with an older
20 # contains will not be linked into the final static library.
56 # Here is the final static library that apps can link against.
  /cts/tools/utils/
java-cert-list-generator.sh 50 static final String[] CERTIFICATE_DATA = {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput/d/
T_iput_12.d 19 .field public final st_i1 I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_boolean/d/
T_iput_boolean_12.d 19 .field public final st_i1 Z
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_byte/d/
T_iput_byte_12.d 19 .field public final st_i1 B
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_char/d/
T_iput_char_12.d 19 .field public final st_i1 C
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_object/d/
T_iput_object_12.d 19 .field public final st_i1 Ljava/lang/Object;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_short/d/
T_iput_short_12.d 19 .field public final st_i1 S
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_wide/d/
T_iput_wide_12.d 19 .field public final st_i1 J
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/d/
T_sput_12.d 19 .field public static final st_i1 I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/d/
T_sput_boolean_12.d 19 .field public static final st_i1 Z
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/d/
T_sput_byte_12.d 19 .field public static final st_i1 B
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_char/d/
T_sput_char_12.d 19 .field public static final st_i1 C
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/d/
T_sput_object_12.d 19 .field public static final st_i1 Ljava/lang/Object;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/d/
T_sput_short_12.d 19 .field public static final st_i1 S
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_wide/d/
T_sput_wide_12.d 19 .field public static final st_i1 J
  /external/freetype/
Android.mk 47 # the following is for testing only, and should not be used in final builds
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
LookaheadStream.h 39 public static final int UNINITIALIZED_EOF_ELEMENT_INDEX = Integer.MAX_VALUE;
  /external/clang/test/FixIt/
fixit-cxx0x.cpp 36 f2 final, typedef in struct:SemiCommaTypo::MemberDeclarator

Completed in 662 milliseconds

1 2 34 5 6 7 8 910