Searched defs:static (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Preprocessor/
H A Dmacro-reserved.c20 #define static macro
26 #undef static macro
H A Dmacro-reserved.cpp21 #define static macro
27 #undef static macro
H A Dcxx_oper_keyword_ms_compat.cpp81 #define static macro
166 static
/external/cmockery/cmockery_0_1_2/src/example/
H A Dcalculator.c73 * 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 in
[all...]
/external/toolchain-utils/automation/server/monitor/
H A Ddashboard.py18 from django.views import static namespace
217 return static.serve(request,

Completed in 153 milliseconds