HomeSort by relevance Sort by last modified time
    Searched refs:optimize (Results 326 - 350 of 976) sorted by null

<<11121314151617181920>>

  /external/python/cpython3/Lib/test/
test_py_compile.py 101 @unittest.skipIf(sys.flags.optimize > 0, 'test does not work with -O')
123 self.assertIn('opt-2', py_compile.compile(self.source_path, optimize=2))
test_pydoc.py 423 @unittest.skipIf(sys.flags.optimize >= 2,
437 @unittest.skipIf(sys.flags.optimize >= 2,
496 @unittest.skipIf(sys.flags.optimize >= 2,
522 @unittest.skipIf(sys.flags.optimize >= 2,
582 @unittest.skipIf(sys.flags.optimize >= 2,
    [all...]
  /external/v8/src/base/debug/
stack_trace_win.cc 172 #pragma optimize("", off)
181 #pragma optimize("", on)
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug484.go 14 // would optimize away the initialization of s before f, causing the
  /prebuilts/go/linux-x86/test/fixedbugs/
bug484.go 14 // would optimize away the initialization of s before f, causing the
  /external/ply/ply/example/GardenSnake/
GardenSnake.py 337 def __init__(self, debug=0, optimize=0, lextab='lextab', reflags=0):
338 self.lexer = lex.lex(debug=debug, optimize=optimize,
  /external/proguard/src/proguard/optimize/peephole/
ClassMerger.java 21 package proguard.optimize.peephole;
29 import proguard.optimize.KeepMarker;
30 import proguard.optimize.info.*;
MethodInliner.java 21 package proguard.optimize.peephole;
33 import proguard.optimize.KeepMarker;
34 import proguard.optimize.info.*;
GotoCommonCodeReplacer.java 21 package proguard.optimize.peephole;
ReachableCodeMarker.java 21 package proguard.optimize.peephole;
  /build/soong/androidmk/cmd/androidmk/
android.go 148 "LOCAL_PROGUARD_FLAGS": "optimize.proguard_flags",
149 "LOCAL_PROGUARD_FLAG_FILES": "optimize.proguard_flag_files",
565 set("optimize.enabled", false)
568 set("optimize.obfuscate", true)
571 set("optimize.optimize", true)
575 set("optimize.no_aapt_flags", true)
585 set("optimize.enabled", true)
  /device/google/contexthub/firmware/os/inc/
toolchain.h 107 #define UNROLLED __attribute__((optimize("unroll-loops")))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_py.py 107 cmd.optimize = 1
  /external/icu/icu4c/source/i18n/
collationruleparser.h 91 virtual void optimize(const UnicodeSet &set, const char *&errorReason,
  /external/proguard/src/proguard/optimize/
DuplicateInitializerFixer.java 21 package proguard.optimize;
  /external/python/cpython2/Lib/distutils/tests/
test_build_py.py 138 cmd.optimize = 1
  /external/python/cpython2/PC/os2emx/
Makefile 27 MODE= optimize
  /external/wpa_supplicant_8/wpa_supplicant/examples/
dpp-qrcode.py 105 qr.add_data(uri, optimize=5)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 161 bool optimize(bool DisableVerify, bool DisableInline, bool DisableGVNLoadPRE,
ThinLTOCodeGenerator.h 281 void optimize(Module &Module);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/LTO/legacy/
LTOCodeGenerator.h 161 bool optimize(bool DisableVerify, bool DisableInline, bool DisableGVNLoadPRE,
ThinLTOCodeGenerator.h 281 void optimize(Module &Module);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/LTO/legacy/
LTOCodeGenerator.h 161 bool optimize(bool DisableVerify, bool DisableInline, bool DisableGVNLoadPRE,
ThinLTOCodeGenerator.h 281 void optimize(Module &Module);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/legacy/
LTOCodeGenerator.h 161 bool optimize(bool DisableVerify, bool DisableInline, bool DisableGVNLoadPRE,

Completed in 892 milliseconds

<<11121314151617181920>>