/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
ChoiceTest.java | 223 ASN1Choice choice2 = new ASN1Choice(new ASN1Type[] { choice1, // first: decoded component local 230 assertEquals("choice2", 0, in.choiceIndex); 244 Boolean b = (Boolean) choice2.decode(new byte[] { 0x01, 0x01, 0x00 }); 304 ASN1Choice choice2 = new ASN1Choice(new ASN1Type[] { local 319 new ASN1Choice(new ASN1Type[] { choice1, choice2 }) {
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
DriverPropertyInfoTest.java | 59 static String[] updateChoices = { "Choice1", "Choice2", "Choice3" };
|
/external/lzma/xz-embedded/ |
xz_lzma2.h | 118 * 10-17 5 = Choice=1 + Choice2=0 + 3 bits 119 * 18-273 10 = Choice=1 + Choice2=1 + 8 bits
|
xz_dec_lzma2.c | 120 uint16_t choice2; member in struct:lzma_len_dec 630 if (!rc_bit(&s->rc, &l->choice2)) {
|
/cts/tests/tests/widget/src/android/widget/cts/ |
RadioGroupTest.java | 416 RadioButton choice2 = new RadioButton(mContext); local 417 choice2.setText("choice2"); 418 choice2.setId(BUTTON_ID_2); 419 radioGroup.addView(choice2, params);
|
/developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/notifications/ |
NotificationPresets.java | 87 SpannableStringBuilder choice2 = new SpannableStringBuilder( local 89 choice2.setSpan(new StyleSpan(Typeface.BOLD_ITALIC), 5, 11, 0); 100 choice2 })
|
/development/samples/wearable/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/ |
NotificationPresets.java | 87 SpannableStringBuilder choice2 = new SpannableStringBuilder( local 89 choice2.setSpan(new StyleSpan(Typeface.BOLD_ITALIC), 5, 11, 0); 100 choice2 })
|
/external/chromium_org/third_party/lzma_sdk/ |
LzmaEnc.c | 207 CLzmaProb choice2; member in struct:__anon17057 724 p->choice = p->choice2 = kProbInitValue; 745 RangeEnc_EncodeBit(rc, &p->choice2, 0); 750 RangeEnc_EncodeBit(rc, &p->choice2, 1); 760 UInt32 b0 = a1 + GET_PRICE_0a(p->choice2); 761 UInt32 b1 = a1 + GET_PRICE_1a(p->choice2); [all...] |
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
LzmaEnc.c | 208 CLzmaProb choice2; member in struct:__anon18643 725 p->choice = p->choice2 = kProbInitValue; 746 RangeEnc_EncodeBit(rc, &p->choice2, 0); 751 RangeEnc_EncodeBit(rc, &p->choice2, 1); 761 UInt32 b0 = a1 + GET_PRICE_0a(p->choice2); 762 UInt32 b1 = a1 + GET_PRICE_1a(p->choice2); [all...] |
/external/lzma/C/ |
LzmaEnc.c | 207 CLzmaProb choice2;
member in struct:__anon30478 724 p->choice = p->choice2 = kProbInitValue;
745 RangeEnc_EncodeBit(rc, &p->choice2, 0);
750 RangeEnc_EncodeBit(rc, &p->choice2, 1);
760 UInt32 b0 = a1 + GET_PRICE_0a(p->choice2);
761 UInt32 b1 = a1 + GET_PRICE_1a(p->choice2);
[all...] |
/external/srec/tools/cmd/ |
srecres2utd.pl | 15 my @fields = ("file", "correct", "invocab", "gdiff", "sd", "sd13", "spf", "abs", "gdiffpf", "rejrslt", "rankc", "match", "ortho", "choice1", "choice2", "score1", "conf", "gender");
|
/external/chromium_org/third_party/brotli/src/ |
ots-lzma.patch | [all...] |