Home
last modified time | relevance | path

Searched defs:mid (Results 1 – 25 of 1777) sorted by relevance

12345678910>>...72

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/
Dcopy_test.go9 mid [1]byte member
29 mid [2]byte member
49 mid [3]byte member
69 mid [4]byte member
89 mid [5]byte member
109 mid [6]byte member
129 mid [7]byte member
149 mid [8]byte member
169 mid [9]byte member
189 mid [10]byte member
[all …]
Dzero_test.go9 mid [1]byte member
28 mid [2]byte member
47 mid [3]byte member
66 mid [4]byte member
85 mid [5]byte member
104 mid [6]byte member
123 mid [7]byte member
142 mid [8]byte member
161 mid [9]byte member
180 mid [10]byte member
[all …]
/aosp_15_r20/art/runtime/jni/
H A Djni_internal.cc600 jmethodID mid = env->GetMethodID(exception_class, "<init>", signature); in ThrowNewException() local
704 static jobject ToReflectedMethod(JNIEnv* env, jclass, jmethodID mid, jboolean) { in ToReflectedMethod()
803 jmethodID mid = env->GetMethodID(exception_class.get(), "printStackTrace", "()V"); in ExceptionDescribe() local
932 static jobject NewObject(JNIEnv* env, jclass java_class, jmethodID mid, ...) { in NewObject()
942 static jobject NewObjectV(JNIEnv* env, jclass java_class, jmethodID mid, va_list args) { in NewObjectV()
968 static jobject NewObjectA(JNIEnv* env, jclass java_class, jmethodID mid, const jvalue* args) { in NewObjectA()
1011 static jobject CallObjectMethod(JNIEnv* env, jobject obj, jmethodID mid, ...) { in CallObjectMethod()
1022 static jobject CallObjectMethodV(JNIEnv* env, jobject obj, jmethodID mid, va_list args) { in CallObjectMethodV()
1030 static jobject CallObjectMethodA(JNIEnv* env, jobject obj, jmethodID mid, const jvalue* args) { in CallObjectMethodA()
1038 static jboolean CallBooleanMethod(JNIEnv* env, jobject obj, jmethodID mid, ...) { in CallBooleanMethod()
[all …]
H A Dcheck_jni.cc408 jmethodID mid, Primitive::Type type, InvokeType invoke) in CheckMethodAndSig()
480 bool CheckStaticMethod(ScopedObjectAccess& soa, jclass java_class, jmethodID mid) in CheckStaticMethod()
502 bool CheckVirtualMethod(ScopedObjectAccess& soa, jobject java_object, jmethodID mid) in CheckVirtualMethod()
676 bool CheckConstructor(jmethodID mid) REQUIRES_SHARED(Locks::mutator_lock_) { in CheckConstructor()
1107 jmethodID mid = arg.m; in TracePossibleHeapValue() local
1339 ArtMethod* CheckMethodID(jmethodID mid) REQUIRES_SHARED(Locks::mutator_lock_) { in CheckMethodID()
1975 static jobject ToReflectedMethod(JNIEnv* env, jclass cls, jmethodID mid, jboolean isStatic) { in ToReflectedMethod()
2208 static jobject NewObjectV(JNIEnv* env, jclass c, jmethodID mid, va_list vargs) { in NewObjectV()
2225 static jobject NewObject(JNIEnv* env, jclass c, jmethodID mid, ...) { in NewObject()
2234 static jobject NewObjectA(JNIEnv* env, jclass c, jmethodID mid, const jvalue* vargs) { in NewObjectA()
[all …]
/aosp_15_r20/external/webrtc/call/
H A Drtp_demuxer_unittest.cc69 bool AddSinkOnlyMid(absl::string_view mid, RtpPacketSinkInterface* sink) { in AddSinkOnlyMid()
74 bool AddSinkBothMidRsid(absl::string_view mid, in AddSinkBothMidRsid()
114 absl::string_view mid) { in CreatePacketWithSsrcMid()
147 absl::string_view mid, in CreatePacketWithSsrcMidRsid()
211 const std::string mid = "mid"; in TEST_F() local
219 const std::string mid = "v"; in TEST_F() local
230 const std::string mid = "v"; in TEST_F() local
243 const std::string mid = "v"; in TEST_F() local
335 const std::string mid = "v"; in TEST_F() local
565 const std::string mid = "v"; in TEST_F() local
[all …]
H A Drtp_demuxer.cc47 std::string CheckMidLength(absl::string_view mid) { in CheckMidLength()
59 absl::string_view mid, in RtpDemuxerCriteria()
98 std::string mid; in DescribePacket() local
226 const std::string& mid = item.first; in RefreshKnownMids() local
231 const std::string& mid = item.first.first; in RefreshKnownMids() local
292 std::string* mid = nullptr; in ResolveSink() local
366 RtpPacketSinkInterface* RtpDemuxer::ResolveSinkByMid(absl::string_view mid, in ResolveSinkByMid()
377 RtpPacketSinkInterface* RtpDemuxer::ResolveSinkByMidRsid(absl::string_view mid, in ResolveSinkByMidRsid()
/aosp_15_r20/external/webrtc/pc/
H A Djsep_transport_collection.cc57 for (const std::string& mid : new_bundle_group->content_names()) { in Update() local
87 cricket::ContentGroup* BundleManager::LookupGroupByMid(const std::string& mid) { in LookupGroupByMid()
93 const std::string& mid) { in DeleteMid()
157 const std::string& mid, in RegisterTransport()
209 const std::string& mid) { in GetTransportForMid()
223 absl::string_view mid) { in GetTransportForMid()
239 const std::string& mid, in SetTransportForMid()
264 void JsepTransportCollection::RemoveTransportForMid(const std::string& mid) { in RemoveTransportForMid()
H A Djsep_transport_controller.cc49 [this](const std::string& mid, cricket::JsepTransport* transport) { in JsepTransportController()
132 const std::string& mid) { in GetDtlsTransport()
152 JsepTransportController::LookupDtlsTransportByMid(const std::string& mid) { in LookupDtlsTransportByMid()
716 for (const std::string& mid : new_bundle_group->content_names()) { in ValidateAndMaybeUpdateBundleGroups() local
1002 const std::string& mid) { in GetJsepTransportForMid()
1011 absl::string_view mid) { in GetJsepTransportForMid()
1419 const std::string& mid, in OnTransportChanged()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/xilinx/common/include/
Dpm_api_sys.h74 #define PM_PACK_PAYLOAD1(pl, mid, flag, arg0) { \ argument
78 #define PM_PACK_PAYLOAD2(pl, mid, flag, arg0, arg1) { \ argument
83 #define PM_PACK_PAYLOAD3(pl, mid, flag, arg0, arg1, arg2) { \ argument
88 #define PM_PACK_PAYLOAD4(pl, mid, flag, arg0, arg1, arg2, arg3) { \ argument
93 #define PM_PACK_PAYLOAD5(pl, mid, flag, arg0, arg1, arg2, arg3, arg4) { \ argument
98 #define PM_PACK_PAYLOAD6(pl, mid, flag, arg0, arg1, arg2, arg3, arg4, arg5) { \ argument
/aosp_15_r20/external/libopenapv/src/
H A Doapv_metadata.c200 int oapvm_set(oapvm_t mid, int group_id, int type, void *data, int size, unsigned char *uuid) in oapvm_set()
255 int oapvm_get(oapvm_t mid, int group_id, int type, void **data, int *size, unsigned char *uuid) in oapvm_get()
272 int oapvm_rem(oapvm_t mid, int group_id, int type, unsigned char *uuid) in oapvm_rem()
289 int oapvm_set_all(oapvm_t mid, oapvm_payload_t *pld, int num_plds) in oapvm_set_all()
333 int oapvm_get_all(oapvm_t mid, oapvm_payload_t *pld, int *num_plds) in oapvm_get_all()
368 void oapvm_rem_all(oapvm_t mid) in oapvm_rem_all()
393 void oapvm_delete(oapvm_t mid) in oapvm_delete()
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc50 uptr addr, u64 mid) { in ReportMutexMisuse()
107 u64 mid = s->GetId(); in MutexDestroy() local
178 u64 mid = s->GetId(); in MutexLock() local
220 u64 mid = s->GetId(); in MutexUnlock() local
256 u64 mid = s->GetId(); in MutexReadLock() local
287 u64 mid = s->GetId(); in MutexReadUnlock() local
335 u64 mid = s->GetId(); in MutexReadOrWriteUnlock() local
357 u64 mid = s->GetId(); in MutexInvalidAccess() local
/aosp_15_r20/external/perfetto/ui/src/base/
H A Dbinary_search.ts29 const mid = Math.floor((j - i) / 2) + i; constant
30 const midValue = haystack[mid]; constant
53 const mid = Math.floor((j - i) / 2) + i; constant
54 const midValue = haystack[mid]; constant
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Dranges_rotate.pass.cpp78 auto mid = Iter(in.data() + mid_index); in test_one() local
90 auto mid = Iter(in.data() + mid_index); in test_one() local
162 for (std::size_t mid = 0; mid != input.size(); ++mid) { in test() local
175 for (std::size_t mid = 0; mid != input.size(); ++mid) { in test() local
/aosp_15_r20/external/libdav1d/src/
H A Dmc_tmpl.c129 int16_t mid[128 * 135], *mid_ptr = mid; in put_8tap_c() local
183 int16_t mid[128 * (256 + 7)], *mid_ptr = mid; in put_8tap_scaled_c() local
235 int16_t mid[128 * 135], *mid_ptr = mid; in prep_8tap_c() local
292 int16_t mid[128 * (256 + 7)], *mid_ptr = mid; in prep_8tap_scaled_c() local
407 int16_t mid[128 * 129], *mid_ptr = mid; in filter_fns() local
460 int16_t mid[128 * (256 + 1)], *mid_ptr = mid; in put_bilin_scaled_c() local
503 int16_t mid[128 * 129], *mid_ptr = mid; in prep_bilin_c() local
555 int16_t mid[128 * (256 + 1)], *mid_ptr = mid; in prep_bilin_scaled_c() local
764 int16_t mid[15 * 8], *mid_ptr = mid; in warp_affine_8x8_c() local
799 int16_t mid[15 * 8], *mid_ptr = mid; in warp_affine_8x8t_c() local
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file.cc377 int32_t mid = (hi + lo) / 2; in FindFieldId() local
419 int32_t mid = (hi + lo) / 2; in FindMethodIdByIndex() local
451 int32_t mid = (hi + lo) / 2; in FindStringId() local
470 int32_t mid = (hi + lo) / 2; in FindTypeId() local
489 int32_t mid = (hi + lo) / 2; in FindTypeId() local
508 int32_t mid = (hi + lo) / 2; in FindProtoId() local
593 const uint32_t mid = (min + max) / 2; in FindTryItem() local
/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A Dpath-builder.hh27 optional_point_t mid (optional_point_t p) in mid() function
66 optional_point_t mid = first_offcurve.mid (p); in consume_point() local
102 optional_point_t mid = last_offcurve.mid (p); in consume_point() local
131 optional_point_t mid = last_offcurve.mid (first_offcurve2 ? in consume_point() local
/aosp_15_r20/external/lzma/CPP/Common/
H A DMyVector.h304 const unsigned mid = (left + right) / 2; in FindInSorted() local
321 const unsigned mid = (left + right) / 2; in FindInSorted2() local
350 const unsigned mid = (left + right) / 2; in AddToUniqueSorted() local
369 const unsigned mid = (left + right) / 2; in AddToUniqueSorted2() local
655 const unsigned mid = (left + right) / 2; in FindInSorted() local
674 const unsigned mid = (left + right) / 2; in AddToUniqueSorted() local
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/math/
H A DNumberUtilsTest.java1118 final double mid = 12.3 + 1; in testMaximumDouble() local
1130 final float mid = 12.3f + 1; in testMaximumFloat() local
1160 final short mid = 1234 + 1; in testMaximumShort() local
1300 final double mid = 12.3 + 1; in testMinimumDouble() local
1312 final float mid = 12.3f + 1; in testMinimumFloat() local
1342 final short mid = 1234 + 1; in testMinimumShort() local
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/
H A DCameraProfileTest.java32 private void checkQuality(int low, int mid, int high) { in checkQuality()
42 int mid = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_MEDIUM); in testGetImageEncodingQualityParameter() local
51 … int mid = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_MEDIUM); in testGetWithId() local
/aosp_15_r20/frameworks/base/core/jni/
H A Dcom_android_internal_os_KernelSingleProcessCpuThreadReader.cpp262 jmethodID mid = mEnv->GetMethodID(cls, "getCpuFrequencyCount", "()I"); in getCpuFrequencyCount() local
272 jmethodID mid = mEnv->GetMethodID(cls, "startTrackingProcessCpuTimes", "(I)Z"); in startTrackingProcessCpuTimes() local
282 jmethodID mid = mEnv->GetMethodID(cls, "startAggregatingTaskCpuTimes", "(II)Z"); in startAggregatingTaskCpuTimes() local
294 jmethodID mid = in getAggregatedTaskCpuFreqTimes() local
/aosp_15_r20/art/runtime/mirror/
H A Dclass.cc711 uint32_t mid = (begin + end) >> 1; in BinarySearch() local
738 uint32_t mid; in ClassMemberBinarySearch() local
808 auto name_cmp = [&](uint32_t mid) REQUIRES_SHARED(Locks::mutator_lock_) ALWAYS_INLINE { in FindDeclaredClassMethod()
814 auto signature_cmp = [&](uint32_t mid) REQUIRES_SHARED(Locks::mutator_lock_) ALWAYS_INLINE { in FindDeclaredClassMethod()
820 auto get_name_idx = [&](uint32_t mid) REQUIRES_SHARED(Locks::mutator_lock_) ALWAYS_INLINE { in FindDeclaredClassMethod()
1071 auto name_cmp = [&](uint32_t mid) REQUIRES_SHARED(Locks::mutator_lock_) ALWAYS_INLINE { in FindFieldByNameAndType()
1075 auto type_cmp = [&](uint32_t mid) REQUIRES_SHARED(Locks::mutator_lock_) ALWAYS_INLINE { in FindFieldByNameAndType()
1080 auto get_name_idx = [&](uint32_t mid) REQUIRES_SHARED(Locks::mutator_lock_) ALWAYS_INLINE { in FindFieldByNameAndType()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/tests/
H A Dtest_context.rs51 mid: Flag, field
78 let mid = Err::<(), LowLevel>(low) in make_chain() localVariable
108 let mid = err.downcast_ref::<MidLevel>().unwrap(); in test_downcast_ref() localVariable
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/binder/client/
H A Djni_utils.cc82 jmethodID mid = env->GetStaticMethodID(cl, method.c_str(), type.c_str()); in TryEstablishConnection() local
106 jmethodID mid = env->GetStaticMethodID(cl, method.c_str(), type.c_str()); in TryEstablishConnectionWithUri() local
125 jmethodID mid = env->GetStaticMethodID(cl, method.c_str(), type.c_str()); in IsSignatureMatch() local
/aosp_15_r20/external/rust/android-crates-io/crates/anyhow/tests/
Dtest_context.rs51 mid: Flag, field
78 let mid = Err::<(), LowLevel>(low) in make_chain() localVariable
108 let mid = err.downcast_ref::<MidLevel>().unwrap(); in test_downcast_ref() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/client/
Djni_utils.cc82 jmethodID mid = env->GetStaticMethodID(cl, method.c_str(), type.c_str()); in TryEstablishConnection() local
106 jmethodID mid = env->GetStaticMethodID(cl, method.c_str(), type.c_str()); in TryEstablishConnectionWithUri() local
125 jmethodID mid = env->GetStaticMethodID(cl, method.c_str(), type.c_str()); in IsSignatureMatch() local

12345678910>>...72