Searched
full:broken (Results
426 -
450 of
4436) sorted by null
<<11121314151617181920>>
/prebuilts/go/linux-x86/src/runtime/ |
signal_dragonfly.go | 26 /* 13 */ {_SigNotify, "SIGPIPE: write to broken pipe"},
|
signal_freebsd.go | 26 /* 13 */ {_SigNotify, "SIGPIPE: write to broken pipe"},
|
signal_nacl.go | 26 /* 13 */ {_SigNotify, "SIGPIPE: write to broken pipe"},
|
signal_netbsd.go | 26 /* 13 */ {_SigNotify, "SIGPIPE: write to broken pipe"},
|
signal_openbsd.go | 26 /* 13 */ {_SigNotify, "SIGPIPE: write to broken pipe"},
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_imp.py | 49 # revert that registration, the module is left in a broken
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_imp.py | 49 # revert that registration, the module is left in a broken
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/ |
README | 33 end up in this directory, they should be broken out into a new class of
|
/external/boringssl/src/crypto/x509/ |
x509.c | 88 if (priv->broken == PKCS8_NO_OCTET) { 114 p8->broken = PKCS8_OK; 120 p8->broken = PKCS8_NO_OCTET;
|
/external/e2fsprogs/misc/ |
ismounted.c | 96 #ifndef __GNU__ /* The GNU hurd is broken with respect to stat devices */ 137 #ifndef __GNU__ /* The GNU hurd is broken with respect to stat devices */ 154 * We need to be paranoid, because some broken distributions
|
/external/freetype/include/freetype/ |
fterrdef.h | 67 "broken file" ) 77 "broken table" ) 79 "broken offset within table" )
|
/external/icu/icu4c/source/test/intltest/ |
regcoll.h | 45 // Collator -> rules -> Collator round-trip broken for expanding characters 90 // MergeCollation::fixEntry broken for "& H < \u0131, \u0130, i, I" 102 // Collator.compare() method broken if either string contains spaces
|
/external/mesa3d/docs/ |
relnotes-6.5.1.html | 63 <li>fixed broken texture border handling for depth textures (bug 6498) 67 <li>clipping of lines against user-defined clip planes was broken (6512) 68 <li>assembly language dispatch for SPARC was broken (bug 6484)
|
VERSIONS | 168 - glReadPixels byte swapping was broken 169 - glMaterial with pname==GL_AMBIENT_AND_DIFFUSE was broken 550 - textured line interpolation was somewhat broken 551 - textured triangle interpolation was also somewhat broken 564 - interleaved vertex array texture coordinates were broken 565 - query of proxy texture internal format was broken 571 - glGet*(GL_POLYGON_STIPPLE) was broken 636 - glClear(GL_COLOR_BUFFER_BIT) with RGBA or CI masking was broken 637 - GL_LINEAR sampling of 3D textures was broken 703 - blend term GL_ONE_MINUS_CONSTANT_ALPHA was broken [all...] |
news.html | 444 - glGetBooleanv(GL_FRAGMENT_PROGRAM_BINDING_NV) was broken 480 - glVertexAttrib3svNV and glVertexAttrib3svARB were broken 571 - GL_DOUBLE-valued vertex arrays were broken in some cases 577 - fragment program writes to RC/HC register were broken 580 - vertex program state references were broken 613 - glGetTexImage(GL_COLOR_INDEX) was broken 626 - glDrawArrays with start!=0 was broken 627 - fragment program PK2H, UP2H, UP4B and UP4UB instructions were broken 631 - OSMesa RGB and BGR modes were broken 823 - auto mipmap generation for cube maps was broken (bug 641363 [all...] |
/external/pdfium/third_party/freetype/include/freetype/ |
fterrdef.h | 67 "broken file" ) 77 "broken table" ) 79 "broken offset within table" )
|
/external/skia/experimental/Networking/ |
SkSockets.h | 112 * Called when a broken or terminated connection has been detected. Closes 114 * Override to handle broken connections differently 189 * Client needs to recreate the socket when a connection is broken because
|
/prebuilts/go/darwin-x86/src/os/ |
pipe_test.go | 5 // Test broken pipes on Unix systems. 33 t.Fatal("unexpected success of Write to broken pipe") 108 // For stdout/stderr, we should have crashed with a broken pipe error.
|
/prebuilts/go/linux-x86/src/os/ |
pipe_test.go | 5 // Test broken pipes on Unix systems. 33 t.Fatal("unexpected success of Write to broken pipe") 108 // For stdout/stderr, we should have crashed with a broken pipe error.
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
fterrdef.h | 42 "broken file" ) 52 "broken table" ) 54 "broken offset within table" )
|
/external/libusb/ |
ChangeLog | 28 * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings 29 * Windows: Fix broken bus number lookup 52 * Multiple OS X improvements (broken compilation, SIGFPE, 64bit support) 96 * Improve transfer cancellation and avoid short read failures on broken descriptors 121 * Fix broken support for the 0.1 -> 1.0 libusb-compat layer
|
/prebuilts/go/darwin-x86/src/internal/trace/ |
order.go | 112 // seemingly broken timestamps (misplaced event). 114 // if timestamps are broken we will misplace the event and later report 115 // logically broken trace (instead of reporting broken timestamps). 206 panic("event sequences are broken")
|
/prebuilts/go/linux-x86/src/internal/trace/ |
order.go | 112 // seemingly broken timestamps (misplaced event). 114 // if timestamps are broken we will misplace the event and later report 115 // logically broken trace (instead of reporting broken timestamps). 206 panic("event sequences are broken")
|
/frameworks/native/include/input/ |
InputTransport.h | 164 * Other errors probably indicate that the channel is broken. 176 * Other errors probably indicate that the channel is broken. 208 * Other errors probably indicate that the channel is broken. 229 * Other errors probably indicate that the channel is broken. 260 * Other errors probably indicate that the channel is broken. 303 * Other errors probably indicate that the channel is broken. 314 * Other errors probably indicate that the channel is broken.
|
/external/autotest/server/lib/ |
status_history.py | 12 * Whether the DUT was "working" or "broken" at a given 15 The "working" or "broken" status of a DUT is determined by 20 * After any failed Repair task, the DUT is considered "broken". 28 changed either from "working" to "broken", or vice versa. The 62 # BROKEN: Indicates that the DUT needed manual repair after the 68 BROKEN = 3 214 BROKEN - The DUT likely required manual intervention 339 return BROKEN 641 * BROKEN - The DUT likely requires manual intervention. 674 be from "working" to "broken". When false, the search is for [all...] |
Completed in 1072 milliseconds
<<11121314151617181920>>