HomeSort by relevance Sort by last modified time
    Searched defs:other (Results 301 - 325 of 3919) sorted by null

<<11121314151617181920>>

  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
ring_buffer.h 25 RingBuffer(const RingBuffer& other) = default; member in class:android::dvr::RingBuffer
26 RingBuffer(RingBuffer&& other) = default; member in class:android::dvr::RingBuffer
27 RingBuffer& operator=(const RingBuffer& other) = default; member in class:android::dvr::RingBuffer
28 RingBuffer& operator=(RingBuffer&& other) = default; member in class:android::dvr::RingBuffer
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ScanResultMatchInfo.java 94 ScanResultMatchInfo other = (ScanResultMatchInfo) otherObj; local
95 return Objects.equals(networkSsid, other.networkSsid)
96 && networkType == other.networkType;
  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
TestItemDetails.java 77 TestItemDetails other = (TestItemDetails) o; local
78 return mPosition == other.mPosition
79 && mSelectionKey == other.mSelectionKey;
  /frameworks/support/room/migration/src/test/java/androidx/room/migration/bundle/
EntityBundleTest.java 41 EntityBundle other = new EntityBundle("foo", "sq", local
47 assertThat(bundle.isSchemaEqual(other), is(true));
58 EntityBundle other = new EntityBundle("foo", "sq", local
64 assertThat(bundle.isSchemaEqual(other), is(true));
75 EntityBundle other = new EntityBundle("foo", "sq", local
81 assertThat(bundle.isSchemaEqual(other), is(false));
93 EntityBundle other = new EntityBundle("foo", "sq", local
101 assertThat(bundle.isSchemaEqual(other), is(true));
112 EntityBundle other = new EntityBundle("foo", "sq", local
118 assertThat(bundle.isSchemaEqual(other), is(false))
129 EntityBundle other = new EntityBundle("foo", "sq", local
146 EntityBundle other = new EntityBundle("foo", "sq", local
    [all...]
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/constraints/
NetworkState.java 82 NetworkState other = (NetworkState) o; local
83 return this.mIsConnected == other.mIsConnected
84 && this.mIsValidated == other.mIsValidated
85 && this.mIsMetered == other.mIsMetered
86 && this.mIsNotRoaming == other.mIsNotRoaming;
  /libcore/ojluni/src/main/java/java/util/
OptionalDouble.java 142 * Return the value if present, otherwise return {@code other}.
144 * @param other the value to be returned if there is no value present
145 * @return the value, if present, otherwise {@code other}
147 public double orElse(double other) {
148 return isPresent ? value : other;
152 * Return the value if present, otherwise invoke {@code other} and return
155 * @param other a {@code DoubleSupplier} whose result is returned if no value
157 * @return the value if present otherwise the result of {@code other.getAsDouble()}
158 * @throws NullPointerException if value is not present and {@code other} is
161 public double orElseGet(DoubleSupplier other) {
212 OptionalDouble other = (OptionalDouble) obj; local
    [all...]
OptionalInt.java 143 * Return the value if present, otherwise return {@code other}.
145 * @param other the value to be returned if there is no value present
146 * @return the value, if present, otherwise {@code other}
148 public int orElse(int other) {
149 return isPresent ? value : other;
153 * Return the value if present, otherwise invoke {@code other} and return
156 * @param other a {@code IntSupplier} whose result is returned if no value
158 * @return the value if present otherwise the result of {@code other.getAsInt()}
159 * @throws NullPointerException if value is not present and {@code other} is
162 public int orElseGet(IntSupplier other) {
213 OptionalInt other = (OptionalInt) obj; local
    [all...]
OptionalLong.java 142 * Return the value if present, otherwise return {@code other}.
144 * @param other the value to be returned if there is no value present
145 * @return the value, if present, otherwise {@code other}
147 public long orElse(long other) {
148 return isPresent ? value : other;
152 * Return the value if present, otherwise invoke {@code other} and return
155 * @param other a {@code LongSupplier} whose result is returned if no value
157 * @return the value if present otherwise the result of {@code other.getAsLong()}
158 * @throws NullPointerException if value is not present and {@code other} is
161 public long orElseGet(LongSupplier other) {
212 OptionalLong other = (OptionalLong) obj; local
    [all...]
  /libcore/ojluni/src/main/java/javax/crypto/spec/
RC5ParameterSpec.java 181 RC5ParameterSpec other = (RC5ParameterSpec) obj; local
183 return ((version == other.version) &&
184 (rounds == other.rounds) &&
185 (wordSize == other.wordSize) &&
186 java.util.Arrays.equals(iv, other.iv));
  /libcore/ojluni/src/main/java/sun/security/x509/
DistributionPointName.java 51 * otherName [0] INSTANCE OF OTHER-NAME,
202 DistributionPointName other = (DistributionPointName)obj; local
204 return Objects.equals(this.fullName, other.fullName) &&
205 Objects.equals(this.relativeName, other.relativeName);
  /libcore/support/src/test/java/libcore/tlswire/handshake/
CipherSuite.java 465 CipherSuite other = (CipherSuite) obj; local
466 if (code != other.code) {
  /libcore/support/src/test/java/libcore/tlswire/util/
TlsProtocolVersion.java 88 TlsProtocolVersion other = (TlsProtocolVersion) obj; local
89 if (major != other.major) {
92 if (minor != other.minor) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/
SignedLongLong.java 110 SignedLongLong other = (SignedLongLong) obj; local
111 if (mLeastSigBits != other.mLeastSigBits) {
114 if (mMostSigBits != other.mMostSigBits) {
  /packages/apps/Camera2/src/com/android/camera/device/
CameraDeviceKey.java 25 * device key may be active at any given time and other devices must be closed
86 CameraDeviceKey other = (CameraDeviceKey) o; local
88 if (mApiType != other.mApiType) {
91 if (!mCameraId.equals(other.mCameraId)) {
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pPeer.java 70 WifiP2pPeer other = (WifiP2pPeer) preference; local
73 if (device.status != other.device.status) {
74 return device.status < other.device.status ? -1 : 1;
79 return device.deviceName.compareToIgnoreCase(other.device.deviceName);
82 return device.deviceAddress.compareToIgnoreCase(other.device.deviceAddress);
  /packages/services/Car/car-lib/src/android/car/settings/
SpeedBumpConfiguration.java 83 SpeedBumpConfiguration other = (SpeedBumpConfiguration) object; local
84 return mAcquiredPermitsPerSecond == other.getAcquiredPermitsPerSecond()
85 && mMaxPermitPool == other.getMaxPermitPool()
86 && mPermitFillDelay == other.getPermitFillDelay();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
malloc_allocator.h 69 { typedef malloc_allocator<_Tp1> other; }; typedef in struct:malloc_allocator::rebind
new_allocator.h 71 { typedef new_allocator<_Tp1> other; }; typedef in struct:new_allocator::rebind
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
malloc_allocator.h 69 { typedef malloc_allocator<_Tp1> other; }; typedef in struct:malloc_allocator::rebind
new_allocator.h 71 { typedef new_allocator<_Tp1> other; }; typedef in struct:new_allocator::rebind
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
MiniAEFrame.py 186 self.installaehandler('****', '****', self.other)
195 def other(self, _object=None, _class=None, _type=None, **args): member in class:_Test
196 print 'AppleEvent', (_class, _type), 'for', _object, 'Other args:', args
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/optional.object.assign/
const_optional_U.pass.cpp 90 const optional<int> other(42);
91 opt = other;
97 assert(static_cast<bool>(other) == true);
98 assert(*other == 42);
105 const optional<int> other(42);
107 opt = other;
113 assert(static_cast<bool>(other) == true);
114 assert(*other == 42);
121 const optional<int> other; local
123 opt = other;
134 const optional<int> other; local
    [all...]
optional_U.pass.cpp 94 optional<int> other(42);
95 opt = std::move(other);
101 assert(static_cast<bool>(other) == true);
102 assert(*other == 42);
109 optional<int> other(42);
111 opt = std::move(other);
117 assert(static_cast<bool>(other) == true);
118 assert(*other == 42);
125 optional<int> other; local
127 opt = std::move(other);
138 optional<int> other; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
MiniAEFrame.py 186 self.installaehandler('****', '****', self.other)
195 def other(self, _object=None, _class=None, _type=None, **args): member in class:_Test
196 print 'AppleEvent', (_class, _type), 'for', _object, 'Other args:', args
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/metricregression/
MetricsTest.java 96 Metrics other = new Metrics(false); local
101 other.addRunMetric("metric1", e);
104 Arrays.asList("2.0", "2.1", "2.2").forEach(e -> other.addRunMetric("metric5", e));
110 other.addTestMetric(id1, "metric1", e);
118 other.addTestMetric(id2, "metric1", e);
120 Arrays.asList("3.0", "3.1", "3.3").forEach(e -> other.addTestMetric(id2, "metric2", e));
121 mMetrics.crossValidate(other);

Completed in 1180 milliseconds

<<11121314151617181920>>