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

1 2 3 45 6 7 8 91011>>

  /system/chre/core/include/chre/core/
sensor.h 47 Sensor(Sensor&& other) = default; member in class:chre::Sensor
48 Sensor& operator=(Sensor&& other) = default; member in class:chre::Sensor
  /system/libfmq/include/fmq/
EventFlag.h 128 EventFlag& operator=(const EventFlag& other) = delete; member in struct:android::hardware::EventFlag
129 EventFlag(const EventFlag& other) = delete; member in struct:android::hardware::EventFlag
  /art/test/075-verification-error/src/other/
Mutant.java 17 package other; package
  /device/google/cuttlefish_common/guest/commands/usbforward/
transport_request.h 66 TransportRequest(const TransportRequest& other) = delete; member in class:usb_forward::final
67 TransportRequest& operator=(const TransportRequest& other) = delete; member in class:usb_forward::final
  /device/google/cuttlefish_common/host/libs/usbip/
vhci_instrument.h 68 VHCIInstrument(const VHCIInstrument& other) = delete; member in class:vadb::usbip::VHCIInstrument
69 VHCIInstrument& operator=(const VHCIInstrument& other) = delete; member in class:vadb::usbip::VHCIInstrument
  /external/icu/icu4c/source/samples/case/
case.cpp 24 UnicodeString other = s; local
25 u_fprintf(out, "\"%S\"", other.getTerminatedBuffer());
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
discard.pass.cpp 42 other() function
70 other<unsigned int>();
71 other<unsigned long>();
72 other<unsigned long long>();
  /external/libmojo/mojo/public/cpp/bindings/tests/
struct_with_traits_impl.cc 18 StructWithTraitsImpl::StructWithTraitsImpl(const StructWithTraitsImpl& other) = member in class:mojo::test::StructWithTraitsImpl
24 PassByValueStructWithTraitsImpl&& other) = default; member in class:mojo::test::PassByValueStructWithTraitsImpl
  /external/proguard/src/proguard/
MemberSpecification.java 96 MemberSpecification other = (MemberSpecification)object; local
98 (this.requiredSetAccessFlags == other.requiredSetAccessFlags ) &&
99 (this.requiredUnsetAccessFlags == other.requiredUnsetAccessFlags ) &&
100 (this.annotationType == null ? other.annotationType == null : this.annotationType.equals(other.annotationType)) &&
101 (this.name == null ? other.name == null : this.name.equals(other.name) ) &&
102 (this.descriptor == null ? other.descriptor == null : this.descriptor.equals(other.descriptor) );
  /external/python/cpython3/Lib/test/test_tools/
