OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:optimization
(Results
1 - 25
of
2421
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/build/internal/
release_defaults.gypi
4
'
Optimization
': '2',
README.chromium
6
Included by ..\release.vsprops. Its settings are overriden by release_impl$(CHROME_BUILD_TYPE).vsprops. Uses the default VS setting which is "Maximize Speed". Results in relatively fast build with reasonable
optimization
level but without whole program
optimization
to reduce build time.
15
Included by ..\release.vsprops when CHROME_BUILD_TYPE=_official. Includes release_defaults.vsprops. Enables Whole Program Optimizations (WPO), which doubles the build time. Results in much more optimized build. Uses "Full
Optimization
" and "Flavor small code".
18
Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_instrument. Includes release_defaults.vsprops. Enables Profile Guided
Optimization
(PGO) instrumentation (first pass). Uses "Full
Optimization
" and "Flavor small code".
21
Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_optimize. Includes release_defaults.vsprops. Enables Profile Guided
Optimization
(PGO)
optimization
(second pass). Uses "Full
Optimization
" and "Flavor small code".
24
Included by ..\release.vsprops when CHROME_BUILD_TYPE=_purify. Includes release_defaults.vsprops. Disables optimizations. Used with Purify to test without debug tools and without
optimization
; i.e. NDEBUG is defined but the compiler doesn't optimize the binary.
release_impl_official.gypi
6
'
Optimization
': '3',
/external/proguard/src/proguard/optimize/info/
package.html
3
and class members, which can then be used for
optimization
.
/external/bluetooth/hcidump/
configure.in
26
AC_ARG_ENABLE(
optimization
, AC_HELP_STRING([--disable-
optimization
],
27
[disable code
optimization
through compiler]), [
/dalvik/dx/tests/091-ssa-const-collector/
info.txt
1
This test case tests the "const collector"
optimization
step.
/external/chromium/googleurl/build/
debug.vsprops
9
Optimization
="0"
/external/clang/test/Preprocessor/
mi_opt2.c
3
// This test should not trigger the include guard
optimization
since
/external/elfutils/
README
6
assumption is in sight this is believed to be a worthwhile
optimization
.
/external/v8/tools/visual_studio/
debug.vsprops
9
Optimization
="0"
/external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
prefetch-onerror-expected.txt
1
This tests that onerror events can be attached to link elements with rel=prefetch. Since prefetch links are just there as a performance
optimization
, the onerror/onload event is their only programatic side-effect.
prefetch-onload-expected.txt
1
This tests that onload events can be attached to link elements with rel=prefetch. Since prefetch links are just there as a performance
optimization
, the onload event is their only programatic side-effect.
/external/proguard/src/proguard/optimize/
OptimizationInfoMemberFilter.java
2
* ProGuard -- shrinking,
optimization
, obfuscation, and preverification
29
* <code>MemberVisitor</code>, but only when the visited member has
optimization
58
// Does the field have
optimization
info?
68
// Does the field have
optimization
info?
78
// Does the method have
optimization
info?
88
// Does the method have
optimization
info?
/external/bison/tests/
atlocal
8
# We want no
optimization
.
23
# We want no
optimization
with C++, too.
atlocal.in
8
# We want no
optimization
.
23
# We want no
optimization
with C++, too.
/external/llvm/docs/HistoricalNotes/
2001-06-20-.NET-Differences.txt
10
little lowering or
optimization
). Also, the templates implementation in CLR
15
analysis and
optimization
.
22
that this limited the link-time interprocedural
optimization
to modules
25
don't do anything for runtime
optimization
).
/external/llvm/test/FrontendC++/
integration-O2.cpp
3
// This test verifies that we get expected codegen out of the -O2
optimization
/external/proguard/examples/annotations/src/proguard/annotation/
Keep.java
2
* ProGuard -- shrinking,
optimization
, obfuscation, and preverification
KeepApplication.java
2
* ProGuard -- shrinking,
optimization
, obfuscation, and preverification
KeepClassMemberNames.java
2
* ProGuard -- shrinking,
optimization
, obfuscation, and preverification
KeepClassMembers.java
2
* ProGuard -- shrinking,
optimization
, obfuscation, and preverification
KeepGettersSetters.java
2
* ProGuard -- shrinking,
optimization
, obfuscation, and preverification
KeepImplementations.java
2
* ProGuard -- shrinking,
optimization
, obfuscation, and preverification
KeepName.java
2
* ProGuard -- shrinking,
optimization
, obfuscation, and preverification
KeepPublicClassMemberNames.java
2
* ProGuard -- shrinking,
optimization
, obfuscation, and preverification
Completed in 882 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>