HomeSort by relevance Sort by last modified time
    Searched full:choice2 (Results 1 - 7 of 7) 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 }) {
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverPropertyInfoTest.java 60 static String[] updateChoices = { "Choice1", "Choice2", "Choice3" };
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroupTest.java 408 RadioButton choice2 = new RadioButton(mContext); local
409 choice2.setText("choice2");
410 choice2.setId(BUTTON_ID_2);
411 radioGroup.addView(choice2, params);
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 207 CLzmaProb choice2; member in struct:__anon14164
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:__anon15732
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:__anon24372
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");

Completed in 292 milliseconds