Home
last modified time | relevance | path

Searched refs:ONE (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/tests/net/java/android/net/
DNetworkUtilsTest.java87 assertEquals(BigInteger.ONE.shiftLeft(128), NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()
93 assertEquals(BigInteger.ONE.shiftLeft(128), NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()
99 assertEquals(BigInteger.ONE.shiftLeft(120), NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()
103 assertEquals(BigInteger.ONE.shiftLeft(120).add(BigInteger.ONE.shiftLeft(64)), in testRoutedIPv6AddressCount()
111 assertEquals(BigInteger.ONE, NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()
/frameworks/base/rs/java/android/renderscript/
DProgramStore.java101 ONE (1), enumConstant
130 ONE (1), enumConstant
248 builder.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ZERO); in BLEND_NONE_DEPTH_TEST()
269 builder.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ZERO); in BLEND_NONE_DEPTH_NONE()
350 mBlendSrc = BlendSrcFunc.ONE; in Builder()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_enum_class_nano.proto39 ONE = 1; enumerator
46 optional FileScopeEnum one = 1 [ default = ONE ];
Dunittest_multiple_nano.proto41 ONE = 1; enumerator
51 ONE = 1; enumerator
DNanoTest.java2246 msg1.enumField = UnittestMultipleNano.ONE; in testNanoMultipleEnumScoping()
2633 assertEquals(EnumClassNanos.FileScopeEnum.ONE, msg.one); in testNanoJavaEnumStyle()
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
DBallsRS.java89 builder.setBlendFunc(ProgramStore.BlendSrcFunc.ONE, ProgramStore.BlendDstFunc.ONE); in BLEND_ADD_DEPTH_NONE()
/frameworks/base/libs/protoutil/tests/
Dtest.proto26 ONE = 1; enumerator
/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/
DIntEnum.java.txt31 intEnumPropertyEnumMapping.put(1, "ONE");
/frameworks/base/core/java/android/security/keymaster/
DKeymasterArguments.java39 private static final BigInteger UINT64_RANGE = BigInteger.ONE.shiftLeft(64);
40 public static final BigInteger UINT64_MAX_VALUE = UINT64_RANGE.subtract(BigInteger.ONE);
/frameworks/av/media/libaudioprocessing/
DAudioResamplerSinc.cpp412 const int32_t ONE = c.cMask | c.pMask; in filterCoefficient() local
415 uint32_t indexN = ((ONE-phase) & c.cMask) >> c.cShift; in filterCoefficient()
416 uint32_t lerpN = ((ONE-phase) & c.pMask) >> c.pShift; in filterCoefficient()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dunknown_fields_test.py254 missing_enum_values_pb2.TestEnumValues.ONE,
258 missing_enum_values_pb2.TestEnumValues.ONE,
Dmissing_enum_values.proto38 ONE = 1; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
Dunittest_objc.proto394 ONE = 1; enumerator
400 optional MyEnum bar = 2 [default = ONE];
410 ONE = 1; enumerator
/frameworks/base/cmds/statsd/src/
Datom_field_options.proto35 // Used to annotate an atom that reprsents a state change. A state change atom must have exactly ONE
/frameworks/base/services/usage/java/com/android/server/usage/
DAppTimeLimitController.java67 private static final Integer ONE = new Integer(1); field in AppTimeLimitController
919 user.currentlyActive.put(name, ONE); in noteUsageStart()
960 if (!count.equals(ONE)) { in noteUsageStop()
/frameworks/base/core/java/android/net/
DNetworkUtils.java458 routedIPCount = routedIPCount.add(BigInteger.ONE.shiftLeft(rank)); in routedIPv6AddressCount()
/frameworks/base/tools/aapt2/
DResources.proto497 ONE = 1; enumerator
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java149 final BigInteger twoPower128 = BigInteger.ONE.shiftLeft(128);
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...