OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threshold
(Results
126 - 150
of
218
) sorted by null
1
2
3
4
5
6
7
8
9
/system/core/libpixelflinger/
scanline.cpp
1128
int
threshold
= get_value();
local
1185
int
threshold
= di.get_value() << (8 - GGL_DITHER_BITS);
local
1305
int
threshold
= di.get_value() << (8 - GGL_DITHER_BITS);
local
1360
int
threshold
= di.get_value() << (8 - GGL_DITHER_BITS);
local
[
all
...]
/dalvik/tools/dmtracedump/
TraceDump.c
225
int
threshold
;
member in struct:Options
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp
1758
float
threshold
= 0.5f;
local
[
all
...]
/external/guava/guava/src/com/google/common/cache/
LocalCache.java
112
* its capacity
threshold
.
138
* of reads and delaying a lock acquisition until the
threshold
is crossed or a mutation occurs.
2083
int
threshold
;
field in class:LocalCache.Segment
[
all
...]
/external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java
93
* its capacity
threshold
.
119
* of reads and delaying a lock acquisition until the
threshold
is crossed or a mutation occurs.
2089
int
threshold
;
field in class:MapMakerInternalMap.Segment
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
rdopt.c
1144
/* 64 makes this
threshold
really big effectively making it so that we
1779
unsigned int
threshold
= (xd->block[0].dequant[1]
local
[
all
...]
/external/opencv/cv/src/
cvhaar.cpp
69
float
threshold
;
member in struct:CvHidHaarTreeNode
89
float
threshold
;
member in struct:CvHidHaarStageClassifier
288
hid_stage_classifier->
threshold
= stage_classifier->
threshold
- icv_stage_threshold_bias;
318
node->
threshold
= classifier->
threshold
[l];
369
ipp_thresholds[j] = classifier->
threshold
[0];
673
double t = node->
threshold
* variance_norm_factor;
744
if( stage_sum >= ptr->
threshold
)
772
double sum, t = node->
threshold
*variance_norm_factor, a, b
1545
float
threshold
= 0;
local
[
all
...]
/packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java
494
int
threshold
= MmsConfig.getSmsToMmsTextThreshold();
local
495
setLengthRequiresMms(
threshold
> 0 && smsSegmentCount >
threshold
, false);
[
all
...]
/dalvik/vm/
Globals.h
116
* Lock profiling
threshold
value in milliseconds. Acquires that
117
* exceed
threshold
are logged. Acquires within the
threshold
are
118
* logged with a probability of $\frac{time}{
threshold
}$ . If the
119
*
threshold
is unset no additional logging occurs.
792
/* Array of compilation trigger
threshold
counters */
814
unsigned short
threshold
;
member in struct:DvmJitGlobals
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp
3228
int
threshold
= GeneralDragHysteresis;
local
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java
1400
float
threshold
= ((float) (serverTransactionTable.size() - serverTransactionTableLowaterMark))
local
[
all
...]
/frameworks/base/core/java/android/view/
HardwareRenderer.java
755
* An optional
threshold
value.
757
* @return A value >= 0 to draw the
threshold
, a negative value
792
* Prepares the paint to draw the
threshold
.
2129
float
threshold
= mDebugDataProvider.getThreshold();
local
[
all
...]
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar
/packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java
239
// Any change in height in the message list view greater than this
threshold
will not
590
int
threshold
= MmsConfig.getSmsToMmsTextThreshold();
local
591
mWorkingMessage.setLengthRequiresMms(
threshold
> 0 && msgCount >
threshold
, true);
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java
1748
final int
threshold
= mCoordinates.contactImagesX + mCoordinates.contactImagesWidth
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
org.eclipse.equinox.preferences_3.3.0.v20100503.jar
org.eclipse.equinox.registry_3.5.0.v20100503.jar
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar
/prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar
/prebuilts/misc/common/ecj/
ecj.jar
/prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar
Completed in 1130 milliseconds
1
2
3
4
5
6
7
8
9