/frameworks/base/tests/net/java/android/net/ |
D | NetworkUtilsTest.java | 87 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/ |
D | ProgramStore.java | 101 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/ |
D | unittest_enum_class_nano.proto | 39 ONE = 1; enumerator 46 optional FileScopeEnum one = 1 [ default = ONE ];
|
D | unittest_multiple_nano.proto | 41 ONE = 1; enumerator 51 ONE = 1; enumerator
|
D | NanoTest.java | 2246 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/ |
D | BallsRS.java | 89 builder.setBlendFunc(ProgramStore.BlendSrcFunc.ONE, ProgramStore.BlendDstFunc.ONE); in BLEND_ADD_DEPTH_NONE()
|
/frameworks/base/libs/protoutil/tests/ |
D | test.proto | 26 ONE = 1; enumerator
|
/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/ |
D | IntEnum.java.txt | 31 intEnumPropertyEnumMapping.put(1, "ONE");
|
/frameworks/base/core/java/android/security/keymaster/ |
D | KeymasterArguments.java | 39 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/ |
D | AudioResamplerSinc.cpp | 412 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/ |
D | unknown_fields_test.py | 254 missing_enum_values_pb2.TestEnumValues.ONE, 258 missing_enum_values_pb2.TestEnumValues.ONE,
|
D | missing_enum_values.proto | 38 ONE = 1; enumerator
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | unittest_objc.proto | 394 ONE = 1; enumerator 400 optional MyEnum bar = 2 [default = ONE]; 410 ONE = 1; enumerator
|
/frameworks/base/cmds/statsd/src/ |
D | atom_field_options.proto | 35 // 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/ |
D | AppTimeLimitController.java | 67 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/ |
D | NetworkUtils.java | 458 routedIPCount = routedIPCount.add(BigInteger.ONE.shiftLeft(rank)); in routedIPv6AddressCount()
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 497 ONE = 1; enumerator
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Vpn.java | 149 final BigInteger twoPower128 = BigInteger.ONE.shiftLeft(128);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |