HomeSort by relevance Sort by last modified time
    Searched refs:name_space (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
symbol_table.h 34 int name_space, const char *name, void *declaration);
37 struct _mesa_symbol_table *symtab, int name_space, const char *name,
41 int name_space, const char *name);
44 struct _mesa_symbol_table *symtab, int name_space, const char *name);
51 struct _mesa_symbol_table *table, int name_space, const char *name);
symbol_table.c 59 int name_space; member in struct:symbol
119 int name_space; member in struct:_mesa_symbol_table_iterator
206 int name_space, const char *name)
211 iter->name_space = name_space;
219 if ((name_space == -1) || (sym->name_space == name_space)) {
260 if ((iter->name_space == -1)
261 || (iter->curr->name_space == iter->name_space))
    [all...]
  /external/mesa3d/src/mesa/program/
symbol_table.h 34 int name_space, const char *name, void *declaration);
37 struct _mesa_symbol_table *symtab, int name_space, const char *name,
41 int name_space, const char *name);
44 struct _mesa_symbol_table *symtab, int name_space, const char *name);
51 struct _mesa_symbol_table *table, int name_space, const char *name);
symbol_table.c 59 int name_space; member in struct:symbol
119 int name_space; member in struct:_mesa_symbol_table_iterator
206 int name_space, const char *name)
211 iter->name_space = name_space;
219 if ((name_space == -1) || (sym->name_space == name_space)) {
260 if ((iter->name_space == -1)
261 || (iter->curr->name_space == iter->name_space))
    [all...]
  /external/chromium_org/extensions/common/
user_script.h 133 const std::string& name_space() const { return name_space_; } function in class:extensions::UserScript
134 void set_name_space(const std::string& name_space) {
135 name_space_ = name_space;
  /external/chromium_org/chrome/browser/extensions/
convert_user_script.cc 70 if (!script.name().empty() && !script.name_space().empty())
71 script_name = script.name_space() + "/" + script.name();

Completed in 270 milliseconds