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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/icu/source/extra/uconv/
Makefile.in 10 ## Set the following to dll or static or common..
11 UCONVMSG_MODE=static
57 ## Static mode
58 ifeq ($(UCONVMSG_MODE),static)
62 PKGMODE=static
162 # no install for static mode
163 ifneq ($(UCONVMSG_MODE),static)
  /external/chromium_org/third_party/opus/src/win32/
genversion.bat 33 echo # static version string; update manually every release.> "%~dp0..\version.mk"
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86cpu.gperf 52 static void
114 static void
144 static void
190 static void
196 static void
202 static void
209 static void
216 static void
414 static char lcaseid[16];
  /external/icu/icu4c/source/extra/uconv/
Makefile.in 10 ## Set the following to dll or static or common..
11 UCONVMSG_MODE=static
58 ## Static mode
59 ifeq ($(UCONVMSG_MODE),static)
63 PKGMODE=static
163 # no install for static mode
164 ifneq ($(UCONVMSG_MODE),static)
  /external/libopus/win32/
genversion.bat 33 echo # static version string; update manually every release.> "%~dp0..\version.mk"
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 163 static UInt32 GetLogSize(UInt32 size)
172 static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime)
186 static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt64 size)
194 static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, UInt64 inSize)
200 static UInt64 GetTotalRating(
210 static void PrintValue(UInt64 v)
218 static void PrintRating(UInt64 rating)
224 static void PrintResults(
241 static public int LzmaBenchmark(Int32 numIterations, UInt32 dictionarySize)
  /external/proguard/examples/annotations/lib/
annotations.pro 57 public static void main(java.lang.String[]);
  /external/valgrind/main/drd/scripts/
download-and-build-firefox 54 ac_add_options --enable-static
  /hardware/libhardware_legacy/
Android.mk 27 # static library for librpc
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/lib/
annotations.pro 57 public static void main(java.lang.String[]);
  /sdk/emulator/opengl/
sdl.mk 18 EMUGL_SDL_LDLIBS := $(filter-out %.a %.lib,$(shell $(EMUGL_SDL_CONFIG) --static-libs))
  /build/core/combo/
HOST_darwin-x86_64.mk 25 HOST_GLOBAL_LDFLAGS += -static
HOST_linux-x86.mk 39 $(combo_2nd_arch_prefix)HOST_GLOBAL_LDFLAGS += -static
HOST_windows-x86_64.mk 49 HOST_GLOBAL_LDFLAGS += -static
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/gbm/
Makefile 29 $(MKLIB) -o gbm -static $(GBM_OBJECTS)
  /external/expat/
Android.mk 4 # and the host (as a static library for tools to use).
69 # Device static library
  /external/mesa3d/src/gallium/state_trackers/gbm/
Makefile 29 $(MKLIB) -o gbm -static $(GBM_OBJECTS)
  /ndk/build/core/
default-build-commands.mk 12 # Return the list of object, static libraries and shared libraries as they
13 # must appear on the final static linker command (order is important).
16 # we always put libgcc _after_ all static libraries and _before_ shared
26 # $2: static libraries
27 # $3: whole static libraries
64 # and static libraries, but before any other library in the link
100 define cmd-build-static-library
106 # when applied to static libraries or object files.
build-binary.mk 31 # A list of LOCAL_XXX variables that are ignored for static libraries.
42 $(call __ndk_info,WARNING:$(LOCAL_MAKEFILE):$(LOCAL_MODULE): $(_notvar) is always ignored for static libraries)\
95 # it is defined for non-static library modules.
99 $(call __ndk_info,WARNING:$(LOCAL_MAKEFILE):$(LOCAL_MODULE): LOCAL_THIN_ARCHIVE is for building static libraries)
208 # enable PIE for executable beyond certain API level, unless "-static"
211 ifeq (,$(filter -static,$(TARGET_LDFLAGS) $(LOCAL_LDFLAGS) $(NDK_APP_LDFLAGS)))
467 # Handle the static and shared libraries this module depends on
482 # list of all object files and/or static/shared libraries that appear on the
510 # This is a static library module, things are very easy. We only need
513 # static or shared libraries, there is no need to actually build the
    [all...]
  /ndk/tests/build/topological-sort/jni/
Android.mk 6 # 1/ First, define a static library module named 'foo' with two source
10 # 2/ Second, define another static library named 'bar' that depends on
  /packages/apps/Email/emailcommon/
Android.mk 17 # Build the com.android.emailcommon static library. At the moment, this includes
19 # AIDL files are also compiled into the static library
  /packages/providers/ContactsProvider/
Android.mk 17 # leaving out code which is tested by other means (e.g. static libraries) that
24 # leaving out code which is tested by other means (e.g. static libraries) that
  /sdk/find_java/
Android.mk 3 # Android.mk for find_java.exe & static library
8 # find_java static library for host (used by find_java.exe and installer)
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Makefile 24 STATIC_STAMPS = pthreadVCE$(DLL_VER).static pthreadVSE$(DLL_VER).static pthreadVC$(DLL_VER).static \
25 pthreadVCE$(DLL_VERD).static pthreadVSE$(DLL_VERD).static pthreadVC$(DLL_VERD).static
390 @ echo nmake clean VC-static (to build the MSVC static lib with C cleanup code)
397 @ echo nmake clean VC-static-debug (to build the debug MSVC static lib with C cleanup code
    [all...]
  /frameworks/support/v7/cardview/
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.
65 # Here is the final static library that apps can link against.

Completed in 1702 milliseconds

1 2 3 4 56 7 8 91011>>