Searched refs:macros (Results 1 - 25 of 92) sorted by relevance

1234

/external/valgrind/main/memcheck/tests/
H A Derr_disable4.stderr.exp6 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
9 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
12 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
15 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
18 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
21 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
24 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
27 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
30 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
33 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros
[all...]
H A Derr_disable2.stderr.exp19 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
/external/clang/test/Modules/
H A Dmacros.c2 // RUN: %clang_cc1 -fmodules -x objective-c -emit-module -fmodule-cache-path %t -fmodule-name=macros %S/Inputs/module.map
7 @__experimental_modules_import macros; variable
/external/dbus/dbus/
H A Ddbus-arch-deps.h30 #include <dbus/dbus-macros.h>
H A Ddbus-md5.h26 #include <dbus/dbus-macros.h>
H A Ddbus-memory.h30 #include <dbus/dbus-macros.h>
H A Ddbus-resources.h26 #include <dbus/dbus-macros.h>
H A Ddbus-sha.h26 #include <dbus/dbus-macros.h>
H A Ddbus-errors.h31 #include <dbus/dbus-macros.h>
H A Ddbus-keyring.h26 #include <dbus/dbus-macros.h>
H A Ddbus-nonce.h26 #include <dbus/dbus-macros.h>
H A Ddbus-pending-call.h30 #include <dbus/dbus-macros.h>
H A Ddbus-signature.h30 #include <dbus/dbus-macros.h>
H A Ddbus-threads-internal.h26 #include <dbus/dbus-macros.h>
H A Ddbus.h34 #include <dbus/dbus-macros.h>
H A Ddbus-arch-deps.h.in30 #include <dbus/dbus-macros.h>
H A Ddbus-threads.h30 #include <dbus/dbus-macros.h>
H A Ddbus-auth.h26 #include <dbus/dbus-macros.h>
H A Ddbus-credentials.h26 #include <dbus/dbus-macros.h>
/external/webkit/Source/JavaScriptCore/wtf/
H A DAlignment.h33 #error WTF_ALIGN macros need alignment control.
/external/dbus/cmake/dbus/
H A Ddbus-arch-deps.h.cmake30 #include <dbus/dbus-macros.h>
/external/v8/tools/
H A Djs2c.py119 def ExpandMacros(lines, macros):
120 # We allow macros to depend on the previously declared macros, but
122 for name_pattern, macro in reversed(macros):
135 replacement = ExpandMacros(str.strip(), macros)
183 macros = []
200 macros.append((re.compile("\\b%s\\(" % name), TextMacro(args, body)))
208 macros.append((re.compile("\\b%s\\(" % name), PythonMacro(args, fun)))
211 return (constants, macros)
309 # Locate the macros fil
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dcpp.c85 static Scope *macros = 0; variable
119 macros = NewScopeInPool(mem_CreatePool(0, 0));
135 if (macros)
137 mem_FreePool(macros->pool);
138 macros = 0;
185 mac.args = mem_Alloc(macros->pool, argc * sizeof(int));
189 mac.body = NewTokenStream(GetAtomString(atable, name), macros->pool);
202 symb = LookUpSymbol(macros, name);
233 symb = AddSymbol(&dummyLoc, macros, name, MACRO_S);
249 symb = LookUpSymbol(macros, yylvalp
[all...]
/external/webrtc/
H A Dandroid-webrtc.mk17 # The following macros are used by modules,
28 # TODO(kma): test if the code under next two macros works with generic GCC compilers
/external/jsilver/src/com/google/clearsilver/jsilver/template/
H A DDefaultRenderingContext.java57 private Map<String, Macro> macros = new HashMap<String, Macro>(); field in class:DefaultRenderingContext
186 macros.put(name, macro);
191 Macro macro = macros.get(name);

Completed in 366 milliseconds

1234