HomeSort by relevance Sort by last modified time
    Searched defs:none (Results 26 - 50 of 77) sorted by null

12 3 4

  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 132 return WifiSsid.NONE;
298 String none = "<none>"; local
300 sb.append("SSID: ").append(mWifiSsid == null ? WifiSsid.NONE : mWifiSsid).
301 append(", BSSID: ").append(mBSSID == null ? none : mBSSID).
302 append(", MAC: ").append(mMacAddress == null ? none : mMacAddress).
304 append(mSupplicantState == null ? none : mSupplicantState).
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 210 MipsRelocator::Result none(Relocation& pReloc, MipsRelocator& pParent) function
  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 435 const locale::category locale::none; member in class:locale
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.h 91 * The standard category values are none, ctype, numeric, collate, time,
97 static const category none = 0; member in class:locale
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_classes.h 94 * The standard category values are none, ctype, numeric, collate, time,
100 static const category none = 0; member in class:locale
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_classes.h 94 * The standard category values are none, ctype, numeric, collate, time,
100 static const category none = 0; member in class:locale
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 91 * The standard category values are none, ctype, numeric, collate, time,
97 static const category none = 0; member in class:locale
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 91 * The standard category values are none, ctype, numeric, collate, time,
97 static const category none = 0; member in class:locale
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 91 * The standard category values are none, ctype, numeric, collate, time,
97 static const category none = 0; member in class:locale
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_classes.h 91 * The standard category values are none, ctype, numeric, collate, time,
97 static const category none = 0; member in class:locale
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 94 * The standard category values are none, ctype, numeric, collate, time,
100 static const category none = 0; member in class:locale
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 94 * The standard category values are none, ctype, numeric, collate, time,
100 static const category none = 0; member in class:locale
  /external/guava/guava-tests/test/com/google/common/primitives/
CharsTest.java 317 List<Character> none = Arrays.<Character>asList(); local
318 assertTrue(Arrays.equals(EMPTY, Chars.toArray(none)));
DoublesTest.java 301 List<Double> none = Arrays.<Double>asList(); local
302 assertTrue(Arrays.equals(EMPTY, Doubles.toArray(none)));
FloatsTest.java 293 List<Float> none = Arrays.<Float>asList(); local
294 assertTrue(Arrays.equals(EMPTY, Floats.toArray(none)));
IntsTest.java 320 List<Integer> none = Arrays.<Integer>asList(); local
321 assertTrue(Arrays.equals(EMPTY, Ints.toArray(none)));
LongsTest.java 300 List<Long> none = Arrays.<Long>asList(); local
301 assertTrue(Arrays.equals(EMPTY, Longs.toArray(none)));
ShortsTest.java 327 List<Short> none = Arrays.<Short>asList(); local
328 assertTrue(Arrays.equals(EMPTY, Shorts.toArray(none)));
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 204 /// none - Returns true if none of the bits are set.
205 bool none() const { function in class:llvm::SmallBitVector
208 return getPointer()->none();
211 /// find_first - Returns the index of the first set bit, -1 if none
  /external/webkit/Source/WebCore/html/shadow/
MediaControlElements.cpp 95 DEFINE_STATIC_LOCAL(String, none, ("none"));
96 style()->setProperty(displayString(), none, ec); local
165 if (style()->display() == NONE || !previousSibling() || !previousSibling()->isBox())
305 DEFINE_STATIC_LOCAL(String, none, ("none"));
306 style()->setProperty(displayString(), none, ec); local
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 357 ARMRelocator::Result none(Relocation& pReloc, ARMRelocator& pParent) function
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 235 X86Relocator::Result none(Relocation& pReloc, X86_32Relocator& pParent) function
780 X86Relocator::Result none(Relocation& pReloc, X86_64Relocator& pParent) function
  /external/icu4c/i18n/
plurrule_impl.h 100 none, enumerator in enum:tokenType
144 NONE,
  /external/skia/src/sfnt/
SkOTTable_glyf.h 159 struct None { } none; member in union:SkOTTableGlyphData::Composite::Component::Transform::Matrix
  /external/stlport/stlport/stl/
_bitset.h 600 bool none() const { return !this->_M_is_any(); } function in class:bitset

Completed in 2906 milliseconds

12 3 4