Searched refs:macro (Results 1 - 25 of 563) sorted by relevance

1234567891011>>

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DCommonIdentifiers.h27 // 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(Array) \
31 macro(Boolean) \
32 macro(Date) \
33 macro(Error) \
34 macro(EvalError) \
35 macro(Function) \
36 macro(Infinity) \
37 macro(JSO
[all...]
H A DSmallStrings.h35 #define JSC_COMMON_STRINGS_EACH_NAME(macro) \
36 macro(boolean) \
37 macro(false) \
38 macro(function) \
39 macro(number) \
40 macro(null) \
41 macro(object) \
42 macro(undefined) \
43 macro(string) \
44 macro(tru
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DEventNames.h32 #define DOM_EVENT_NAMES_FOR_EACH(macro) \
34 macro(abort) \
35 macro(beforecopy) \
36 macro(beforecut) \
37 macro(beforeload) \
38 macro(beforepaste) \
39 macro(beforeunload) \
40 macro(blocked) \
41 macro(blur) \
42 macro(cache
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DMediaFeatureNames.h29 #define CSS_MEDIAQUERY_VIEW_MODE(macro) macro(view_mode, "-webkit-view-mode")
31 #define CSS_MEDIAQUERY_VIEW_MODE(macro)
34 #define CSS_MEDIAQUERY_NAMES_FOR_EACH_MEDIAFEATURE(macro) \
35 macro(color, "color") \
36 macro(color_index, "color-index") \
37 macro(grid, "grid") \
38 macro(monochrome, "monochrome") \
39 macro(height, "height") \
40 macro(hove
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DOpcode.h42 #define FOR_EACH_CORE_OPCODE_ID_WITH_EXTENSION(macro, extension__) \
43 macro(op_enter, 1) \
44 macro(op_create_activation, 2) \
45 macro(op_init_lazy_reg, 2) \
46 macro(op_create_arguments, 2) \
47 macro(op_create_this, 4) \
48 macro(op_get_callee, 3) \
49 macro(op_convert_this, 3) \
51 macro(op_new_object, 4) \
52 macro(op_new_arra
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntOpcode.h35 #define FOR_EACH_LLINT_NOJIT_NATIVE_HELPER(macro) \
36 macro(getHostCallReturnValue, 1) \
37 macro(ctiOpThrowNotCaught, 1)
41 #define FOR_EACH_LLINT_NOJIT_NATIVE_HELPER(macro) \
47 #define FOR_EACH_LLINT_NATIVE_HELPER(macro) \
48 FOR_EACH_LLINT_NOJIT_NATIVE_HELPER(macro) \
50 macro(llint_begin, 1) \
52 macro(llint_program_prologue, 1) \
53 macro(llint_eval_prologue, 1) \
54 macro(llint_function_for_call_prologu
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DForEachCoClass.h35 #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(WebErro
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/gobject/
H A DWebKitDOMHTMLPrivate.cpp160 // macro(TagName, ElementName)
163 #define FOR_EACH_HTML_VIDEO_TAG(macro) \
164 macro(audio, Audio) \
165 macro(video, Video)
167 #define FOR_EACH_HTML_VIDEO_TAG(macro)
170 #define FOR_EACH_HTML_TAG(macro) \
171 FOR_EACH_HTML_VIDEO_TAG(macro) \
172 macro(a, Anchor) \
173 macro(applet, Applet) \
174 macro(are
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGNodeType.h37 // This macro defines a set of information about all known node types, used to populate NodeId, NodeType below.
38 #define FOR_EACH_DFG_OP(macro) \
40 macro(JSConstant, NodeResultJS | NodeDoesNotExit) \
44 macro(WeakJSConstant, NodeResultJS | NodeDoesNotExit) \
49 macro(Identity, NodeResultJS) \
52 macro(ConvertThis, NodeResultJS) \
53 macro(CreateThis, NodeResultJS) /* Note this is not MustGenerate since we're returning it anyway. */ \
54 macro(GetCallee, NodeResultJS) \
55 macro(SetCallee, NodeMustGenerate) \
60 macro(GetLoca
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebPreferencesStore.h37 // macro(KeyUpper, KeyLower, TypeNameUpper, TypeName, DefaultValue)
65 #define FOR_EACH_WEBKIT_BOOL_PREFERENCE(macro) \
66 macro(JavaScriptEnabled, javaScriptEnabled, Bool, bool, true) \
67 macro(JavaScriptMarkupEnabled, javaScriptMarkupEnabled, Bool, bool, true) \
68 macro(LoadsImagesAutomatically, loadsImagesAutomatically, Bool, bool, true) \
69 macro(LoadsSiteIconsIgnoringImageLoadingPreference, loadsSiteIconsIgnoringImageLoadingPreference, Bool, bool, false) \
70 macro(PluginsEnabled, pluginsEnabled, Bool, bool, true) \
71 macro(JavaEnabled, javaEnabled, Bool, bool, true) \
72 macro(JavaEnabledForLocalFiles, javaEnabledForLocalFiles, Bool, bool, true) \
73 macro(OfflineWebApplicationCacheEnable
[all...]
/macosx-10.9.5/swig-10/Lib/php/
H A Dfactory.i72 /* for loop for macro with one argument */
73 %define %_formacro_1(macro, arg1,...)macro(arg1)
75 %_formacro_1(macro, __VA_ARGS__)
79 /* for loop for macro with one argument */
80 %define %formacro_1(macro,...)%_formacro_1(macro,__VA_ARGS__,__fordone__)%enddef
81 %define %formacro(macro,...)%_formacro_1(macro,__VA_ARGS__,__fordone__)%enddef
83 /* for loop for macro wit
[all...]
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Drequest.h24 class macro;
30 virtual macro *to_macro();
47 class macro : public request_or_macro { class in inherits:request_or_macro
55 macro();
56 ~macro();
57 macro(const macro &);
58 macro(int);
59 macro &operator=(const macro
[all...]
H A Dcharinfo.h22 class macro;
29 macro *mac;
80 macro *set_macro(macro *);
81 macro *setx_macro(macro *, char_mode);
82 macro *get_macro();
196 inline macro *charinfo::get_macro()
/macosx-10.9.5/man-16/man/misc/
H A Dmanlint91 'de' => 1, # Handling 'macro define' is a pain, but many pages require it.
137 my $macro;
140 $macro=$1;
142 $macro =~ s/\s//g;
143 print "Found macro: #${macro}#\n" if $debug;
144 if ($macro =~ m/Dd/) { # Is this the BSD macro set and not a tmac.an set?
152 if ($macro =~ m/\\"/) {return;} # Skip troff comments.
153 if (exists($defined_macros{$macro})) {
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DgenerateAboutDataFeatures.pl21 my $macro = shift;
37 print $output "#if " . $macro . "(" . $feature . ")\n";
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Config/
H A DAsmParsers.def.in12 |* the LLVM_ASM_PARSER macro to be a function-like macro with a *|
24 # error Please define the macro LLVM_ASM_PARSER(TargetName)
H A DAsmPrinters.def.in12 |* the LLVM_ASM_PRINTER macro to be a function-like macro with a *|
24 # error Please define the macro LLVM_ASM_PRINTER(TargetName)
H A DDisassemblers.def.in12 |* the LLVM_DISASSEMBLER macro to be a function-like macro with a *|
24 # error Please define the macro LLVM_DISASSEMBLER(TargetName)
H A DTargets.def.in12 |* LLVM_TARGET macro to be a function-like macro with a single *|
23 # error Please define the macro LLVM_TARGET(TargetName)
/macosx-10.9.5/apache-786.1/httpd/build/
H A Dmake_var_export.awk29 macro_stack[macro_no++] = macro
30 macro = substr($0, length($1)+2)
32 line = line "#ifdef " macro "\n"
39 line = line "#endif /* " macro " */\n"
40 macro = macro_stack[--macro_no]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Dmake_var_export.awk13 macro_stack[macro_no++] = macro
14 macro = substr($0, length($1)+2)
16 line = line "#ifdef " macro "\n"
23 line = line "#endif /* " macro " */\n"
24 macro = macro_stack[--macro_no]
/macosx-10.9.5/apr-30/apr/apr/build/
H A Dmake_var_export.awk13 macro_stack[macro_no++] = macro
14 macro = substr($0, length($1)+2)
16 line = line "#ifdef " macro "\n"
23 line = line "#endif /* " macro " */\n"
24 macro = macro_stack[--macro_no]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.h62 #define FOR_EACH_MEDIAPLAYERPRIVATEAVFOUNDATION_NOTIFICATION_TYPE(macro) \
63 macro(None) \
64 macro(ItemDidPlayToEndTime) \
65 macro(ItemTracksChanged) \
66 macro(ItemStatusChanged) \
67 macro(ItemSeekableTimeRangesChanged) \
68 macro(ItemLoadedTimeRangesChanged) \
69 macro(ItemPresentationSizeChanged) \
70 macro(ItemIsPlaybackLikelyToKeepUpChanged) \
71 macro(ItemIsPlaybackBufferEmptyChange
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dmacro.c0 /* macro.c -- keyboard macros for readline. */
58 /* The currently executing macro string. If this is non-zero,
65 /* The current macro string being built. Characters get stuffed
75 /* A structure used to save nested macro strings.
76 It is a linked list of string/index for each saved macro. */
98 /* Return the next character available from a macro, or 0 if
99 there are no macro characters. */
124 /* Save the currently executing macro on a stack of saved macros. */
138 /* Discard the current macro, replacing it with the one
143 struct saved_macro *macro; local
[all...]
/macosx-10.9.5/swig-10/Lib/typemaps/
H A Dswigmacros.swg100 /* define a new macro */
191 /* for loop for macro with one argument */
192 %define %_formacro_1(macro, arg1,...)macro(arg1)
194 %_formacro_1(macro, __VA_ARGS__)
198 /* for loop for macro with one argument */
199 %define %formacro_1(macro,...)%_formacro_1(macro,__VA_ARGS__,__fordone__)%enddef
200 %define %formacro(macro,...)%_formacro_1(macro,__VA_ARGS_
[all...]

Completed in 214 milliseconds

1234567891011>>