OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startR
(Results
1 - 4
of
4
) sorted by null
/developers/build/prebuilts/gradle/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
PartyLightView.java
105
int
startR
= (startInt >> 16) & 0xff;
116
(
startR
+ (int)(fraction * (endR -
startR
))) << 16 |
/developers/samples/android/deprecated/wearable/wear/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
PartyLightView.java
105
int
startR
= (startInt >> 16) & 0xff;
116
(
startR
+ (int)(fraction * (endR -
startR
))) << 16 |
/development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
PartyLightView.java
105
int
startR
= (startInt >> 16) & 0xff;
116
(
startR
+ (int)(fraction * (endR -
startR
))) << 16 |
/external/wycheproof/java/com/google/security/wycheproof/testcases/
EcdsaTest.java
576
int
startR
= (signature[1] & 0x80) != 0 ? 3 : 2;
577
int lengthR = signature[
startR
+ 1];
578
return new BigInteger(Arrays.copyOfRange(signature,
startR
+ 2,
startR
+ 2 + lengthR));
582
int
startR
= (signature[1] & 0x80) != 0 ? 3 : 2;
583
int lengthR = signature[
startR
+ 1];
584
int startS =
startR
+ 2 + lengthR;
[
all
...]
Completed in 4538 milliseconds