Home
last modified time | relevance | path

Searched refs:MethodID (Results 1 – 25 of 37) sorted by relevance

12

/external/libchrome/base/android/
Djni_android.cc21 using base::android::MethodID;
168 template<MethodID::Type type>
169 jmethodID MethodID::Get(JNIEnv* env, in Get()
187 template<MethodID::Type type>
188 jmethodID MethodID::LazyGet(JNIEnv* env, in LazyGet()
198 jmethodID id = MethodID::Get<type>(env, clazz, method_name, jni_signature); in LazyGet()
205 template jmethodID MethodID::Get<MethodID::TYPE_STATIC>(
209 template jmethodID MethodID::Get<MethodID::TYPE_INSTANCE>(
213 template jmethodID MethodID::LazyGet<MethodID::TYPE_STATIC>(
217 template jmethodID MethodID::LazyGet<MethodID::TYPE_INSTANCE>(
[all …]
Djni_android_unittest.cc18 jmethodID id = base::android::MethodID::LazyGet< in LazyMethodIDCall()
19 base::android::MethodID::TYPE_STATIC>( in LazyMethodIDCall()
Djni_android.h112 class BASE_EXPORT MethodID {
/external/libchrome/base/android/jni_generator/
DtestConstantsFromJavaP.golden133 jmethodID method_id = base::android::MethodID::LazyGet<
134 base::android::MethodID::TYPE_INSTANCE>(
179 jmethodID method_id = base::android::MethodID::LazyGet<
180 base::android::MethodID::TYPE_STATIC>(
226 jmethodID method_id = base::android::MethodID::LazyGet<
227 base::android::MethodID::TYPE_STATIC>(
270 jmethodID method_id = base::android::MethodID::LazyGet<
271 base::android::MethodID::TYPE_STATIC>(
316 jmethodID method_id = base::android::MethodID::LazyGet<
317 base::android::MethodID::TYPE_STATIC>(
[all …]
DtestCalledByNatives.golden60 jmethodID method_id = base::android::MethodID::LazyGet<
61 base::android::MethodID::TYPE_INSTANCE>(
83 jmethodID method_id = base::android::MethodID::LazyGet<
84 base::android::MethodID::TYPE_INSTANCE>(
101 jmethodID method_id = base::android::MethodID::LazyGet<
102 base::android::MethodID::TYPE_INSTANCE>(
121 jmethodID method_id = base::android::MethodID::LazyGet<
122 base::android::MethodID::TYPE_STATIC>(
140 jmethodID method_id = base::android::MethodID::LazyGet<
141 base::android::MethodID::TYPE_STATIC>(
[all …]
DtestFromJavaP.golden47 jmethodID method_id = base::android::MethodID::LazyGet<
48 base::android::MethodID::TYPE_INSTANCE>(
67 jmethodID method_id = base::android::MethodID::LazyGet<
68 base::android::MethodID::TYPE_INSTANCE>(
86 jmethodID method_id = base::android::MethodID::LazyGet<
87 base::android::MethodID::TYPE_INSTANCE>(
105 jmethodID method_id = base::android::MethodID::LazyGet<
106 base::android::MethodID::TYPE_INSTANCE>(
125 jmethodID method_id = base::android::MethodID::LazyGet<
126 base::android::MethodID::TYPE_INSTANCE>(
[all …]
DSampleForTests_jni.golden231 jmethodID method_id = base::android::MethodID::LazyGet<
232 base::android::MethodID::TYPE_INSTANCE>(
250 jmethodID method_id = base::android::MethodID::LazyGet<
251 base::android::MethodID::TYPE_STATIC>(
270 jmethodID method_id = base::android::MethodID::LazyGet<
271 base::android::MethodID::TYPE_INSTANCE>(
289 jmethodID method_id = base::android::MethodID::LazyGet<
290 base::android::MethodID::TYPE_INSTANCE>(
308 jmethodID method_id = base::android::MethodID::LazyGet<
309 base::android::MethodID::TYPE_INSTANCE>(
[all …]
DtestNativeExportsOnlyOption.golden123 jmethodID method_id = base::android::MethodID::LazyGet<
124 base::android::MethodID::TYPE_INSTANCE>(
142 jmethodID method_id = base::android::MethodID::LazyGet<
143 base::android::MethodID::TYPE_INSTANCE>(
161 jmethodID method_id = base::android::MethodID::LazyGet<
162 base::android::MethodID::TYPE_STATIC>(
180 jmethodID method_id = base::android::MethodID::LazyGet<
181 base::android::MethodID::TYPE_STATIC>(
200 jmethodID method_id = base::android::MethodID::LazyGet<
201 base::android::MethodID::TYPE_STATIC>(
DtestFromJavaPGenerics.golden46 jmethodID method_id = base::android::MethodID::LazyGet<
47 base::android::MethodID::TYPE_INSTANCE>(
65 jmethodID method_id = base::android::MethodID::LazyGet<
66 base::android::MethodID::TYPE_INSTANCE>(
DtestTracing.golden65 jmethodID method_id = base::android::MethodID::LazyGet<
66 base::android::MethodID::TYPE_INSTANCE>(
83 jmethodID method_id = base::android::MethodID::LazyGet<
84 base::android::MethodID::TYPE_INSTANCE>(
DtestSingleJNIAdditionalImport.golden54 jmethodID method_id = base::android::MethodID::LazyGet<
55 base::android::MethodID::TYPE_STATIC>(
DtestMultipleJNIAdditionalImport.golden58 jmethodID method_id = base::android::MethodID::LazyGet<
59 base::android::MethodID::TYPE_STATIC>(
/external/webrtc/sdk/android/src/jni/
Djni_generator_helper.cc46 template <MethodID::Type type>
47 jmethodID MethodID::LazyGet(JNIEnv* env, in LazyGet()
55 auto get_method_ptr = type == MethodID::TYPE_STATIC in LazyGet()
67 template jmethodID MethodID::LazyGet<MethodID::TYPE_STATIC>(
74 template jmethodID MethodID::LazyGet<MethodID::TYPE_INSTANCE>(
Djni_generator_helper.h57 class MethodID {
87 using webrtc::MethodID;
114 template <base::android::MethodID::Type type>
127 method_id = base::android::MethodID::LazyGet<type>( in Init()
147 template <base::android::MethodID::Type type>
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_1_2_3.pass.cpp70 R f(__VA_ARGS__) { return MethodID<R(MemFun03::*)(__VA_ARGS__)>::setUncheckedCall(); } \
71 …R f(__VA_ARGS__) const { return MethodID<R(MemFun03::*)(__VA_ARGS__) const>::setUncheckedCall(); }…
72 …R f(__VA_ARGS__) volatile { return MethodID<R(MemFun03::*)(__VA_ARGS__) volatile>::setUncheckedCal…
73 …R f(__VA_ARGS__) const volatile { return MethodID<R(MemFun03::*)(__VA_ARGS__) const volatile>::set…
100 R f(__VA_ARGS__) & { return MethodID<R(C::*)(__VA_ARGS__) &>::setUncheckedCall(); } \
101 … R f(__VA_ARGS__) const & { return MethodID<R(C::*)(__VA_ARGS__) const &>::setUncheckedCall(); } \
102 …R f(__VA_ARGS__) volatile & { return MethodID<R(C::*)(__VA_ARGS__) volatile &>::setUncheckedCall()…
103 …R f(__VA_ARGS__) const volatile & { return MethodID<R(C::*)(__VA_ARGS__) const volatile &>::setUnc…
104 R f(__VA_ARGS__) && { return MethodID<R(C::*)(__VA_ARGS__) &&>::setUncheckedCall(); } \
105 …R f(__VA_ARGS__) const && { return MethodID<R(C::*)(__VA_ARGS__) const &&>::setUncheckedCall(); } \
[all …]
Dbullet_7.pass.cpp100 __VA_ARGS__ R operator() Args { return MethodID<R(C::*) Args>::setUncheckedCall(); } \
101 … __VA_ARGS__ R operator() Args const { return MethodID<R(C::*) Args const>::setUncheckedCall(); } \
102 …__VA_ARGS__ R operator() Args volatile { return MethodID<R(C::*) Args volatile>::setUncheckedCall(…
103 …__VA_ARGS__ R operator() Args const volatile { return MethodID<R(C::*) Args const volatile>::setUn…
140 R operator()(Args&&...) CV { return MethodID<R(C::*)(Args&&...) CV>::setUncheckedCall(); }
173 typedef MethodID<CallSig ClassType::*> MID; in run()
Dinvoke_helpers.h194 struct MethodID { struct
214 template <class T> int MethodID<T>::dummy = 0; argument
215 template <class T> void* MethodID<T>::id = (void*)&MethodID<T>::dummy;
216 template <class T> bool MethodID<T>::unchecked_call = false;
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_1_2_3.pass.cpp71 R f(__VA_ARGS__) { return MethodID<R(MemFun03::*)(__VA_ARGS__)>::setUncheckedCall(); } \
72 …R f(__VA_ARGS__) const { return MethodID<R(MemFun03::*)(__VA_ARGS__) const>::setUncheckedCall(); }…
73 …R f(__VA_ARGS__) volatile { return MethodID<R(MemFun03::*)(__VA_ARGS__) volatile>::setUncheckedCal…
74 …R f(__VA_ARGS__) const volatile { return MethodID<R(MemFun03::*)(__VA_ARGS__) const volatile>::set…
101 R f(__VA_ARGS__) & { return MethodID<R(C::*)(__VA_ARGS__) &>::setUncheckedCall(); } \
102 … R f(__VA_ARGS__) const & { return MethodID<R(C::*)(__VA_ARGS__) const &>::setUncheckedCall(); } \
103 …R f(__VA_ARGS__) volatile & { return MethodID<R(C::*)(__VA_ARGS__) volatile &>::setUncheckedCall()…
104 …R f(__VA_ARGS__) const volatile & { return MethodID<R(C::*)(__VA_ARGS__) const volatile &>::setUnc…
105 R f(__VA_ARGS__) && { return MethodID<R(C::*)(__VA_ARGS__) &&>::setUncheckedCall(); } \
106 …R f(__VA_ARGS__) const && { return MethodID<R(C::*)(__VA_ARGS__) const &&>::setUncheckedCall(); } \
[all …]
Dbullet_7.pass.cpp101 __VA_ARGS__ R operator() Args { return MethodID<R(C::*) Args>::setUncheckedCall(); } \
102 … __VA_ARGS__ R operator() Args const { return MethodID<R(C::*) Args const>::setUncheckedCall(); } \
103 …__VA_ARGS__ R operator() Args volatile { return MethodID<R(C::*) Args volatile>::setUncheckedCall(…
104 …__VA_ARGS__ R operator() Args const volatile { return MethodID<R(C::*) Args const volatile>::setUn…
141 R operator()(Args&&...) CV { return MethodID<R(C::*)(Args&&...) CV>::setUncheckedCall(); }
174 typedef MethodID<CallSig ClassType::*> MID; in run()
Dinvoke_helpers.h195 struct MethodID { struct
215 template <class T> int MethodID<T>::dummy = 0; argument
216 template <class T> void* MethodID<T>::id = (void*)&MethodID<T>::dummy;
217 template <class T> bool MethodID<T>::unchecked_call = false;
/external/lzma/C/
D7zDec.c294 && IS_MAIN_METHOD((UInt32)c->MethodID); in IS_SUPPORTED_CODER()
297 #define IS_BCJ2(c) ((c)->MethodID == k_BCJ2 && (c)->NumStreams == 4)
327 switch ((UInt32)c->MethodID) in CheckSupportedFolder()
389 if (IS_MAIN_METHOD((UInt32)coder->MethodID)) in SzFolder_Decode2()
427 if (coder->MethodID == k_Copy) in SzFolder_Decode2()
433 else if (coder->MethodID == k_LZMA) in SzFolder_Decode2()
438 else if (coder->MethodID == k_LZMA2) in SzFolder_Decode2()
444 else if (coder->MethodID == k_PPMD) in SzFolder_Decode2()
452 else if (coder->MethodID == k_BCJ2) in SzFolder_Decode2()
507 if (coder->MethodID == k_Delta) in SzFolder_Decode2()
[all …]
/external/perfetto/include/perfetto/ext/ipc/
Dservice_proxy.h66 std::map<std::string, MethodID>);
93 std::map<std::string, MethodID> remote_method_ids_;
Dbasic_types.h32 using MethodID = uint32_t; variable
/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h22 CMethodId MethodID; member
86 if (Coders[i].MethodID == k_AES) in IsEncrypted()
D7zDecode.cpp51 bi.CoderMethodIDs[i] = coderInfo.MethodID; in Convert_FolderInfo_to_BindInfo()
310 if ((coderInfo.MethodID >> 8) == 0x403) in Decode()
317 coderInfo.MethodID, false, cod)); in Decode()

12