OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:badness
(Results
1 - 25
of
63
) sorted by null
1
2
3
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
AbstractListenableFutureTest.java
78
final Throwable[]
badness
= new Throwable[1];
local
89
badness
[0] = t;
98
if (
badness
[0] != null) {
99
throw
badness
[0];
/external/valgrind/main/coregrind/m_debuginfo/
d3basics.c
1016
HChar*
badness
= NULL;
local
[
all
...]
/external/chromium_org/v8/src/
string-search.h
438
int
badness
= -pattern_length;
local
453
badness
+= 1 - shift; // at most zero, so
badness
cannot increase.
464
//
Badness
increases by the number of characters we have
468
badness
+= (pattern_length - j) - last_char_shift;
469
if (
badness
> 0) {
521
//
Badness
is a count of how much work we have done. When we have
524
int
badness
= -10 - (pattern_length << 2);
local
530
badness
++;
531
if (
badness
<= 0)
[
all
...]
/external/v8/src/
string-search.h
430
int
badness
= -pattern_length;
local
445
badness
+= 1 - shift; // at most zero, so
badness
cannot increase.
456
//
Badness
increases by the number of characters we have
460
badness
+= (pattern_length - j) - last_char_shift;
461
if (
badness
> 0) {
513
//
Badness
is a count of how much work we have done. When we have
516
int
badness
= -10 - (pattern_length << 2);
local
522
badness
++;
523
if (
badness
<= 0)
[
all
...]
/external/clang/test/SemaCXX/
constexpr-printing.cpp
62
constexpr int
badness
(Union u) { return u.a + u.b; } // expected-note {{read of member 'a' of union with active member 'b'}}
function in struct:V
63
static_assert(
badness
(myUnion), ""); // expected-error {{constant expression}} \
64
expected-note {{in call to '
badness
({.b = 76})'}}
/external/valgrind/main/memcheck/
mc_replace_strmem.c
[
all
...]
/bionic/libc/kernel/common/linux/
fd.h
197
unsigned int
badness
;
member in struct:floppy_write_errors
/development/ndk/platforms/android-3/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/external/kernel-headers/original/linux/
fd.h
303
unsigned int
badness
; /* highest retry count for a read or write
member in struct:floppy_write_errors
308
/* clear write error and
badness
information */
310
/* get write error and
badness
information */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fd.h
302
unsigned int
badness
; /* highest retry count for a read or write
member in struct:floppy_write_errors
307
/* clear write error and
badness
information */
309
/* get write error and
badness
information */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fd.h
302
unsigned int
badness
; /* highest retry count for a read or write
member in struct:floppy_write_errors
307
/* clear write error and
badness
information */
309
/* get write error and
badness
information */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fd.h
302
unsigned int
badness
; /* highest retry count for a read or write
member in struct:floppy_write_errors
307
/* clear write error and
badness
information */
309
/* get write error and
badness
information */
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
fd.h
204
unsigned int
badness
;
member in struct:floppy_write_errors
Completed in 877 milliseconds
1
2
3