Searched refs:context_list (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_context.c67 static struct apple_glx_context *context_list = NULL; variable in typeref:struct:apple_glx_context
69 /* This guards the context_list above. */
105 for (i = context_list; i; i = i->next) {
192 if (context_list)
193 context_list->previous = ac;
196 ac->next = context_list;
197 context_list = ac;
229 /* Remove ac from the context_list as soon as possible. */
236 context_list = ac->next;
534 for (ac = context_list; a
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_glx_context.c67 static struct apple_glx_context *context_list = NULL; variable in typeref:struct:apple_glx_context
69 /* This guards the context_list above. */
105 for (i = context_list; i; i = i->next) {
192 if (context_list)
193 context_list->previous = ac;
196 ac->next = context_list;
197 context_list = ac;
229 /* Remove ac from the context_list as soon as possible. */
236 context_list = ac->next;
534 for (ac = context_list; a
[all...]
/external/chromium_org/net/http/
H A Dhttp_cache_unittest.cc1274 std::vector<Context*> context_list; local
1278 context_list.push_back(new Context());
1279 Context* c = context_list[i];
1291 Context* c = context_list[i];
1308 Context* c = context_list[i];
1313 Context* c = context_list[i];
1326 Context* c = context_list[i];
1342 std::vector<Context*> context_list; local
1346 context_list.push_back(new Context());
1347 Context* c = context_list[
1427 ScopedVector<Context> context_list; local
1475 std::vector<Context*> context_list; local
1522 std::vector<Context*> context_list; local
1582 std::vector<Context*> context_list; local
1663 std::vector<Context*> context_list; local
1766 std::vector<Context*> context_list; local
1805 std::vector<Context*> context_list; local
1851 std::vector<Context*> context_list; local
[all...]
/external/chromium_org/v8/src/
H A Dliveedit.cc774 ZoneList<Variable*> context_list(
776 current_scope->CollectStackAndContextLocals(&stack_list, &context_list);
777 context_list.Sort(&Variable::CompareIndex);
779 for (int i = 0; i < context_list.length(); i++) {
782 context_list[i]->name());
787 Handle<Smi>(Smi::FromInt(context_list[i]->index()), isolate()));

Completed in 769 milliseconds