HomeSort by relevance Sort by last modified time
    Searched refs:choice2 (Results 1 - 9 of 9) sorted by null

  /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 }) {
  /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 })
  /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);
  /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/lzma/xz-embedded/
xz_dec_lzma2.c 120 uint16_t choice2; member in struct:lzma_len_dec
630 if (!rc_bit(&s->rc, &l->choice2)) {
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 546 milliseconds