test_sundry.py 27 # blacklisted for other reasons
28 other = ['analyze_dxp'] variable in class:TestSundryScripts
30 skiplist = blacklist + whitelist + windows_only + other
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/util/
DataSource.java 59 final DataSource other = (DataSource) obj; local
61 if (other.dataSource != null) {
64 } else if (!dataSource.equals(other.dataSource)) {
  /external/slf4j/integration/src/test/java/org/slf4j/
StringPrintStream.java 20 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
34 PrintStream other; field in class:StringPrintStream
39 other = ps;
43 other.print(s);
48 other.println(s);
53 other.println(o);
  /external/syslinux/gpxe/src/core/
filter.c 37 struct xfer_interface *other = filter_other_half ( xfer ); local
39 xfer_close ( other, rc );
44 struct xfer_interface *other = filter_other_half ( xfer ); local
46 return xfer_vredirect ( other, type, args );
50 struct xfer_interface *other = filter_other_half ( xfer ); local
52 return xfer_window ( other );
57 struct xfer_interface *other = filter_other_half ( xfer ); local
59 return xfer_alloc_iob ( other, len );
64 struct xfer_interface *other = filter_other_half ( xfer ); local
66 return xfer_deliver_iob_meta ( other, iobuf, meta )
71 struct xfer_interface *other = filter_other_half ( xfer ); local
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
filter.h 26 /** Other half of the data transfer filter */
27 struct xfer_filter_half *other; member in struct:xfer_filter_half
31 * Get data transfer interface for the other half of a data transfer filter
34 * @ret other Other half's data transfer interface
40 return &half->other->xfer;
71 left->other = right;
72 right->other = left;
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
batch_features.h 36 BatchFeatures(const BatchFeatures& other) = delete; member in class:tensorflow::boosted_trees::utils::BatchFeatures
37 BatchFeatures& operator=(const BatchFeatures& other) = delete; member in class:tensorflow::boosted_trees::utils::BatchFeatures
  /external/v4l2_codec2/vda/
native_pixmap_handle.cc 19 NativePixmapPlane::NativePixmapPlane(const NativePixmapPlane& other) = default; member in class:media::NativePixmapPlane
24 NativePixmapHandle::NativePixmapHandle(const NativePixmapHandle& other) = member in class:media::NativePixmapHandle
  /frameworks/base/media/java/android/media/
AudioMixPort.java 62 AudioMixPort other = (AudioMixPort)o; local
63 if (mIoHandle != other.ioHandle()) {
DrmInitData.java 78 SchemeInitData other = (SchemeInitData) obj; local
79 return mimeType.equals(other.mimeType) && Arrays.equals(data, other.data);
  /frameworks/native/libs/ui/
HdrCapabilities.cpp 27 HdrCapabilities::HdrCapabilities(HdrCapabilities&& other) = default; member in class:android::HdrCapabilities
28 HdrCapabilities& HdrCapabilities::operator=(HdrCapabilities&& other) = default; member in class:android::HdrCapabilities
  /frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
buffer_hub_queue_parcelable.h 31 BufferHubQueueParcelable(BufferHubQueueParcelable&& other) = default; member in class:android::dvr::BufferHubQueueParcelable
32 BufferHubQueueParcelable& operator=(BufferHubQueueParcelable&& other) {
33 channel_parcelable_ = std::move(other.channel_parcelable_);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.lcong/
discard.pass.cpp 42 other() function
70 other<unsigned int>();
71 other<unsigned long>();
72 other<unsigned long long>();
  /system/nvram/messages/include/nvram/messages/
blob.h 41 Blob(const Blob& other) = delete; member in class:nvram::Blob
42 Blob& operator=(const Blob& other) = delete; member in class:nvram::Blob
43 Blob(Blob&& other);
44 Blob& operator=(Blob&& other);
  /art/test/1904-double-suspend/src/art/
Test1904.java 60 Thread other = new Thread(new OtherThread(), "TARGET THREAD"); local
62 other.start();
66 Suspension.suspend(other);
68 waitForSuspension(other);
74 System.out.println("Looks like other thread did something while suspended!");
78 Suspension.suspend(other);
84 Suspension.resume(other);
93 // Stop the other thread.
96 other.join(1000);
98 if (other.isAlive())
    [all...]
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
Phonenumber.java 195 public PhoneNumber mergeFrom(PhoneNumber other) {
196 if (other.hasCountryCode()) {
197 setCountryCode(other.getCountryCode());
199 if (other.hasNationalNumber()) {
200 setNationalNumber(other.getNationalNumber());
202 if (other.hasExtension()) {
203 setExtension(other.getExtension());
205 if (other.hasItalianLeadingZero()) {
206 setItalianLeadingZero(other.isItalianLeadingZero());
208 if (other.hasNumberOfLeadingZeros())
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
SparseFieldMatrix.java 77 * @param other The instance to copy
79 public SparseFieldMatrix(SparseFieldMatrix<T> other) {
80 super(other.getField(), other.getRowDimension(), other.getColumnDimension());
81 rows = other.getRowDimension();
82 columns = other.getColumnDimension();
83 entries = new OpenIntToFieldHashMap<T>(other.entries);
88 * @param other The instance to copy
90 public SparseFieldMatrix(FieldMatrix<T> other){
    [all...]

Completed in 646 milliseconds

1 2 3 45 6 7 8 91011>>