| /external/libmojo/mojo/public/cpp/bindings/tests/ |
| D | validation_context_unittest.cc | 29 internal::ValidationContext context( in TEST() local 42 internal::ValidationContext context(ToPtr(0), 0, num_handles); in TEST() local 56 internal::ValidationContext context(ToPtr(1234), 100, 0); in TEST() local 82 internal::ValidationContext context(ToPtr(1234), 100, 0); in TEST() local 93 internal::ValidationContext context(ToPtr(1234), 0, 0); in TEST() local 100 internal::ValidationContext context( in TEST() local 118 internal::ValidationContext context(ToPtr(0), 0, 10); in TEST() local 140 internal::ValidationContext context(ToPtr(0), 0, 0); in TEST() local 154 internal::ValidationContext context( in TEST() local 171 internal::ValidationContext context(ToPtr(1000), 2000, 0); in TEST() local [all …]
|
| /external/icu/icu4c/source/i18n/ |
| D | decContext.cpp | 47 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { in uprv_decContextClearStatus() 65 U_CAPI decContext * U_EXPORT2 uprv_decContextDefault(decContext *context, Int kind) { in uprv_decContextDefault() 130 U_CAPI enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *context) { in uprv_decContextGetRounding() 142 U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(decContext *context) { in uprv_decContextGetStatus() 158 U_CAPI decContext * U_EXPORT2 uprv_decContextRestoreStatus(decContext *context, in uprv_decContextRestoreStatus() 175 U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(decContext *context, uInt mask) { in uprv_decContextSaveStatus() 188 U_CAPI decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *context, in uprv_decContextSetRounding() 204 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *context, uInt status) { in uprv_decContextSetStatus() 225 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusFromString(decContext *context, in uprv_decContextSetStatusFromString() 276 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusFromStringQuiet(decContext *context, in uprv_decContextSetStatusFromStringQuiet() [all …]
|
| /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| D | RubyMap.java | 105 public IRubyObject initialize(ThreadContext context, IRubyObject[] args) { in initialize() 150 public IRubyObject indexSet(ThreadContext context, IRubyObject key, IRubyObject value) { in indexSet() 171 public IRubyObject index(ThreadContext context, IRubyObject key) { in index() 191 public IRubyObject eq(ThreadContext context, IRubyObject _other) { in eq() 227 public IRubyObject hash(ThreadContext context) { in hash() 247 public IRubyObject keys(ThreadContext context) { in keys() 258 public IRubyObject values(ThreadContext context) { in values() 269 public IRubyObject clear(ThreadContext context) { in clear() 283 public IRubyObject each(ThreadContext context, Block block) { in each() 298 public IRubyObject delete(ThreadContext context, IRubyObject key) { in delete() [all …]
|
| D | RubyRepeatedField.java | 72 public IRubyObject initialize(ThreadContext context, IRubyObject[] args) { in initialize() 111 public IRubyObject indexSet(ThreadContext context, IRubyObject index, IRubyObject value) { in indexSet() 129 public IRubyObject index(ThreadContext context, IRubyObject[] args) { in index() 166 public IRubyObject push(ThreadContext context, IRubyObject value) { in push() 179 public IRubyObject pop_one(ThreadContext context) { in pop_one() 192 public IRubyObject replace(ThreadContext context, IRubyObject list) { in replace() 206 public IRubyObject clear(ThreadContext context) { in clear() 218 public IRubyObject length(ThreadContext context) { in length() 231 public IRubyObject plus(ThreadContext context, IRubyObject list) { in plus() 253 public IRubyObject concat(ThreadContext context, IRubyObject list) { in concat() [all …]
|
| D | RubyFieldDescriptor.java | 69 public IRubyObject initialize(ThreadContext context) { in initialize() 81 public IRubyObject getLabel(ThreadContext context) { in getLabel() 93 public IRubyObject setLabel(ThreadContext context, IRubyObject value) { in setLabel() 108 public IRubyObject getName(ThreadContext context) { in getName() 120 public IRubyObject setName(ThreadContext context, IRubyObject value) { in setName() 129 public IRubyObject getSubType(ThreadContext context) { in getSubType() 144 public IRubyObject getType(ThreadContext context) { in getType() 156 public IRubyObject setType(ThreadContext context, IRubyObject value) { in setType() 169 public IRubyObject getnumber(ThreadContext context) { in getnumber() 181 public IRubyObject setNumber(ThreadContext context, IRubyObject value) { in setNumber() [all …]
|
| D | RubyDescriptor.java | 77 public IRubyObject initialize(ThreadContext context) { in initialize() 92 public IRubyObject getName(ThreadContext context) { in getName() 104 public IRubyObject setName(ThreadContext context, IRubyObject name) { in setName() 120 public IRubyObject addField(ThreadContext context, IRubyObject obj) { in addField() 135 public IRubyObject lookup(ThreadContext context, IRubyObject fieldName) { in lookup() 147 public IRubyObject msgclass(ThreadContext context) { in msgclass() 161 public IRubyObject each(ThreadContext context, Block block) { in each() 180 public IRubyObject addOneof(ThreadContext context, IRubyObject obj) { in addOneof() 198 public IRubyObject eachOneof(ThreadContext context, Block block) { in eachOneof() 213 public IRubyObject lookupOneof(ThreadContext context, IRubyObject name) { in lookupOneof() [all …]
|
| D | RubyMessage.java | 66 public IRubyObject initialize(final ThreadContext context, IRubyObject[] args) { in initialize() 121 public IRubyObject indexSet(ThreadContext context, IRubyObject fieldName, IRubyObject value) { in indexSet() 134 public IRubyObject index(ThreadContext context, IRubyObject fieldName) { in index() 166 public IRubyObject hash(ThreadContext context) { in hash() 181 public IRubyObject eq(ThreadContext context, IRubyObject other) { in eq() 215 public IRubyObject methodMissing(ThreadContext context, IRubyObject[] args) { in methodMissing() 253 public IRubyObject dup(ThreadContext context) { in dup() 279 public static IRubyObject getDescriptor(ThreadContext context, IRubyObject recv) { in getDescriptor() 291 public static IRubyObject encode(ThreadContext context, IRubyObject recv, IRubyObject value) { in encode() 305 public static IRubyObject decode(ThreadContext context, IRubyObject recv, IRubyObject data) { in decode() [all …]
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/javaparser/contexts/ |
| D | ClassOrInterfaceDeclarationContextResolutionTest.java | 67 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in getParentForTopClass() local 77 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveExistingGenericType() local 98 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveUnexistingGenericType() local 109 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToDeclaredInstanceField() local 120 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToDeclaredStaticField() local 131 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToInheritedInstanceField() local 142 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToInterfaceInheritedInstanceField() local 153 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToInheritedStaticField() local 164 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToUnknownElement() local 174 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolAsValueReferringToDeclaredInstanceField() local [all …]
|
| D | CompilationUnitContextResolutionTest.java | 65 Context context = new CompilationUnitContext(cu, typeSolver); in getParent() local 73 Context context = new CompilationUnitContext(cu, typeSolver); in solveExistingGenericType() local 87 Context context = new CompilationUnitContext(cu, typeSolver); in solveUnexistingGenericType() local 97 Context context = new CompilationUnitContext(cu, typeSolver); in solveSymbolReferringToStaticallyImportedValue() local 110 Context context = new CompilationUnitContext(cu, typeSolver); in solveSymbolReferringToStaticallyImportedUsingAsteriskValue() local 123 Context context = new CompilationUnitContext(cu, typeSolver); in solveSymbolReferringToStaticField() local 133 Context context = new CompilationUnitContext(cu, typeSolver); in solveSymbolAsValueReferringToStaticallyImportedValue() local 146 Context context = new CompilationUnitContext(cu, typeSolver); in solveSymbolAsValueReferringToStaticallyImportedUsingAsteriskValue() local 159 Context context = new CompilationUnitContext(cu, typeSolver); in solveSymbolAsValueReferringToStaticField() local 169 Context context = new CompilationUnitContext(cu, typeSolver); in solveTypeInSamePackage() local [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiNullHandleTests.cpp | 42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in release() 47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAlloc… in release() 52 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAll… in release() 57 inline void release (Context& context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks… in release() 62 inline void release (Context& context, VkDescriptorSetLayout descriptorSetLayout, const VkAllocatio… in release() 67 inline void release (Context& context, VkDevice device, const VkAllocationCallbacks* pAllocator) in release() 72 inline void release (Context& context, VkEvent event, const VkAllocationCallbacks* pAllocator) in release() 77 inline void release (Context& context, VkFence fence, const VkAllocationCallbacks* pAllocator) in release() 82 inline void release (Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAll… in release() 87 inline void release (Context& context, VkImage image, const VkAllocationCallbacks* pAllocator) in release() [all …]
|
| /external/robolectric-shadows/shadows/playservices/src/main/java/org/robolectric/shadows/gms/ |
| D | ShadowGoogleAuthUtil.java | 46 public static synchronized void clearToken(Context context, String token) in clearToken() 52 public static synchronized List<AccountChangeEvent> getAccountChangeEvents(Context context, in getAccountChangeEvents() 65 public static synchronized String getToken(Context context, Account account, String scope) in getToken() 71 public static synchronized String getToken(Context context, Account account, String scope, in getToken() 77 public static synchronized String getToken(Context context, String accountName, String scope) in getToken() 83 public static synchronized String getToken(Context context, String accountName, String scope, in getToken() 89 public static synchronized String getTokenWithNotification(Context context, Account account, in getTokenWithNotification() 96 public static synchronized String getTokenWithNotification(Context context, Account account, in getTokenWithNotification() 104 public static synchronized String getTokenWithNotification(Context context, Account account, in getTokenWithNotification() 112 public static synchronized String getTokenWithNotification(Context context, String accountName, in getTokenWithNotification() [all …]
|
| /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
| D | DTMDefaultBaseTraversers.java | 211 public int next(int context, int current) in next() 226 public int next(int context, int current, int expandedTypeID) in next() 256 public int first(int context) in first() 273 public int first(int context, int expandedTypeID) in first() 294 public int next(int context, int current) in next() 310 public int next(int context, int current, int expandedTypeID) in next() 408 public int first(int context) in first() 427 public int first(int context, int expandedTypeID) in first() 460 public int next(int context, int current) in next() 475 public int next(int context, int current, int expandedTypeID) in next() [all …]
|
| /external/deqp/external/openglcts/modules/gles31/ |
| D | es31cArrayOfArraysTests.hpp | 316 SizedDeclarationsPrimitive(Context& context) in SizedDeclarationsPrimitive() 339 SizedDeclarationsStructTypes1(Context& context) in SizedDeclarationsStructTypes1() 363 SizedDeclarationsStructTypes2(Context& context) in SizedDeclarationsStructTypes2() 389 SizedDeclarationsStructTypes3(Context& context) in SizedDeclarationsStructTypes3() 413 SizedDeclarationsStructTypes4(Context& context) in SizedDeclarationsStructTypes4() 438 SizedDeclarationsTypenameStyle1(Context& context) in SizedDeclarationsTypenameStyle1() 463 SizedDeclarationsTypenameStyle2(Context& context) in SizedDeclarationsTypenameStyle2() 489 SizedDeclarationsTypenameStyle3(Context& context) in SizedDeclarationsTypenameStyle3() 516 SizedDeclarationsTypenameStyle4(Context& context) in SizedDeclarationsTypenameStyle4() 541 SizedDeclarationsTypenameStyle5(Context& context) in SizedDeclarationsTypenameStyle5() [all …]
|
| /external/ims/rcs/rcsservice/src/com/android/service/ims/ |
| D | RcsSettingUtils.java | 55 public static boolean isFeatureProvisioned(Context context, in isFeatureProvisioned() 85 public static boolean isVowifiProvisioned(Context context) { in isVowifiProvisioned() 90 public static boolean isLvcProvisioned(Context context) { in isLvcProvisioned() 95 public static boolean isEabProvisioned(Context context) { in isEabProvisioned() 100 public static int getSIPT1Timer(Context context) { in getSIPT1Timer() 122 public static boolean getCapabilityDiscoveryEnabled(Context context) { in getCapabilityDiscoveryEnabled() 145 public static int getMaxNumbersInRCL(Context context) { in getMaxNumbersInRCL() 167 public static int getCapabPollListSubExp(Context context) { in getCapabPollListSubExp() 189 public static int getAvailabilityCacheExpiration(Context context) { in getAvailabilityCacheExpiration() 208 public static boolean isMobileDataEnabled(Context context) { in isMobileDataEnabled() [all …]
|
| /external/conscrypt/common/src/main/java/org/conscrypt/ |
| D | NativeRef.java | 24 final long context; field in NativeRef 26 NativeRef(long context) { in NativeRef() 59 abstract void doFree(long context); in doFree() 67 void doFree(long context) { in doFree() 78 void doFree(long context) { in doFree() 89 void doFree(long context) { in doFree() 100 void doFree(long context) { in doFree() 111 void doFree(long context) { in doFree() 122 void doFree(long context) { in doFree() 133 void doFree(long context) { in doFree() [all …]
|
| /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
| D | SharedPrefUtil.java | 41 public static boolean isInitDone(Context context) { in isInitDone() 47 public static void setInitDone(Context context, boolean initDone){ in setInitDone() 53 public static long getLastContactChangedTimestamp(Context context, long time) { in getLastContactChangedTimestamp() 61 public static void saveLastContactChangedTimestamp(Context context, long time) { in saveLastContactChangedTimestamp() 67 public static long getLastProfileContactChangedTimestamp(Context context, long time) { in getLastProfileContactChangedTimestamp() 75 public static void saveLastProfileContactChangedTimestamp(Context context, long time) { in saveLastProfileContactChangedTimestamp() 81 public static long getLastContactDeletedTimestamp(Context context, long time) { in getLastContactDeletedTimestamp() 89 public static void saveLastContactDeletedTimestamp(Context context, long time) { in saveLastContactDeletedTimestamp() 95 private static long validateDeviceTimestamp(Context context, long lastSyncedTimestamp) { in validateDeviceTimestamp() 109 public static void resetEABSharedPref(Context context) { in resetEABSharedPref()
|
| /external/libxcam/plugins/3a/hybrid/ |
| D | sample.cpp | 26 #define CONTEXT_CAST(context) ((XCam3AHybridContext*)(context)) argument 48 xcam_create_context (XCam3AContext **context) in xcam_create_context() 57 xcam_destroy_context (XCam3AContext *context) in xcam_destroy_context() 66 xcam_configure_3a (XCam3AContext *context, uint32_t width, uint32_t height, double framerate) in xcam_configure_3a() 78 xcam_set_3a_stats (XCam3AContext *context, XCam3AStats *stats, int64_t timestamp) in xcam_set_3a_stats() 102 xcam_update_common_params (XCam3AContext *context, XCamCommonParam *params) in xcam_update_common_params() 112 xcam_analyze_awb (XCam3AContext *context, XCamAwbParam *params) in xcam_analyze_awb() 122 xcam_analyze_ae (XCam3AContext *context, XCamAeParam *params) in xcam_analyze_ae() 132 xcam_analyze_af (XCam3AContext *context, XCamAfParam *params) in xcam_analyze_af() 143 xcam_combine_analyze_results (XCam3AContext *context, XCam3aResultHead *results[], uint32_t *res_co… in xcam_combine_analyze_results()
|
| /external/swiftshader/src/OpenGL/libGLESv2/ |
| D | libGLESv3.cpp | 217 es2::Context *context = es2::getContext(); in glReadBuffer() local 321 es2::Context *context = es2::getContext(); in glDrawRangeElements() local 367 es2::Context *context = es2::getContext(); in glTexImage3D() local 421 es2::Context *context = es2::getContext(); in glTexSubImage3D() local 468 es2::Context *context = es2::getContext(); in glCopyTexSubImage3D() local 542 es2::Context *context = es2::getContext(); in glCompressedTexImage3D() local 629 es2::Context *context = es2::getContext(); in glCompressedTexSubImage3D() local 669 es2::Context *context = es2::getContext(); in glGenQueries() local 689 es2::Context *context = es2::getContext(); in glDeleteQueries() local 709 es2::Context *context = es2::getContext(); in glIsQuery() local [all …]
|
| D | libGLESv2.cpp | 61 es2::Context *context = es2::getContext(); in ActiveTexture() local 78 es2::Context *context = es2::getContext(); in AttachShader() local 134 es2::Context *context = es2::getContext(); in BeginQueryEXT() local 151 es2::Context *context = es2::getContext(); in BindAttribLocation() local 182 es2::Context *context = es2::getContext(); in BindBuffer() local 253 es2::Context *context = es2::getContext(); in BindFramebuffer() local 278 es2::Context *context = es2::getContext(); in BindRenderbuffer() local 294 es2::Context *context = es2::getContext(); in BindTexture() local 342 es2::Context* context = es2::getContext(); in BlendColor() local 383 es2::Context *context = es2::getContext(); in BlendEquationSeparate() local [all …]
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | relu_op.h | 38 void Operate(OpKernelContext* context, const Tensor& input, Tensor* output) { in Operate() 76 void Operate(OpKernelContext* context, const Tensor& g, const Tensor& a, in Operate() 83 void ReluGradOp<Device, T>::OperateNoTemplate(OpKernelContext* context, in OperateNoTemplate() 97 void Operate(OpKernelContext* context, const Tensor& input, Tensor* output) { in Operate() 118 void Operate(OpKernelContext* context, const Tensor& g, const Tensor& a, in Operate() 125 void Relu6GradOp<Device, T>::OperateNoTemplate(OpKernelContext* context, in OperateNoTemplate() 139 void Operate(OpKernelContext* context, const Tensor& input, Tensor* output) { in Operate() 160 void Operate(OpKernelContext* context, const Tensor& g, const Tensor& a, in Operate() 167 void EluGradOp<Device, T>::OperateNoTemplate(OpKernelContext* context, in OperateNoTemplate() 181 void Operate(OpKernelContext* context, const Tensor& input, Tensor* output) { in Operate() [all …]
|
| D | control_flow_ops.h | 29 explicit ControlTriggerOp(OpKernelConstruction* context) in ControlTriggerOp() 31 void Compute(OpKernelContext* context) override {} in Compute() 41 explicit SwitchOp(OpKernelConstruction* context) : OpKernel(context) {} in SwitchOp() 67 explicit EnterOp(OpKernelConstruction* context) : OpKernel(context) {} in EnterOp() 80 explicit ExitOp(OpKernelConstruction* context) : OpKernel(context) {} in ExitOp() 92 explicit NextIterationOp(OpKernelConstruction* context) : OpKernel(context) {} in NextIterationOp()
|
| /external/swiftshader/src/OpenGL/libGLES_CM/ |
| D | libGLES_CM.cpp | 55 es1::Context *context = es1::getContext(); in ActiveTexture() local 87 es1::Context *context = es1::getContext(); in AlphaFunc() local 104 es1::Context *context = es1::getContext(); in BindBuffer() local 131 es1::Context *context = es1::getContext(); in BindFramebuffer() local 148 es1::Context *context = es1::getContext(); in BindFramebufferOES() local 165 es1::Context *context = es1::getContext(); in BindRenderbufferOES() local 180 es1::Context *context = es1::getContext(); in BindTexture() local 240 es1::Context *context = es1::getContext(); in BlendEquationSeparateOES() local 330 es1::Context *context = es1::getContext(); in BlendFuncSeparateOES() local 359 es1::Context *context = es1::getContext(); in BufferData() local [all …]
|
| /external/mesa3d/src/gallium/state_trackers/va/ |
| D | picture.c | 43 vlVaContext *context; in vlVaBeginPicture() local 101 getEncParamPreset(vlVaContext *context) in getEncParamPreset() 134 handlePictureParameterBuffer(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) in handlePictureParameterBuffer() 189 handleIQMatrixBuffer(vlVaContext *context, vlVaBuffer *buf) in handleIQMatrixBuffer() 214 handleSliceParameterBuffer(vlVaContext *context, vlVaBuffer *buf) in handleSliceParameterBuffer() 261 handleVASliceDataBufferType(vlVaContext *context, vlVaBuffer *buf) in handleVASliceDataBufferType() 323 handleVAEncMiscParameterTypeRateControl(vlVaContext *context, VAEncMiscParameterBuffer *misc) in handleVAEncMiscParameterTypeRateControl() 341 handleVAEncMiscParameterTypeFrameRate(vlVaContext *context, VAEncMiscParameterBuffer *misc) in handleVAEncMiscParameterTypeFrameRate() 349 handleVAEncSequenceParameterBufferType(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) in handleVAEncSequenceParameterBufferType() 370 handleVAEncMiscParameterBufferType(vlVaContext *context, vlVaBuffer *buf) in handleVAEncMiscParameterBufferType() [all …]
|
| /external/tensorflow/tensorflow/contrib/boosted_trees/kernels/ |
| D | model_ops.cc | 34 explicit CreateTreeEnsembleVariableOp(OpKernelConstruction* context) in CreateTreeEnsembleVariableOp() 37 void Compute(OpKernelContext* context) override { in Compute() 68 explicit TreeEnsembleStampTokenOp(OpKernelConstruction* context) in TreeEnsembleStampTokenOp() 71 void Compute(OpKernelContext* context) override { in Compute() 87 explicit TreeEnsembleSerializeOp(OpKernelConstruction* context) in TreeEnsembleSerializeOp() 90 void Compute(OpKernelContext* context) override { in Compute() 111 explicit TreeEnsembleDeserializeOp(OpKernelConstruction* context) in TreeEnsembleDeserializeOp() 114 void Compute(OpKernelContext* context) override { in Compute()
|
| /external/glide/library/src/main/java/com/bumptech/glide/load/model/file_descriptor/ |
| D | FileDescriptorUriLoader.java | 27 …public ModelLoader<Uri, ParcelFileDescriptor> build(Context context, GenericLoaderFactory factorie… in build() 38 public FileDescriptorUriLoader(Context context) { in FileDescriptorUriLoader() 42 …public FileDescriptorUriLoader(Context context, ModelLoader<GlideUrl, ParcelFileDescriptor> urlLoa… in FileDescriptorUriLoader() 47 protected DataFetcher<ParcelFileDescriptor> getLocalUriFetcher(Context context, Uri uri) { in getLocalUriFetcher() 52 …protected DataFetcher<ParcelFileDescriptor> getAssetPathFetcher(Context context, String assetPath)… in getAssetPathFetcher()
|