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

1 2 3 4

  /ndk/tests/device/test-stlport_shared-exception/jni/
eh42.cpp 4 struct none { int i[50]; }; struct
8 none throw_it() {
14 none n = throw_it();
  /ndk/tests/device/test-stlport_static-exception/jni/
eh42.cpp 4 struct none { int i[50]; }; struct
8 none throw_it() {
14 none n = throw_it();
  /external/skia/bench/
BenchSysTimer_posix.cpp 30 timespec none = {0, 0}; local
31 this->fWall = none;
36 timespec none = {0, 0}; local
37 this->fCpu = none;
44 timespec none = {0, 0}; local
45 end_cpu = none;
53 timespec none = {0, 0}; local
54 end_wall = none;
BenchSysTimer_mach.cpp 17 time_value_t none = {0, 0}; local
18 return none;
28 time_value_t none = {0, 0}; local
29 return none;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
ReferenceType.java 39 none(-1); enum constant in enum:ReferenceType
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 63 this.SSID = (wifiSsid != null) ? wifiSsid.toString() : WifiSsid.NONE;
88 String none = "<none>"; local
91 append(wifiSsid == null ? WifiSsid.NONE : wifiSsid).
93 append(BSSID == null ? none : BSSID).
95 append(capabilities == null ? none : capabilities).
  /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/clang/include/clang/Basic/
Visibility.h 75 static LinkageInfo none() { function in class:clang::LinkageInfo
  /external/junit/src/org/junit/rules/
ExpectedException.java 21 * public ExpectedException thrown= ExpectedException.none();
25 * // no exception expected, none thrown: passes.
49 public static ExpectedException none() { method in class:ExpectedException
  /external/smack/src/org/jivesoftware/smackx/pubsub/
Affiliation.java 37 member, none, outcast, owner, publisher enum constant in enum:Affiliation.Type
Subscription.java 30 subscribed, unconfigured, pending, none enum constant in enum:Subscription.State
  /external/stlport/stlport/stl/
_monetary.h 42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 100 HexagonRelocator::Result none(Relocation& pReloc, HexagonRelocator& pParent) function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
  /external/grub/netboot/
3c509.c 36 static enum { none, bnc, utp } connector = none; /* for 3C509 */ enumerator in enum:__anon8187
97 /* Configure IRQ to none */
  /external/guava/guava-tests/test/com/google/common/primitives/
BooleansTest.java 160 List<Boolean> none = Arrays.<Boolean>asList(); local
161 assertTrue(Arrays.equals(EMPTY, Booleans.toArray(none)));
BytesTest.java 164 List<Byte> none = Arrays.<Byte>asList(); local
165 assertTrue(Arrays.equals(EMPTY, Bytes.toArray(none)));
  /external/llvm/include/llvm/ADT/
BitVector.h 145 /// none - Returns true if none of the bits are set.
146 bool none() const { function in class:llvm::BitVector
150 /// find_first - Returns the index of the first set bit, -1 if none
  /external/smack/src/org/jivesoftware/smack/packet/
RosterPacket.java 289 none, enum constant in enum:RosterPacket.ItemType
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransfer.java 233 if (!getStatus().equals(Status.cancelled) && getError() == Error.none
332 none("No error"), enum constant in enum:FileTransfer.Error
  /external/stlport/src/
locale.cpp 435 const locale::category locale::none; member in class:locale

Completed in 693 milliseconds

1 2 3 4