HomeSort by relevance Sort by last modified time
    Searched full:closer (Results 151 - 175 of 1276) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Car/Radio/res/values/
dimens.xml 33 negative to move the text closer to the channel frequency. -->
47 closer. -->
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsTransitionController.java 43 * closer to top or closer to the page indicator.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
matching.py 130 'provided' access vector. The closer the value is to 0
131 the closer the match, with 0 being an exact match.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ResizeHandler.java 157 // width) we cannot use -negative- margins to jump back to a closer edge; we
158 // must always use positive margins, so mark closer edges that result in a negative
  /prebuilts/go/darwin-x86/src/debug/macho/
file.go 29 closer io.Closer
208 ff.closer = f
217 if f.closer != nil {
218 err = f.closer.Close()
219 f.closer = nil
  /prebuilts/go/darwin-x86/src/math/big/
rat_test.go 535 // For f to be correct, r must be closer to f than to f0 or f1.
540 t.Errorf("Rat(%v).Float32() = %g (%b), but previous float32 %g (%b) is closer", r, f, f, f0, f0)
544 t.Errorf("Rat(%v).Float32() = %g (%b), but next float32 %g (%b) is closer", r, f, f, f1, f1)
572 // For f to be correct, r must be closer to f than to f0 or f1.
577 t.Errorf("Rat(%v).Float64() = %g (%b), but previous float64 %g (%b) is closer", r, f, f, f0, f0)
581 t.Errorf("Rat(%v).Float64() = %g (%b), but next float64 %g (%b) is closer", r, f, f, f1, f1)
  /prebuilts/go/linux-x86/src/debug/macho/
file.go 29 closer io.Closer
208 ff.closer = f
217 if f.closer != nil {
218 err = f.closer.Close()
219 f.closer = nil
  /prebuilts/go/linux-x86/src/math/big/
rat_test.go 535 // For f to be correct, r must be closer to f than to f0 or f1.
540 t.Errorf("Rat(%v).Float32() = %g (%b), but previous float32 %g (%b) is closer", r, f, f, f0, f0)
544 t.Errorf("Rat(%v).Float32() = %g (%b), but next float32 %g (%b) is closer", r, f, f, f1, f1)
572 // For f to be correct, r must be closer to f than to f0 or f1.
577 t.Errorf("Rat(%v).Float64() = %g (%b), but previous float64 %g (%b) is closer", r, f, f, f0, f0)
581 t.Errorf("Rat(%v).Float64() = %g (%b), but next float64 %g (%b) is closer", r, f, f, f1, f1)
  /build/soong/zip/
zip.go 63 io.Closer
302 io.Closer
585 go func(wg *sync.WaitGroup, closer io.Closer) {
587 closer.Close()
  /external/v8/src/
bignum-dtoa.cc 136 // decimal representation of v is a number lying closer to v than to any other
408 // boundary is closer than just half a ulp (unit in the last place).
414 // The lower boundary is closer at half the distance of "normal" numbers.
457 // boundary is closer than just one ulp (unit in the last place).
464 // The lower boundary is closer at half the distance of "normal" numbers.
fast-dtoa.cc 30 // outside the safe interval, or if we ctannot prove that it is closer to the
106 // representations, and one is closer to both w_low and w_high, then we know
107 // it is closer to the actual value v.
134 // representations close to w, but we cannot decide which one is closer.
151 // Rounds the buffer upwards if the result is closer to v by possibly adding
573 // chosen even if the longer one would be closer to v.
  /prebuilts/go/darwin-x86/src/io/
io.go 94 // Closer is the interface that wraps the basic Close method.
98 type Closer interface {
128 Closer
134 Closer
141 Closer
  /prebuilts/go/linux-x86/src/io/
io.go 94 // Closer is the interface that wraps the basic Close method.
98 type Closer interface {
128 Closer
134 Closer
141 Closer
  /external/python/cpython3/Doc/tutorial/
floatingpoint.rst 120 Also, since the 0.1 cannot get any closer to the exact value of 1/10 and
121 0.3 cannot get any closer to the exact value of 3/10, then pre-rounding with
127 Though the numbers cannot be made closer to their intended exact values,
  /frameworks/base/core/tests/coretests/src/android/view/
FocusFinderTest.java 238 * A non-candidate (even a much closer one) is always a worse choice
443 new Rect(60, 51, 110, 101)); // worse, even though it is closer
449 new Rect(49, 99, 149, 101)); // worse, even though it is closer
  /frameworks/support/customview/src/main/java/androidx/customview/widget/
FocusStrategy.java 268 // long as rect2 isn't completely closer, rect1 wins, e.g. for
269 // direction down, completely closer means for rect2's top edge to
270 // be closer to the source's top edge than rect1's bottom edge.
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderVertexSpacing.hpp 258 /* Tells which of the user-provided points is closer to the instance-specific
264 * @return true if point @param a is closer to the "origin", false otherwise.
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
lmpar.h 101 /* set par to the closer endpoint. */
239 /* set par to the closer endpoint. */
  /external/elfutils/libdwfl/
dwfl_module_addrsym.c 141 if it's closer to ADDR or is global when it was local. */
171 /* When the beginning of its range is no closer,
  /external/libffi/src/xtensa/
ffi.c 240 // __builtin___clear_cache(closer->tramp, closer->tramp + FFI_TRAMPOLINE_SIZE)
  /external/libvncserver/webclients/novnc/include/
input.js 215 // closer than 20 pixels together a double click is triggered.
231 // devicePixelRatio brings us a bit closer but is not optimal.
  /external/python/cpython2/Modules/_ctypes/libffi/src/xtensa/
ffi.c 240 // __builtin___clear_cache(closer->tramp, closer->tramp + FFI_TRAMPOLINE_SIZE)
  /external/python/cpython3/Modules/_ctypes/libffi/src/xtensa/
ffi.c 240 // __builtin___clear_cache(closer->tramp, closer->tramp + FFI_TRAMPOLINE_SIZE)
  /prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/
all_test.go 270 io.Closer
274 Closer: ioutil.NopCloser(nil),
  /prebuilts/go/darwin-x86/test/
float_lit2.go 19 // between f? and f?, values closer to f? round to f? and values closer to f? are rejected as out of range.

Completed in 501 milliseconds

1 2 3 4 5 67 8 91011>>