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

  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 64 * All other attributes fall under {@code REGULAR}.
70 REGULAR,
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 70 REGULAR: 1,
123 * @type {regular: ?ProxyConfig, incognito: ?ProxyConfig}
126 config_: {regular: null, incognito: null},
356 * Handles the response from 'proxy.settings.get' for regular settings.
366 this.config_.regular = c.value;
505 this.config_.regular = this.generateProxyConfig_();
508 {value: this.config_.regular, incognito: false},
513 * Called in response to setting a regular window's proxy settings: checks
676 this.recalcFormValues_(this.config_.regular);
680 this.config_.regular = this.generateProxyConfig_()
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 342 enum NameType { REGULAR, STAND_ALONE };
345 const char* typeKey = (type == REGULAR) ? "format" : "stand-alone";
593 // Get the regular month and weekday names.
594 jobjectArray longMonthNames = getNames(env, monthNames.get(), true, REGULAR, LONG);
595 jobjectArray shortMonthNames = getNames(env, monthNames.get(), true, REGULAR, SHORT);
596 jobjectArray longWeekdayNames = getNames(env, dayNames.get(), false, REGULAR, LONG);
597 jobjectArray shortWeekdayNames = getNames(env, dayNames.get(), false, REGULAR, SHORT);
604 // English), we reuse the regular names. If we returned null to Java, the usual fallback
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 473 milliseconds