Searched refs:name_space (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dsymbol_table.h34 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);
H A Dsymbol_table.c59 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
205 _mesa_symbol_table_iterator_ctor(struct _mesa_symbol_table *table, int name_space, const char *name) argument
281 _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, int name_space, const char *name) argument
303 _mesa_symbol_table_find_symbol(struct _mesa_symbol_table *table, int name_space, const char *name) argument
326 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *table, int name_space, const char *name, void *declaration) argument
381 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table *table, int name_space, const char *name, void *declaration) argument
[all...]
/external/mesa3d/src/mesa/program/
H A Dsymbol_table.h34 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);
H A Dsymbol_table.c59 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
205 _mesa_symbol_table_iterator_ctor(struct _mesa_symbol_table *table, int name_space, const char *name) argument
281 _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, int name_space, const char *name) argument
303 _mesa_symbol_table_find_symbol(struct _mesa_symbol_table *table, int name_space, const char *name) argument
326 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *table, int name_space, const char *name, void *declaration) argument
381 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table *table, int name_space, const char *name, void *declaration) argument
[all...]
/external/chromium_org/extensions/common/
H A Duser_script.h133 const std::string& name_space() const { return name_space_; } function in class:extensions::UserScript
134 void set_name_space(const std::string& name_space) { argument
135 name_space_ = name_space;
/external/chromium_org/chrome/browser/extensions/
H A Dconvert_user_script.cc70 if (!script.name().empty() && !script.name_space().empty())
71 script_name = script.name_space() + "/" + script.name();

Completed in 154 milliseconds