OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aggressive
(Results
1 - 25
of
332
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Transforms/SimplifyCFG/
branch-fold-threshold.ll
2
; RUN: opt %s -simplifycfg -S -bonus-inst-threshold=2 | FileCheck %s --check-prefix=
AGGRESSIVE
6
;
AGGRESSIVE
-LABEL: @foo(
11
;
AGGRESSIVE
: br i1
19
;
AGGRESSIVE
-NOT: br i1
/external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-inherit
11
exchange_mode main,
aggressive
;
32
exchange_mode
aggressive
;
racoon.conf.in
55
exchange_mode main,
aggressive
;
76
#exchange_mode main,
aggressive
;
77
exchange_mode
aggressive
,main;
racoon.conf.sample
23
#exchange_mode main,
aggressive
,base;
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf
8
exchange_mode
aggressive
;
racoon.conf-radius
8
exchange_mode
aggressive
;
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf
9
exchange_mode
aggressive
;
/external/okhttp/okhttp-testing-support/src/main/java/com/squareup/okhttp/testing/
InstallUncaughtExceptionHandlerListener.java
26
* A {@link org.junit.runner.notification.RunListener} used to install an
aggressive
default
37
System.err.println("Installing
aggressive
uncaught exception handler");
64
System.err.println("Uninstalled
aggressive
uncaught exception handler");
/packages/inputmethods/LatinIME/java/res/values/
config-auto-correction-thresholds.xml
29
<!--
Aggressive
-->
31
<!-- Very
Aggressive
: Suggestion whose normalized score is greater than this value
37
<!-- Chosen to be slightly less than the "
aggressive
" threshold. This is the threshold for
/external/elfutils/src/backends/
arm_attrs.c
193
"
Aggressive
Speed",
195
"
Aggressive
Size",
197
"
Aggressive
Debug");
203
"
Aggressive
Speed",
205
"
Aggressive
Size",
207
"
Aggressive
Accuracy");
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.h
19
// passive
aggressive
.
60
// parameters using passive-
aggressive
.
112
// Controls how "
aggressive
" training should be.
/external/webrtc/src/common_audio/vad/
vad_defines.h
61
// Mode 2, Very
aggressive
thresholds - Different thresholds for the different frame lengths
78
// Mode 3, Super
aggressive
thresholds - Different thresholds for the different frame lengths
vad_core.h
60
* 0 (High quality) - 3 (Highly
aggressive
)
78
* 0 (High quality) - 3 (Highly
aggressive
)
/external/clang/test/CodeGen/
ext-vector-member-alignment.c
17
// FIXME: We should be able to come up with a more
aggressive
alignment
/external/clang/test/SemaCXX/
unreachable-code.cpp
1
// RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -Wunreachable-code-
aggressive
-fblocks -verify %s
/external/ipsec-tools/src/racoon/
remoteconf.h
100
int dh_group; /* use it when only
aggressive
mode */
101
struct dhgroup *dhgrp; /* use it when only
aggressive
mode */
149
int dh_group; /* don't use it if
aggressive
mode */
150
struct dhgroup *dhgrp; /* don't use it if
aggressive
mode */
/external/llvm/test/CodeGen/ARM/
2011-04-11-MachineLICMBug.ll
3
; Overly
aggressive
LICM simply adds copies of constants
/frameworks/ml/bordeaux/learning/multiclass_pa/java/android/bordeaux/learning/
MulticlassPA.java
21
* Wrapper for multiclass passive
aggressive
classifier.
/external/llvm/lib/Transforms/Scalar/
ADCE.cpp
10
// This file implements the
Aggressive
Dead Code Elimination pass. This pass
50
INITIALIZE_PASS(ADCE, "adce", "
Aggressive
Dead Code Elimination", false, false)
/external/llvm/test/tools/llvm-readobj/ARM/
attribute-4.s
51
@CHECK-OBJ-NEXT: Description:
Aggressive
Size
58
@CHECK-OBJ-NEXT: Description:
Aggressive
Size
/external/clang/test/SemaObjC/
warn-unreachable.m
1
// RUN: %clang %s -fsyntax-only -Xclang -verify -fblocks -Wunreachable-code-
aggressive
-Wno-unused-value -Wno-covered-switch-default
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AutoCorrectionUtils.java
45
// the normalized score of the second suggestion, behave less
aggressive
.
/frameworks/compile/slang/
slang_rs_check_ast.h
44
/// allow more
aggressive
optimization (e.g. due to better alias analysis
/packages/apps/Gallery/src/com/android/camera/
ActionMenuButton.java
32
* and TextView's clip is too
aggressive
.
/build/core/clang/
config.mk
35
# Disable overly
aggressive
warning for macros defined with a leading underscore
40
# Disable overly
aggressive
warning for format strings.
Completed in 796 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>