HomeSort by relevance Sort by last modified time
    Searched defs:context (Results 701 - 725 of 5241) sorted by null

<<21222324252627282930>>

  /external/kernel-headers/original/uapi/drm/
sis_drm.h 59 int context; member in struct:__anon22633
  /external/libchrome/base/
observer_list_threadsafe.h 151 ObserverListContext* context = entry.second.get(); local
152 context->task_runner->PostTask(
155 this, context, method));
179 void NotifyWrapper(ObserverListContext* context,
190 if (it == observer_lists_.end() || it->second.get() != context)
194 for (auto& observer : context->list) {
199 if (context->list.size() == 0) {
206 if (it != observer_lists_.end() && it->second.get() == context)
  /external/libcxx/utils/google-benchmark/src/
console_reporter.cc 36 bool ConsoleReporter::ReportContext(const Context& context) {
37 name_field_width_ = context.name_field_width;
41 PrintBasicContext(&GetErrorStream(), context); local
  /external/libdrm/include/drm/
sis_drm.h 53 int context; member in struct:__anon24649
  /external/libmojo/base/android/javatests/src/org/chromium/base/
AdvancedMockContextTest.java 10 import android.content.Context;
54 Context targetContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
56 AdvancedMockContext context = new AdvancedMockContext(targetContext); local
59 context.registerComponentCallbacks(callback1);
60 context.registerComponentCallbacks(callback2);
  /external/libmojo/mojo/edk/system/
awakable_list_unittest.cc 24 uintptr_t context; local
29 test::SimpleWaiterThread thread(&result, &context);
37 EXPECT_EQ(1u, context);
42 test::SimpleWaiterThread thread(&result, &context);
48 EXPECT_EQ(2u, context);
53 test::SimpleWaiterThread thread(&result, &context);
60 EXPECT_EQ(3u, context);
65 uintptr_t context; local
70 test::SimpleWaiterThread thread(&result, &context);
79 EXPECT_EQ(1u, context);
115 uintptr_t context; local
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
control_message_proxy.cc 65 SerializationContext context; local
67 params, &params_ptr, &context);
76 SerializationContext context; local
81 params_ptr, &context);
87 params_ptr, builder.buffer(), &params, &context);
95 SerializationContext context; local
102 &context);
109 params_ptr, builder.buffer(), &params, &context);
  /external/libmojo/mojo/public/cpp/bindings/tests/
map_common_test.h 164 mojo::internal::SerializationContext context; local
166 mojo::internal::PrepareToSerialize<MojomType>(array, &context);
176 &context);
180 &context);
197 mojo::internal::SerializationContext context; local
199 mojo::internal::PrepareToSerialize<MojomType>(array, &context);
212 &context);
216 &context);
  /external/libxcam/modules/ocl/
cl_blender.cpp 26 CLBlenderScaleKernel::CLBlenderScaleKernel (const SmartPtr<CLContext> &context, bool is_uv)
27 : CLImageKernel (context)
35 SmartPtr<CLContext> context = get_context (); local
60 const SmartPtr<CLContext> &context, const char *name,
62 : CLImageHandler (context, name)
127 SmartPtr<CLContext> context = get_context (); local
166 ret = allocate_cl_buffers (context, input0, input1, output);
173 SmartPtr<CLContext> context = CLDevice::instance ()->get_context (); local
175 ERROR, context.ptr (), NULL,
176 "create ocl blender failed to get cl context");
    [all...]
