Searched refs:defines (Results 1 – 25 of 416) sorted by relevance
12345678910>>...17
/external/webkit/Source/WebCore/bindings/scripts/ |
D | generate-bindings.pl | 44 my $defines; 55 'defines=s' => \$defines, 67 die('Must specify defines') unless defined($defines); 75 $defines =~ s/^\s+|\s+$//g; # trim whitespace 79 my $document = $parser->Parse($idlFile, $defines, $preprocessor); 83 $codeGen->ProcessDocument($document, $defines);
|
D | CodeGenerator.pm | 40 my $defines = ""; 127 $defines = shift; 143 $codeGenerator->GenerateModule($useDocument, $defines); 148 $codeGenerator->GenerateInterface($class, $defines); 295 my $document = $parser->Parse($filename, $defines, $preprocessor, $parentsOnly);
|
D | IDLParser.pm | 64 my $defines = shift; 81 if (!$defines) { 82 $defines = ""; 87 …n2(\*PP_OUT, \*PP_IN, split(' ', $preprocessor), (map { "-D$_" } split(' ', $defines)), $fileName);
|
/external/bison/tests/ |
D | output.at | 59 AT_CHECK_OUTPUT([foo.y], [%defines %verbose], [], 61 AT_CHECK_OUTPUT([foo.y], [%defines %verbose %yacc],[], 64 AT_CHECK_OUTPUT([foo.yy], [%defines %verbose %yacc],[], 68 AT_CHECK_OUTPUT([foo.y], [%file-prefix="bar" %defines %verbose], [], 70 AT_CHECK_OUTPUT([foo.y], [%output="bar.c" %defines %verbose %yacc],[], 73 [%file-prefix="baz" %output="bar.c" %defines %verbose %yacc], 79 AT_CHECK_OUTPUT([foo.yy], [%defines %verbose], [], 82 AT_CHECK_OUTPUT([foo.yy], [%defines %verbose ], [-o foo.c], 86 [--defines=foo.hpp -o foo.c++], 104 AT_CHECK_OUTPUT([foo.yy], [%skeleton "lalr1.cc" %defines %verbose], [], [all …]
|
D | headers.at | 23 ## %union and --defines. ## 27 AT_SETUP([%union and --defines]) 39 AT_CHECK([bison --defines input.y]) 70 AT_CHECK([bison --defines=$1.h --output=y.tab.c $1.y]) 114 AT_CHECK([bison --defines -o input.c input.y])
|
D | calc.at | 96 [/* The lalr1.cc skeleton, for backward compatibility, defines 552 AT_CHECK_CALC_LALR([%defines]) 562 AT_CHECK_CALC_LALR([%error-verbose %locations %defines %name-prefix="calc" %verbose %yacc]) 565 AT_CHECK_CALC_LALR([%error-verbose %debug %locations %defines %name-prefix="calc" %verbose %yacc]) 567 AT_CHECK_CALC_LALR([%pure-parser %error-verbose %debug %locations %defines %name-prefix="calc" %ver… 569 AT_CHECK_CALC_LALR([%pure-parser %error-verbose %debug %locations %defines %name-prefix="calc" %ver… 588 AT_CHECK_CALC_GLR([%defines]) 598 AT_CHECK_CALC_GLR([%error-verbose %locations %defines %name-prefix="calc" %verbose %yacc]) 601 AT_CHECK_CALC_GLR([%error-verbose %debug %locations %defines %name-prefix="calc" %verbose %yacc]) 603 AT_CHECK_CALC_GLR([%pure-parser %error-verbose %debug %locations %defines %name-prefix="calc" %verb… [all …]
|
/external/webkit/Source/WebKit/wx/bindings/python/ |
D | wscript | 59 … defines = ['SWIG_TYPE_TABLE=_wxPython_table', 'WXP_USE_THREAD=1', 'SWIG_PYTHON_OUTPUT_TUPLE'] 61 for define in defines: 86 defines = defines,
|
/external/webkit/Tools/wx/build/ |
D | wxpresets.py | 68 defines = ['__WXMSW__'] 81 defines.append('WXUSINGDLL') 87 defines.append('_UNICODE') 122 defines.append('__WXDEBUG__') 124 return (defines, includes, libs, libpaths)
|
/external/elfutils/ |
D | NOTES | 4 y1.o defines foo(), references bar() 5 y2.o defines bar() 6 libbar.so defines bar() 18 y1.o defines foo(), references bar() 19 y2.o in liby2.a defines bar() 20 libbar.so defines bar()
|
/external/chromium/third_party/libjingle/ |
D | libjingle.gyp | 10 'defines': [ 19 'defines': [ 42 'defines': [ 61 'defines': [ 66 'defines': [ 71 'defines': [ 76 'defines': [ 81 'defines': [ 86 'defines': [ 95 'defines': [ [all …]
|
/external/chromium/testing/ |
D | gtest.gyp | 66 'defines': [ 77 'defines': [ 87 'defines': [ 91 'defines': [ 98 'defines': [
|
/external/libvpx/build/make/ |
D | gen_msvs_proj.sh | 213 -D*) defines="${defines}${defines:+;}${opt##-D}" 361 … PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;$defines" \ 375 … PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;$defines" \ 466 … PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;$defines" \ 479 … PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;$defines" \
|
/external/mesa3d/src/glsl/glcpp/ |
D | glcpp-parse.y | 226 macro_t *macro = hash_table_find (parser->defines, $2); 228 hash_table_remove (parser->defines, $2); 263 macro_t *macro = hash_table_find (parser->defines, $2); 268 macro_t *macro = hash_table_find (parser->defines, $2); 313 macro_t *macro = hash_table_find (parser->defines, "__VERSION__"); 315 hash_table_remove (parser->defines, "__VERSION__"); 462 int v = hash_table_find (parser->defines, $2) ? 1 : 0; 466 int v = hash_table_find (parser->defines, $3) ? 1 : 0; 1071 parser->defines = hash_table_ctor (32, hash_table_string_hash, in glcpp_parser_create() 1125 hash_table_dtor (parser->defines); in glcpp_parser_destroy() [all …]
|
/external/chromium/build/ |
D | common.gypi | 590 'defines': ['GOOGLE_CHROME_BUILD'], 592 'defines': ['CHROMIUM_BUILD'], 595 'defines': ['TOOLKIT_VIEWS=1'], 598 'defines': ['OS_CHROMEOS=1'], 601 'defines': ['TOUCH_UI=1'], 604 'defines': ['FILE_MANAGER_EXTENSION=1'], 607 'defines': ['ENABLE_PROFILING=1'], 610 'defines': ['ENABLE_REMOTING=1'], 613 'defines': ['USE_PROPRIETARY_CODECS'], 616 'defines': ['ENABLE_FLAPPER_HACKS=1'], [all …]
|
/external/chromium/build/temp_gyp/ |
D | pdfsqueeze.gyp | 13 'defines': [ 14 # Use defines to map the full path names that will be used for
|
/external/webkit/Source/WebCore/ |
D | Android.derived.v8bindings.mk | 71 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 140 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 183 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 284 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 325 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 339 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 378 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 394 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 421 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 436 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… [all …]
|
D | Android.derived.jscbindings.mk | 87 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 156 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 199 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 300 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 339 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 353 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 393 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 409 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 436 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… 451 …bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINE… [all …]
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.gyp/ |
D | JavaScriptCore.gyp | 52 # This target sets up defines and includes that are required by WTF and 58 'defines': [ 70 'defines': [ 81 'defines': [ 87 'defines': [
|
/external/chromium/build/linux/ |
D | system.gyp | 114 'defines': [ 200 'defines': [ 237 'defines': [ 293 'defines': [ 298 'defines': ['DLOPEN_GNOME_KEYRING'],
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.td | 10 // This file defines the TableGen core definitions for the diagnostics 47 // This defines all of the named diagnostic categories. 50 // This defines all of the named diagnostic groups.
|
/external/elfutils/m4/ |
D | inttypes-pri.m4 | 11 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI* 30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
/external/genext2fs/ |
D | config.h.in | 3 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 31 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 58 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 62 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
/external/v8/tools/gyp/ |
D | v8.gyp | 40 'defines': [ 55 'defines': [ 60 'defines': [ 65 'defines': [ 72 'defines': [ 82 'defines': [ 195 'defines': [ 199 'defines': [ 219 'defines': [ 272 'defines': [ [all …]
|
/external/chromium/third_party/libevent/ |
D | libevent.gyp | 31 'defines': [ 66 'defines': [
|
/external/webrtc/src/modules/audio_processing/main/source/ |
D | apm.gyp | 20 'defines': ['WEBRTC_NS_FIXED'], 23 'defines': ['WEBRTC_NS_FLOAT'],
|
12345678910>>...17