HomeSort by relevance Sort by last modified time
    Searched refs:positive (Results 51 - 75 of 291) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/packages/ExtServices/src/android/ext/services/resolver/
LRResolverRankerService.java 88 final ArrayMap<String, Float> positive = getFeatures(targets.get(selectedPosition)); local
99 update(positive, positiveProbability, true);
  /prebuilts/go/darwin-x86/src/math/
atanh.go 24 // 1. Reduce x to positive by atanh(-x) = -atanh(x)
sincos.go 32 // make argument positive
sin.go 132 // make argument positive
191 // make argument positive but save the sign
atan.go 74 // satan reduces its argument (known to be positive)
  /prebuilts/go/darwin-x86/src/time/
tick.go 23 panic(errors.New("non-positive interval for NewTicker"))
  /prebuilts/go/linux-x86/src/math/
atanh.go 24 // 1. Reduce x to positive by atanh(-x) = -atanh(x)
sincos.go 32 // make argument positive
sin.go 132 // make argument positive
191 // make argument positive but save the sign
atan.go 74 // satan reduces its argument (known to be positive)
  /prebuilts/go/linux-x86/src/time/
tick.go 23 panic(errors.New("non-positive interval for NewTicker"))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
prove.go 16 positive
369 // maps what we learn when the positive branch is taken.
428 // that the positive branch learns signed/LT and unsigned/LT
541 return positive
623 return positive
649 // tr.r represents in which case the positive branch is taken.
652 // need to take the positive branch (or negative) then that branch will
664 return positive
693 return positive
15 positive const
layout.go 15 posdegree := f.newSparseSet(f.NumBlocks()) // blocks with positive remaining degree
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
prove.go 16 positive
369 // maps what we learn when the positive branch is taken.
428 // that the positive branch learns signed/LT and unsigned/LT
541 return positive
623 return positive
649 // tr.r represents in which case the positive branch is taken.
652 // need to take the positive branch (or negative) then that branch will
664 return positive
693 return positive
15 positive const
layout.go 15 posdegree := f.newSparseSet(f.NumBlocks()) // blocks with positive remaining degree
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSeekBarTest.java 92 final int positive = 5; local
96 myAbsSeekBar.setThumbOffset(positive);
97 assertEquals(positive, myAbsSeekBar.getThumbOffset());
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 78 If positive, it specifies a state transition in
82 If positive, it indicates that the prediction
88 If positive and there are no possible state
92 If positive and the input stream has been exhausted,
  /frameworks/base/core/java/android/widget/
OverScroller.java 348 * @param startX Starting horizontal scroll offset in pixels. Positive
350 * @param startY Starting vertical scroll offset in pixels. Positive numbers
352 * @param dx Horizontal distance to travel. Positive numbers will scroll the
354 * @param dy Vertical distance to travel. Positive numbers will scroll the
364 * @param startX Starting horizontal scroll offset in pixels. Positive
366 * @param startY Starting vertical scroll offset in pixels. Positive numbers
368 * @param dx Horizontal distance to travel. Positive numbers will scroll the
370 * @param dy Vertical distance to travel. Positive numbers will scroll the
462 * desired distance from finalX. Absolute value - must be positive.
479 * desired distance from finalY. Absolute value - must be positive
    [all...]
  /frameworks/rs/script_api/
rs_vector_math.spec 163 positive values.
286 positive values.
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 347 * @param startX Starting horizontal scroll offset in pixels. Positive
349 * @param startY Starting vertical scroll offset in pixels. Positive numbers
351 * @param dx Horizontal distance to travel. Positive numbers will scroll the
353 * @param dy Vertical distance to travel. Positive numbers will scroll the
363 * @param startX Starting horizontal scroll offset in pixels. Positive
365 * @param startY Starting vertical scroll offset in pixels. Positive numbers
367 * @param dx Horizontal distance to travel. Positive numbers will scroll the
369 * @param dy Vertical distance to travel. Positive numbers will scroll the
461 * desired distance from finalX. Absolute value - must be positive.
478 * desired distance from finalY. Absolute value - must be positive
    [all...]
  /prebuilts/go/darwin-x86/src/sync/
waitgroup.go 43 // Note that calls with a positive delta that occur when the counter is zero
45 // positive delta that start when the counter is greater than zero, may happen
  /prebuilts/go/linux-x86/src/sync/
waitgroup.go 43 // Note that calls with a positive delta that occur when the counter is zero
45 // positive delta that start when the counter is greater than zero, may happen
  /external/libunwind/doc/
unw_step.tex 24 On successful completion, \Func{unw\_step}() returns a positive value
  /external/protobuf/csharp/src/Google.Protobuf.Test/
SampleEnum.cs 35 // Just a sample enum with positive and negative values to be used in tests.
  /prebuilts/go/darwin-x86/src/runtime/
runtime_mmap_test.go 15 // Test that the error value returned by mmap is positive, as that is

Completed in 1208 milliseconds

1 23 4 5 6 7 8 91011>>