HomeSort by relevance Sort by last modified time
    Searched refs:Choice (Results 1 - 25 of 29) sorted by null

1 2

  /external/skia/tests/
SkPEGTest.cpp 188 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match("")));
189 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match("\t")));
190 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match(" ")));
191 REPORTER_ASSERT(r, (Choice<Digit,Alpha>::Match("a")));
192 REPORTER_ASSERT(r, (Choice<Digit,Alpha>::Match("3")));
193 REPORTER_ASSERT(r, (Choice<Digit,Alpha>::Match("a ")));
194 REPORTER_ASSERT(r, (Choice<Digit,Alpha>::Match("3 ")));
195 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match(" a ")));
196 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match(" 3 ")));
199 const auto m = Choice<Alpha, Digit>::Match("x")
    [all...]
  /external/skqp/tests/
SkPEGTest.cpp 188 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match("")));
189 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match("\t")));
190 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match(" ")));
191 REPORTER_ASSERT(r, (Choice<Digit,Alpha>::Match("a")));
192 REPORTER_ASSERT(r, (Choice<Digit,Alpha>::Match("3")));
193 REPORTER_ASSERT(r, (Choice<Digit,Alpha>::Match("a ")));
194 REPORTER_ASSERT(r, (Choice<Digit,Alpha>::Match("3 ")));
195 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match(" a ")));
196 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match(" 3 ")));
199 const auto m = Choice<Alpha, Digit>::Match("x")
    [all...]
  /tools/apksig/src/test/java/com/android/apksig/internal/asn1/
Asn1DerEncoderTest.java 81 assertEquals("0201ff", encodeToHex(Choice.of(-1)));
82 assertEquals("80092b0601040182371514", encodeToHex(Choice.of("1.3.6.1.4.1.311.21.20")));
87 // CHOICE is required to have exactly one field set
88 encode(new Choice(null, null));
93 // CHOICE is required to have exactly one field set
94 encode(new Choice(123, "1.3.6.1.4.1.311.21.20"));
183 @Asn1Class(type = Asn1Type.CHOICE)
184 public static class Choice {
192 public Choice(Integer num, String oid) {
197 public static Choice of(int num)
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarFrame.java 14 import java.awt.Choice;
88 private Choice displayMenu;
92 private Choice calMenu[] = new Choice[2];
130 calMenu[i] = new Choice();
181 displayMenu = new Choice();
CalendarCalc.java 15 import java.awt.Choice;
156 Choice dateMenu;
157 Choice localeMenu;
235 dateMenu= new Choice();
268 localeMenu= new Choice();
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfDemo.java 15 import java.awt.Choice;
313 formatterMenu = new Choice();
319 Choice source = (Choice)(e.getSource());
343 ruleSetMenu = new Choice();
450 private Choice formatterMenu;
451 private Choice ruleSetMenu;
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayCalendarDemo.java 15 import java.awt.Choice;
159 private Choice localeMenu;
160 private Choice displayMenu;
196 localeMenu= new Choice();
220 displayMenu = new Choice();
  /external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp 275 CProb Choice;
285 Choice = PROB_INIT_VAL;
297 if (rc->DecodeBit(&Choice) == 0)
  /external/skia/experimental/svg/model/
SkPEG.h 135 * Ordered choice operator (e1|e2).
143 struct Choice {
  /external/skqp/experimental/svg/model/
SkPEG.h 135 * Ordered choice operator (e1|e2).
143 struct Choice {
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 
  /external/pdfium/xfa/fxfa/parser/
xfa_document_datamerger_imp.cpp 832 if (eRelation == XFA_AttributeEnum::Choice ||
    [all...]
xfa_basic_data_enum.cpp 252 {0xe97aa98b, L"choice", XFA_AttributeEnum::Choice},
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 339 Choice,
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.1.2/
error_prone_core-2.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.2.0/
error_prone_core-2.2.0.jar 
  /external/v8/src/regexp/
jsregexp.h 40 // generic data and choice of implementation - as well as what
304 VISIT(Choice) \
418 // the same for all branches of a choice node.
    [all...]
  /external/error_prone/error_prone/
error_prone_core-2.2.0-with-dependencies.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 1844 milliseconds

1 2