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

  /frameworks/base/docs/html/
jd_extras_ko.js 11 So if a section url refers to a static doc that's
98 * Static metadata collections.
101 "launch/static/ko": {
jd_extras_ja.js 11 So if a section url refers to a static doc that's
163 * Static metadata collections.
166 "launch/static/ja": {
  /external/v8/test/mjsunit/regress/
regress-crbug-481896.js 7 function static() { function
8 print("> static"); // Break
49 static();
  /external/clang/test/Preprocessor/
macro-reserved.c 20 #define static macro
26 #undef static macro
macro-reserved.cpp 21 #define static macro
27 #undef static macro
cxx_oper_keyword_ms_compat.cpp 81 #define static macro
166 static
  /external/cmockery/cmockery_0_1_2/src/example/
calculator.c 73 * so redefine static to nothing. */
74 #define static macro
89 static int add(int a, int b);
90 static int subtract(int a, int b);
91 static int multiply(int a, int b);
92 static int divide(int a, int b);
95 static OperatorFunction operator_function_map[] = {
102 static int add(int a, int b) {
106 static int subtract(int a, int b) {
110 static int multiply(int a, int b)
    [all...]
  /device/generic/goldfish-opengl/
common.mk 18 # $(call emugl-begin-static-library,<name>)
23 emugl-begin-static-library = $(call emugl-begin-module,$1,STATIC_LIBRARY)
67 # $(call emugl-begin-static-library,foo)
78 # Here, we define a static library named 'foo' which exports an include
  /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.
definitions.mk 320 # Arguments: 1: list of whole static libraries
321 # Returns : linker flags to use the whole static libraries
323 # Rationale: This function is used to put the list of whole static libraries
353 # type -> type of module (e.g. 'static', 'shared', ...)
369 # Note that some modules are never installed (e.g. static libraries).
594 # Function : module-add-static-depends
596 # 2: list/set of static library modules this module depends on.
598 # Usage : $(call module-add-static-depends,<modulename>,<list of module names>)
599 # Rationale: Record that a module depends on a set of static libraries.
600 # Use module-get-static-dependencies to retrieve final list
    [all...]
  /build/core/
definitions.mk 679 # Get the jar files (you can pass to "javac -classpath") of static or shared
    [all...]

Completed in 225 milliseconds