OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:static
(Results
1 - 11
of
11
) sorted by null
/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
...]
/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)
27
emugl-begin-host64-
static
-library = $(call emugl-begin-module64,$1,HOST_STATIC_LIBRARY,HOST)
76
# $(call emugl-begin-
static
-library,foo)
87
# Here, we define a
static
library named 'foo' which exports an include
/build/core/combo/
TARGET_linux-arm64.mk
212
define transform-o-to-
static
-executable-inner
TARGET_linux-mips64.mk
222
define transform-o-to-
static
-executable-inner
TARGET_linux-x86_64.mk
202
define transform-o-to-
static
-executable-inner
/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)
57
# $(call emugl-begin-
static
-library,foo)
68
# 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).
593
# Function : module-add-
static
-depends
595
# 2: list/set of
static
library modules this module depends on.
597
# Usage : $(call module-add-
static
-depends,<modulename>,<list of module names>)
598
# Rationale: Record that a module depends on a set of
static
libraries.
599
# Use module-get-
static
-dependencies to retrieve final list
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
MetricsSidebarPane.js
273
"
static
": true
/external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp
79
#define
static
macro
164
static
/build/core/
definitions.mk
[
all
...]
Completed in 5848 milliseconds