/external/libchrome/base/android/ |
D | jni_android.cc | 21 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 …]
|
D | jni_android_unittest.cc | 18 jmethodID id = base::android::MethodID::LazyGet< in LazyMethodIDCall() 19 base::android::MethodID::TYPE_STATIC>( in LazyMethodIDCall()
|
D | jni_android.h | 112 class BASE_EXPORT MethodID {
|
/external/libchrome/base/android/jni_generator/ |
D | testConstantsFromJavaP.golden | 133 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 …]
|
D | testCalledByNatives.golden | 60 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 …]
|
D | testFromJavaP.golden | 47 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 …]
|
D | SampleForTests_jni.golden | 231 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 …]
|
D | testNativeExportsOnlyOption.golden | 123 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>(
|
D | testFromJavaPGenerics.golden | 46 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>(
|
D | testTracing.golden | 65 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>(
|
D | testSingleJNIAdditionalImport.golden | 54 jmethodID method_id = base::android::MethodID::LazyGet< 55 base::android::MethodID::TYPE_STATIC>(
|
D | testMultipleJNIAdditionalImport.golden | 58 jmethodID method_id = base::android::MethodID::LazyGet< 59 base::android::MethodID::TYPE_STATIC>(
|
/external/webrtc/sdk/android/src/jni/ |
D | jni_generator_helper.cc | 46 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>(
|
D | jni_generator_helper.h | 57 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/ |
D | bullet_1_2_3.pass.cpp | 70 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 …]
|
D | bullet_7.pass.cpp | 100 __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()
|
D | invoke_helpers.h | 194 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/ |
D | bullet_1_2_3.pass.cpp | 71 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 …]
|
D | bullet_7.pass.cpp | 101 __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()
|
D | invoke_helpers.h | 195 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/ |
D | 7zDec.c | 294 && 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/ |
D | service_proxy.h | 66 std::map<std::string, MethodID>); 93 std::map<std::string, MethodID> remote_method_ids_;
|
D | basic_types.h | 32 using MethodID = uint32_t; variable
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zItem.h | 22 CMethodId MethodID; member 86 if (Coders[i].MethodID == k_AES) in IsEncrypted()
|
D | 7zDecode.cpp | 51 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()
|