/external/chromium_org/base/android/ |
D | jni_android.cc | 16 using base::android::MethodID; 29 MethodID::Get<MethodID::TYPE_INSTANCE>( in GetJavaExceptionInfo() 37 MethodID::Get<MethodID::TYPE_INSTANCE>( in GetJavaExceptionInfo() 40 MethodID::Get<MethodID::TYPE_INSTANCE>( in GetJavaExceptionInfo() 51 MethodID::Get<MethodID::TYPE_INSTANCE>( in GetJavaExceptionInfo() 120 template<MethodID::Type type> 121 jmethodID MethodID::Get(JNIEnv* env, in Get() 138 template<MethodID::Type type> 139 jmethodID MethodID::LazyGet(JNIEnv* env, in LazyGet() 149 jmethodID id = MethodID::Get<type>(env, clazz, method_name, jni_signature); in LazyGet() [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 | 61 class BASE_EXPORT MethodID {
|
/external/chromium_org/base/android/jni_generator/ |
D | testCalledByNatives.golden | 44 base::android::MethodID::LazyGet< 45 base::android::MethodID::TYPE_INSTANCE>( 75 base::android::MethodID::LazyGet< 76 base::android::MethodID::TYPE_INSTANCE>( 101 base::android::MethodID::LazyGet< 102 base::android::MethodID::TYPE_INSTANCE>( 125 base::android::MethodID::LazyGet< 126 base::android::MethodID::TYPE_STATIC>( 152 base::android::MethodID::LazyGet< 153 base::android::MethodID::TYPE_STATIC>( [all …]
|
D | golden_sample_for_tests_jni.h | 97 base::android::MethodID::LazyGet< in Java_SampleForTests_javaMethod() 98 base::android::MethodID::TYPE_INSTANCE>( in Java_SampleForTests_javaMethod() 121 base::android::MethodID::LazyGet< in Java_SampleForTests_staticJavaMethod() 122 base::android::MethodID::TYPE_STATIC>( in Java_SampleForTests_staticJavaMethod() 144 base::android::MethodID::LazyGet< in Java_SampleForTests_packagePrivateJavaMethod() 145 base::android::MethodID::TYPE_INSTANCE>( in Java_SampleForTests_packagePrivateJavaMethod() 166 base::android::MethodID::LazyGet< in Java_SampleForTests_methodThatThrowsException() 167 base::android::MethodID::TYPE_INSTANCE>( in Java_SampleForTests_methodThatThrowsException() 189 base::android::MethodID::LazyGet< in Java_InnerStructA_create() 190 base::android::MethodID::TYPE_STATIC>( in Java_InnerStructA_create() [all …]
|
D | testFromJavaP.golden | 40 base::android::MethodID::LazyGet< 41 base::android::MethodID::TYPE_INSTANCE>( 61 base::android::MethodID::LazyGet< 62 base::android::MethodID::TYPE_INSTANCE>( 81 base::android::MethodID::LazyGet< 82 base::android::MethodID::TYPE_INSTANCE>( 101 base::android::MethodID::LazyGet< 102 base::android::MethodID::TYPE_INSTANCE>( 122 base::android::MethodID::LazyGet< 123 base::android::MethodID::TYPE_INSTANCE>( [all …]
|
D | testFromJavaPGenerics.golden | 40 base::android::MethodID::LazyGet< 41 base::android::MethodID::TYPE_INSTANCE>(
|
/external/chromium_org/third_party/leveldatabase/ |
D | env_chromium.h | 23 enum MethodID { enum 48 const char* MethodIDToString(MethodID method); 52 MethodID method, 56 MethodID method, 60 MethodID method); 70 MethodID* method, 82 virtual void RecordErrorAt(MethodID method) const = 0; 83 virtual void RecordOSError(MethodID method, int saved_errno) const = 0; 84 virtual void RecordOSError(MethodID method, 92 virtual base::HistogramBase* GetRetryTimeHistogram(MethodID method) const = 0; [all …]
|
D | env_chromium_unittest.cc | 21 const MethodID in_method = kSequentialFileRead; in TEST() 23 MethodID method; in TEST() 32 const MethodID in_method = kWritableFileClose; in TEST() 36 MethodID method; in TEST() 45 const MethodID in_method = kWritableFileFlush; in TEST() 49 MethodID method; in TEST() 59 MethodID method = kRandomAccessFileRead; in TEST()
|
D | env_chromium.cc | 221 Retrier(MethodID method, RetrierProvider* provider) in Retrier() 258 MethodID method_; 278 const char* MethodIDToString(MethodID method) { in MethodIDToString() 332 MethodID method, in MakeIOError() 347 MethodID method, in MakeIOError() 361 Status MakeIOError(Slice filename, const char* message, MethodID method) { in MakeIOError() 373 MethodID* method_param, in ParseMethodAndError() 377 *method_param = static_cast<MethodID>(method); in ParseMethodAndError() 383 *method_param = static_cast<MethodID>(method); in ParseMethodAndError() 388 *method_param = static_cast<MethodID>(method); in ParseMethodAndError() [all …]
|
/external/chromium_org/content/browser/renderer_host/java/ |
D | java_method.cc | 17 using base::android::MethodID; 217 MethodID::Get<MethodID::TYPE_STATIC>( in EnsureTypesAndIDAreSetUp() 230 MethodID::Get<MethodID::TYPE_STATIC>( in EnsureTypesAndIDAreSetUp() 232 MethodID::Get<MethodID::TYPE_INSTANCE>( in EnsureTypesAndIDAreSetUp()
|
D | jni_helper.cc | 81 jmethodID id = base::android::MethodID::Get< in GetMethodIDFromClassName() 82 base::android::MethodID::TYPE_INSTANCE>( in GetMethodIDFromClassName()
|
/external/lzma/C/ |
D | 7zDec.c | 263 c->MethodID <= (UInt32)0xFFFFFFFF && in IS_SUPPORTED_CODER() 264 IS_MAIN_METHOD((UInt32)c->MethodID); in IS_SUPPORTED_CODER() 267 #define IS_BCJ2(c) ((c)->MethodID == k_BCJ2 && (c)->NumInStreams == 4 && (c)->NumOutStreams == 1) 284 if (c->MethodID > (UInt32)0xFFFFFFFF || in CheckSupportedFolder() 293 switch ((UInt32)c->MethodID) in CheckSupportedFolder() 351 if (IS_MAIN_METHOD((UInt32)coder->MethodID)) in SzFolder_Decode2() 389 if (coder->MethodID == k_Copy) in SzFolder_Decode2() 395 else if (coder->MethodID == k_LZMA) in SzFolder_Decode2() 399 else if (coder->MethodID == k_LZMA2) in SzFolder_Decode2() 412 else if (coder->MethodID == k_BCJ2) in SzFolder_Decode2() [all …]
|
D | 7z.h | 50 UInt64 MethodID; member
|
/external/chromium_org/third_party/lzma_sdk/ |
D | 7zDec.c | 263 c->MethodID <= (UInt32)0xFFFFFFFF && in IS_SUPPORTED_CODER() 264 IS_MAIN_METHOD((UInt32)c->MethodID); in IS_SUPPORTED_CODER() 267 #define IS_BCJ2(c) ((c)->MethodID == k_BCJ2 && (c)->NumInStreams == 4 && (c)->NumOutStreams == 1) 284 if (c->MethodID > (UInt32)0xFFFFFFFF || in CheckSupportedFolder() 293 switch ((UInt32)c->MethodID) in CheckSupportedFolder() 351 if (IS_MAIN_METHOD((UInt32)coder->MethodID)) in SzFolder_Decode2() 389 if (coder->MethodID == k_Copy) in SzFolder_Decode2() 395 else if (coder->MethodID == k_LZMA) in SzFolder_Decode2() 399 else if (coder->MethodID == k_LZMA2) in SzFolder_Decode2() 412 else if (coder->MethodID == k_BCJ2) in SzFolder_Decode2() [all …]
|
D | 7z.h | 50 UInt64 MethodID; member
|
D | 7zIn.c | 561 if (idSize > sizeof(coder->MethodID)) in SzGetNextFolderItem() 563 coder->MethodID = 0; in SzGetNextFolderItem() 565 coder->MethodID |= (UInt64)longID[idSize - 1 - j] << (8 * j); in SzGetNextFolderItem()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.cpp | 98 ids.AddToUniqueSorted(f.Coders[j].MethodID); in GetArchiveProperty() 273 coder.MethodID, methodName); in GetProperty() 276 methodsString += ConvertMethodIdToString(coder.MethodID); in GetProperty() 280 if (coder.MethodID == k_Delta && coder.Props.GetCapacity() == 1) in GetProperty() 282 else if (coder.MethodID == k_LZMA && coder.Props.GetCapacity() == 5) in GetProperty() 287 else if (coder.MethodID == k_LZMA2 && coder.Props.GetCapacity() == 1) in GetProperty() 293 else if (coder.MethodID == k_PPMD && coder.Props.GetCapacity() == 5) in GetProperty() 302 else if (coder.MethodID == k_AES && coder.Props.GetCapacity() >= 1) in GetProperty()
|
D | 7zItem.h | 24 CMethodId MethodID; member 91 if (Coders[i].MethodID == k_AES) in IsEncrypted()
|
D | 7zEncode.cpp | 45 coderInfo.MethodID = decompressionMethods[i]; in ConvertBindInfoToFolderItemInfo() 64 encodingInfo.MethodID = methodFull.Id; in CreateMixerCoder() 239 UInt64 m = _codersInfo[i].MethodID; in Encode()
|
D | 7zDecode.cpp | 35 bindInfo.CoderMethodIDs.Add(coderInfo.MethodID); in ConvertFolderItemInfoToBindInfo() 173 coderInfo.MethodID, decoder, decoder2, false)); in Decode()
|
D | 7zUpdate.cpp | 97 RINOZ_COMP(c1.MethodID, c2.MethodID); in CompareCoders() 643 CMethodId m = f.Coders[i].MethodID; in Is86FilteredFolder()
|
/external/chromium_org/ui/base/clipboard/ |
D | clipboard_unittest.cc | 734 using base::android::MethodID; in TEST_F() 746 jmethodID get_system_service = MethodID::Get<MethodID::TYPE_INSTANCE>( in TEST_F() 760 jmethodID set_text = MethodID::Get<MethodID::TYPE_INSTANCE>( in TEST_F()
|
/external/chromium_org/chrome/browser/android/provider/ |
D | chrome_browser_provider.cc | 53 using base::android::MethodID; 124 jmethodID long_value = MethodID::Get<MethodID::TYPE_INSTANCE>( in ConvertJLongObjectToPrimitive() 132 jmethodID boolean_value = MethodID::Get<MethodID::TYPE_INSTANCE>( in ConvertJBooleanObjectToPrimitive() 145 jmethodID int_value = MethodID::Get<MethodID::TYPE_INSTANCE>( in ConvertJIntegerToJint()
|
/external/chromium_org/media/video/capture/android/ |
D | video_capture_device_android.cc | 20 using base::android::MethodID;
|