HomeSort by relevance Sort by last modified time
    Searched refs:positive (Results 126 - 150 of 380) sorted by null

1 2 3 4 56 7 8 91011>>

  /build/soong/ui/build/
environment.go 92 // IsTrue returns whether an environment variable is set to a positive value (1,y,yes,on,true)
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceAndProfileOwnerTest.java 248 executeDelegationTests(delegationTests, true /* positive result */);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 178 % positive jump
  /prebuilts/go/darwin-x86/src/math/
gamma.go 33 // formula. Large negative arguments are made positive using
  /prebuilts/go/linux-x86/src/math/
gamma.go 33 // formula. Large negative arguments are made positive using
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MeasureFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java     [all...]
  /frameworks/native/libs/math/include/math/
TQuatHelpers.h 270 constexpr QUATERNION<T> PURE positive(const QUATERNION<T>& q) { function in class:android::details::TQuatFunctions
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 362 // which must be positive numbers.
364 // If either a or b is not positive, GcdInt sets d = x = y = 0.
  /prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go 362 // which must be positive numbers.
364 // If either a or b is not positive, GcdInt sets d = x = y = 0.
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
CharMatcherTest.java 601 Set<Character> positive = Sets.newHashSetWithExpectedSize(chars.length); local
603 positive.add(chars[i]);
606 assertFalse(positive.contains(new Character((char) c)) ^ m.matches((char) c));
  /external/guava/guava-tests/test/com/google/common/base/
CharMatcherTest.java 719 Set<Character> positive = Sets.newHashSetWithExpectedSize(chars.length); local
721 positive.add(chars[i]);
724 assertFalse(positive.contains(new Character((char) c)) ^ m.matches((char) c));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
NumberFormatterApiTest.java 1520 FormattedNumber positive = f.format(1); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
NumberFormatterApiTest.java 1517 FormattedNumber positive = f.format(1); local
    [all...]
  /external/v8/src/mips/
constants-mips.h 581 // COP1 CMP positive predicates Bit 5..4 = 00.
662 positive = 9,
682 not_sign = positive,
684 pl = positive,
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 610 // COP1 CMP positive predicates Bit 5..4 = 00.
695 positive = 9,
715 not_sign = positive,
717 pl = positive,
    [all...]
  /external/mksh/src/
Build.sh     [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 179 useful. They measure differences, where positive is better for ICU4C, and
  /external/libavc/common/arm/
ih264_ihadamard_scaling_a9.s 100 @if u4_qp_div_6 is greater than 4 then shift value will be positive and do left shift, here rnd_factor is 0
  /prebuilts/go/darwin-x86/src/strings/
replace.go 101 // first. Priority is positive if this node is a complete key, and zero
102 // otherwise. In the example above, positive/zero priorities are marked
  /prebuilts/go/linux-x86/src/strings/
replace.go 101 // first. Priority is positive if this node is a complete key, and zero
102 // otherwise. In the example above, positive/zero priorities are marked
  /external/opencv/cv/src/
cvhaar.cpp 137 CV_ERROR( CV_StsOutOfRange, "Number of stages should be positive" );
220 "(has null pointers or non-positive classfier count)", i );
451 CV_ERROR( CV_StsOutOfRange, "Scale must be positive" );
1011 int positive = 0; local
    [all...]
  /external/golang-protobuf/ptypes/duration/
duration.pb.go 97 // `seconds` field and a positive or negative `nanos` field. For durations
  /external/mesa3d/docs/specs/
MESA_texture_signed_rgba.spec 111 127 (that is, uses different scale factors for negative and positive
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Duration.cs 132 /// `seconds` field and a positive or negative `nanos` field. For durations

Completed in 558 milliseconds

1 2 3 4 56 7 8 91011>>