HomeSort by relevance Sort by last modified time
    Searched refs:static (Results 51 - 75 of 542) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/proguard/examples/dictionaries/
keywords.txt 40 static
  /external/proguard/examples/
proguard.pro 38 public static void main(java.lang.String[]);
retrace.pro 42 public static void main(java.lang.String[]);
android.pro 101 static android.os.Parcelable$Creator CREATOR;
104 # Preserve static fields of inner classes of R classes that might be accessed
108 public static <fields>;
135 # Preserve the special static methods that are required in all enumeration
139 public static **[] values();
140 public static ** valueOf(java.lang.String);
150 static final long serialVersionUID;
151 static final java.io.ObjectStreamField[] serialPersistentFields;
168 # public static boolean isLoggable(java.lang.String, int);
169 # public static int v(...)
    [all...]
scala.pro 44 public static void main(java.lang.String[]);
103 # Preserve the special static methods that are required in all enumeration
107 public static **[] values();
108 public static ** valueOf(java.lang.String);
118 static final long serialVersionUID;
119 static final java.io.ObjectStreamField[] serialPersistentFields;
proguardall.pro 44 public static void main(java.lang.String[]);
48 public static void main(java.lang.String[]);
52 public static void main(java.lang.String[]);
  /external/xmp_toolkit/XMPCore/
Android.mk 12 # Build a static jar file.
  /hardware/libhardware/tests/hardware/
Android.mk 4 LOCAL_MODULE := static-hal-check
  /hardware/ril/librilutils/
Android.mk 17 # Create static library for those that want it
  /ndk/tests/build/warn-no-ldflags-in-static-libraries/jni/
Android.mk 7 # LOCAL_LDFLAGS are always ignored for static libraries.
  /ndk/tests/build/warn-no-ldlibs-in-static-libraries/jni/
Android.mk 7 # LOCAL_LDLIBS are always ignored for static libraries.
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
keywords.txt 40 static
  /prebuilts/tools/common/proguard/proguard4.7/examples/
proguard.pro 37 public static void main(java.lang.String[]);
retrace.pro 42 public static void main(java.lang.String[]);
android.pro 93 static android.os.Parcelable$Creator CREATOR;
96 # Preserve static fields of inner classes of R classes that might be accessed
100 public static <fields>;
121 # Preserve the special static methods that are required in all enumeration
125 public static **[] values();
126 public static ** valueOf(java.lang.String);
136 static final long serialVersionUID;
137 static final java.io.ObjectStreamField[] serialPersistentFields;
scala.pro 44 public static void main(java.lang.String[]);
103 # Preserve the special static methods that are required in all enumeration
107 public static **[] values();
108 public static ** valueOf(java.lang.String);
118 static final long serialVersionUID;
119 static final java.io.ObjectStreamField[] serialPersistentFields;
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
Android.mk 5 $(call emugl-begin-host-static-library,libEGL_host_wrapper)
  /build/core/
host_static_library_internal.mk 2 ## Standard rules for building a static library for the host.
27 $(transform-host-o-to-static-lib)
  /external/iproute2/ip/
Makefile 42 ip: static-syms.o
43 static-syms.o: static-syms.h
44 static-syms.h: $(wildcard *.c)
  /external/qemu/distrib/sdl-1.2.15/
sdl-config.in 12 @ENABLE_STATIC_TRUE@Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]"
51 @ENABLE_STATIC_TRUE@@ENABLE_SHARED_TRUE@ --static-libs)
52 @ENABLE_STATIC_TRUE@@ENABLE_SHARED_FALSE@ --libs|--static-libs)
  /sdk/emulator/opengl/host/libs/renderControl_dec/
Android.mk 5 $(call emugl-begin-host-static-library,lib_renderControl_dec)
14 $(call emugl-begin-host64-static-library,lib64_renderControl_dec)
  /external/chromium_org/tools/stats_viewer/
win32.cs 26 public static readonly IntPtr INVALID_HANDLE_VALUE = new IntPtr(-1);
30 public static extern IntPtr CreateFile (
36 public static extern IntPtr MapViewOfFile (
41 public static extern IntPtr OpenFileMapping (
45 public static extern bool UnmapViewOfFile (IntPtr lpBaseAddress);
48 public static extern bool CloseHandle(IntPtr handle);
  /external/chromium_org/base/android/jni_generator/
jni_generator_tests.py 130 private static native String nativeGetDomainAndRegistry(String url);
131 private static native void nativeCreateHistoricalTabFromState(
134 private static native String[] nativeGetAutofillProfileGUIDs();
142 private static native OnFrameAvailableListener nativeGetInnerClass();
156 NativeMethod(return_type='int', static=False,
161 NativeMethod(return_type='void', static=False, name='Destroy',
167 NativeMethod(return_type='long', static=False, name='AddBookmark',
181 NativeMethod(return_type='String', static=True,
187 NativeMethod(return_type='void', static=True,
195 NativeMethod(return_type='byte[]', static=False
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaBase.cs 10 // static byte []kLiteralNextStates = {0, 0, 0, 0, 1, 2, 3, 4, 5, 6, 4, 5};
11 // static byte []kMatchNextStates = {7, 7, 7, 7, 7, 7, 7, 10, 10, 10, 10, 10};
12 // static byte []kRepNextStates = {8, 8, 8, 8, 8, 8, 8, 11, 11, 11, 11, 11};
13 // static byte []kShortRepNextStates = {9, 9, 9, 9, 9, 9, 9, 11, 11, 11, 11, 11};
41 public static uint GetLenToPosState(uint len)
  /external/libpng/
libpng-config.in 46 --static revise subsequent outputs for static linking
114 --static)

Completed in 1426 milliseconds

1 23 4 5 6 7 8 91011>>