Home
last modified time | relevance | path

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

12

/external/chromium_org/base/android/
Djni_android.cc16 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 …]
Djni_android_unittest.cc18 jmethodID id = base::android::MethodID::LazyGet< in LazyMethodIDCall()
19 base::android::MethodID::TYPE_STATIC>( in LazyMethodIDCall()
Djni_android.h61 class BASE_EXPORT MethodID {
/external/chromium_org/base/android/jni_generator/
DtestCalledByNatives.golden44 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 …]
Dgolden_sample_for_tests_jni.h97 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 …]
DtestFromJavaP.golden40 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 …]
DtestFromJavaPGenerics.golden40 base::android::MethodID::LazyGet<
41 base::android::MethodID::TYPE_INSTANCE>(
/external/chromium_org/third_party/leveldatabase/
Denv_chromium.h23 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 …]
Denv_chromium_unittest.cc21 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()
Denv_chromium.cc221 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/
Djava_method.cc17 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()
Djni_helper.cc81 jmethodID id = base::android::MethodID::Get< in GetMethodIDFromClassName()
82 base::android::MethodID::TYPE_INSTANCE>( in GetMethodIDFromClassName()
/external/lzma/C/
D7zDec.c263 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 …]
D7z.h50 UInt64 MethodID; member
/external/chromium_org/third_party/lzma_sdk/
D7zDec.c263 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 …]
D7z.h50 UInt64 MethodID; member
D7zIn.c561 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/
D7zHandler.cpp98 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()
D7zItem.h24 CMethodId MethodID; member
91 if (Coders[i].MethodID == k_AES) in IsEncrypted()
D7zEncode.cpp45 coderInfo.MethodID = decompressionMethods[i]; in ConvertBindInfoToFolderItemInfo()
64 encodingInfo.MethodID = methodFull.Id; in CreateMixerCoder()
239 UInt64 m = _codersInfo[i].MethodID; in Encode()
D7zDecode.cpp35 bindInfo.CoderMethodIDs.Add(coderInfo.MethodID); in ConvertFolderItemInfoToBindInfo()
173 coderInfo.MethodID, decoder, decoder2, false)); in Decode()
D7zUpdate.cpp97 RINOZ_COMP(c1.MethodID, c2.MethodID); in CompareCoders()
643 CMethodId m = f.Coders[i].MethodID; in Is86FilteredFolder()
/external/chromium_org/ui/base/clipboard/
Dclipboard_unittest.cc734 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/
Dchrome_browser_provider.cc53 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/
Dvideo_capture_device_android.cc20 using base::android::MethodID;

12