HomeSort by relevance Sort by last modified time
    Searched full:choice1 (Results 1 - 4 of 4) sorted by null

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ChoiceTest.java 200 ASN1Choice choice1 = new ASN1Choice(new ASN1Type[] { local
209 assertEquals("choice1", 1, in.choiceIndex);
223 ASN1Choice choice2 = new ASN1Choice(new ASN1Type[] { choice1, // first: decoded component
254 ASN1Choice choice1 = new ASN1Choice(new ASN1Type[] { local
269 new ASN1Choice(new ASN1Type[] { choice1, //
287 new ASN1Choice(new ASN1Type[] { choice1,//
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 403 RadioButton choice1 = new RadioButton(mContext); local
404 choice1.setText("choice1");
405 choice1.setId(BUTTON_ID_1);
406 radioGroup.addView(choice1, params);
  /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 190 milliseconds