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

  /external/icu4c/i18n/unicode/
plurfmt.h 508 none, enumerator in enum:PluralFormat::fmtToken
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 68 String none = "<none>"; local
71 append(SSID == null ? none : SSID).
73 append(BSSID == null ? none : BSSID).
75 append(capabilities == null ? none : capabilities).
WifiInfo.java 230 String none = "<none>"; local
232 sb.append("SSID: ").append(mSSID == null ? none : mSSID).
233 append(", BSSID: ").append(mBSSID == null ? none : mBSSID).
234 append(", MAC: ").append(mMacAddress == null ? none : mMacAddress).
236 append(mSupplicantState == null ? none : mSupplicantState).
  /development/samples/ApiDemos/src/com/example/android/apis/view/
RadioGroup1.java 66 String none = getString(R.string.radio_group_none); local
68 (checkedId == View.NO_ID ? none : checkedId));
  /external/stlport/stlport/stl/
_monetary.h 42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
_bitset.h 600 bool none() const { return !this->_M_is_any(); } function in class:bitset
  /external/grub/netboot/
3c509.c 36 static enum { none, bnc, utp } connector = none; /* for 3C509 */ enumerator in enum:__anon1928
97 /* Configure IRQ to none */
  /external/stlport/src/
locale.cpp 434 const locale::category locale::none; member in class:locale
  /system/core/nexus/
WifiNetwork.cpp 347 if (mask == KeyManagementMask::NONE)
348 strcpy(accum, "NONE");
416 if (mask == PairwiseCiphersMask::NONE)
417 strcpy(accum, "NONE");
509 bool none = false; local
518 if (!strcasecmp(v_token, "NONE")) {
519 *mask = KeyManagementMask::NONE;
520 none = true;
521 } else if (!none) {
535 LOGW("KeyManagementMask value '%s' when NONE", v_token)
546 bool none = false; local
571 bool none = false; local
601 bool none = false; local
636 bool none = false; local
    [all...]
  /external/icu4c/common/
uniset_props.cpp 446 * variables, or null if none.
475 // lastItem: 0=none, 1=char, 2=set
496 // setMode: 0=none, 1=unicodeset, 2=propertypat, 3=preparsed
859 UVersionInfo v, none = { 0, 0, 0, 0}; local
862 return uprv_memcmp(&v, &none, sizeof(v)) > 0 && uprv_memcmp(&v, version, sizeof(v)) <= 0;
    [all...]
  /external/v8/src/mips/
simulator-mips.h 248 none, enumerator in enum:assembler::mips::Simulator::Exception
  /external/icu4c/i18n/
plurrule_impl.h 105 none, enumerator in enum:tokenType
152 NONE,
  /external/bison/src/
vcg.h 179 Default is none. */
245 Default is none. */
260 color is the background color of the node. If none is given, the
319 none
331 Default: none. */
335 Default: none. */
396 it is none. Arrowstyle is the style of the normal arrow head, and
397 backarrowstyle is the style of the backarrow head. Styles are none,
402 /* Default is none. */
413 Default is none. *
318 none enumerator in enum:arrowstyle
    [all...]

Completed in 381 milliseconds