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

  /external/mesa3d/src/mesa/program/
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)) {
259 if ((iter->name_space == -1)
260 || (iter->curr->name_space == iter->name_space))
    [all...]
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/chrome/common/extensions/
user_script.h 108 const std::string& name_space() const { return name_space_; } function in class:UserScript
109 void set_name_space(const std::string& name_space) {
110 name_space_ = name_space;
  /external/chromium/chrome/browser/extensions/
convert_user_script.cc 64 if (!script.name().empty() && !script.name_space().empty())
65 script_name = script.name_space() + "/" + script.name();
  /external/bluetooth/glib/gio/
gfileinfo.c 490 * @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;
    [all...]
gfileinfo.h 722 const char *name_space);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar 

Completed in 4512 milliseconds