OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLOP
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/test/perf/usetperf/
bitset.cpp
20
const int32_t
SLOP
= 8;
25
len =
SLOP
;
/frameworks/base/tools/obbtool/
mkobb.sh
29
SLOP
=512 # Amount of filesystem
slop
in ${BLOCK_SIZE} blocks
221
${DDBIN} if=/dev/zero of=${tempfile} bs=${BLOCK_SIZE} count=$((${block_count} + ${
SLOP
})) > /dev/null 2>&1
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java
186
int
SLOP
= 2;
188
if (rightDistance < radius +
SLOP
) {
192
if (bottomDistance < radius +
SLOP
) {
197
boolean createColumn = leftDistance < radius +
SLOP
;
198
boolean createRow = topDistance < radius +
SLOP
;
[
all
...]
/prebuilts/go/darwin-x86/src/runtime/
hash_test.go
72
const
SLOP
= 10.0
78
if float64(collisions) > expected+
SLOP
*(3*stddev+1) {
/prebuilts/go/linux-x86/src/runtime/
hash_test.go
72
const
SLOP
= 10.0
78
if float64(collisions) > expected+
SLOP
*(3*stddev+1) {
Completed in 164 milliseconds