/external/webkit/WebCore/dom/ |
EventNames.h | 30 #define DOM_EVENT_NAMES_FOR_EACH(macro) \ 32 macro(abort) \ 33 macro(beforecopy) \ 34 macro(beforecut) \ 35 macro(beforeload) \ 36 macro(beforepaste) \ 37 macro(beforeunload) \ 38 macro(blur) \ 39 macro(cached) \ 40 macro(change) [all...] |
/external/webkit/JavaScriptCore/runtime/ |
CommonIdentifiers.h | 27 // MarkedArgumentBuffer of property names, passed to a macro so we can do set them up various 29 #define JSC_COMMON_IDENTIFIERS_EACH_PROPERTY_NAME(macro) \ 30 macro(__defineGetter__) \ 31 macro(__defineSetter__) \ 32 macro(__lookupGetter__) \ 33 macro(__lookupSetter__) \ 34 macro(apply) \ 35 macro(arguments) \ 36 macro(call) \ 37 macro(callee) [all...] |
/external/webkit/JavaScriptCore/bytecode/ |
Opcode.h | 40 #define FOR_EACH_OPCODE_ID(macro) \ 41 macro(op_enter, 1) \ 42 macro(op_enter_with_activation, 2) \ 43 macro(op_init_arguments, 1) \ 44 macro(op_create_arguments, 1) \ 45 macro(op_convert_this, 2) \ 47 macro(op_new_object, 2) \ 48 macro(op_new_array, 4) \ 49 macro(op_new_regexp, 3) \ 50 macro(op_mov, 3) [all...] |
/external/webkit/WebCore/css/ |
MediaFeatureNames.h | 28 #define CSS_MEDIAQUERY_NAMES_FOR_EACH_MEDIAFEATURE(macro) \ 29 macro(color, "color") \ 30 macro(grid, "grid") \ 31 macro(monochrome, "monochrome") \ 32 macro(height, "height") \ 33 macro(width, "width") \ 34 macro(orientation, "orientation") \ 35 macro(aspect_ratio, "aspect-ratio") \ 36 macro(device_aspect_ratio, "device-aspect-ratio") \ 37 macro(device_pixel_ratio, "-webkit-device-pixel-ratio") [all...] |
/external/webkit/WebKit/win/ |
ForEachCoClass.h | 35 #define WEB_DATABASE_MANAGER(macro) macro(WebDatabaseManager) 37 #define WEB_DATABASE_MANAGER(macro) 40 // Items may only be added to the end of this macro. No items may be removed from it. 41 #define FOR_EACH_COCLASS(macro) \ 42 macro(CFDictionaryPropertyBag) \ 43 macro(WebCache) \ 44 WEB_DATABASE_MANAGER(macro) \ 45 macro(WebDownload) \ 46 macro(WebError) [all...] |
/external/webkit/WebKit/qt/docs/ |
qtwebkit.qdocconf | 18 macro.aring.HTML = "å" 19 macro.Auml.HTML = "Ä" 20 macro.author = "\\bold{Author:}" 21 macro.br.HTML = "<br />" 22 macro.BR.HTML = "<br />" 23 macro.aacute.HTML = "á" 24 macro.eacute.HTML = "é" 25 macro.iacute.HTML = "í" 26 macro.gui = "\\bold" 27 macro.hr.HTML = "<hr /> [all...] |
/external/bluetooth/glib/docs/reference/glib/ |
glib-overrides.txt | 6 <MACRO> 9 </MACRO> 11 <MACRO> 14 </MACRO> 60 <MACRO> 63 </MACRO> 107 <MACRO> 110 </MACRO> 112 <MACRO> 115 </MACRO> [all...] |
/external/freetype/include/freetype/config/ |
ftheader.h | 24 /* <Macro> */ 28 /* This macro is used in association with @FT_END_HEADER in header */ 42 /* <Macro> */ 46 /* This macro is used in association with @FT_BEGIN_HEADER in header */ 73 /* Macro definitions used to #include specific header files. */ 101 * @macro: 105 * A macro used in #include statements to name the file containing 116 * @macro: 120 * A macro used in #include statements to name the file containing 131 * @macro [all...] |
/external/v8/src/ |
macros.py | 81 macro IS_NULL(arg) = (arg === null); 82 macro IS_NULL_OR_UNDEFINED(arg) = (arg == null); 83 macro IS_UNDEFINED(arg) = (typeof(arg) === 'undefined'); 84 macro IS_NUMBER(arg) = (typeof(arg) === 'number'); 85 macro IS_STRING(arg) = (typeof(arg) === 'string'); 86 macro IS_BOOLEAN(arg) = (typeof(arg) === 'boolean'); 87 macro IS_OBJECT(arg) = (%_IsObject(arg)); 88 macro IS_ARRAY(arg) = (%_IsArray(arg)); 89 macro IS_FUNCTION(arg) = (%_IsFunction(arg)); 90 macro IS_REGEXP(arg) = (%_IsRegExp(arg)) [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
gurifuncs.sgml | 20 <!-- ##### MACRO G_URI_RESERVED_CHARS_ALLOWED_IN_PATH ##### --> 27 <!-- ##### MACRO G_URI_RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT ##### --> 34 <!-- ##### MACRO G_URI_RESERVED_CHARS_ALLOWED_IN_USERINFO ##### --> 41 <!-- ##### MACRO G_URI_RESERVED_CHARS_GENERIC_DELIMITERS ##### --> 48 <!-- ##### MACRO G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS ##### -->
|
limits.sgml | 21 <!-- ##### MACRO G_MININT ##### --> 28 <!-- ##### MACRO G_MAXINT ##### --> 35 <!-- ##### MACRO G_MAXUINT ##### --> 42 <!-- ##### MACRO G_MINSHORT ##### --> 49 <!-- ##### MACRO G_MAXSHORT ##### --> 56 <!-- ##### MACRO G_MAXUSHORT ##### --> 63 <!-- ##### MACRO G_MINLONG ##### --> 70 <!-- ##### MACRO G_MAXLONG ##### --> 77 <!-- ##### MACRO G_MAXULONG ##### --> 84 <!-- ##### MACRO G_MININT8 ##### -- [all...] |
macros.sgml | 20 <!-- ##### MACRO G_OS_WIN32 ##### --> 22 This macro is defined only on Windows. So you can bracket 28 <!-- ##### MACRO G_OS_BEOS ##### --> 30 This macro is defined only on BeOS. So you can bracket 36 <!-- ##### MACRO G_OS_UNIX ##### --> 38 This macro is defined only on UNIX. So you can bracket 44 <!-- ##### MACRO G_DIR_SEPARATOR ##### --> 52 <!-- ##### MACRO G_DIR_SEPARATOR_S ##### --> 60 <!-- ##### MACRO G_IS_DIR_SEPARATOR ##### --> 71 <!-- ##### MACRO G_SEARCHPATH_SEPARATOR ##### -- [all...] |
windows.sgml | 22 <!-- ##### MACRO MAXPATHLEN ##### --> 25 macro %MAXPATHLEN, which is the maximum length of a filename 95 <!-- ##### MACRO G_WIN32_DLLMAIN_FOR_DLL_NAME ##### --> 97 On Windows, this macro defines a DllMain() function that stores the actual 111 <!-- ##### MACRO G_WIN32_HAVE_WIDECHAR_API ##### --> 113 On Windows, this macro defines an expression which evaluates to %TRUE 126 <!-- ##### MACRO G_WIN32_IS_NT_BASED ##### --> 128 On Windows, this macro defines an expression which evaluates to %TRUE
|
/external/libxml2/include/libxml/ |
xinclude.h | 28 * Macro defining the Xinclude namespace: http://www.w3.org/2003/XInclude 34 * Macro defining the draft Xinclude namespace: http://www.w3.org/2001/XInclude 40 * Macro defining "include" 46 * Macro defining "fallback" 52 * Macro defining "href" 58 * Macro defining "parse" 64 * Macro defining "xml" 70 * Macro defining "text" 76 * Macro defining "encoding" 82 * Macro defining "xpointer [all...] |
/external/stlport/test/unit/ |
macro_checks.cpp | 22 # error Weird CHAR_MIN or CHAR_MAX macro values. 34 # error Weird INT_MIN or INT_MAX macro values. 46 # error Weird LONG_MIN or LONG_MAX macro values. 58 # error Weird SCHAR_MIN or SCHAR_MAX macro values. 70 # error Weird SHRT_MIN or SHRT_MAX macro values. 82 # error Weird WCHAR_MIN or WCHAR_MAX macro value. 90 # error Weird UCHAR_MAX macro value. 98 # error Weird UINT_MAX macro value. 106 # error Weird ULONG_MAX macro value. 114 # error Weird USHRT_MAX macro value [all...] |
/external/webkit/JavaScriptCore/pcre/ |
pcre_internal.h | 96 /* Use a macro for debugging printing, 'cause that eliminates the use of #ifdef 250 Note that whenever this list is updated, the two macro definitions that follow 253 #define FOR_EACH_OPCODE(macro) \ 254 macro(END) \ 256 macro(NOT_WORD_BOUNDARY) \ 257 macro(WORD_BOUNDARY) \ 258 macro(NOT_DIGIT) \ 259 macro(DIGIT) \ 260 macro(NOT_WHITESPACE) \ 261 macro(WHITESPACE) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
common.inc | 3 %macro SDL_FUNC 1
|
/system/extras/tests/bionic/libstdc++/ |
test_cstdio.cpp | 43 #error "BUFSIZ must be a macro" 47 #error "EOF must be a macro" 51 #error "FILENAME_MAX must be a macro" 55 #error "FOPEN_MAX must be a macro" 59 #error "L_tmpnam must be a macro" 63 #error "NULL must be a macro" 67 #error "SEEK_CUR must be a macro" 71 #error "SEEK_END must be a macro" 74 #error "SEEK_SET must be a macro" 78 #error "TMP_MAX must be a macro" [all...] |
/dalvik/vm/mterp/armv4t/ |
platform.S | 8 * Macro for "LDR PC,xxx", which is not allowed pre-ARMv5. Essentially a 13 .macro LDR_PC source 19 * Macro for "MOV LR,PC / LDR PC,xxx", which is not allowed pre-ARMv5. 24 .macro LDR_PC_LR source 31 * Macro for "LDMFD SP!,{...regs...,PC}". 35 .macro LDMFD_PC regs
|
/dalvik/vm/mterp/armv5te/ |
platform.S | 8 * Macro for "LDR PC,xxx", which is not allowed pre-ARMv5. Essentially a 13 .macro LDR_PC source 18 * Macro for "MOV LR,PC / LDR PC,xxx", which is not allowed pre-ARMv5. 23 .macro LDR_PC_LR source 29 * Macro for "LDMFD SP!, {...regs...,PC}". 33 .macro LDMFD_PC regs
|
/dalvik/vm/mterp/x86-atom/ |
header.S | 88 .macro SAVE_PC_FP_TO_GLUE _reg 98 .macro LOAD_PC_FP_FROM_GLUE 114 .macro EXPORT_PC 123 .macro SAVEAREA_FROM_FP _reg 131 .macro GET_VREG _vreg 139 .macro SET_VREG _reg _vreg 147 .macro FETCH_INST 160 .macro FETCH_ADVANCE_INST _count 171 .macro FETCH_ADVANCE_INST_RB _reg 183 .macro FETCH _count _re [all...] |
/external/icu4c/common/ |
uassert.h | 11 * Contains U_ASSERT macro 13 * By default, U_ASSERT just wraps the C library assert macro.
|
/hardware/ti/wlan/wl1271/utils/ |
tidef.h | 98 * \brief Macro which returns the maximum of two values 106 * \brief Macro which returns the minimum of two values 114 * \brief Macro which returns NULL 121 * \brief Macro which Casts to void 131 * \brief Macro which returns number of elements in array a 140 * \brief Macro which returns a field offset from structure begine 154 * \brief Macro which returns True if bitmask in field is on (==1) \n 163 * \brief Macro which returns True if bitmask in field is off (==0) \n 173 * \brief Macro which returns True if value (x) in range (law <= x <= high) \n 182 * \brief Macro which returns True if value (x) out of range (x < law | x > high) \ [all...] |
/system/wlan/ti/wilink_6_1/utils/ |
tidef.h | 103 * \brief Macro which returns the maximum of two values 111 * \brief Macro which returns the minimum of two values 119 * \brief Macro which returns NULL 126 * \brief Macro which Casts to void 136 * \brief Macro which returns number of elements in array a 145 * \brief Macro which returns a field offset from structure begine 159 * \brief Macro which returns True if bitmask in field is on (==1) \n 168 * \brief Macro which returns True if bitmask in field is off (==0) \n 178 * \brief Macro which returns True if value (x) in range (law <= x <= high) \n 187 * \brief Macro which returns True if value (x) out of range (x < law | x > high) \ [all...] |
/external/clearsilver/cs/ |
test_macro_set.cs.gold | 4 Testing "pass by reference" to macro calls so they can "return" data
|