HomeSort by relevance Sort by last modified time
    Searched full:setlist (Results 1 - 21 of 21) 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/gpu/command_buffer/service/
vertex_attrib_manager.cc 130 vertex_attribs_[vv].SetList(&disabled_vertex_attribs_);
149 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/chromium/chrome/browser/prefs/
pref_member.cc 169 prefs()->SetList(pref_name().c_str(), value->DeepCopy());
pref_service.h 226 // SetList() takes ownership of |value|. Pass a copy of the ListValue to
228 void SetList(const char* path, ListValue* value);
pref_member_unittest.cc 216 prefs.SetList(kListPref, list_value_ints); // takes ownership
pref_service.cc 557 void PrefService::SetList(const char* path, ListValue* value) {
  /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 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
gdbint.info     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gdbint.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gdbint.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gdbint.info     [all...]

Completed in 1890 milliseconds