Searched refs:_compile (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/tools/gyp/pylib/gyp/ |
D | MSVSSettings.py | 528 _compile = _Tool('VCCLCompilerTool', 'ClCompile') variable 536 _AddTool(_compile) 553 _Same(_compile, 'AdditionalIncludeDirectories', _folder_list) # /I 554 _Same(_compile, 'AdditionalOptions', _string_list) 555 _Same(_compile, 'AdditionalUsingDirectories', _folder_list) # /AI 556 _Same(_compile, 'AssemblerListingLocation', _file_name) # /Fa 557 _Same(_compile, 'BrowseInformationFile', _file_name) 558 _Same(_compile, 'BufferSecurityCheck', _boolean) # /GS 559 _Same(_compile, 'DisableLanguageExtensions', _boolean) # /Za 560 _Same(_compile, 'DisableSpecificWarnings', _string_list) # /wd [all …]
|
/external/chromium_org/third_party/jinja2/ |
D | environment.py | 506 def _compile(self, source, filename): member in Environment 551 return self._compile(source, filename) 681 c = self._compile(code, encode_filename(filename))
|
/external/llvm/docs/ |
D | HowToSubmitABug.rst | 81 .. _compile-time optimization bugs:
|
/external/pcre/dist/doc/ |
D | pcretest.txt | 347 pcre[16|32]_compile() is called. These four modifier letters have the 491 for the locale, and this is then passed to pcre[16|32]_compile() when
|
D | pcre.txt | 9209 The value returned by pcre[16|32]_compile() points to a single block of 9268 pattern was compiled (the tableptr argument of pcre[16|32]_compile()),
|
/external/pcre/dist/doc/html/ |
D | README.txt | 853 pcre[16|32]_compile.c )
|
/external/pcre/dist/ |
D | README | 853 pcre[16|32]_compile.c )
|
/external/clang/include/clang/Driver/ |
D | Options.td | 1448 def _compile : Flag<["--"], "compile">, Alias<c>;
|