HomeSort by relevance Sort by last modified time
    Searched full:setlist (Results 1 - 16 of 16) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_list_test.cc 26 static void SetList(List *l, ListItem *x = 0,
140 SetList(&l1, x);
143 SetList(&l1, x, y, z);
144 SetList(&l2, a, b, c);
149 SetList(&l1, x, y);
150 SetList(&l2);
  /ndk/sources/host-tools/make-3.81/
variable.c 346 const struct variable_set_list *setlist;
352 for (setlist = current_variable_set_list;
353 setlist != 0; setlist = setlist->next)
355 const struct variable_set *set = setlist->set;
443 chain is replaced with FILE->parent's setlist. If FILE is a double-colon
552 register struct variable_set_list *setlist;
559 setlist = (struct variable_set_list *)
561 setlist->set = set
342 const struct variable_set_list *setlist; local
545 register struct variable_set_list *setlist; local
605 struct variable_set_list *setlist; local
    [all...]
ChangeLog 723 that the new setlist is in the global_setlist variable, and
724 next points to a new setlist with the global variable set.
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lopcodes.c 54 "SETLIST",
lopcodes.h 284 /* number of list items to accumulate before a SETLIST instruction */
  /external/chromium_org/gpu/command_buffer/service/
vertex_attrib_manager.cc 127 vertex_attribs_[vv].SetList(&disabled_vertex_attribs_);
146 info.SetList(enable ? &enabled_vertex_attribs_ : &disabled_vertex_attribs_);
vertex_attrib_manager.h 98 void SetList(VertexAttribList* new_list) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
FetchValidator.java 163 public void setList(String list) {
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 363 setList = [ item[-1] for item in items]
364 for set in setList:
431 setList = [ item[-1] for item in items ]
432 for set in setList:
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 652 cmd ::= UPDATE orconf(R) fullname(X) indexed_opt(I) SET setlist(Y) where_opt(W) orderby_opt(O) limit_opt(L). {
660 cmd ::= UPDATE orconf(R) fullname(X) indexed_opt(I) SET setlist(Y) where_opt(W). {
667 %type setlist {ExprList*}
668 %destructor setlist {sqlite3ExprListDelete(pParse->db, $$);}
670 setlist(A) ::= setlist(Z) COMMA nm(X) EQ expr(Y). {
674 setlist(A) ::= nm(X) EQ expr(Y). {
    [all...]
  /external/valgrind/main/auxprogs/
DotToScc.hs 269 utSetUnionList setList = foldl utSetUnion utSetEmpty setList
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
director-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 

Completed in 165 milliseconds