cl_device.cpp 40 // create default context
43 XCAM_LOG_WARNING ("CL device create default context failed");
194 SmartPtr<CLContext> context; local
197 context = new CLIntelContext (_instance);
199 context = new CLContext (_instance);
201 if (!context->is_valid())
205 if (context->is_valid () && !context->init_cmd_queue (context)) {
206 XCAM_LOG_ERROR ("CL context init cmd queue failed")
    [all...]
  /external/libxcam/xcore/
smart_analysis_handler.cpp 56 XCamSmartAnalysisContext *context = NULL; local
61 if ((ret = _desc->create_context (&context, &async_mode, NULL)) != XCAM_RETURN_NO_ERROR) {
62 XCAM_LOG_WARNING ("smart handler(%s) lib create context failed", XCAM_STR(get_name()));
65 if (!context) {
66 XCAM_LOG_WARNING ("smart handler(%s) lib create context failed with NULL context", XCAM_STR(get_name()));
71 XCAM_LOG_INFO ("create smart analysis context(%s)", XCAM_STR(get_name()));
74 _handler_map[context] = self;
75 _context = context;
82 XCamSmartAnalysisContext *context; local
    [all...]
  /external/libxml2/include/libxml/
xmlIO.h 41 * Returns an Input context or NULL in case or error
46 * @context: an Input context
54 typedef int (XMLCALL *xmlInputReadCallback) (void * context, char * buffer, int len);
57 * @context: an Input context
63 typedef int (XMLCALL *xmlInputCloseCallback) (void * context);
87 * Returns an Output context or NULL in case or error
92 * @context: an Output context
126 void* context; member in struct:_xmlParserInputBuffer
142 void* context; member in struct:_xmlOutputBuffer
    [all...]
  /external/llvm/lib/MC/
MCWin64EH.cpp 52 MCContext &Context = Streamer.getContext();
54 MCBinaryExpr::createSub(MCSymbolRefExpr::create(LHS, Context),
55 MCSymbolRefExpr::create(RHS, Context), Context);
128 MCContext &Context = streamer.getContext();
129 const MCSymbolRefExpr *BaseRef = MCSymbolRefExpr::create(Base, Context);
130 const MCSymbolRefExpr *OtherRef = MCSymbolRefExpr::create(Other, Context);
131 const MCExpr *Ofs = MCBinaryExpr::createSub(OtherRef, BaseRef, Context);
134 Context);
135 streamer.EmitValue(MCBinaryExpr::createAdd(BaseRefRel, Ofs, Context), 4)
140 MCContext &context = streamer.getContext(); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.h 110 struct pipe_context *context; member in struct:cso_blend
117 struct pipe_context *context; member in struct:cso_depth_stencil_alpha
124 struct pipe_context *context; member in struct:cso_rasterizer
131 struct pipe_context *context; member in struct:cso_sampler
144 struct pipe_context *context; member in struct:cso_velements
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_printf.c 50 LLVMContextRef context = gallivm->context; local
57 assert(LLVMTypeOf(args[0]) == LLVMPointerType(LLVMInt8TypeInContext(context), 0));
64 args[i] = LLVMBuildFPExt(builder, args[i], LLVMDoubleTypeInContext(context), "");
67 printf_type = LLVMFunctionType(LLVMInt32TypeInContext(context), NULL, 0, 1);
140 LLVMTypeRef int_type = LLVMIntTypeInContext(gallivm->context, sizeof(int) * 8);
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_shader.h 47 rbug_context_t context; member in struct:rbug_proto_shader_list
53 rbug_context_t context; member in struct:rbug_proto_shader_info
60 rbug_context_t context; member in struct:rbug_proto_shader_disable
68 rbug_context_t context; member in struct:rbug_proto_shader_replace
94 rbug_context_t context,
98 rbug_context_t context,
103 rbug_context_t context,
109 rbug_context_t context,
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c 263 struct nouveau_context *context = nouveau_context(pipe); local
266 context->debug = *cb;
268 memset(&context->debug, 0, sizeof(context->debug));
272 nouveau_context_init(struct nouveau_context *context)
274 context->pipe.set_debug_callback = nouveau_set_debug_callback;
  /external/mesa3d/src/gallium/state_trackers/clover/core/
event.hpp 57 event(clover::context &ctx, const ref_vector<event> &deps,
78 const intrusive_ref<clover::context> context; member in class:clover::event
152 soft_event(clover::context &ctx, const ref_vector<event> &deps,
memory.hpp 38 memory_obj(clover::context &ctx, cl_mem_flags flags,
59 const intrusive_ref<clover::context> context; member in class:clover::memory_obj
73 buffer(clover::context &ctx, cl_mem_flags flags,
82 root_buffer(clover::context &ctx, cl_mem_flags flags,
110 image(clover::context &ctx, cl_mem_flags flags,
139 image2d(clover::context &ctx, cl_mem_flags flags,
149 image3d(clover::context &ctx, cl_mem_flags flags,
  /external/mesa3d/src/gallium/state_trackers/hgl/
hgl.c 38 struct hgl_context* context; local
40 context = (struct hgl_context*)stctxi->st_manager_private;
41 assert(context);
42 return context;
64 //struct hgl_context* context = hgl_st_context(stctxi);
154 struct hgl_context* context; local
162 context = hgl_st_context(stctxi);
167 //get_bitmap_size(context->bitmap, &width, &height);
176 resized = (buffer->width != context->width)
177 || (buffer->height != context->height)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
vertexshader9.h 83 struct nine_context *context = &(device->context); local
88 samplers_shadow = (uint8_t)((context->samplers_shadow & NINE_VS_SAMPLERS_MASK) >> NINE_SAMPLER_VS(0));
93 key |= (uint32_t) ((!!context->rs[D3DRS_FOGENABLE]) << 8);
94 key |= (uint32_t) (context->swvp << 9);
100 key |= ((uint64_t)util_float_to_half(asfloat(context->rs[D3DRS_POINTSIZE_MIN]))) << 32;
101 key |= ((uint64_t)util_float_to_half(asfloat(context->rs[D3DRS_POINTSIZE_MAX]))) << 48;
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_subpicture.c 68 XvMCContext context; local
101 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
146 /* Test NULL context */
149 assert(XvMCCreateSubpicture(display, &context, NULL, subpic_width, subpic_height, subpics[0].id) == XvMCBadSubpicture);
151 assert(XvMCCreateSubpicture(display, &context, &subpicture, subpic_width, subpic_height, -1) == BadMatch);
153 assert(XvMCCreateSubpicture(display, &context, &subpicture, 16384, subpic_height, subpics[0].id) == BadValue);
155 assert(XvMCCreateSubpicture(display, &context, &subpicture, subpic_width, 16384, subpics[0].id) == BadValue);
157 assert(XvMCCreateSubpicture(display, &context, &subpicture, 16384, 16384, subpics[0].id) == BadValue);
161 assert(XvMCCreateSubpicture(display, &context, &subpicture, subpic_width, subpic_height, subpics[i].id) == Success);
164 /* Test context id assigned and correct *
    [all...]
  /external/mesa3d/src/gallium/targets/haiku-softpipe/
GalliumContext.cpp 113 struct hgl_context* context = CALLOC_STRUCT(hgl_context); local
115 if (!context) {
116 ERROR("%s: Couldn't create pipe context!\n", __FUNCTION__);
120 // Set up the initial things our context needs
121 context->bitmap = bitmap;
122 context->colorSpace = get_bitmap_color_space(bitmap);
123 context->screen = fScreen;
124 context->draw = NULL;
125 context->read = NULL;
126 context->st = NULL
280 struct hgl_context* context = fContext[contextID]; local
328 struct hgl_context *context = fContext[contextID]; local
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/
SpringConfigurationTest.java 24 import org.springframework.context.ApplicationContext;
25 import org.springframework.context.support.ClassPathXmlApplicationContext;
75 ApplicationContext context = new ClassPathXmlApplicationContext("stubftpserver-beans.xml"); local
76 stubFtpServer = (StubFtpServer) context.getBean("stubFtpServer");
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/
SpringConfigurationTest.java 25 import org.springframework.context.ApplicationContext;
26 import org.springframework.context.support.ClassPathXmlApplicationContext;
74 ApplicationContext context = new ClassPathXmlApplicationContext("stubftpserver-beans.xml"); local
75 stubFtpServer = (StubFtpServer) context.getBean("stubFtpServer");

Completed in 891 milliseconds

<<21222324252627282930>>