Home
last modified time | relevance | path

Searched refs:DEFAULT_ORDER (Results 1 – 12 of 12) sorted by relevance

/external/junit/src/main/java/org/junit/
DRule.java92 int DEFAULT_ORDER = -1; field
99 int order() default DEFAULT_ORDER; in order() field
DClassRule.java116 int order() default Rule.DEFAULT_ORDER; in order()
/external/marisa-trie/bindings/perl/
Dmarisa.pm295 *DEFAULT_ORDER = *marisac::DEFAULT_ORDER;
Dmarisa-swig.h48 MARISA_SWIG_ENUM_COPY(DEFAULT_ORDER)
Dmarisa-swig_wrap.cxx5144 …sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1(static_cast< int >(marisa_swig::DEFAULT_ORDER))); in XS()
/external/marisa-trie/bindings/python/
Dmarisa.py94 DEFAULT_ORDER = _marisa.DEFAULT_ORDER variable
Dmarisa-swig.h48 MARISA_SWIG_ENUM_COPY(DEFAULT_ORDER)
Dmarisa-swig_wrap.cxx6082 …thon_SetConstant(d, "DEFAULT_ORDER",SWIG_From_int(static_cast< int >(marisa_swig::DEFAULT_ORDER))); in SWIG_init()
/external/junit/src/main/java/org/junit/runners/
DRuleContainer.java110 this.order = order != null ? order.intValue() : Rule.DEFAULT_ORDER; in RuleEntry()
/external/marisa-trie/bindings/ruby/
Dmarisa-swig.h48 MARISA_SWIG_ENUM_COPY(DEFAULT_ORDER)
Dmarisa-swig_wrap.cxx4627 …ine_const(mMarisa, "DEFAULT_ORDER", SWIG_From_int(static_cast< int >(marisa_swig::DEFAULT_ORDER)));
/external/marisa-trie/bindings/
Dmarisa-swig.h48 MARISA_SWIG_ENUM_COPY(DEFAULT_ORDER)