HomeSort by relevance Sort by last modified time
    Searched refs:static (Results 26 - 50 of 814) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/
examples.pro 39 # Preserve the special static methods that are required in all enumeration
43 public static **[] values();
44 public static ** valueOf(java.lang.String);
54 static final long serialVersionUID;
55 static final java.io.ObjectStreamField[] serialPersistentFields;
  /prebuilts/tools/common/proguard/proguard4.7/examples/
applets.pro 41 # Preserve the special static methods that are required in all enumeration
45 public static **[] values();
46 public static ** valueOf(java.lang.String);
56 static final long serialVersionUID;
57 static final java.io.ObjectStreamField[] serialPersistentFields;
library.pro 51 # Preserve the special static methods that are required in all enumeration
55 public static **[] values();
56 public static ** valueOf(java.lang.String);
66 static final long serialVersionUID;
67 static final java.io.ObjectStreamField[] serialPersistentFields;
servlets.pro 42 # Preserve the special static methods that are required in all enumeration
46 public static **[] values();
47 public static ** valueOf(java.lang.String);
57 static final long serialVersionUID;
58 static final java.io.ObjectStreamField[] serialPersistentFields;
  /external/bison/etc/
bench.pl.in 41 static int yylex (void);
42 static void yyerror (const char *msg);
82 static int
85 static int inner = 1;
86 static int outer = 0;
98 static void
147 static semantic_value global_result = 0;
148 static int global_count = 0;
160 static int power (int base, int exponent);
164 static void yyerror (const char *s)
    [all...]
  /art/test/954-invoke-polymorphic-verifier/smali/
BetterFakeSignaturePolymorphic.smali 24 invoke-static {}, LBetterFakeSignaturePolymorphic;->getMain()LMain;
33 .method public static getMethodHandle()Ljava/lang/invoke/MethodHandle;
39 .method public static getMain()LMain;
FakeSignaturePolymorphic.smali 24 invoke-static {}, LFakeSignaturePolymorphic;->getMain()LMain;
33 .method public static getMethodHandle()Ljava/lang/invoke/MethodHandle;
39 .method public static getMain()LMain;
MethodHandleToString.smali 24 invoke-static {}, LMethodHandleToString;->getMethodHandle()Ljava/lang/invoke/MethodHandle;
31 .method public static getMethodHandle()Ljava/lang/invoke/MethodHandle;
  /art/test/504-regression-baseline-entry/smali/
Test.smali 20 .method public static SingleGotoStart()I
  /development/ndk/tests/dlclose-destruction/jni/
Android.mk 1 # A small sample used to demonstrate static C++ destructors
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeConstants.as 6 public static const INVALID_NODE:CommonTree = CommonTree.createFromToken(TokenConstants.INVALID_TOKEN);
  /external/flatbuffers/tests/MyGame/Example2/
Monster.cs 13 public static Monster GetRootAsMonster(ByteBuffer _bb) { return GetRootAsMonster(_bb, new Monster()); }
14 public static Monster GetRootAsMonster(ByteBuffer _bb, Monster obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
19 public static void StartMonster(FlatBufferBuilder builder) { builder.StartObject(0); }
20 public static Offset<Monster> EndMonster(FlatBufferBuilder builder) {
  /external/libcap/contrib/bug400591/
Makefile 5 cc -g -I../../libcap/include --static -o $@ $< -L../../libcap -lcap
  /external/lzma/CS/7zip/Common/
CRC.cs 7 public static readonly uint[] Table;
9 static CRC()
42 static uint CalculateDigest(byte[] data, uint offset, uint size)
50 static bool VerifyDigest(uint digest, byte[] data, uint offset, uint size)
  /external/proguard/examples/
library.pro 51 # Preserve the special static methods that are required in all enumeration
55 public static **[] values();
56 public static ** valueOf(java.lang.String);
66 static final long serialVersionUID;
67 static final java.io.ObjectStreamField[] serialPersistentFields;
servlets.pro 42 # Preserve the special static methods that are required in all enumeration
46 public static **[] values();
47 public static ** valueOf(java.lang.String);
57 static final long serialVersionUID;
58 static final java.io.ObjectStreamField[] serialPersistentFields;
  /external/valgrind/gdbserver_tests/
mcleak.stdoutB.exp 4 9 static void breakme() {};
9 9 static void breakme() {};
14 9 static void breakme() {};
19 9 static void breakme() {};
24 9 static void breakme() {};
29 9 static void breakme() {};
34 9 static void breakme() {};
39 9 static void breakme() {};
44 9 static void breakme() {};
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9510a/
a.go 4 static double csquare(double a, double b) {
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9510b/
b.go 4 static double csquare(double a, double b) {
  /prebuilts/go/linux-x86/misc/cgo/test/issue9510a/
a.go 4 static double csquare(double a, double b) {
  /prebuilts/go/linux-x86/misc/cgo/test/issue9510b/
b.go 4 static double csquare(double a, double b) {
  /art/test/472-unreachable-if-regression/smali/
Test.smali 20 .method public static UnreachableIf()V
29 .method public static UnreachablePackedSwitch()V
  /art/test/501-regression-packed-switch/smali/
Test.smali 20 .method public static EmptyPackedSwitch(I)I
31 .method public static PackedSwitchAfterData(I)I
  /external/oauth/core/src/main/java/
Android.mk 4 # This will build the client static library for the Google Services Framework
13 # Build the actual static library
  /prebuilts/go/darwin-x86/misc/cgo/testsigfwd/
main.go 20 static void sigsegv() {
26 static void segvhandler(int signum) {
32 static volatile sig_atomic_t sigioSeen;
35 static void recur(int i, char *p) {
44 static void iohandler(int signum) {
51 static void* sigioThread(void* arg __attribute__ ((unused))) {
56 static void sigioOnThread() {
77 static void __attribute__ ((constructor)) sigsetup(void) {

Completed in 388 milliseconds

12 3 4 5 6 7 8 91011>>