Searched refs:name_space (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | symbol_table.c | 59 int name_space; member 119 int name_space; member 206 int name_space, const char *name) in _mesa_symbol_table_iterator_ctor() argument 211 iter->name_space = name_space; in _mesa_symbol_table_iterator_ctor() 219 if ((name_space == -1) || (sym->name_space == name_space)) { in _mesa_symbol_table_iterator_ctor() 260 if ((iter->name_space == -1) in _mesa_symbol_table_iterator_next() 261 || (iter->curr->name_space == iter->name_space)) { in _mesa_symbol_table_iterator_next() 282 int name_space, const char *name) in _mesa_symbol_table_symbol_scope() argument 291 if ((name_space == -1) || (sym->name_space == name_space)) { in _mesa_symbol_table_symbol_scope() 304 int name_space, const char *name) in _mesa_symbol_table_find_symbol() argument [all …]
|
D | 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);
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | symbol_table.c | 59 int name_space; member 119 int name_space; member 206 int name_space, const char *name) in _mesa_symbol_table_iterator_ctor() argument 211 iter->name_space = name_space; in _mesa_symbol_table_iterator_ctor() 219 if ((name_space == -1) || (sym->name_space == name_space)) { in _mesa_symbol_table_iterator_ctor() 260 if ((iter->name_space == -1) in _mesa_symbol_table_iterator_next() 261 || (iter->curr->name_space == iter->name_space)) { in _mesa_symbol_table_iterator_next() 282 int name_space, const char *name) in _mesa_symbol_table_symbol_scope() argument 291 if ((name_space == -1) || (sym->name_space == name_space)) { in _mesa_symbol_table_symbol_scope() 304 int name_space, const char *name) in _mesa_symbol_table_find_symbol() argument [all …]
|
D | 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);
|
/external/chromium_org/extensions/common/ |
D | user_script.h | 113 const std::string& name_space() const { return name_space_; } in name_space() function 114 void set_name_space(const std::string& name_space) { in set_name_space() argument 115 name_space_ = name_space; in set_name_space()
|
/external/chromium_org/chrome/browser/extensions/ |
D | convert_user_script.cc | 71 if (!script.name().empty() && !script.name_space().empty()) in ConvertUserScriptToExtension() 72 script_name = script.name_space() + "/" + script.name(); in ConvertUserScriptToExtension()
|