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

  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 64 * All other attributes fall under {@code REGULAR}.
70 REGULAR,
HtmlParserFactory.java 199 case REGULAR:
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
MethodCallSite.java 46 REGULAR,
InvokeDynamicSupport.java 11 import static org.robolectric.internal.bytecode.MethodCallSite.Kind.REGULAR;
61 MethodCallSite site = new MethodCallSite(caller.lookupClass(), type, name, original, REGULAR);
  /external/v8/src/
assembler.cc 183 return ConstantPoolEntry::REGULAR;
208 // By definition, merged entries have regular access.
211 (merged ? ConstantPoolEntry::REGULAR : NextAccess(type));
214 // unique sharable entries which fit in the regular section.
215 if (entry.sharing_ok() && !merged && access == ConstantPoolEntry::REGULAR) {
225 if (access == ConstantPoolEntry::REGULAR) {
255 ConstantPoolEntry::REGULAR, type);
272 if (access == ConstantPoolEntry::REGULAR) {
277 if (access == ConstantPoolEntry::REGULAR) {
305 entry_access = ConstantPoolEntry::REGULAR;
    [all...]
assembler.h 477 enum Access { REGULAR, OVERFLOWED };
  /external/libchrome/mojo/public/cpp/bindings/tests/
binding_unittest.cc 101 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr,
115 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr,
210 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr,
220 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr,
231 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr,
261 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr,
381 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr,
552 nullptr, sample::Service::BazOptions::REGULAR, nullptr,
596 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr,
interface_ptr_unittest.cc 431 proxy->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr,
434 proxy->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr,
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 205 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.REGULAR, true, null);
209 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.REGULAR, false, null);
387 case REGULAR:
  /external/tensorflow/tensorflow/lite/tools/benchmark/
benchmark_model.h 35 REGULAR,
benchmark_model.cc 171 REGULAR);
benchmark_tflite_model.cc 50 if (run_type == REGULAR) {
  /external/v8/src/heap/
sweeper.h 78 enum AddPageMode { REGULAR, READD_TEMPORARY_REMOVED_PAGE };
sweeper.cc 407 // Early bailout for pages that are swept outside of the regular sweeping
462 if (mode == Sweeper::REGULAR) {
mark-compact.cc 112 // regular black object
564 // For regular mode (which is latency critical) we define less aggressive
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-os2-table.hh 110 REGULAR = 1u<<6,
  /external/v8/src/ppc/
assembler-ppc-inl.h 310 // 1) REGULAR access:
330 : ConstantPoolEntry::REGULAR);
352 : ConstantPoolEntry::REGULAR);
  /external/deqp/external/openglcts/modules/gl/
gl4cVertexAttrib64BitTest.cpp     [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
AttributeValueValidity.java 137 if (status == Validity.Status.regular || status == Validity.Status.special || status == Validity.Status.unknown) {
427 result = value.equals("all") ? LocaleMatcher.ALL_LANGUAGES : LocaleMatcher.REGULAR;
701 public static LocaleMatcher REGULAR = new LocaleMatcher("$_language_plus");
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/impl/
HtmlParserImpl.java 261 return ATTR_TYPE.REGULAR;
  /external/mockito/lib/
byte-buddy-1.8.15.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 1276 milliseconds