Searched defs:name_space (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
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)) {
259 if ((iter->name_space == -1)
260 || (iter->curr->name_space
205 _mesa_symbol_table_iterator_ctor(struct _mesa_symbol_table *table, int name_space, const char *name) argument
280 _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, int name_space, const char *name) argument
302 _mesa_symbol_table_find_symbol(struct _mesa_symbol_table *table, int name_space, const char *name) argument
325 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *table, int name_space, const char *name, void *declaration) argument
380 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table *table, int name_space, const char *name, void *declaration) argument
[all...]
/external/chromium/chrome/common/extensions/
H A Duser_script.h108 const std::string& name_space() const { return name_space_; } function in class:UserScript
109 void set_name_space(const std::string& name_space) { argument
110 name_space_ = name_space;
/external/bluetooth/glib/gio/
H A Dgfileinfo.c490 * @name_space: a file attribute key's namespace.
495 * possible attribute types for the given @name_space, or
500 const char *name_space)
505 guint32 ns_id = (name_space) ? lookup_namespace (name_space) : 0;
499 g_file_info_list_attributes(GFileInfo *info, const char *name_space) argument

Completed in 122 milliseconds