HomeSort by relevance Sort by last modified time
    Searched refs:MethodID (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/leveldatabase/
env_chromium.h 20 enum MethodID {
45 const char* MethodIDToString(MethodID method);
49 MethodID method,
53 MethodID method,
57 MethodID method);
67 MethodID* method,
79 virtual void RecordErrorAt(MethodID method) const = 0;
80 virtual void RecordOSError(MethodID method, int saved_errno) const = 0;
81 virtual void RecordOSError(MethodID method,
89 virtual base::HistogramBase* GetRetryTimeHistogram(MethodID method) const = 0
    [all...]
env_chromium_unittest.cc 25 const MethodID in_method = kSequentialFileRead;
27 MethodID method;
36 const MethodID in_method = kWritableFileClose;
39 MethodID method;
48 const MethodID in_method = kWritableFileFlush;
52 MethodID method;
62 const MethodID in_method = kWritableFileFlush;
66 MethodID method;
77 MethodID method = kRandomAccessFileRead;
env_chromium_win.h 14 MethodID method,
74 virtual void RecordOSError(MethodID method, DWORD err) const;
env_chromium.cc 41 Retrier(MethodID method, RetrierProvider* provider)
78 MethodID method_;
114 const char* MethodIDToString(MethodID method) {
168 MethodID method,
183 MethodID method,
197 Status MakeIOError(Slice filename, const char* message, MethodID method) {
209 MethodID* method_param,
213 *method_param = static_cast<MethodID>(method);
219 *method_param = static_cast<MethodID>(method);
224 *method_param = static_cast<MethodID>(method)
    [all...]
env_chromium_win.cc 123 MethodID method,
350 void ChromiumEnvWin::RecordOSError(MethodID method, DWORD error) const {
  /external/chromium_org/base/android/
jni_android.cc 17 using base::android::MethodID;
33 MethodID::Get<MethodID::TYPE_INSTANCE>(
41 MethodID::Get<MethodID::TYPE_INSTANCE>(
44 MethodID::Get<MethodID::TYPE_INSTANCE>(
55 MethodID::Get<MethodID::TYPE_INSTANCE>(
187 template<MethodID::Type type
    [all...]
jni_android_unittest.cc 18 jmethodID id = base::android::MethodID::LazyGet<
19 base::android::MethodID::TYPE_STATIC>(
34 TEST(JNIAndroidMicrobenchmark, MethodId) {
jni_android.h 89 // This class is a wrapper for JNIEnv Get(Static)MethodID.
90 class BASE_EXPORT MethodID {
  /external/chromium_org/base/android/jni_generator/
golden_sample_for_tests_jni.h 107 base::android::MethodID::LazyGet<
108 base::android::MethodID::TYPE_INSTANCE>(
132 base::android::MethodID::LazyGet<
133 base::android::MethodID::TYPE_STATIC>(
156 base::android::MethodID::LazyGet<
157 base::android::MethodID::TYPE_INSTANCE>(
179 base::android::MethodID::LazyGet<
180 base::android::MethodID::TYPE_INSTANCE>(
203 base::android::MethodID::LazyGet<
204 base::android::MethodID::TYPE_STATIC>
    [all...]
  /external/chromium_org/content/browser/android/java/
java_method.cc 17 using base::android::MethodID;
222 MethodID::Get<MethodID::TYPE_STATIC>(
235 MethodID::Get<MethodID::TYPE_STATIC>(
237 MethodID::Get<MethodID::TYPE_INSTANCE>(
jni_helper.cc 81 jmethodID id = base::android::MethodID::Get<
82 base::android::MethodID::TYPE_INSTANCE>(
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 98 ids.AddToUniqueSorted(f.Coders[j].MethodID);
273 coder.MethodID, methodName);
276 methodsString += ConvertMethodIdToString(coder.MethodID);
280 if (coder.MethodID == k_Delta && coder.Props.GetCapacity() == 1)
282 else if (coder.MethodID == k_LZMA && coder.Props.GetCapacity() == 5)
287 else if (coder.MethodID == k_LZMA2 && coder.Props.GetCapacity() == 1)
293 else if (coder.MethodID == k_PPMD && coder.Props.GetCapacity() == 5)
302 else if (coder.MethodID == k_AES && coder.Props.GetCapacity() >= 1)
7zItem.h 9 #include "../../Common/MethodId.h"
24 CMethodId MethodID;
91 if (Coders[i].MethodID == k_AES)
7zEncode.cpp 45 coderInfo.MethodID = decompressionMethods[i];
64 encodingInfo.MethodID = methodFull.Id;
239 UInt64 m = _codersInfo[i].MethodID;
7zDecode.cpp 35 bindInfo.CoderMethodIDs.Add(coderInfo.MethodID);
173 coderInfo.MethodID, decoder, decoder2, false));
7zUpdate.cpp 97 RINOZ_COMP(c1.MethodID, c2.MethodID);
344 static inline void GetMethodFull(UInt64 methodID, UInt32 numInStreams, CMethodFull &methodResult)
346 methodResult.Id = methodID;
643 CMethodId m = f.Coders[i].MethodID;
  /external/chromium_org/third_party/lzma_sdk/
7zDec.c 263 c->MethodID <= (UInt32)0xFFFFFFFF &&
264 IS_MAIN_METHOD((UInt32)c->MethodID);
267 #define IS_BCJ2(c) ((c)->MethodID == k_BCJ2 && (c)->NumInStreams == 4 && (c)->NumOutStreams == 1)
284 if (c->MethodID > (UInt32)0xFFFFFFFF ||
293 switch ((UInt32)c->MethodID)
351 if (IS_MAIN_METHOD((UInt32)coder->MethodID))
389 if (coder->MethodID == k_Copy)
395 else if (coder->MethodID == k_LZMA)
399 else if (coder->MethodID == k_LZMA2)
412 else if (coder->MethodID == k_BCJ2
    [all...]
7z.h 50 UInt64 MethodID;
7zIn.c 561 if (idSize > sizeof(coder->MethodID))
563 coder->MethodID = 0;
565 coder->MethodID |= (UInt64)longID[idSize - 1 - j] << (8 * j);
    [all...]
  /external/lzma/C/
7zDec.c 263 c->MethodID <= (UInt32)0xFFFFFFFF &&
264 IS_MAIN_METHOD((UInt32)c->MethodID);
267 #define IS_BCJ2(c) ((c)->MethodID == k_BCJ2 && (c)->NumInStreams == 4 && (c)->NumOutStreams == 1)
284 if (c->MethodID > (UInt32)0xFFFFFFFF ||
293 switch ((UInt32)c->MethodID)
351 if (IS_MAIN_METHOD((UInt32)coder->MethodID))
389 if (coder->MethodID == k_Copy)
395 else if (coder->MethodID == k_LZMA)
399 else if (coder->MethodID == k_LZMA2)
412 else if (coder->MethodID == k_BCJ2)
    [all...]
7z.h 50 UInt64 MethodID;
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 18 using base::android::MethodID;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bdaiface.h 235 STDMETHOD_(HRESULT,EnumAudioCapability)(THIS_ DWORD FmtIndex,DWORD *MethodID,DWORD *AlgorithmType,DWORD *SamplingRate,DWORD *BitDepth,DWORD *NumChannels) PURE;
236 STDMETHOD_(HRESULT,EnumVideoCapability)(THIS_ DWORD FmtIndex,DWORD *MethodID,DWORD *AlgorithmType,DWORD *VerticalSize,DWORD *HorizontalSize,DWORD *AspectRatio,DWORD *FrameRateCode,DWORD *ProgressiveSequence) PURE;
247 #define IBDA_Encoder_EnumAudioCapability(This,FmtIndex,MethodID,AlgorithmType,SamplingRate,BitDepth,NumChannels) (This)->lpVtbl->EnumAudioCapability(This,FmtIndex,MethodID,AlgorithmType,SamplingRate,BitDepth,NumChannels)
248 #define IBDA_Encoder_EnumVideoCapability(This,FmtIndex,MethodID,AlgorithmType,VerticalSize,HorizontalSize,AspectRatio,FrameRateCode,ProgressiveSequence) (This)->lpVtbl->EnumVideoCapability(This,FmtIndex,MethodID,AlgorithmType,VerticalSize,HorizontalSize,AspectRatio,FrameRateCode,ProgressiveSequence)
  /external/chromium_org/ui/base/clipboard/
clipboard_unittest.cc 764 using base::android::MethodID;
776 jmethodID get_system_service = MethodID::Get<MethodID::TYPE_INSTANCE>(
790 jmethodID set_text = MethodID::Get<MethodID::TYPE_INSTANCE>(
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.cc 56 using base::android::MethodID;
127 jmethodID long_value = MethodID::Get<MethodID::TYPE_INSTANCE>(
135 jmethodID boolean_value = MethodID::Get<MethodID::TYPE_INSTANCE>(
148 jmethodID int_value = MethodID::Get<MethodID::TYPE_INSTANCE>(
    [all...]

Completed in 425 milliseconds

1 2