Home
last modified time | relevance | path

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

/external/libmojo/base/android/
Djni_android.cc19 using base::android::MethodID;
153 template<MethodID::Type type>
154 jmethodID MethodID::Get(JNIEnv* env, in Get()
172 template<MethodID::Type type>
173 jmethodID MethodID::LazyGet(JNIEnv* env, in LazyGet()
183 jmethodID id = MethodID::Get<type>(env, clazz, method_name, jni_signature); in LazyGet()
190 template jmethodID MethodID::Get<MethodID::TYPE_STATIC>(
194 template jmethodID MethodID::Get<MethodID::TYPE_INSTANCE>(
198 template jmethodID MethodID::LazyGet<MethodID::TYPE_STATIC>(
202 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.h85 class BASE_EXPORT MethodID {
/external/libmojo/base/android/jni_generator/
DtestConstantsFromJavaP.golden123 base::android::MethodID::LazyGet<
124 base::android::MethodID::TYPE_INSTANCE>(
174 base::android::MethodID::LazyGet<
175 base::android::MethodID::TYPE_STATIC>(
226 base::android::MethodID::LazyGet<
227 base::android::MethodID::TYPE_STATIC>(
273 base::android::MethodID::LazyGet<
274 base::android::MethodID::TYPE_STATIC>(
322 base::android::MethodID::LazyGet<
323 base::android::MethodID::TYPE_STATIC>(
[all …]
DtestCalledByNatives.golden45 base::android::MethodID::LazyGet<
46 base::android::MethodID::TYPE_INSTANCE>(
78 base::android::MethodID::LazyGet<
79 base::android::MethodID::TYPE_INSTANCE>(
105 base::android::MethodID::LazyGet<
106 base::android::MethodID::TYPE_INSTANCE>(
130 base::android::MethodID::LazyGet<
131 base::android::MethodID::TYPE_STATIC>(
158 base::android::MethodID::LazyGet<
159 base::android::MethodID::TYPE_STATIC>(
[all …]
DtestFromJavaP.golden40 base::android::MethodID::LazyGet<
41 base::android::MethodID::TYPE_INSTANCE>(
62 base::android::MethodID::LazyGet<
63 base::android::MethodID::TYPE_INSTANCE>(
83 base::android::MethodID::LazyGet<
84 base::android::MethodID::TYPE_INSTANCE>(
104 base::android::MethodID::LazyGet<
105 base::android::MethodID::TYPE_INSTANCE>(
126 base::android::MethodID::LazyGet<
127 base::android::MethodID::TYPE_INSTANCE>(
[all …]
Dgolden_sample_for_tests_jni.h166 base::android::MethodID::LazyGet< in Java_SampleForTests_javaMethod()
167 base::android::MethodID::TYPE_INSTANCE>( in Java_SampleForTests_javaMethod()
191 base::android::MethodID::LazyGet< in Java_SampleForTests_staticJavaMethod()
192 base::android::MethodID::TYPE_STATIC>( in Java_SampleForTests_staticJavaMethod()
215 base::android::MethodID::LazyGet< in Java_SampleForTests_packagePrivateJavaMethod()
216 base::android::MethodID::TYPE_INSTANCE>( in Java_SampleForTests_packagePrivateJavaMethod()
238 base::android::MethodID::LazyGet< in Java_SampleForTests_methodThatThrowsException()
239 base::android::MethodID::TYPE_INSTANCE>( in Java_SampleForTests_methodThatThrowsException()
262 base::android::MethodID::LazyGet< in Java_InnerStructA_create()
263 base::android::MethodID::TYPE_STATIC>( in Java_InnerStructA_create()
[all …]
DtestNativeExportsOption.golden79 base::android::MethodID::LazyGet<
80 base::android::MethodID::TYPE_INSTANCE>(
105 base::android::MethodID::LazyGet<
106 base::android::MethodID::TYPE_INSTANCE>(
130 base::android::MethodID::LazyGet<
131 base::android::MethodID::TYPE_STATIC>(
154 base::android::MethodID::LazyGet<
155 base::android::MethodID::TYPE_STATIC>(
179 base::android::MethodID::LazyGet<
180 base::android::MethodID::TYPE_STATIC>(
DtestNativeExportsOptionalOption.golden79 base::android::MethodID::LazyGet<
80 base::android::MethodID::TYPE_INSTANCE>(
105 base::android::MethodID::LazyGet<
106 base::android::MethodID::TYPE_INSTANCE>(
130 base::android::MethodID::LazyGet<
131 base::android::MethodID::TYPE_STATIC>(
154 base::android::MethodID::LazyGet<
155 base::android::MethodID::TYPE_STATIC>(
179 base::android::MethodID::LazyGet<
180 base::android::MethodID::TYPE_STATIC>(
DtestFromJavaPGenerics.golden40 base::android::MethodID::LazyGet<
41 base::android::MethodID::TYPE_INSTANCE>(
DtestSingleJNIAdditionalImport.golden46 base::android::MethodID::LazyGet<
47 base::android::MethodID::TYPE_STATIC>(
DtestMultipleJNIAdditionalImport.golden50 base::android::MethodID::LazyGet<
51 base::android::MethodID::TYPE_STATIC>(
/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 …]
D7z.h27 UInt32 MethodID; member
D7zArcIn.c472 coder->MethodID = (UInt32)id; in SzGetNextFolderItem()
/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h22 CMethodId MethodID; member
84 if (Coders[i].MethodID == k_AES) in IsEncrypted()
D7zDecode.cpp51 bi.CoderMethodIDs[i] = coderInfo.MethodID; in Convert_FolderInfo_to_BindInfo()
306 if ((coderInfo.MethodID >> 8) == 0x403) in Decode()
313 coderInfo.MethodID, false, cod)); in Decode()
D7zUpdate.cpp395 if (coder.MethodID == k_Delta) in Get_FilterGroup_for_Folder()
403 else if (IsExeFilter(coder.MethodID)) in Get_FilterGroup_for_Folder()
405 m.Id = (UInt32)coder.MethodID; in Get_FilterGroup_for_Folder()
D7zEncode.cpp77 coderInfo.MethodID = _decompressionMethods[i]; in SetFolder()
D7zOut.cpp262 UInt64 id = coder.MethodID; in WriteFolder()
D7zIn.cpp382 coder.MethodID = id; in ParseFolder()