/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
float.go | 374 // sbit must be 0 or 1 and summarizes any "sticky bit" information one might 405 // sticky bit (sbit). The rbit is the bit immediately before the 420 sbit = z.mant.sticky(r) [all...] |
nat.go | 757 // sticky returns 1 if there's a 1 bit within the 759 func (x nat) sticky(i uint) uint { func
|
/prebuilts/go/linux-x86/src/html/template/ |
template.go | 20 // Sticky error if escaping fails.
|
/prebuilts/go/linux-x86/src/math/big/ |
float.go | 374 // sbit must be 0 or 1 and summarizes any "sticky bit" information one might 405 // sticky bit (sbit). The rbit is the bit immediately before the 420 sbit = z.mant.sticky(r) [all...] |
nat.go | 757 // sticky returns 1 if there's a 1 bit within the 759 func (x nat) sticky(i uint) uint { func
|
/prebuilts/go/linux-x86/src/os/ |
file_unix.go | 98 // open(2) itself won't handle the sticky bit on *BSD and Solaris
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-d30v.texi | 247 Same as flag 6 (sticky overflow flag)
|
/external/mksh/src/ |
shf.c | 606 /* Flush deals with strings and sticky errors */ 660 /* flush deals with sticky errors */
|
/frameworks/native/libs/gui/ |
Surface.cpp | 515 // Disable transform hint if sticky transform is set. 827 // Disable transform hint if sticky transform is set. [all...] |
/system/extras/tests/net_test/ |
multinetwork_test.py | 285 # Set the sticky pktinfo option. 301 msg = "IPv6 UDP using sticky pktinfo: expected UDP packet on %s" % ( [all...] |
/build/tools/droiddoc/templates-ndk/assets/css/ |
default.css | 101 top: 65px; /* sticky-header height + 20px gutter */ [all...] |
/external/clang/include/clang/Basic/ |
Diagnostic.h | 280 /// \brief Sticky flag set to \c true when an error is emitted. 283 /// \brief Sticky flag set to \c true when an "uncompilable error" occurs. 287 /// \brief Sticky flag set to \c true when a fatal error is emitted. [all...] |
/external/v8/test/test262/ |
test262.status | 301 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], 302 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], 303 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
BroadcastQueue.java | 466 boolean ordered, boolean sticky, int sendingUser) throws RemoteException { 474 data, extras, ordered, sticky, sendingUser, app.repProcState); 495 sticky, sendingUser); [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
fmt.go | 72 // The mode flags +, - and # are sticky, meaning they persist through 74 // sticky only on %T recursions and only used in %-/Sym mode. [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
fmt.go | 69 // The mode flags +, - and # are sticky, meaning they persist through 71 // sticky only on %T recursions and only used in %-/Sym mode. [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
fmt.go | 72 // The mode flags +, - and # are sticky, meaning they persist through 74 // sticky only on %T recursions and only used in %-/Sym mode. [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
fmt.go | 69 // The mode flags +, - and # are sticky, meaning they persist through 71 // sticky only on %T recursions and only used in %-/Sym mode. [all...] |
/frameworks/base/media/java/android/media/ |
AudioManager.java | 87 * Sticky broadcast intent action indicating that the ringer mode has 97 * Sticky broadcast intent action indicating that the internal ringer mode has 279 * Broadcast Action: A sticky broadcast indicating an HDMI cable was plugged or unplugged. [all...] |
/art/runtime/gc/collector/ |
mark_sweep.cc | 138 // Always clear soft references if a non-sticky collection. 260 // If the GC type is non sticky, then we just clear the cards instead of ageing them. [all...] |
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaWindowAdapter.java | 358 // Implies there is no sticky header [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
nat.go | 760 // sticky returns 1 if there's a 1 bit within the 762 func (x nat) sticky(i uint) uint { func
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
nat.go | 757 // sticky returns 1 if there's a 1 bit within the 759 func (x nat) sticky(i uint) uint { func
|
/prebuilts/go/darwin-x86/src/math/big/ |
nat.go | 757 // sticky returns 1 if there's a 1 bit within the 759 func (x nat) sticky(i uint) uint { func
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
nat.go | 760 // sticky returns 1 if there's a 1 bit within the 762 func (x nat) sticky(i uint) uint { func
|