HomeSort by relevance Sort by last modified time
    Searched refs:AddCompilerOption (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
checkextensions_win32.py 47 def AddCompilerOption(self, option):
107 module.AddCompilerOption(win32api.ExpandEnvironmentStrings(cl_options))
113 module.AddCompilerOption('/D UNICODE /D _UNICODE')
  /external/python/cpython2/Tools/freeze/
checkextensions_win32.py 47 def AddCompilerOption(self, option):
107 module.AddCompilerOption(win32api.ExpandEnvironmentStrings(cl_options))
113 module.AddCompilerOption('/D UNICODE /D _UNICODE')
  /external/python/cpython3/Tools/freeze/
checkextensions_win32.py 47 def AddCompilerOption(self, option):
107 module.AddCompilerOption(win32api.ExpandEnvironmentStrings(cl_options))
113 module.AddCompilerOption('/D UNICODE /D _UNICODE')
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 185 runtime->AddCompilerOption("--compiler-filter=quicken");
204 runtime->AddCompilerOption("--debuggable");
220 runtime->AddCompilerOption("--debuggable");
228 runtime->AddCompilerOption("--generate-mini-debug-info");
234 runtime->AddCompilerOption("--generate-debug-info");
  /art/openjdkjvmti/
deopt_manager.cc 179 runtime->AddCompilerOption("--debuggable");
  /art/runtime/
runtime.h 185 void AddCompilerOption(const std::string& option) {
    [all...]

Completed in 58 milliseconds