/external/cronet/tot/base/profiler/ |
D | register_context.h | 47 inline uintptr_t& RegisterContextStackPointer(::CONTEXT* context) { in RegisterContextStackPointer() 57 inline uintptr_t& RegisterContextFramePointer(::CONTEXT* context) { in RegisterContextFramePointer() 67 inline uintptr_t& RegisterContextInstructionPointer(::CONTEXT* context) { in RegisterContextInstructionPointer() 82 inline uintptr_t& RegisterContextStackPointer(x86_thread_state64_t* context) { in RegisterContextStackPointer() 86 inline uintptr_t& RegisterContextFramePointer(x86_thread_state64_t* context) { in RegisterContextFramePointer() 91 x86_thread_state64_t* context) { in RegisterContextInstructionPointer() 101 inline uintptr_t& RegisterContextStackPointer(arm_thread_state64_t* context) { in RegisterContextStackPointer() 105 inline uintptr_t& RegisterContextFramePointer(arm_thread_state64_t* context) { in RegisterContextFramePointer() 110 arm_thread_state64_t* context) { in RegisterContextInstructionPointer() 123 inline uintptr_t& RegisterContextStackPointer(RegisterContext* context) { in RegisterContextStackPointer() argument [all …]
|
/external/cronet/stable/base/profiler/ |
D | register_context.h | 47 inline uintptr_t& RegisterContextStackPointer(::CONTEXT* context) { in RegisterContextStackPointer() 57 inline uintptr_t& RegisterContextFramePointer(::CONTEXT* context) { in RegisterContextFramePointer() 67 inline uintptr_t& RegisterContextInstructionPointer(::CONTEXT* context) { in RegisterContextInstructionPointer() 82 inline uintptr_t& RegisterContextStackPointer(x86_thread_state64_t* context) { in RegisterContextStackPointer() 86 inline uintptr_t& RegisterContextFramePointer(x86_thread_state64_t* context) { in RegisterContextFramePointer() 91 x86_thread_state64_t* context) { in RegisterContextInstructionPointer() 101 inline uintptr_t& RegisterContextStackPointer(arm_thread_state64_t* context) { in RegisterContextStackPointer() 105 inline uintptr_t& RegisterContextFramePointer(arm_thread_state64_t* context) { in RegisterContextFramePointer() 110 arm_thread_state64_t* context) { in RegisterContextInstructionPointer() 123 inline uintptr_t& RegisterContextStackPointer(RegisterContext* context) { in RegisterContextStackPointer() argument [all …]
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | validation_context_unittest.cc | 31 internal::ValidationContext context( in TEST() local 47 internal::ValidationContext context(ToPtr(0), 0, num_handles, 0); in TEST() local 60 internal::ValidationContext context(ToPtr(0), 0, 0, in TEST() local 77 internal::ValidationContext context(ToPtr(1234), 100, 0, 0); in TEST() local 103 internal::ValidationContext context(ToPtr(1234), 100, 0, 0); in TEST() local 114 internal::ValidationContext context(ToPtr(1234), 0, 0, 0); in TEST() local 121 internal::ValidationContext context( in TEST() local 139 internal::ValidationContext context(ToPtr(0), 0, 10, 0); in TEST() local 161 internal::ValidationContext context(ToPtr(0), 0, 0, 0); in TEST() local 175 internal::ValidationContext context( in TEST() local [all …]
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/ |
D | context.hpp | 17 struct context struct 19 context(T& val, Next const& next) in context() argument 22 T& get(mpl::identity<ID>) const in get() 28 decltype(auto) get(ID_ id) const in get() 33 T& val; 34 Next const& next; 38 struct context<ID, T, unused_type> struct 40 context(T& val) in context() argument 43 context(T& val, unused_type) in context() function 46 T& get(mpl::identity<ID>) const in get() [all …]
|
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/ |
D | ExecutionInterceptor.java | 136 …default void beforeExecution(Context.BeforeExecution context, ExecutionAttributes executionAttribu… in beforeExecution() 148 …default SdkRequest modifyRequest(Context.ModifyRequest context, ExecutionAttributes executionAttri… in modifyRequest() 159 …default void beforeMarshalling(Context.BeforeMarshalling context, ExecutionAttributes executionAtt… in beforeMarshalling() 169 …default void afterMarshalling(Context.AfterMarshalling context, ExecutionAttributes executionAttri… in afterMarshalling() 181 default SdkHttpRequest modifyHttpRequest(Context.ModifyHttpRequest context, in modifyHttpRequest() 186 default Optional<RequestBody> modifyHttpContent(Context.ModifyHttpRequest context, in modifyHttpContent() 191 default Optional<AsyncRequestBody> modifyAsyncHttpContent(Context.ModifyHttpRequest context, in modifyAsyncHttpContent() 208 …default void beforeTransmission(Context.BeforeTransmission context, ExecutionAttributes executionA… in beforeTransmission() 226 …default void afterTransmission(Context.AfterTransmission context, ExecutionAttributes executionAtt… in afterTransmission() 240 default SdkHttpResponse modifyHttpResponse(Context.ModifyHttpResponse context, in modifyHttpResponse() [all …]
|
/external/angle/src/libANGLE/renderer/gl/ |
D | QueryGL.cpp | 92 angle::Result StandardQueryGL::begin(const gl::Context *context) in begin() 99 angle::Result StandardQueryGL::end(const gl::Context *context) in end() 104 angle::Result StandardQueryGL::queryCounter(const gl::Context *context) in queryCounter() 119 angle::Result StandardQueryGL::getResultBase(const gl::Context *context, T *params) in getResultBase() 130 angle::Result StandardQueryGL::getResult(const gl::Context *context, GLint *params) in getResult() 135 angle::Result StandardQueryGL::getResult(const gl::Context *context, GLuint *params) in getResult() 140 angle::Result StandardQueryGL::getResult(const gl::Context *context, GLint64 *params) in getResult() 145 angle::Result StandardQueryGL::getResult(const gl::Context *context, GLuint64 *params) in getResult() 150 angle::Result StandardQueryGL::isResultAvailable(const gl::Context *context, bool *available) in isResultAvailable() 159 angle::Result StandardQueryGL::pause(const gl::Context *context) in pause() [all …]
|
/external/cronet/stable/third_party/icu/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/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/cronet/tot/third_party/icu/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/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 39 struct tegra_context *context = to_tegra_context(pcontext); in tegra_destroy() local 64 struct tegra_context *context = to_tegra_context(pcontext); in tegra_draw_vbo() local 93 struct tegra_context *context = to_tegra_context(pcontext); in tegra_render_condition() local 102 struct tegra_context *context = to_tegra_context(pcontext); in tegra_create_query() local 112 struct tegra_context *context = to_tegra_context(pcontext); in tegra_create_batch_query() local 121 struct tegra_context *context = to_tegra_context(pcontext); in tegra_destroy_query() local 129 struct tegra_context *context = to_tegra_context(pcontext); in tegra_begin_query() local 137 struct tegra_context *context = to_tegra_context(pcontext); in tegra_end_query() local 148 struct tegra_context *context = to_tegra_context(pcontext); in tegra_get_query_result() local 163 struct tegra_context *context = to_tegra_context(pcontext); in tegra_get_query_result_resource() 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 *pAlloca… in release() 53 inline void release(Context &context, VkCommandPool commandPool, const VkAllocationCallbacks *pAllo… in release() 58 inline void release(Context &context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks … in release() 64 inline void release(Context &context, VkDescriptorSetLayout descriptorSetLayout, in release() 70 inline void release(Context &context, VkDevice device, const VkAllocationCallbacks *pAllocator) in release() 75 inline void release(Context &context, VkEvent event, const VkAllocationCallbacks *pAllocator) in release() 80 inline void release(Context &context, VkFence fence, const VkAllocationCallbacks *pAllocator) in release() 85 inline void release(Context &context, VkFramebuffer framebuffer, const VkAllocationCallbacks *pAllo… in release() 90 inline void release(Context &context, VkImage image, const VkAllocationCallbacks *pAllocator) in release() [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/javaparser/contexts/ |
D | ClassOrInterfaceDeclarationContextResolutionTest.java | 66 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in getParentForTopClass() local 76 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveExistingGenericType() local 96 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveUnexistingGenericType() local 107 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToDeclaredInstanceField() local 118 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToDeclaredStaticField() local 129 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToInheritedInstanceField() local 140 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToInterfaceInheritedInstanceField() local 151 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToInheritedStaticField() local 162 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToUnknownElement() local 172 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolAsValueReferringToDeclaredInstanceField() local [all …]
|
/external/cronet/tot/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyMap.java | 107 public IRubyObject initialize(ThreadContext context, IRubyObject[] args) { in initialize() 158 public IRubyObject indexSet(ThreadContext context, IRubyObject key, IRubyObject value) { in indexSet() 188 public IRubyObject index(ThreadContext context, IRubyObject key) { in index() 207 public IRubyObject eq(ThreadContext context, IRubyObject _other) { in eq() 240 public IRubyObject hash(ThreadContext context) { in hash() 260 public IRubyObject keys(ThreadContext context) { in keys() 271 public IRubyObject values(ThreadContext context) { in values() 282 public IRubyObject clear(ThreadContext context) { in clear() 297 public IRubyObject each(ThreadContext context, Block block) { in each() 312 public IRubyObject delete(ThreadContext context, IRubyObject key) { in delete() [all …]
|
/external/cronet/stable/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyMap.java | 107 public IRubyObject initialize(ThreadContext context, IRubyObject[] args) { in initialize() 158 public IRubyObject indexSet(ThreadContext context, IRubyObject key, IRubyObject value) { in indexSet() 188 public IRubyObject index(ThreadContext context, IRubyObject key) { in index() 207 public IRubyObject eq(ThreadContext context, IRubyObject _other) { in eq() 240 public IRubyObject hash(ThreadContext context) { in hash() 260 public IRubyObject keys(ThreadContext context) { in keys() 271 public IRubyObject values(ThreadContext context) { in values() 282 public IRubyObject clear(ThreadContext context) { in clear() 297 public IRubyObject each(ThreadContext context, Block block) { in each() 312 public IRubyObject delete(ThreadContext context, IRubyObject key) { in delete() [all …]
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyMap.java | 107 public IRubyObject initialize(ThreadContext context, IRubyObject[] args) { in initialize() 158 public IRubyObject indexSet(ThreadContext context, IRubyObject key, IRubyObject value) { in indexSet() 188 public IRubyObject index(ThreadContext context, IRubyObject key) { in index() 207 public IRubyObject eq(ThreadContext context, IRubyObject _other) { in eq() 240 public IRubyObject hash(ThreadContext context) { in hash() 260 public IRubyObject keys(ThreadContext context) { in keys() 271 public IRubyObject values(ThreadContext context) { in values() 282 public IRubyObject clear(ThreadContext context) { in clear() 297 public IRubyObject each(ThreadContext context, Block block) { in each() 312 public IRubyObject delete(ThreadContext context, IRubyObject key) { in delete() [all …]
|
/external/setupcompat/partnerconfig/java/com/google/android/setupcompat/partnerconfig/ |
D | PartnerConfigHelper.java | 171 public static synchronized PartnerConfigHelper get(@NonNull Context context) { in get() 178 private static boolean isValidInstance(@NonNull Context context) { in isValidInstance() 210 private PartnerConfigHelper(Context context) { in PartnerConfigHelper() 244 public int getColor(@NonNull Context context, PartnerConfig resourceConfig) { in getColor() 288 public Drawable getDrawable(@NonNull Context context, PartnerConfig resourceConfig) { in getDrawable() 332 public String getString(@NonNull Context context, PartnerConfig resourceConfig) { in getString() 365 public List<String> getStringArray(@NonNull Context context, PartnerConfig resourceConfig) { in getStringArray() 397 public boolean getBoolean( in getBoolean() 428 public float getDimension(@NonNull Context context, PartnerConfig resourceConfig) { in getDimension() 441 public float getDimension( in getDimension() [all …]
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.cpp | 30 Context *context = GetValidGlobalContext(); in GL_AlphaFunc() local 58 Context *context = GetValidGlobalContext(); in GL_AlphaFuncx() local 86 Context *context = GetValidGlobalContext(); in GL_ClearColorx() local 116 Context *context = GetValidGlobalContext(); in GL_ClearDepthx() local 142 Context *context = GetValidGlobalContext(); in GL_ClientActiveTexture() local 168 Context *context = GetValidGlobalContext(); in GL_ClipPlanef() local 195 Context *context = GetValidGlobalContext(); in GL_ClipPlanex() local 222 Context *context = GetValidGlobalContext(); in GL_Color4f() local 249 Context *context = GetValidGlobalContext(); in GL_Color4ub() local 277 Context *context = GetValidGlobalContext(); in GL_Color4x() local [all …]
|
D | entry_points_gles_2_0_autogen.cpp | 30 Context *context = GetValidGlobalContext(); in GL_ActiveTexture() local 57 Context *context = GetValidGlobalContext(); in GL_AttachShader() local 85 Context *context = GetValidGlobalContext(); in GL_BindAttribLocation() local 114 Context *context = GetValidGlobalContext(); in GL_BindBuffer() local 142 Context *context = GetValidGlobalContext(); in GL_BindFramebuffer() local 173 Context *context = GetValidGlobalContext(); in GL_BindRenderbuffer() local 200 Context *context = GetValidGlobalContext(); in GL_BindTexture() local 228 Context *context = GetValidGlobalContext(); in GL_BlendColor() local 257 Context *context = GetValidGlobalContext(); in GL_BlendEquation() local 284 Context *context = GetValidGlobalContext(); in GL_BlendEquationSeparate() local [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/image_io/src/xml/ |
D | xml_handler.cc | 6 DataMatchResult XmlHandler::AttributeName(const XmlTokenContext& context) { in AttributeName() 10 DataMatchResult XmlHandler::AttributeValue(const XmlTokenContext& context) { in AttributeValue() 14 DataMatchResult XmlHandler::StartElement(const XmlTokenContext& context) { in StartElement() 18 DataMatchResult XmlHandler::FinishElement(const XmlTokenContext& context) { in FinishElement() 22 DataMatchResult XmlHandler::ElementContent(const XmlTokenContext& context) { in ElementContent() 26 DataMatchResult XmlHandler::Comment(const XmlTokenContext& context) { in Comment() 30 DataMatchResult XmlHandler::Cdata(const XmlTokenContext& context) { in Cdata() 34 DataMatchResult XmlHandler::Pi(const XmlTokenContext& context) { in Pi()
|
D | xml_element_rules.cc | 31 XmlTokenContext GetTokenContext(const XmlActionContext& context, in GetTokenContext() 47 [&](const XmlActionContext& context) { return HandleName(context); }); in XmlElementRule() 51 .WithAction([&](const XmlActionContext& context) { in XmlElementRule() 56 .WithAction([&](const XmlActionContext& context) { in XmlElementRule() 61 .WithAction([&](const XmlActionContext& context) { in XmlElementRule() 69 DataMatchResult XmlElementRule::HandleName(const XmlActionContext& context) { in HandleName() 75 const XmlActionContext& context) { in HandlePostWhitespaceChar() 96 const XmlActionContext& context) { in HandleEmptyElemTagEnd() 102 DataMatchResult XmlElementRule::HandleSTagEnd(const XmlActionContext& context) { in HandleSTagEnd() 118 [&](const XmlActionContext& context) { return HandleContent(context); }); in XmlElementContentRule() [all …]
|
/external/libultrahdr/third_party/image_io/src/xml/ |
D | xml_handler.cc | 6 DataMatchResult XmlHandler::AttributeName(const XmlTokenContext& context) { in AttributeName() 10 DataMatchResult XmlHandler::AttributeValue(const XmlTokenContext& context) { in AttributeValue() 14 DataMatchResult XmlHandler::StartElement(const XmlTokenContext& context) { in StartElement() 18 DataMatchResult XmlHandler::FinishElement(const XmlTokenContext& context) { in FinishElement() 22 DataMatchResult XmlHandler::ElementContent(const XmlTokenContext& context) { in ElementContent() 26 DataMatchResult XmlHandler::Comment(const XmlTokenContext& context) { in Comment() 30 DataMatchResult XmlHandler::Cdata(const XmlTokenContext& context) { in Cdata() 34 DataMatchResult XmlHandler::Pi(const XmlTokenContext& context) { in Pi()
|
D | xml_element_rules.cc | 31 XmlTokenContext GetTokenContext(const XmlActionContext& context, in GetTokenContext() 47 [&](const XmlActionContext& context) { return HandleName(context); }); in XmlElementRule() 51 .WithAction([&](const XmlActionContext& context) { in XmlElementRule() 56 .WithAction([&](const XmlActionContext& context) { in XmlElementRule() 61 .WithAction([&](const XmlActionContext& context) { in XmlElementRule() 69 DataMatchResult XmlElementRule::HandleName(const XmlActionContext& context) { in HandleName() 75 const XmlActionContext& context) { in HandlePostWhitespaceChar() 96 const XmlActionContext& context) { in HandleEmptyElemTagEnd() 102 DataMatchResult XmlElementRule::HandleSTagEnd(const XmlActionContext& context) { in HandleSTagEnd() 118 [&](const XmlActionContext& context) { return HandleContent(context); }); in XmlElementContentRule() [all …]
|
/external/angle/src/libANGLE/ |
D | Sampler.cpp | 31 void Sampler::onDestroy(const Context *context) in onDestroy() 39 angle::Result Sampler::setLabel(const Context *context, const std::string &label) in setLabel() 55 void Sampler::setMinFilter(const Context *context, GLenum minFilter) in setMinFilter() 66 void Sampler::setMagFilter(const Context *context, GLenum magFilter) in setMagFilter() 77 void Sampler::setWrapS(const Context *context, GLenum wrapS) in setWrapS() 88 void Sampler::setWrapT(const Context *context, GLenum wrapT) in setWrapT() 99 void Sampler::setWrapR(const Context *context, GLenum wrapR) in setWrapR() 110 void Sampler::setMaxAnisotropy(const Context *context, float maxAnisotropy) in setMaxAnisotropy() 121 void Sampler::setMinLod(const Context *context, GLfloat minLod) in setMinLod() 132 void Sampler::setMaxLod(const Context *context, GLfloat maxLod) in setMaxLod() [all …]
|
/external/robolectric/shadows/playservices/src/main/java/org/robolectric/shadows/gms/ |
D | ShadowGoogleAuthUtil.java | 46 public static synchronized void clearToken(Context context, String token) in clearToken() 53 Context context, int eventIndex, String accountName) throws GoogleAuthException, IOException { in getAccountChangeEvents() 64 public static synchronized String getToken(Context context, Account account, String scope) in getToken() 71 Context context, Account account, String scope, Bundle extras) in getToken() 77 public static synchronized String getToken(Context context, String accountName, String scope) in getToken() 84 Context context, String accountName, String scope, Bundle extras) in getToken() 91 Context context, Account account, String scope, Bundle extras) in getTokenWithNotification() 98 Context context, Account account, String scope, Bundle extras, Intent callback) in getTokenWithNotification() 105 Context context, in getTokenWithNotification() 118 Context context, String accountName, String scope, Bundle extras, Intent callback) in getTokenWithNotification() [all …]
|