/ndk/tests/abcc/jni/mman-win32/ |
configure | 40 echo " --enable-static build static libraries [yes]" 65 DEFAULT_YES="static 119 disabled static && { 146 echo "BUILD_STATIC=$static" >> config.mak 157 echo "static: $static"
|
/build/core/ |
static_library_internal.mk | 2 ## Standard rules for building a static library. 33 $(transform-o-to-static-lib)
|
/external/lldb/test/lang/objc/objc-static-method-stripped/ |
Makefile | 3 OBJC_SOURCES := static.m
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
Android.mk | 11 $(call emugl-begin-host-static-library,libGLESv1_dec) 28 $(call emugl-begin-host64-static-library,lib64GLESv1_dec)
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
Android.mk | 11 $(call emugl-begin-host-static-library,libGLESv2_dec) 26 $(call emugl-begin-host64-static-library,lib64GLESv2_dec)
|
/external/stlport/ |
configure | 50 --use-static-gcc use static gcc libs instead of shared libgcc_s (useful for gcc compiler, 52 with --disable-shared, static libraries will be used in any case) 65 --enable-static build static 77 --with-static-rtl 79 Enables usage of static (libc.lib family) or dynamic (msvcrt.lib family) 83 static C runtime use --with-static-rtl. See README.options for details. 87 --with-static-rtl -> _STLP_USE_DYNAMIC_LIB [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugTreeGrammar.cs | 28 internal static readonly string[] tokenNames = new string[] { 50 public static readonly string[] ruleNames = 813 private static class Follow 815 public static readonly BitSet _stat_in_prog48 = new BitSet(new ulong[]{0x3CCF2UL}); 816 public static readonly BitSet _expr_in_stat63 = new BitSet(new ulong[]{0x2UL}); 817 public static readonly BitSet _17_in_stat98 = new BitSet(new ulong[]{0x4UL}); 818 public static readonly BitSet _ID_in_stat100 = new BitSet(new ulong[]{0x1CCD0UL}); 819 public static readonly BitSet _expr_in_stat102 = new BitSet(new ulong[]{0x8UL}); 820 public static readonly BitSet _FUNC_in_stat128 = new BitSet(new ulong[]{0x4UL}); 821 public static readonly BitSet _16_in_expr172 = new BitSet(new ulong[]{0x4UL}) [all...] |
ProfileTreeGrammar.cs | 28 internal static readonly string[] tokenNames = new string[] { 50 public static readonly string[] ruleNames = 818 private static class Follow 820 public static readonly BitSet _stat_in_prog48 = new BitSet(new ulong[]{0x3CCF2UL}); 821 public static readonly BitSet _expr_in_stat63 = new BitSet(new ulong[]{0x2UL}); 822 public static readonly BitSet _17_in_stat98 = new BitSet(new ulong[]{0x4UL}); 823 public static readonly BitSet _ID_in_stat100 = new BitSet(new ulong[]{0x1CCD0UL}); 824 public static readonly BitSet _expr_in_stat102 = new BitSet(new ulong[]{0x8UL}); 825 public static readonly BitSet _FUNC_in_stat128 = new BitSet(new ulong[]{0x4UL}); 826 public static readonly BitSet _16_in_expr172 = new BitSet(new ulong[]{0x4UL}) [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
instance_servlet_test.py | 44 test_path('static/foo.css') 49 test_path('beta/static/foo.css', status=301)
|
/external/conscrypt/src/main/native/ |
sub.mk | 12 # Any shared/static libs that are listed here must also
|
/external/libutf/ |
Android.mk | 27 # We only build the static library at the moment.
|
/external/libvorbis/doc/ |
10-tables.tex | 8 The vector \varname{[floor1_inverse_dB_table]} is a 256 element static
|
/external/proguard/examples/ |
proguardgui.pro | 50 public static void main(java.lang.String[]);
|
/hardware/ril/libril/ |
Android.mk | 29 # For RdoServD which needs a static library
|
/libcore/dalvik/src/main/native/ |
sub.mk | 11 # Any shared/static libs that are listed here must also
|
/ndk/tests/build/no-installable-modules/jni/ |
Android.mk | 3 # Define a single static library in this Android.mk, it should be
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
proguardgui.pro | 49 public static void main(java.lang.String[]);
|
/prebuilts/tools/linux-x86/sdl/bin/ |
sdl-config | 12 Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]" 51 # --static-libs) 52 --libs|--static-libs)
|
/prebuilts/tools/windows/sdl/bin/ |
sdl-config | 12 Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]" 51 # --static-libs) 52 --libs|--static-libs)
|
/sdk/emulator/opengl/tests/translator_tests/MacCommon/ |
Android.mk | 4 $(call emugl-begin-host-static-library,libMac_view)
|
/external/guava/guava/src/com/google/common/primitives/ |
generate.sh | 43 import static com.google.common.base.Preconditions.checkArgument; 44 import static com.google.common.base.Preconditions.checkElementIndex; 45 import static com.google.common.base.Preconditions.checkNotNull; 46 import static com.google.common.base.Preconditions.checkPositionIndexes; 61 * Static utility methods pertaining to {@code primtyp} primitives, that are not 75 public static final int BYTES = WrapperCl.SIZE / Byte.SIZE; 84 public static int hashCode(primtyp value) { 97 public static primtyp checkedCast(long value) { 111 public static primtyp saturatedCast(long value) { 130 public static int compare(primtyp a, primtyp b) [all...] |
/build/core/combo/ |
HOST_linux-x86_64.mk | 38 HOST_GLOBAL_LDFLAGS += -static
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
enterprise_platform_keys_custom_bindings.js | 10 // The former is implemented without custom binding as static functions. 12 // The internal API provides the key and crypto operations through static
|
/external/chromium_org/third_party/icu/source/samples/ufortune/resources/ |
Makefile | 40 ifeq ($(RESMODE),static)
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
Makefile | 40 ifeq ($(RESMODE),static)
|