HomeSort by relevance Sort by last modified time
    Searched defs:static (Results 1 - 11 of 11) sorted by null

  /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
57 # and static libraries, but before any other library in the link
87 define cmd-build-static-library
93 # when applied to static libraries or object files.
definitions.mk 475 # Arguments: 1: list of whole static libraries
476 # Returns : linker flags to use the whole static libraries
478 # Rationale: This function is used to put the list of whole static libraries
501 # type -> type of module (e.g. 'static', 'shared', ...)
517 # Note that some modules are never installed (e.g. static libraries).
723 # Function : module-add-static-depends
725 # 2: list/set of static library modules this module depends on.
727 # Usage : $(call module-add-static-depends,<modulename>,<list of module names>)
728 # Rationale: Record that a module depends on a set of static libraries.
729 # Use module-get-static-dependencies to retrieve final list
    [all...]
  /build/core/combo/
TARGET_linux-arm.mk 297 define transform-o-to-static-executable-inner
TARGET_linux-mips.mk 266 define transform-o-to-static-executable-inner
TARGET_linux-x86.mk 216 define transform-o-to-static-executable-inner
  /development/tools/emulator/opengl/
common.mk 18 # $(call emugl-begin-static-library,<name>)
23 emugl-begin-static-library = $(call emugl-begin-module,$1,STATIC_LIBRARY)
58 # $(call emugl-begin-static-library,foo)
69 # Here, we define a static library named 'foo' which exports an include
  /sdk/emulator/opengl/
common.mk 18 # $(call emugl-begin-static-library,<name>)
23 emugl-begin-host-static-library = $(call emugl-begin-module,$1,HOST_STATIC_LIBRARY,HOST)
59 # $(call emugl-begin-static-library,foo)
70 # Here, we define a static library named 'foo' which exports an include
  /build/core/
definitions.mk     [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 71 #define static macro
156 static
  /external/webkit/Source/WebCore/inspector/front-end/
MetricsSidebarPane.js 152 "static": true
  /gdk/build/core/
definitions.mk 140 # Arguments: 1: list of whole static libraries
141 # Returns : linker flags to use the whole static libraries
143 # Rationale: This function is used to put the list of whole static libraries
166 # type -> type of module (e.g. 'static', 'shared', ...)
182 # Note that some modules are never installed (e.g. static libraries).
359 # Function : module-add-static-depends
361 # 2: list/set of static library modules this module depends on.
363 # Usage : $(call module-add-static-depends,<modulename>,<list of module names>)
364 # Rationale: Record that a module depends on a set of static libraries.
365 # Use module-get-static-dependencies to retrieve final list
    [all...]

Completed in 1135 milliseconds