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

1 2 3 4 5

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
none.hpp 23 none_t const none = (static_cast<none_t>(0)) ; member in namespace:boost
  /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/chromium_org/chrome/app/
delay_load_hook_unittest_win.cc 60 HMODULE none = reinterpret_cast<HMODULE>( local
63 base::ScopedNativeLibrary lib_holder(none);
65 ASSERT_TRUE(none == NULL);
  /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;
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
ExternalStorageTest.java 76 final File none = buildGiftForPackage(getContext(), PACKAGE_NONE); local
77 assertFileReadWriteAccess(none);
78 assertEquals(100, readInt(none));
  /cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
ReadExternalStorageTest.java 79 final File none = buildGiftForPackage(getContext(), PACKAGE_NONE); local
80 assertFileReadOnlyAccess(none);
81 assertEquals(100, readInt(none));
  /external/chromium_org/third_party/icu/source/i18n/unicode/
plurfmt.h 516 none, enumerator in enum:PluralFormat::fmtToken
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
ReferenceType.java 39 none(-1); enum constant in enum:ReferenceType
  /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
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 82 this.SSID = (wifiSsid != null) ? wifiSsid.toString() : WifiSsid.NONE;
96 this.SSID = (wifiSsid != null) ? wifiSsid.toString() : WifiSsid.NONE;
124 String none = "<none>"; local
127 append(wifiSsid == null ? WifiSsid.NONE : wifiSsid).
129 append(BSSID == null ? none : BSSID).
131 append(capabilities == null ? none : capabilities).
BatchedScanSettings.java 200 String none = "<none>"; local
203 append(maxScansPerBatch == UNSPECIFIED ? none : maxScansPerBatch).
204 append(", maxApPerScan: ").append(maxApPerScan == UNSPECIFIED? none : maxApPerScan).
206 append(scanIntervalSec == UNSPECIFIED ? none : scanIntervalSec).
208 append(maxApForDistance == UNSPECIFIED ? none : maxApForDistance).
  /external/chromium_org/chrome/common/extensions/
command_unittest.cc 18 const ui::Accelerator none = ui::Accelerator(); local
58 { false, none, "command", "", "" },
59 { false, none, "command", "Ctrl+f", "" },
61 { false, none, "command", "Ctrl+Alt+F", "description" },
63 { false, none, "command", "A", "description" },
64 { false, none, "command", "F10", "description" },
65 { false, none, "command", "Ctrl+F+G", "description" },
66 { false, none, "command", "Ctrl+Alt+Shift+G", "description" },
71 { true, none, "command", "", "description" },
  /external/stlport/stlport/stl/
_monetary.h 42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
  /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
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_monetary.h 42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part

Completed in 1204 milliseconds

1 2 3 4 5