HomeSort by relevance Sort by last modified time
    Searched refs:macros (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/bluetooth/glib/docs/
Makefile.am 6 EXTRA_DIST += debugging.txt macros.txt
  /external/dbus/dbus/
dbus-arch-deps.h 30 #include <dbus/dbus-macros.h>
dbus-errors.h 31 #include <dbus/dbus-macros.h>
dbus-keyring.h 26 #include <dbus/dbus-macros.h>
dbus-memory.h 30 #include <dbus/dbus-macros.h>
dbus-resources.h 26 #include <dbus/dbus-macros.h>
dbus-sha.h 26 #include <dbus/dbus-macros.h>
dbus-arch-deps.h.in 30 #include <dbus/dbus-macros.h>
dbus-pending-call.h 30 #include <dbus/dbus-macros.h>
dbus-signature.h 30 #include <dbus/dbus-macros.h>
dbus-threads-internal.h 26 #include <dbus/dbus-macros.h>
dbus.h 34 #include <dbus/dbus-macros.h>
dbus-auth.h 26 #include <dbus/dbus-macros.h>
dbus-threads.h 30 #include <dbus/dbus-macros.h>
  /external/v8/tools/visual_studio/
d8js2c.cmd 6 %PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc D8 %SOURCE_DIR%\macros.py %SOURCE_DIR%\d8.js
js2c.cmd 6 %PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc CORE %SOURCE_DIR%\macros.py %SOURCE_DIR%\runtime.js %SOURCE_DIR%\v8natives.js %SOURCE_DIR%\array.js %SOURCE_DIR%\string.js %SOURCE_DIR%\uri.js %SOURCE_DIR%\math.js %SOURCE_DIR%\messages.js %SOURCE_DIR%\apinatives.js %SOURCE_DIR%\debug-delay.js %SOURCE_DIR%\mirror-delay.js %SOURCE_DIR%\date-delay.js %SOURCE_DIR%\regexp-delay.js %SOURCE_DIR%\json-delay.js
  /external/v8/tools/
js2c.py 112 def ExpandMacros(lines, macros):
113 for name, macro in macros.items():
125 replacement = ExpandMacros(str.strip(), macros)
171 macros = { }
188 macros[name] = TextMacro(args, body)
196 macros[name] = PythonMacro(args, fun)
199 return (constants, macros)
273 # Locate the macros file name.
275 macros = {}
277 if 'macros.py' == (os.path.split(str(s))[1])
    [all...]
  /build/tools/droiddoc/templates/
sample.cs 2 <?cs include:"macros.cs" ?>
docpage.cs 2 <?cs include:"macros.cs" ?>
hierarchy.cs 1 <?cs include:"macros.cs" ?>
  /bionic/libc/kernel/tools/
kernel.py 4 # list here the macros that you know are always defined/undefined when including
45 # files with a custom C pre-processor in order to optimize out macros,
133 macros = kernel_known_macros.copy()
135 macros.update(self.config)
137 macros.update(kernel_default_arch_macros[arch])
138 list.optimizeMacros(macros)
  /external/clearsilver/util/
neo_err.h 70 #error The compiler is missing support for variable-argument macros.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
debug.h 33 /** Macros and namespaces used by the implementation outside of debug
35 * macros are merely wrappers around the __glibcxx_check_xxx wrappers
84 # include <debug/macros.h>
safe_sequence.h 34 #include <debug/macros.h>
  /hardware/ril/mock-ril/
Android.mk 69 # __BSD_VISIBLE for htolexx macros.

Completed in 697 milliseconds

1 2 3