name              325 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp 	    std::string name(entry->d_name);
name              328 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp 	    if (name.at(0) == '.') {
name              331 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp 	    const std::string::size_type pos = name.find_last_of('.');
name              336 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp 	    const std::string suffix = name.substr(pos);
name              340 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp                 log_debug(_("Gnash media file name: %s"), name);
name              342 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp                 filespec += name;
name              346 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp                     stats->name = name;
name              464 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp                 obj->setName(file->name);
name              470 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp                 boost::shared_ptr<cygnal::Element> name(new cygnal::Element);
name              471 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp                 name->makeString("name", file->name);
name              472 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp                 obj->addProperty(name);
name               49 cygnal/cgi-bin/oflaDemo/oflaDemo.h 	std::string name;
name              164 cygnal/crc.cpp                 char name[128];
name              165 cygnal/crc.cpp                 in.getline(name, 128);
name              607 cygnal/http_server.cpp 	string name = el.getName();
name              608 cygnal/http_server.cpp 	nel.setName(name);
name              903 cygnal/http_server.cpp 	    string name = i->substr(0, pos);
name              905 cygnal/http_server.cpp  	    std::transform(name.begin(), name.end(), name.begin(), 
name              909 cygnal/http_server.cpp  	    _fields[name] = value;
name              910 cygnal/http_server.cpp 	    if (name == "keep-alive") {
name              917 cygnal/http_server.cpp 	    if (name == "connection") {
name              922 cygnal/http_server.cpp 	    if (name == "content-length") {
name              926 cygnal/http_server.cpp 	    if (name == "content-type") {
name              342 cygnal/libamf/amf.cpp 	std::string name = data.getName();
name              343 cygnal/libamf/amf.cpp 	if (name.size() > 0) {
name              344 cygnal/libamf/amf.cpp 	    *buf += name;
name              806 cygnal/libamf/amf.cpp 	std::string name = el.getName();
name              807 cygnal/libamf/amf.cpp 	if (name.size() > 0) {
name              808 cygnal/libamf/amf.cpp 	    *bigbuf += name;
name              842 cygnal/libamf/amf.cpp 	std::string name = el->getName();
name              843 cygnal/libamf/amf.cpp 	if (name.size() > 0) {
name              844 cygnal/libamf/amf.cpp 	    *buf += name;
name             1139 cygnal/libamf/amf.cpp                 std::string name(reinterpret_cast<const char*>(tmpptr), length);
name             1141 cygnal/libamf/amf.cpp                 el->setName(name.c_str(), name.size());
name             1250 cygnal/libamf/amf.cpp     std::string name(reinterpret_cast<const char *>(tmpptr), length);
name             1262 cygnal/libamf/amf.cpp 	gnash::log_debug("No data associated with Property \"%s\"", name);
name             1264 cygnal/libamf/amf.cpp 	el->setName(name.c_str(), name.size());
name             1274 cygnal/libamf/amf.cpp 	    el->setName(name.c_str(), name.size()); // FIXME: arg, overwrites the name for TypedObjects
name              104 cygnal/libamf/element.cpp     makeNumber(name, num);
name              139 cygnal/libamf/element.cpp     makeString(name, data);
name              163 cygnal/libamf/element.cpp     makeBoolean(name, indata);
name              702 cygnal/libamf/element.cpp     if (name.size()) {
name              703 cygnal/libamf/element.cpp         setName(name);
name              775 cygnal/libamf/element.cpp     if (name.size()) {
name              776 cygnal/libamf/element.cpp         setName(name);
name              787 cygnal/libamf/element.cpp     if (name.size()) {
name              788 cygnal/libamf/element.cpp         setName(name);
name              835 cygnal/libamf/element.cpp     if (name.size()) {
name              836 cygnal/libamf/element.cpp         setName(name);
name              877 cygnal/libamf/element.cpp     if (name.size()) {
name              878 cygnal/libamf/element.cpp         setName(name);
name              904 cygnal/libamf/element.cpp     if (name.size()) {
name              905 cygnal/libamf/element.cpp         setName(name);
name              936 cygnal/libamf/element.cpp     if (name.size()) {
name              937 cygnal/libamf/element.cpp         setName(name);
name              954 cygnal/libamf/element.cpp     if (name.size()) {
name              955 cygnal/libamf/element.cpp         setName(name);
name             1025 cygnal/libamf/element.cpp     makeXMLObject(name, data);
name             1051 cygnal/libamf/element.cpp     if (name.size()) {
name             1052 cygnal/libamf/element.cpp         setName(name);
name             1178 cygnal/libamf/element.cpp     if (name.size()) {
name             1179 cygnal/libamf/element.cpp         setName(name);
name             1196 cygnal/libamf/element.cpp     makeObject(name, data);
name             1241 cygnal/libamf/element.cpp     if (name.size()) {
name             1242 cygnal/libamf/element.cpp         setName(name);
name             1258 cygnal/libamf/element.cpp     makeObject(name, data);
name             1437 cygnal/libamf/element.cpp     boost::uint8_t *ptr = reinterpret_cast<boost::uint8_t *>(const_cast<char *>(name));
name             1455 cygnal/libamf/element.cpp     if ((size > 0) && (name != 0)) {
name             1457 cygnal/libamf/element.cpp 	std::copy(name, name+size, _name);
name             1580 cygnal/libamf/element.cpp 	    if (el->getName() == name) {
name              114 cygnal/libamf/element.h     Element(const std::string &name, double num);
name              130 cygnal/libamf/element.h     Element(const std::string &name, const std::string &data);
name              142 cygnal/libamf/element.h     Element(const std::string &name, bool data);
name              243 cygnal/libamf/element.h     Element &makeString(const std::string &name, const std::string &str);
name              272 cygnal/libamf/element.h     Element &makeNumber(const std::string &name, double num) ;
name              275 cygnal/libamf/element.h     Element &makeNumber(const std::string &name, boost::uint8_t *data);
name              299 cygnal/libamf/element.h     Element &makeBoolean(const std::string &name, bool data);
name              311 cygnal/libamf/element.h     Element &makeUndefined(const std::string &name);
name              323 cygnal/libamf/element.h     Element &makeNull(const std::string &name);
name              346 cygnal/libamf/element.h     Element &makeObject(const std::string &name);
name              362 cygnal/libamf/element.h     Element &makeObject(const std::string &name, std::vector<boost::shared_ptr<cygnal::Element> > &data);
name              377 cygnal/libamf/element.h     Element &makeXMLObject(const std::string &name);
name              386 cygnal/libamf/element.h     Element &makeXMLObject(const std::string &name, const std::string &data);
name              401 cygnal/libamf/element.h     Element &makeECMAArray(const std::string &name);
name              419 cygnal/libamf/element.h     Element &makeECMAArray(const std::string &name, std::vector<boost::shared_ptr<cygnal::Element> > &data);
name              435 cygnal/libamf/element.h     Element &makeStrictArray(const std::string &name);
name              453 cygnal/libamf/element.h     Element &makeStrictArray(const std::string &name, std::vector<boost::shared_ptr<cygnal::Element> > &data);
name              461 cygnal/libamf/element.h     Element &makeTypedObject(const std::string &name);
name              667 cygnal/libamf/element.h     void setName(const std::string &name);
name              669 cygnal/libamf/element.h     void setName(const char *name, size_t x);
name              681 cygnal/libamf/element.h     void setName(boost::uint8_t *name, size_t size);
name              691 cygnal/libamf/element.h     boost::shared_ptr<Element> findProperty(const std::string &name);
name              160 cygnal/libamf/flv.cpp     std::string name(reinterpret_cast<const char *>(ptr), length);
name              167 cygnal/libamf/flv.cpp 	    _metadata->setName(name.c_str(), length);
name              317 cygnal/libamf/flv.cpp 	    if (el->getName() == name) {
name              226 cygnal/libamf/flv.h     boost::shared_ptr<cygnal::Element> findProperty(const std::string &name);
name              176 cygnal/libamf/lcshm.cpp         if (name == item) 	{
name              201 cygnal/libamf/lcshm.cpp 	 if (findListener(name)) {
name              212 cygnal/libamf/lcshm.cpp     if (memcpy(item, name.c_str(), name.size()) == 0) {
name              220 cygnal/libamf/lcshm.cpp 	item += name.size() + 1;
name              263 cygnal/libamf/lcshm.cpp         if (name == item) {         
name              629 cygnal/libamf/lcshm.cpp 	int size = name.size() + domainname.size() + 9;
name              644 cygnal/libamf/lcshm.cpp     boost::shared_ptr<cygnal::Buffer> buf1 = AMF::encodeString(name);
name              694 cygnal/libamf/lcshm.cpp     Buffer *tmp = AMF::encodeElement(name.c_str());
name              695 cygnal/libamf/lcshm.cpp     memcpy(ptr, tmp, name.size() + AMF_HEADER_SIZE);
name              698 cygnal/libamf/lcshm.cpp     ptr += name.size() + AMF_HEADER_SIZE;
name               63 cygnal/libamf/lcshm.h     bool addListener(const std::string &name);
name               71 cygnal/libamf/lcshm.h     bool findListener(const std::string &name);
name               79 cygnal/libamf/lcshm.h     bool removeListener(const std::string &name);
name              166 cygnal/libamf/lcshm.h     bool connect(const std::string &name);
name              194 cygnal/libamf/lcshm.h     void send(const std::string& name, const std::string& dataname,
name              206 cygnal/libamf/lcshm.h     void recv(std::string &name, std::string &dataname, boost::shared_ptr<cygnal::Element> data);
name              244 cygnal/libamf/lcshm.h     void addConnectionName(std::string &name);
name              251 cygnal/libamf/lcshm.h     void addHostname(std::string &name);
name              149 cygnal/libamf/sol.cpp     return formatHeader(name, _filesize);
name              177 cygnal/libamf/sol.cpp     filesize += name.size() + 16;
name              208 cygnal/libamf/sol.cpp     swapped = name.size();
name              215 cygnal/libamf/sol.cpp     ptr = (boost::uint8_t *)name.c_str();
name              216 cygnal/libamf/sol.cpp     for (i=0; i<name.size(); i++) {
name              326 cygnal/libamf/sol.cpp 	int len = name.size() + sizeof(boost::uint16_t) + 16;
name              330 cygnal/libamf/sol.cpp     formatHeader(name);
name               93 cygnal/libamf/sol.h     bool formatHeader(const std::string &name);
name              102 cygnal/libamf/sol.h     bool formatHeader(const std::string &name, int filesize);
name               87 cygnal/libnet/cache.cpp     _pathnames[name] = fullpath;
name               96 cygnal/libnet/cache.cpp     _responses[name] = response;
name              105 cygnal/libnet/cache.cpp     log_network("Adding file %s to cache.", name);
name              106 cygnal/libnet/cache.cpp     _files[name] = file;
name              118 cygnal/libnet/cache.cpp     it = _pathnames.find(name);
name              123 cygnal/libnet/cache.cpp     return _pathnames[name];
name              135 cygnal/libnet/cache.cpp     it = _responses.find(name);
name              140 cygnal/libnet/cache.cpp     return _responses[name];
name              148 cygnal/libnet/cache.cpp     log_network("Trying to find %s in the cache.", name);
name              154 cygnal/libnet/cache.cpp     it = _files.find(name);
name              159 cygnal/libnet/cache.cpp     return _files[name];
name              167 cygnal/libnet/cache.cpp     _pathnames.erase(name);
name              175 cygnal/libnet/cache.cpp     _responses.erase(name);
name              183 cygnal/libnet/cache.cpp     _files.erase(name);
name              263 cygnal/libnet/cache.cpp     map<string, string>::const_iterator name;
name              264 cygnal/libnet/cache.cpp     for (name = _pathnames.begin(); name != _pathnames.end(); name++) {
name              265 cygnal/libnet/cache.cpp         os << "Full path for \"" << name->first << "\" is: " << name->second << endl;
name              270 cygnal/libnet/cache.cpp     for (name = _responses.begin(); name != _responses.end(); name++) {
name              271 cygnal/libnet/cache.cpp         os << "Response for \"" << name->first << "\" is: " << name->second << endl;
name               54 cygnal/libnet/cache.h     void DSOEXPORT addPath(const std::string &name, const std::string &fullpath);
name               55 cygnal/libnet/cache.h     std::string &findPath(const std::string &name);
name               56 cygnal/libnet/cache.h     void removePath(const std::string &name);
name               58 cygnal/libnet/cache.h     void addResponse(const std::string &name, const std::string &response);
name               59 cygnal/libnet/cache.h     std::string &findResponse(const std::string &name);
name               60 cygnal/libnet/cache.h     void removeResponse(const std::string &name);
name               62 cygnal/libnet/cache.h     void addFile(const std::string &name, boost::shared_ptr<DiskStream > &file);
name               63 cygnal/libnet/cache.h     boost::shared_ptr<DiskStream> & findFile(const std::string &name);
name               64 cygnal/libnet/cache.h     void removeFile(const std::string &name);
name              986 cygnal/libnet/diskstream.cpp   string name = filespec;
name              990 cygnal/libnet/diskstream.cpp   std::transform(name.begin(), name.end(), name.begin(), 
name              993 cygnal/libnet/diskstream.cpp   pos = name.rfind(".");
name              995 cygnal/libnet/diskstream.cpp     string suffix = name.substr(pos+1, name.size());
name              155 cygnal/libnet/http.cpp 	    string name = i->substr(0, pos);
name              157 cygnal/libnet/http.cpp  	    std::transform(name.begin(), name.end(), name.begin(), 
name              161 cygnal/libnet/http.cpp  	    _fields[name] = value;
name              162 cygnal/libnet/http.cpp 	    if (name == "keep-alive") {
name              169 cygnal/libnet/http.cpp 	    if (name == "connection") {
name              174 cygnal/libnet/http.cpp 	    if (name == "content-length") {
name              178 cygnal/libnet/http.cpp 	    if (name == "content-type") {
name              739 cygnal/libnet/http.cpp     Tok t(_fields[name], Sep(", "));
name              151 cygnal/libnet/http.h     std::string &getField(const std::string &name) { return _fields[name]; };
name              157 cygnal/libnet/http.h     boost::shared_ptr<std::vector<std::string> > getFieldItem(const std::string &name);
name              207 cygnal/libnet/rtmp.cpp         std::string name = (fmt % i).str();
name              208 cygnal/libnet/rtmp.cpp 	_queues[i].setName(name.c_str());
name              239 cygnal/libnet/rtmp.cpp     _properties[name] = el;
name              248 cygnal/libnet/rtmp.cpp             _properties.end(), MatchFirst(name.c_str()));
name              739 cygnal/libnet/rtmp.cpp     boost::shared_ptr<cygnal::Element> name = amf_obj.extractAMF(ptr, tooFar);
name              740 cygnal/libnet/rtmp.cpp     if (name) {
name              741 cygnal/libnet/rtmp.cpp 	ptr += name->getDataSize() + cygnal::AMF_HEADER_SIZE; // skip the length bytes too
name              764 cygnal/libnet/rtmp.cpp     if (name->to_string() != 0) {
name              765 cygnal/libnet/rtmp.cpp 	msg->setMethodName(name->to_string());
name              337 cygnal/libnet/rtmp.h     void addProperty(char *name, cygnal::Element &el);
name              338 cygnal/libnet/rtmp.h     void addProperty(std::string &name, cygnal::Element &el);
name              339 cygnal/libnet/rtmp.h     cygnal::Element &getProperty(const std::string &name);
name              452 cygnal/libnet/rtmp_client.cpp     return encodeStreamOp(id, op, flag, name, 0);
name              522 cygnal/libnet/rtmp_client.cpp     if (!name.empty()) {
name              524 cygnal/libnet/rtmp_client.cpp         filespec.makeString(name);
name               70 cygnal/libnet/rtmp_client.h     DSOEXPORT boost::shared_ptr<cygnal::Buffer> encodeStreamOp(double id, rtmp_op_e op, bool flag, const std::string &name);
name               71 cygnal/libnet/rtmp_client.h     boost::shared_ptr<cygnal::Buffer> encodeStreamOp(double id, rtmp_op_e op, bool flag, const std::string &name, double pos);
name              141 cygnal/libnet/rtmp_msg.cpp 		    std::string name = child->getName();
name              145 cygnal/libnet/rtmp_msg.cpp 			if (name == "code") {
name              194 cygnal/libnet/rtmp_msg.cpp 	    boost::shared_ptr<cygnal::Element> prop = el->findProperty(name);
name               99 cygnal/libnet/rtmp_msg.h     void setMethodName(const std::string &name) { _method = name; } ;
name              121 cygnal/libnet/rtmp_msg.h     DSOEXPORT boost::shared_ptr<cygnal::Element> findProperty(const std::string &name);
name              339 cygnal/libnet/sshclient.cpp     char *name,*instruction,*prompt,*ptr;
name              344 cygnal/libnet/sshclient.cpp         name = const_cast<char *>(ssh_userauth_kbdint_getname(session));
name              347 cygnal/libnet/sshclient.cpp         if(strlen(name)>0)
name              348 cygnal/libnet/sshclient.cpp             log_debug("%s", name);
name               76 cygnal/libnet/sshclient.h     void setUser(std::string name) { _user = name; };
name               82 cygnal/libnet/sshclient.h     void setHostname(std::string name) { _hostname = name; };
name              100 cygnal/libnet/sslclient.h     void setHostname(std::string name) { _hostname = name; };
name              390 cygnal/testsuite/libamf.all/test_lc.cpp     if ((el.name == "gain") &&
name              402 cygnal/testsuite/libamf.all/test_lc.cpp     if ((el.name == newel.name) &&
name              414 cygnal/testsuite/libamf.all/test_lc.cpp     if ((el.name == "echosuppression") &&
name              425 cygnal/testsuite/libamf.all/test_lc.cpp     if ((el.name == newel.name) &&
name              435 cygnal/testsuite/libamf.all/test_lc.cpp     string name = "defaultmicrophone";
name              437 cygnal/testsuite/libamf.all/test_lc.cpp     amf_obj.createElement(&el, name, data);
name              439 cygnal/testsuite/libamf.all/test_lc.cpp     if ((el.name == name) &&
name              450 cygnal/testsuite/libamf.all/test_lc.cpp     if ((el.name == "defaultcamera") &&
name              462 cygnal/testsuite/libamf.all/test_lc.cpp     if ((el.name == "defaultklimit") &&
name              474 cygnal/testsuite/libamf.all/test_lc.cpp     if ((el.name == "defaultalways") &&
name              485 cygnal/testsuite/libamf.all/test_lc.cpp     if ((el.name == "crossdomainAllow") &&
name              496 cygnal/testsuite/libamf.all/test_lc.cpp     if ((el.name == "crossdomainAlways") &&
name              507 cygnal/testsuite/libamf.all/test_lc.cpp     if ((el.name == "allowThirdPartyLSOAccess") &&
name              520 cygnal/testsuite/libamf.all/test_lc.cpp     if ((el.name == "trustedPaths") &&
name              536 cygnal/testsuite/libamf.all/test_lc.cpp     if ((el.name == "localSecPath") &&
name              551 cygnal/testsuite/libamf.all/test_lc.cpp     if ((el.name == "localSecPathTime") &&
name              212 cygnal/testsuite/libamf.all/test_sol.cpp     string name = "defaultmicrophone";
name              216 cygnal/testsuite/libamf.all/test_sol.cpp     if ((el->getName() == name) &&
name               71 extensions/gtk2/gtkext.cpp 	string name = (*it).first;
name               73 extensions/gtk2/gtkext.cpp 	dbglogfile << "Event \"" << name.c_str() << "\" has AS function" << as.to_string() << endl;
name              225 extensions/gtk2/gtkext.cpp 	string name = fn.arg(1).to_string();
name              230 extensions/gtk2/gtkext.cpp 		   << " for event \"" << name << "\"" << endl;
name              231 extensions/gtk2/gtkext.cpp  	callbacks[name] = func;
name              232 extensions/gtk2/gtkext.cpp  	g_signal_connect (G_OBJECT (window->getWindow()), name.c_str(),
name              233 extensions/gtk2/gtkext.cpp 			  G_CALLBACK (generic_callback), (void *)name.c_str());
name              288 extensions/gtk2/gtkext.cpp 	string name = (fn.arg(1).to_string());
name              294 extensions/gtk2/gtkext.cpp 	g_signal_connect_swapped (G_OBJECT (child->getWindow()), name.c_str(),
name              266 extensions/mysql/mysql_db.cpp 	log_debug(_("Field name is: %s: "), fields->name);
name              636 gui/Player.cpp             const std::string& name = (p == std::string::npos) ? url.path() :
name              638 gui/Player.cpp             _screenshotFile = "screenshot-" + name + "-%f";
name              134 gui/Player.h       void setParam(const std::string& name, const std::string& value) {
name              135 gui/Player.h           _params[name] = value;
name               92 gui/fb/EventDevice.cpp     char name[256]= "Unknown";
name               93 gui/fb/EventDevice.cpp     if(ioctl(_fd, EVIOCGNAME(sizeof(name)), name) < 0) {
name               96 gui/fb/EventDevice.cpp     log_debug("The device on %s says its name is %s", filespec, name);
name              146 gui/fb/EventDevice.cpp           if (strstr(name, "keyboard") != 0) {
name              149 gui/fb/EventDevice.cpp               if (strstr(name, "Mouse") != 0) {
name              458 gui/fb/EventDevice.cpp         char name[256] = "Unknown";
name              459 gui/fb/EventDevice.cpp         if(ioctl(fd, EVIOCGNAME(sizeof(name)), name) < 0) {
name              462 gui/fb/EventDevice.cpp         log_debug("The device on %s says its name is %s", filespec, name);
name              185 gui/gnash.cpp          const std::string name = param.substr(0, eq);
name              187 gui/gnash.cpp          p.setParam(name, value);
name             1047 gui/gui.cpp            const std::string& name = (p == std::string::npos) ? url.path() :
name             1049 gui/gui.cpp            const std::string& filename = "screenshot-" + name + "-%f";
name              191 libbase/AMF.h  writeProperty(SimpleBuffer& buf, const std::string& name, const T& t)
name              193 libbase/AMF.h      writePlainString(buf, name, STRING_AMF0);
name               70 libbase/GnashFactory.h         RegisterHandler(const Key& name) {
name               71 libbase/GnashFactory.h             GnashFactory::instance().registerHandler(name, createHandler);
name              104 libbase/GnashFactory.h     T* get(const Key& name) {
name              106 libbase/GnashFactory.h         if (name.empty()) {
name              110 libbase/GnashFactory.h         typename Handlers::const_iterator it = _handlers.find(name);
name              121 libbase/GnashFactory.h     void registerHandler(const Key& name, CreateHandler r) {
name              122 libbase/GnashFactory.h         _handlers[name] = r;
name              105 libbase/GnashTexture.cpp     if (name == NULL || ext == NULL)
name              109 libbase/GnashTexture.cpp     name_len = strlen(name);
name              112 libbase/GnashTexture.cpp         if (n == name_len && strncmp(name, ext, n) == 0)
name              360 libbase/URL.cpp         std::string name;
name              365 libbase/URL.cpp             name = nameval;
name              367 libbase/URL.cpp             name = nameval.substr(0, eq);
name              371 libbase/URL.cpp         decode(name);
name              374 libbase/URL.cpp         target_map[name] = value;
name              208 libbase/URLAccessManager.cpp     char name[MAXHOSTNAMELEN];
name              209 libbase/URLAccessManager.cpp     if (::gethostname(name, MAXHOSTNAMELEN) == -1)
name              219 libbase/URLAccessManager.cpp     name[MAXHOSTNAMELEN - 1] = '\0'; // unlikely, still worth making sure...
name              222 libbase/URLAccessManager.cpp     std::string hostname(name); // the hostname
name               58 libbase/accumulator.h     virtual std::string name() const { return std::string(); }
name               37 libbase/arg_parser.cpp     if( options[i].name && !std::strncmp( options[i].name, &opt[2], len ) )
name               39 libbase/arg_parser.cpp       if( std::strlen( options[i].name ) == len )	// Exact match found
name               66 libbase/arg_parser.cpp       _error = "option `--"; _error += options[index].name;
name               72 libbase/arg_parser.cpp       _error = "option `--"; _error += options[index].name;
name               84 libbase/arg_parser.cpp       _error = "option `--"; _error += options[index].name;
name               60 libbase/arg_parser.h 	const char * name;		// Long option name (maybe null)
name              230 libbase/extension.cpp             std::string name(entry->d_name);
name              233 libbase/extension.cpp             if (name.at(0) == '.') {
name              237 libbase/extension.cpp             const std::string::size_type pos = name.find_last_of('.');
name              241 libbase/extension.cpp             const std::string suffix = name.substr(pos);
name              242 libbase/extension.cpp             name.erase(pos);
name              245 libbase/extension.cpp                 log_debug(_("Gnash Plugin name: %s"), name);
name              246 libbase/extension.cpp                 _modules.push_back(name);
name             4800 libbase/jemalloc.c 		if (strcmp(named[i].name, "ncpus") == 0) {
name              118 libbase/jemtree.h void name##_SPLAY(struct name *, struct type *);			\
name              119 libbase/jemtree.h void name##_SPLAY_MINMAX(struct name *, int);				\
name              120 libbase/jemtree.h struct type *name##_SPLAY_INSERT(struct name *, struct type *);		\
name              121 libbase/jemtree.h struct type *name##_SPLAY_REMOVE(struct name *, struct type *);		\
name              125 libbase/jemtree.h name##_SPLAY_FIND(struct name *head, struct type *elm)			\
name              129 libbase/jemtree.h 	name##_SPLAY(head, elm);					\
name              136 libbase/jemtree.h name##_SPLAY_NEXT(struct name *head, struct type *elm)			\
name              138 libbase/jemtree.h 	name##_SPLAY(head, elm);					\
name              150 libbase/jemtree.h name##_SPLAY_MIN_MAX(struct name *head, int val)			\
name              152 libbase/jemtree.h 	name##_SPLAY_MINMAX(head, val);					\
name              161 libbase/jemtree.h name##_SPLAY_INSERT(struct name *head, struct type *elm)		\
name              167 libbase/jemtree.h 	    name##_SPLAY(head, elm);					\
name              185 libbase/jemtree.h name##_SPLAY_REMOVE(struct name *head, struct type *elm)		\
name              190 libbase/jemtree.h 	name##_SPLAY(head, elm);					\
name              197 libbase/jemtree.h 			name##_SPLAY(head, elm);			\
name              206 libbase/jemtree.h name##_SPLAY(struct name *head, struct type *elm)			\
name              243 libbase/jemtree.h void name##_SPLAY_MINMAX(struct name *head, int __comp) \
name              279 libbase/jemtree.h #define SPLAY_INSERT(name, x, y)	name##_SPLAY_INSERT(x, y)
name              280 libbase/jemtree.h #define SPLAY_REMOVE(name, x, y)	name##_SPLAY_REMOVE(x, y)
name              281 libbase/jemtree.h #define SPLAY_FIND(name, x, y)		name##_SPLAY_FIND(x, y)
name              282 libbase/jemtree.h #define SPLAY_NEXT(name, x, y)		name##_SPLAY_NEXT(x, y)
name              284 libbase/jemtree.h 					: name##_SPLAY_MIN_MAX(x, SPLAY_NEGINF))
name              286 libbase/jemtree.h 					: name##_SPLAY_MIN_MAX(x, SPLAY_INF))
name              289 libbase/jemtree.h 	for ((x) = SPLAY_MIN(name, head);				\
name              291 libbase/jemtree.h 	     (x) = SPLAY_NEXT(name, head, x))
name              380 libbase/jemtree.h 	RB_PROTOTYPE_INTERNAL(name, type, field, cmp,)
name              382 libbase/jemtree.h 	RB_PROTOTYPE_INTERNAL(name, type, field, cmp, __unused static)
name              384 libbase/jemtree.h attr void name##_RB_INSERT_COLOR(struct name *, struct type *);		\
name              385 libbase/jemtree.h attr void name##_RB_REMOVE_COLOR(struct name *, struct type *, struct type *);\
name              386 libbase/jemtree.h attr struct type *name##_RB_REMOVE(struct name *, struct type *);	\
name              387 libbase/jemtree.h attr struct type *name##_RB_INSERT(struct name *, struct type *);	\
name              388 libbase/jemtree.h attr struct type *name##_RB_FIND(struct name *, struct type *);		\
name              389 libbase/jemtree.h attr struct type *name##_RB_NFIND(struct name *, struct type *);	\
name              390 libbase/jemtree.h attr struct type *name##_RB_NEXT(struct type *);			\
name              391 libbase/jemtree.h attr struct type *name##_RB_PREV(struct type *);			\
name              392 libbase/jemtree.h attr struct type *name##_RB_MINMAX(struct name *, int);			\
name              399 libbase/jemtree.h 	RB_GENERATE_INTERNAL(name, type, field, cmp,)
name              401 libbase/jemtree.h 	RB_GENERATE_INTERNAL(name, type, field, cmp, static)
name              404 libbase/jemtree.h name##_RB_INSERT_COLOR(struct name *head, struct type *elm)		\
name              448 libbase/jemtree.h name##_RB_REMOVE_COLOR(struct name *head, struct type *parent, struct type *elm) \
name              526 libbase/jemtree.h name##_RB_REMOVE(struct name *head, struct type *elm)			\
name              588 libbase/jemtree.h 		name##_RB_REMOVE_COLOR(head, parent, child);		\
name              594 libbase/jemtree.h name##_RB_INSERT(struct name *head, struct type *elm)			\
name              619 libbase/jemtree.h 	name##_RB_INSERT_COLOR(head, elm);				\
name              625 libbase/jemtree.h name##_RB_FIND(struct name *head, struct type *elm)			\
name              643 libbase/jemtree.h name##_RB_NFIND(struct name *head, struct type *elm)			\
name              664 libbase/jemtree.h name##_RB_NEXT(struct type *elm)					\
name              686 libbase/jemtree.h name##_RB_PREV(struct type *elm)					\
name              707 libbase/jemtree.h name##_RB_MINMAX(struct name *head, int val)				\
name              724 libbase/jemtree.h #define RB_INSERT(name, x, y)	name##_RB_INSERT(x, y)
name              725 libbase/jemtree.h #define RB_REMOVE(name, x, y)	name##_RB_REMOVE(x, y)
name              726 libbase/jemtree.h #define RB_FIND(name, x, y)	name##_RB_FIND(x, y)
name              727 libbase/jemtree.h #define RB_NFIND(name, x, y)	name##_RB_NFIND(x, y)
name              728 libbase/jemtree.h #define RB_NEXT(name, x, y)	name##_RB_NEXT(y)
name              729 libbase/jemtree.h #define RB_PREV(name, x, y)	name##_RB_PREV(y)
name              730 libbase/jemtree.h #define RB_MIN(name, x)		name##_RB_MINMAX(x, RB_NEGINF)
name              731 libbase/jemtree.h #define RB_MAX(name, x)		name##_RB_MINMAX(x, RB_INF)
name              734 libbase/jemtree.h 	for ((x) = RB_MIN(name, head);					\
name              736 libbase/jemtree.h 	     (x) = name##_RB_NEXT(x))
name              739 libbase/jemtree.h 	for ((x) = RB_MAX(name, head);					\
name              741 libbase/jemtree.h 	     (x) = name##_RB_PREV(x))
name               99 libbase/utility.h 	std::string typeName = typeid(inst).name();
name               91 libcore/AMFConverter.cpp         const std::string& name = _st.value(key);
name               94 libcore/AMFConverter.cpp         log_debug(" serializing property %s", name);
name               96 libcore/AMFConverter.cpp         _writer.writePropertyName(name);
name              117 libcore/AMFConverter.cpp     writePlainString(_buf, name, STRING_AMF0);
name              494 libcore/AMFConverter.cpp         const std::string name(reinterpret_cast<const char*>(_pos), strlen);
name              497 libcore/AMFConverter.cpp         log_debug("amf0 ECMA_ARRAY prop name is %s", name);
name              506 libcore/AMFConverter.cpp         array->set_member(getURI(vm, name), objectElement);
name               92 libcore/AMFConverter.h     bool writePropertyName(const std::string& name);
name              231 libcore/Button.cpp         const ObjectURI& name = d->get_name();
name              232 libcore/Button.cpp         if (name.empty()) return;
name              233 libcore/Button.cpp         getObject(&b)->init_member(name, getObject(d), 0);
name              238 libcore/Button.cpp         const ObjectURI& name = d->get_name();
name              239 libcore/Button.cpp         if (name.empty()) return;
name              240 libcore/Button.cpp         getObject(&b)->delProperty(name);
name             1375 libcore/DisplayObject.cpp     const std::string& name = o.get_name().toString(st);
name             1376 libcore/DisplayObject.cpp     if (getSWFVersion(*getObject(&o)) < 6 && name.empty()) return as_value(); 
name             1377 libcore/DisplayObject.cpp     return as_value(name);
name              200 libcore/ExternalInterface.cpp             invoke->name  = tag.substr(start, end-start);
name              202 libcore/ExternalInterface.cpp             boost::erase_first(invoke->name, "\"");
name              203 libcore/ExternalInterface.cpp             boost::erase_last(invoke->name, "\"");
name              277 libcore/ExternalInterface.cpp     std::string name;
name               46 libcore/ExternalInterface.h         std::string name;
name              184 libcore/Font.cpp     _name = name;
name              319 libcore/Font.cpp     return (_bold == bold && _italic == italic && name ==_name);
name              109 libcore/Font.h     Font(const std::string& name, bool bold = false, bool italic = false);
name              125 libcore/Font.h     bool matches(const std::string& name, bool bold, bool italic) const;
name              143 libcore/Font.h     const std::string& name() const { return _name; }
name              257 libcore/Font.h     void setName(const std::string& name);
name              303 libcore/FreetypeGlyphsProvider.cpp     FcPattern* pat = FcNameParse((const FcChar8*)name.c_str());
name              330 libcore/FreetypeGlyphsProvider.cpp                 "first)", fs->nfont, name);
name              356 libcore/FreetypeGlyphsProvider.cpp             " font filename", name);
name              379 libcore/FreetypeGlyphsProvider.cpp         ret.reset(new FreetypeGlyphsProvider(name, bold, italic));
name              432 libcore/FreetypeGlyphsProvider.cpp     if (getFontFilename(name, bold, italic, filename) == false)
name              435 libcore/FreetypeGlyphsProvider.cpp                        "for font '%s'")) % name;
name              469 libcore/FreetypeGlyphsProvider.cpp     log_debug("EM square for font '%s' is %d, scale is thus %g", name, _face->units_per_EM, scale);
name               77 libcore/FreetypeGlyphsProvider.h             const std::string& name, bool bold, bool italic);
name              155 libcore/FreetypeGlyphsProvider.h     bool getFontFilename(const std::string& name, bool bold, bool italic,
name              111 libcore/Function.cpp             setLocal(cf, _args[i].name, fn.arg(i));
name              117 libcore/Function.cpp             declareLocal(cf, _args[i].name);
name              111 libcore/Function.h 	void add_arg(boost::uint8_t reg, const ObjectURI& name) {
name              112 libcore/Function.h         _args.push_back(Argument(reg, name));
name              132 libcore/Function.h         Argument(boost::uint8_t r, const ObjectURI& n) : reg(r), name(n) {}
name              134 libcore/Function.h         ObjectURI name;
name              193 libcore/Function2.cpp                 setLocal(cf, _args[i].name, fn.arg(i));
name              199 libcore/Function2.cpp                 declareLocal(cf, _args[i].name);
name               37 libcore/HostInterface.cpp     return os << m.name();
name               73 libcore/HostInterface.h     const std::string& name() const { return _name; }
name              134 libcore/InteractiveObject.h                 "using pointInBounds() instead", typeid(*this).name());
name              462 libcore/MovieClip.cpp          const ObjectURI& name = ch->get_name();
name              464 libcore/MovieClip.cpp          if (name.empty()) return;
name              468 libcore/MovieClip.cpp          _v(name);
name             1547 libcore/MovieClip.cpp     (*_text_variables)[name].push_back(ch);
name             1766 libcore/MovieClip.cpp         const ObjectURI& name = get_name();
name             1767 libcore/MovieClip.cpp         if (!name.empty()) extern_movie->set_name(name);
name             1870 libcore/MovieClip.cpp         const std::string& name = it->first;
name             1872 libcore/MovieClip.cpp         getObject(this)->set_member(getURI(vm, name), val);
name             2054 libcore/MovieClip.cpp     MovieClip::TextFieldIndex::iterator it = t->find(name);
name              509 libcore/MovieClip.h     void set_textfield_variable(const ObjectURI& name, TextField* ch);
name               65 libcore/ObjectURI.h         name(0),
name               70 libcore/ObjectURI.h     ObjectURI(NSV::NamedStrings name)
name               72 libcore/ObjectURI.h         name(name),
name               78 libcore/ObjectURI.h         return (name == 0);
name               82 libcore/ObjectURI.h         return st.value(name);
name               87 libcore/ObjectURI.h         if (!name) return 0;
name               90 libcore/ObjectURI.h             nameNoCase = st.noCase(name);
name               94 libcore/ObjectURI.h             statNonSkip.check(name);
name              101 libcore/ObjectURI.h             stat.check(name);
name              108 libcore/ObjectURI.h     string_table::key name;
name              119 libcore/ObjectURI.h     return o.name;
name              126 libcore/ObjectURI.h         return a.name < b.name;
name              140 libcore/ObjectURI.h         return a.name < b.name;
name              157 libcore/ObjectURI.h         return a.name == b.name;
name              170 libcore/ObjectURI.h         const string_table::key name = getName(uri);
name              171 libcore/ObjectURI.h         return _st.value(name);
name              176 libcore/ObjectURI.h         const string_table::key name = getName(uri);
name              178 libcore/ObjectURI.h         ss << _st.value(name)
name              179 libcore/ObjectURI.h            << "(" << name << ")/"
name              146 libcore/PropertyList.cpp     kcl.check(uri.name);
name              969 libcore/TextField.cpp                 rec.getFont()->name());
name             1433 libcore/TextField.cpp                                 fontlib::get_font(rec.getFont()->name(),
name             1526 libcore/TextField.cpp                                 fontlib::get_font(rec.getFont()->name(),
name             1716 libcore/TextField.cpp                                     code, _font->name());
name             1723 libcore/TextField.cpp                                     code, _font->name());
name              184 libcore/abc/AbcBlock.cpp 	boost::uint32_t name = in->read_V32();
name              185 libcore/abc/AbcBlock.cpp 	if (name >= block->_multinamePool.size())
name              190 libcore/abc/AbcBlock.cpp 	if (!block->_multinamePool[name].isQName())
name              195 libcore/abc/AbcBlock.cpp 	MultiName multiname = block->_multinamePool[name];
name              196 libcore/abc/AbcBlock.cpp 	_name = block->_multinamePool[name].getABCName();
name              197 libcore/abc/AbcBlock.cpp 	_globalName = block->_multinamePool[name].getGlobalName();
name              198 libcore/abc/AbcBlock.cpp 	_namespace = block->_multinamePool[name].getNamespace();
name              356 libcore/abc/AbcBlock.cpp 	if (name >= _stringPool.size()) {
name              387 libcore/abc/AbcBlock.cpp 	std::string name = _stringPool[ABCName];
name              388 libcore/abc/AbcBlock.cpp 	string_table::key global_key = _stringTable->find(name, true);
name              392 libcore/abc/AbcBlock.cpp             name, n->getABCName(), n->getGlobalName());
name              398 libcore/abc/AbcBlock.cpp 	std::string name = _stringPool[ABCName];
name              399 libcore/abc/AbcBlock.cpp 	string_table::key global_key = _stringTable->find(name);
name              401 libcore/abc/AbcBlock.cpp 	log_abc("Namespace: %s AbcURI=%u URI=%u.", name, ABCName, global_key);
name              634 libcore/abc/AbcBlock.cpp 		boost::uint32_t name = 0;
name              646 libcore/abc/AbcBlock.cpp                 name = _stream->read_V32();
name              647 libcore/abc/AbcBlock.cpp                 check_multiname_name(name);
name              649 libcore/abc/AbcBlock.cpp                         ns, name, _stringPool[name]);
name              654 libcore/abc/AbcBlock.cpp                 name = _stream->read_V32();
name              655 libcore/abc/AbcBlock.cpp                 check_multiname_name(name);
name              664 libcore/abc/AbcBlock.cpp                 name = _stream->read_V32();
name              665 libcore/abc/AbcBlock.cpp                 check_multiname_name(name);
name              684 libcore/abc/AbcBlock.cpp 		setMultinameNames(&_multinamePool[i], name);
name              338 libcore/abc/AbcBlock.h 	void check_multiname_name(boost::uint32_t name);
name               59 libcore/abc/Class.cpp     const ObjectURI uri(name, nsname);
name               92 libcore/abc/Class.cpp 	return addSlot(name, ns, slotId, type, isstatic);
name              102 libcore/abc/Class.cpp 	return addValue(name, ns, slotId, &a, b, false, isstatic);
name              113 libcore/abc/Class.cpp 		_prototype->init_member(ObjectURI(name, nsname), as_value(), 0);
name              116 libcore/abc/Class.cpp 		_prototype->reserveSlot(ObjectURI(name, nsname), slotId);
name              127 libcore/abc/Class.cpp 	_prototype->init_member(name, val);
name              138 libcore/abc/Class.cpp     const ObjectURI uri(name, nsname);
name              157 libcore/abc/Class.cpp     const ObjectURI uri(name, nsname);
name              182 libcore/abc/Class.cpp 		return addBinding(name, asBinding(ns, bv, slotId, isconst, isstatic));
name              183 libcore/abc/Class.cpp 	return addStaticBinding(name, asBinding(ns, bv, slotId, isconst, isstatic));
name              193 libcore/abc/Class.cpp 		return addBinding(name, asBinding(ns, bv, slotId, isstatic));
name              194 libcore/abc/Class.cpp 	return addStaticBinding(name, asBinding(ns, bv, slotId, isstatic));
name              202 libcore/abc/Class.cpp 		return addBinding(name, asBinding(ns, method, isstatic));
name              204 libcore/abc/Class.cpp 		return addStaticBinding(name, asBinding(ns, method, isstatic));
name              212 libcore/abc/Class.cpp 		return addBinding(name, asBinding(ns, type, slotId, isstatic));
name              213 libcore/abc/Class.cpp 	return addStaticBinding(name, asBinding(ns, type, slotId, isstatic));
name              222 libcore/abc/Class.cpp 		return addBinding(name, asBinding(ns, method, slotId, isstatic));
name              223 libcore/abc/Class.cpp 	return addStaticBinding(name, asBinding(ns, method, slotId, isstatic));
name              108 libcore/abc/Class.h 	void setName(string_table::key name) { _name = name; }
name              112 libcore/abc/Class.h 	bool addValue(string_table::key name, Namespace *ns,
name              116 libcore/abc/Class.h 	bool addSlot(string_table::key name, Namespace *ns,
name              119 libcore/abc/Class.h 	bool addMethod(string_table::key name, Namespace *ns, Method *method,
name              122 libcore/abc/Class.h 	bool addGetter(string_table::key name, Namespace *ns, Method *method,
name              125 libcore/abc/Class.h 	bool addSetter(string_table::key name, Namespace *ns, Method *method,
name              128 libcore/abc/Class.h 	bool addMemberScript(string_table::key name, Namespace *ns,
name              132 libcore/abc/Class.h 	bool addSlotFunction(string_table::key name, Namespace *ns,
name              227 libcore/abc/Class.h 	Property* getBinding(string_table::key name)
name              231 libcore/abc/Class.h 		i = _bindings.find(name);
name              259 libcore/abc/Class.h 	bool addBinding(string_table::key name, const Property& b) {
name              260 libcore/abc/Class.h         _bindings.insert(std::make_pair(name, b));
name              264 libcore/abc/Class.h 	bool addStaticBinding(string_table::key name, const Property& b) {
name              265 libcore/abc/Class.h         _staticBindings.insert(std::make_pair(name, b));
name              269 libcore/abc/Class.h 	Property *getStaticBinding(string_table::key name)
name              272 libcore/abc/Class.h 		BindingContainer::iterator i = _staticBindings.find(name);
name              109 libcore/abc/Method.cpp     const ObjectURI uri(name, nsname);
name              125 libcore/abc/Method.cpp     const ObjectURI uri(name, nsname);
name              145 libcore/abc/Method.cpp     const ObjectURI uri(name, nsname);
name              164 libcore/abc/Method.cpp 	return addSlot(name, ns, slotId, type);
name              174 libcore/abc/Method.cpp 	_prototype->init_member(ObjectURI(name, nsname), as_value(), flags, slotId);
name              185 libcore/abc/Method.cpp 	return addValue(name, ns, slotId, &a, b, false);
name              117 libcore/abc/Method.h 	asBinding* getBinding(string_table::key name);
name              138 libcore/abc/Method.h 	bool addValue(string_table::key name, Namespace *ns,
name              141 libcore/abc/Method.h 	bool addSlot(string_table::key name, Namespace *ns,
name              144 libcore/abc/Method.h 	bool addMethod(string_table::key name, Namespace *ns, Method *method);
name              146 libcore/abc/Method.h 	bool addGetter(string_table::key name, Namespace *ns, Method *method);
name              148 libcore/abc/Method.h 	bool addSetter(string_table::key name, Namespace *ns, Method *method);
name              150 libcore/abc/Method.h 	bool addMemberScript(string_table::key name, Namespace *ns,
name              153 libcore/abc/Method.h 	bool addSlotFunction(string_table::key name, Namespace *ns,
name              273 libcore/abc/Method.h 	bool addBinding(string_table::key name, asBinding b);
name               37 libcore/abc/Namespace.cpp 	pClass->setName(name);
name               38 libcore/abc/Namespace.cpp 	addScript(name, pClass);
name               72 libcore/abc/Namespace.h 	void setURI(string_table::key name) { _uri = name; }
name               82 libcore/abc/Namespace.h 	bool addScript(string_table::key name, Class* a)
name               84 libcore/abc/Namespace.h 		if (getScriptInternal(name)) return false;
name               85 libcore/abc/Namespace.h 		_scripts[static_cast<std::size_t>(name)] = a;
name               89 libcore/abc/Namespace.h 	void stubPrototype(ClassHierarchy& ch, string_table::key name);
name               93 libcore/abc/Namespace.h 	Class* getScript(string_table::key name) 
name               97 libcore/abc/Namespace.h 		Class* found = getScriptInternal(name);
name              102 libcore/abc/Namespace.h 		found = getParent()->getScript(name);
name              135 libcore/abc/Namespace.h 	Class* getScriptInternal(string_table::key name) const
name              141 libcore/abc/Namespace.h 		i = _scripts.find(name);
name               39 libcore/abc/asException.h 	void setName(string_table::key name) { _name = name; }
name              576 libcore/as_environment.cpp     return locals.get_member(getURI(getVM(locals), name), &ret);
name              326 libcore/as_object.cpp     const ObjectURI& uri = getURI(vm(), name);
name              354 libcore/as_object.cpp             log_debug("add_property: property %s is being watched" , name);
name              363 libcore/as_object.cpp                           "(getter-setter)", name);
name              691 libcore/as_object.cpp     const ObjectURI& uri = getURI(vm(), name);
name              706 libcore/as_object.cpp     const ObjectURI& uri = getURI(vm(), name);
name              735 libcore/as_object.cpp     const ObjectURI& uri = getURI(vm(), name);
name              745 libcore/as_object.cpp     const ObjectURI& uri = getURI(vm(), name);
name              958 libcore/as_object.cpp         const std::string& name = i->first.toString(st);
name              962 libcore/as_object.cpp         if (!name.empty() && name[0] == '$') continue; 
name              967 libcore/as_object.cpp         data += name + "=" + value;
name             1103 libcore/as_object.cpp     Property* prop = o.findProperty(name);
name              242 libcore/as_object.h     void init_member(const std::string& name, const as_value& val, 
name              741 libcore/as_object.h void sendEvent(as_object& o, const as_environment& env, const ObjectURI& name);
name              109 libcore/asobj/AsBroadcaster.cpp         stats.check(_eventURI.name);
name              217 libcore/asobj/Camera_as.cpp         return _input->name();
name              512 libcore/asobj/Camera_as.cpp         return as_value(ptr->name());
name              228 libcore/asobj/LoadableObject.cpp     const as_value& name = fn.arg(0);
name              232 libcore/asobj/LoadableObject.cpp     if (!name.is_string() || !val.is_string())
name              243 libcore/asobj/LoadableObject.cpp     callMethod(array, NSV::PROP_PUSH, name, val);
name              273 libcore/asobj/LoadableObject.cpp         std::string name;
name              277 libcore/asobj/LoadableObject.cpp         if (eq == std::string::npos) name = nameval;
name              279 libcore/asobj/LoadableObject.cpp             name = nameval.substr(0, eq);
name              283 libcore/asobj/LoadableObject.cpp         URL::decode(name);
name              286 libcore/asobj/LoadableObject.cpp         if (!name.empty()) ptr->set_member(getURI(vm, name), value);
name              151 libcore/asobj/LocalConnection_as.cpp         std::string name;
name              386 libcore/asobj/LocalConnection_as.cpp     while (!findListener(_domain + ":" + cd->name, _shm)) {
name              456 libcore/asobj/LocalConnection_as.cpp     assert(!name.empty());
name              458 libcore/asobj/LocalConnection_as.cpp     _name = name;
name              605 libcore/asobj/LocalConnection_as.cpp     const std::string& name = fn.arg(0).to_string();
name              626 libcore/asobj/LocalConnection_as.cpp     w.writeString(domain + ":" + name);
name              636 libcore/asobj/LocalConnection_as.cpp     cd->name = name;
name              702 libcore/asobj/LocalConnection_as.cpp         if (std::equal(name.c_str(), name.c_str() + name.size(), ptr)) {
name              712 libcore/asobj/LocalConnection_as.cpp             const ptrdiff_t size = name.size() + marker.size();
name              741 libcore/asobj/LocalConnection_as.cpp         if (std::equal(name.c_str(), name.c_str() + name.size(), ptr)) {
name              773 libcore/asobj/LocalConnection_as.cpp             if (std::equal(name.c_str(), name.c_str() + name.size(), ptr)) {
name              789 libcore/asobj/LocalConnection_as.cpp     std::string id(name + marker);
name              184 libcore/asobj/Microphone_as.cpp         return _input->name();
name              377 libcore/asobj/Microphone_as.cpp         return as_value(ptr->name());
name              593 libcore/asobj/NetConnection_as.cpp     URL url(name, streamProvider.baseURL());
name              107 libcore/asobj/NetConnection_as.h     std::auto_ptr<IOChannel> getStream(const std::string& name);
name              159 libcore/asobj/SharedObject_as.cpp         const std::string& name = toString(_vm, uri);
name              161 libcore/asobj/SharedObject_as.cpp         _writer.writePropertyName(name);
name              166 libcore/asobj/SharedObject_as.cpp                     name, val);
name             1048 libcore/asobj/SharedObject_as.cpp     const boost::uint16_t len = name.length();
name             1050 libcore/asobj/SharedObject_as.cpp     buf.append(name.c_str(), len);
name               50 libcore/asobj/SharedObject_as.h     as_object* getLocal(const std::string& name, const std::string& root);
name              425 libcore/asobj/Sound_as.cpp     soundName = name;
name              971 libcore/asobj/Sound_as.cpp         const std::string& name = fn.arg(0).to_string();
name              977 libcore/asobj/Sound_as.cpp         const boost::uint16_t id = def->exportID(name);
name              981 libcore/asobj/Sound_as.cpp                     name);
name              989 libcore/asobj/Sound_as.cpp                 log_swferror(_("Export '%s'is not a sound"), name);
name             1017 libcore/asobj/Sound_as.cpp     const std::string& name = fn.arg(0).to_string();
name             1018 libcore/asobj/Sound_as.cpp     if (name.empty()) {
name             1032 libcore/asobj/Sound_as.cpp     const boost::uint16_t id = def->exportID(name);
name             1036 libcore/asobj/Sound_as.cpp                 name);
name             1044 libcore/asobj/Sound_as.cpp             log_swferror(_("Export '%s'is not a sound"), name);
name             1053 libcore/asobj/Sound_as.cpp     so->attachSound(si, name);
name              225 libcore/asobj/TextField_as.cpp     const std::string& name = fn.arg(0).to_string();
name              264 libcore/asobj/TextField_as.cpp     tf->set_name(getURI(vm, name));
name              651 libcore/asobj/TextField_as.cpp         tf->fontSet(font->name());
name              278 libcore/asobj/TextSnapshot_as.cpp                 el->init_member("font", font->name());
name              293 libcore/asobj/XMLNode_as.cpp         _attributes->set_member(getURI(vm, name), value);
name              319 libcore/asobj/XMLNode_as.cpp     const std::string& name = it->first;
name              321 libcore/asobj/XMLNode_as.cpp     if (name.length() == 5) {
name              325 libcore/asobj/XMLNode_as.cpp     assert (name.length() >= 6);
name              327 libcore/asobj/XMLNode_as.cpp     if (name[5] != ':') return false;
name              330 libcore/asobj/XMLNode_as.cpp     prefix = name.substr(6);
name              728 libcore/asobj/XMLNode_as.cpp     const std::string& name = ptr->nodeName();
name              730 libcore/asobj/XMLNode_as.cpp     if (name.empty()) {
name             1027 libcore/asobj/XMLNode_as.cpp     const std::string& name = val.first;
name             1034 libcore/asobj/XMLNode_as.cpp         return noCaseCompare(name, "xmlns") || noCaseCompare(name, "xmlns:");
name             1037 libcore/asobj/XMLNode_as.cpp     if (!noCaseCompare(name.substr(0, 6), "xmlns:")) return false;
name             1039 libcore/asobj/XMLNode_as.cpp     return noCaseCompare(prefix, name.substr(6));
name               92 libcore/asobj/XMLNode_as.h     void nodeNameSet(const std::string& name) { _name = name; }
name              197 libcore/asobj/XMLNode_as.h     void setAttribute(const std::string& name, const std::string& value);
name              151 libcore/asobj/XML_as.cpp     std::string name(it, ourend);
name              153 libcore/asobj/XML_as.cpp     if (name.empty()) {
name              208 libcore/asobj/XML_as.cpp     if (noCaseCompare(name, "xmlns") || noCaseCompare(name, "xmlns:")) {
name              215 libcore/asobj/XML_as.cpp     attributes.insert(std::make_pair(name, value));
name              115 libcore/asobj/XML_as.h     XMLNode_as* createElement(const std::string& name);
name              117 libcore/asobj/XML_as.h     XMLNode_as* createTextNode(const std::string& name);
name              258 libcore/asobj/flash/external/ExternalInterface_as.cpp         std::string name = name_as.to_string();
name              260 libcore/asobj/flash/external/ExternalInterface_as.cpp             log_debug("adding callback %s", name);
name              262 libcore/asobj/flash/external/ExternalInterface_as.cpp             mr.addExternalCallback(name, asCallback);
name              373 libcore/asobj/flash/external/ExternalInterface_as.cpp     as_value name;
name              374 libcore/asobj/flash/external/ExternalInterface_as.cpp     getObject(mc)->get_member(getURI(vm, "name"), &name);
name              376 libcore/asobj/flash/external/ExternalInterface_as.cpp     if (id.is_undefined() && !name.is_undefined()) {
name              377 libcore/asobj/flash/external/ExternalInterface_as.cpp         return name;
name              378 libcore/asobj/flash/external/ExternalInterface_as.cpp     } else if (!id.is_undefined() && name.is_undefined()) {
name              380 libcore/asobj/flash/external/ExternalInterface_as.cpp     } else if (id.is_undefined() && name.is_undefined()) {
name               76 libcore/fontlib.cpp 			if ( f->matches(name, bold, italic) )
name               81 libcore/fontlib.cpp 		Font* f = new Font(name, bold, italic);
name               54 libcore/fontlib.h 	Font* get_font(const std::string& name, bool bold, bool italic);
name             1490 libcore/movie_root.cpp                 if (!invoke->name.empty()) {
name             1492 libcore/movie_root.cpp                           invoke->name);
name             1506 libcore/movie_root.cpp     if (!invoke || invoke->name.empty()) return false;
name             1508 libcore/movie_root.cpp     log_debug("Processing %s call from the Browser.", invoke->name);
name             1513 libcore/movie_root.cpp     if (invoke->name == "Quit") {
name             1518 libcore/movie_root.cpp     } else if (invoke->name == "SetVariable") {
name             1526 libcore/movie_root.cpp     } else if (invoke->name == "GetVariable") {
name             1535 libcore/movie_root.cpp     } else if (invoke->name == "GotoFrame") {
name             1538 libcore/movie_root.cpp     } else if (invoke->name == "IsPlaying") {
name             1543 libcore/movie_root.cpp     } else if (invoke->name == "LoadMovie") {
name             1546 libcore/movie_root.cpp     } else if (invoke->name == "Pan") {
name             1556 libcore/movie_root.cpp     } else if (invoke->name == "PercentLoaded") {
name             1563 libcore/movie_root.cpp     } else if (invoke->name == "Play") {
name             1566 libcore/movie_root.cpp     } else if (invoke->name == "Rewind") {
name             1569 libcore/movie_root.cpp     } else if (invoke->name == "SetZoomRect") {
name             1581 libcore/movie_root.cpp     } else if (invoke->name == "StopPlay") {
name             1584 libcore/movie_root.cpp     } else if (invoke->name == "Zoom") {
name             1588 libcore/movie_root.cpp     } else if (invoke->name == "TotalFrames") {
name             1594 libcore/movie_root.cpp         std::string result = callExternalCallback(invoke->name, invoke->args);
name             1614 libcore/movie_root.cpp         log_debug("No response needed for %s request", invoke->name);
name             1770 libcore/movie_root.cpp         fnargs.push_back(name);
name             1804 libcore/movie_root.cpp         std::string msg = ExternalInterface::makeInvoke(name, fnargs);
name             1831 libcore/movie_root.cpp     const ObjectURI& key = getURI(getVM(), name);
name             2246 libcore/movie_root.cpp         if (name.compare(0, 6, "_level")) return false;
name             2250 libcore/movie_root.cpp         if (!noCaseCmp(name.substr(0, 6), "_level")) return false;
name             2253 libcore/movie_root.cpp     if (name.find_first_not_of("0123456789", 7) != std::string::npos) {
name             2257 libcore/movie_root.cpp     levelno = std::strtoul(name.c_str() + 6, NULL, 0); 
name              805 libcore/movie_root.h     void addExternalCallback(const std::string& name, as_object* callback);
name              809 libcore/movie_root.h     std::string callExternalCallback(const std::string &name, 
name              812 libcore/movie_root.h     std::string callExternalJavascript(const std::string &name, 
name             1090 libcore/movie_root.h bool isLevelTarget(int version, const std::string& name, unsigned int& levelno);
name              218 libcore/parser/SWFMovieDefinition.cpp        if ( f->matches(name, bold, italic) ) return f;
name              259 libcore/parser/SWFMovieDefinition.h     Font* get_font(const std::string& name, bool bold, bool italic) const;
name              294 libcore/parser/SWFMovieDefinition.h     void add_frame_name(const std::string& name);
name               98 libcore/parser/sprite_definition.cpp     _namedFrames.insert(std::make_pair(name, m_loading_frame));
name              257 libcore/parser/sprite_definition.h 	virtual void add_frame_name(const std::string& name);
name              337 libcore/swf/DefineButtonTag.cpp     if (name && isReferenceable(*o)) {
name               69 libcore/swf/DefineButtonTag.h     DisplayObject* instantiate(Button* button, bool name = true) const;
name              356 libcore/swf/DefineFontTag.cpp     std::string name;
name              357 libcore/swf/DefineFontTag.cpp     in.read_string_with_length(name);
name              368 libcore/swf/DefineFontTag.cpp     f->setName(name);
name              114 libcore/swf/DefineFontTag.h     const std::string& name() const { return _name; }
name               85 libcore/swf/DefineSceneAndFrameLabelDataTag.h             std::string name;
name               86 libcore/swf/DefineSceneAndFrameLabelDataTag.h             in.read_string(name);
name               87 libcore/swf/DefineSceneAndFrameLabelDataTag.h             IF_VERBOSE_PARSE(log_parse("Offset %d name: %s", offset, name));
name               88 libcore/swf/DefineSceneAndFrameLabelDataTag.h             _scenes[offset] = name;
name               85 libcore/swf/DoABCTag.h 			std::string name;
name               86 libcore/swf/DoABCTag.h 			in.read_string(name);
name               72 libcore/swf/SymbolClassTag.h 			std::string name;
name               73 libcore/swf/SymbolClassTag.h 			in.read_string(name);
name               75 libcore/swf/SymbolClassTag.h 			log_parse("Symbol %u name %s, character %u", i, name, id);
name               78 libcore/swf/SymbolClassTag.h             boost::intrusive_ptr<SymbolClassTag> st(new SymbolClassTag(name));
name              105 libcore/swf/SymbolClassTag.h     SymbolClassTag(std::string name) 
name              107 libcore/swf/SymbolClassTag.h         _rootClass(name)
name               62 libcore/swf/tag_loaders.cpp     std::string name;
name               63 libcore/swf/tag_loaders.cpp     in.read_string(name);
name               65 libcore/swf/tag_loaders.cpp     m.add_frame_name(name);
name              978 libcore/vm/ASHandlers.cpp     const std::string& name = env.top(1).to_string();
name              979 libcore/vm/ASHandlers.cpp     if (name.empty()) {
name              987 libcore/vm/ASHandlers.cpp     thread.setVariable(name, env.top(0));
name              990 libcore/vm/ASHandlers.cpp         log_action(_("-- set var: %s = %s"), name, env.top(0));
name             2333 libcore/vm/ASHandlers.cpp     const ObjectURI& name = getURI(getVM(env), varname);
name             2337 libcore/vm/ASHandlers.cpp         declareLocal(vm.currentCall(), name);
name             3138 libcore/vm/ASHandlers.cpp     const std::string name = code.read_string(i);
name             3139 libcore/vm/ASHandlers.cpp     i += name.length() + 1; // add NULL-termination
name             3196 libcore/vm/ASHandlers.cpp     if (!name.empty()) {
name             3199 libcore/vm/ASHandlers.cpp                         "starts at PC %d"), name, func->getStartPC());
name             3202 libcore/vm/ASHandlers.cpp         thread.setVariable(name, function_value);
name             3366 libcore/vm/ASHandlers.cpp     const std::string name = code.read_string(i);
name             3367 libcore/vm/ASHandlers.cpp     i += name.length() + 1;
name             3394 libcore/vm/ASHandlers.cpp     if (!name.empty()) {
name             3397 libcore/vm/ASHandlers.cpp                         "PC %d", name, func->getStartPC());
name             3399 libcore/vm/ASHandlers.cpp         thread.setVariable(name, function_value);
name              611 libcore/vm/ActionExec.cpp     return gnash::delVariable(env, name, getScopeStack());
name              617 libcore/vm/ActionExec.cpp     gnash::setVariable(env, name, val, getScopeStack());
name              623 libcore/vm/ActionExec.cpp     return gnash::getVariable(env, name, getScopeStack(), target);
name              631 libcore/vm/ActionExec.cpp         setLocal(getVM(env).currentCall(), getURI(getVM(env), name), val);
name              635 libcore/vm/ActionExec.cpp         gnash::setVariable(env, name, val, getScopeStack());
name              184 libcore/vm/ActionExec.h 	bool delVariable(const std::string& name);
name              189 libcore/vm/ActionExec.h 	void setVariable(const std::string& name, const as_value& val);
name              197 libcore/vm/ActionExec.h 	void setLocalVariable(const std::string& name, const as_value& val);
name              206 libcore/vm/ActionExec.h 	as_value getVariable(const std::string& name, as_object** target = 0);
name               74 libcore/vm/CallStack.cpp     if (!hasOwnProperty(locals, name)) {
name               75 libcore/vm/CallStack.cpp         locals.set_member(name, as_value());
name               86 libcore/vm/CallStack.cpp     Property* prop = locals.getOwnProperty(name);
name               92 libcore/vm/CallStack.cpp     locals.set_member(name, val);
name              136 libcore/vm/CallStack.h void declareLocal(CallFrame& c, const ObjectURI& name);
name              145 libcore/vm/CallStack.h void setLocal(CallFrame& c, const ObjectURI& name, const as_value& val);
name              170 libcore/vm/ExecutableCode.h             as_object* obj, const ObjectURI& name,
name              175 libcore/vm/ExecutableCode.h         _name(name),
name             1659 libcore/vm/Machine.cpp                         as_value name = pop_stack();
name             1660 libcore/vm/Machine.cpp                         obj->init_member(name.to_string(),val,0,0);
name             1880 libcore/vm/Machine.cpp                     string_table::key name = 0;
name             1889 libcore/vm/Machine.cpp                         name = mST.find(nameValue.to_string());
name             1891 libcore/vm/Machine.cpp                     else name = a.getGlobalName();
name             1902 libcore/vm/Machine.cpp                     object->set_member(ObjectURI(name, ns), value, false);
name             1969 libcore/vm/Machine.cpp                     string_table::key name = 0;
name             1975 libcore/vm/Machine.cpp                         name = mST.find(nameValue.to_string());
name             1977 libcore/vm/Machine.cpp                     else name = a.getGlobalName();
name             1983 libcore/vm/Machine.cpp                             "%s of object %s"), mST.value(name), object_val);
name             1994 libcore/vm/Machine.cpp                     const ObjectURI uri(name, ns);
name             1998 libcore/vm/Machine.cpp                                 mST.value(name));
name             2002 libcore/vm/Machine.cpp                                 mST.value(name), prop);
name             2948 libcore/vm/Machine.cpp UNUSED(name);
name             2962 libcore/vm/Machine.cpp 	asBinding *pBinding = pDefinition->getBinding(name.getABCName());
name             2979 libcore/vm/Machine.cpp UNUSED(name);
name             2994 libcore/vm/Machine.cpp 	if (name.isRuntime())
name             2998 libcore/vm/Machine.cpp 		if (name.isRtns()) {
name             3002 libcore/vm/Machine.cpp 	else if (name.isRtns())
name              115 libcore/vm/Machine.h 	int completeName(MultiName& name, int initial = 0);
name              145 libcore/vm/Machine.h 	void getMember(Class* pDefinition, MultiName& name, as_value& source);
name               57 libmedia/AudioInput.h     virtual void setName(std::string name) = 0;
name               59 libmedia/AudioInput.h     virtual const std::string& name() const = 0;
name              115 libmedia/VideoInput.h     virtual const std::string& name() const = 0;
name               49 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp             _audioCodec->id, _audioCodec->name);
name               53 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp             _audioCodec->id, _audioCodec->name,
name               67 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp         _audioCodec->name, _audioCodec->id);
name              140 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp             "FFmpeg codec %s (%d)")) % _audioCodec->name % (int)codec_id;
name              145 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp                 _audioCodec->name, (int)codec_id);
name              339 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp             "FFmpeg codec %s (%d)")) % _audioCodec->name % (int)codec_id;
name               71 libmedia/ffmpeg/AudioInputFfmpeg.h     virtual void setName(std::string name) {
name               72 libmedia/ffmpeg/AudioInputFfmpeg.h         _name = name;
name               75 libmedia/ffmpeg/AudioInputFfmpeg.h     virtual const std::string& name() const { return _name; }
name              389 libmedia/ffmpeg/MediaParserFfmpeg.cpp         _inputFmt->name, _formatCtx->nb_streams);
name              210 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp                             _videoCodec->name % (int)codecId;
name              216 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp                 _videoCodec->name, (int)codecId);
name              106 libmedia/ffmpeg/VideoInputFfmpeg.h     const std::string& name() const { return _name; }
name              293 libmedia/gst/AudioInputGst.h     virtual void setName(std::string name) {
name              294 libmedia/gst/AudioInputGst.h         _name = name;
name              297 libmedia/gst/AudioInputGst.h     virtual const std::string& name() const { return _name; }
name              820 libmedia/gst/VideoInputGst.cpp         const char* name = _vidVect[dev_select]->getProductName();
name              821 libmedia/gst/VideoInputGst.cpp         assert(name);
name              822 libmedia/gst/VideoInputGst.cpp         _name = name;
name              187 libmedia/gst/VideoInputGst.h     const std::string& name() const { return _name; }
name              284 libmedia/gst/swfdec_codec_gst.c   const char *name;
name              306 libmedia/gst/swfdec_codec_gst.c   while ((name = va_arg (args, const char *))) {
name              307 libmedia/gst/swfdec_codec_gst.c     GstElement *next = gst_element_factory_make (name, NULL);
name              309 libmedia/gst/swfdec_codec_gst.c       SWFDEC_ERROR ("failed to create '%s' element", name);
name              314 libmedia/gst/swfdec_codec_gst.c       SWFDEC_ERROR ("failed to link '%s' element to decoder", name);
name               71 libmedia/haiku/AudioInputHaiku.h     virtual void setName(std::string name) {
name               72 libmedia/haiku/AudioInputHaiku.h         _name = name;
name               75 libmedia/haiku/AudioInputHaiku.h     virtual const std::string& name() const { return _name; }
name              105 libmedia/haiku/VideoInputHaiku.h     const std::string& name() const { return _name; }
name               77 plugin/klash/klash_part.cpp       return new KlashPart (wparent, wname, parent, name, args);
name              112 plugin/klash/klash_part.cpp             QString name = (*it).left (equalPos).lower ();
name              119 plugin/klash/klash_part.cpp             if (name == QString::fromLatin1("width")) {
name              121 plugin/klash/klash_part.cpp             } else if (name == QString::fromLatin1("height")) {
name              124 plugin/klash/klash_part.cpp             } else if (name == QString::fromLatin1("__khtml__pluginbaseurl")) {
name              126 plugin/klash/klash_part.cpp             } else if (name == QString::fromLatin1("src")) {
name              128 plugin/klash/klash_part.cpp             } else if (name == QString::fromLatin1 ("fullscreenmode")) {
name              130 plugin/klash/klash_part.cpp             } else if (name == QString::fromLatin1 ("autostart")) {
name              136 plugin/klash/klash_part.cpp             m_args.push_back(name + QChar('=') + value);
name              336 plugin/klash/klash_part.cpp     const char * name;
name              363 plugin/klash/klash_part.cpp         if (start != end && !strcasecmp (JSCommandList[start].name, name))
name              368 plugin/klash/klash_part.cpp     int cmp = strcasecmp (JSCommandList[mid].name, name);
name              370 plugin/klash/klash_part.cpp         return getJSCommandEntry (name, mid + 1, end);
name              372 plugin/klash/klash_part.cpp         return getJSCommandEntry (name, start, mid);
name              406 plugin/klash/klash_part.cpp     const char * str = name.ascii ();
name              431 plugin/klash/klash_part.cpp     kdDebug () << "put " << name << "=" << val << endl;
name              432 plugin/klash/klash_part.cpp     const JSCommandEntry * entry = getJSCommandEntry (name.ascii ());
name              457 plugin/klash/klash_part.cpp     const char * str = name.ascii ();
name              458 plugin/klash/klash_part.cpp     if (!entry || strcmp (entry->name, str))
name              462 plugin/klash/klash_part.cpp     kdDebug () << "entry " << entry->name << endl;
name              122 plugin/klash/klash_part.h               QObject * parent, const char * name, const QStringList &args);
name              123 plugin/klash4/klash_part.cpp             QString name = (*it).left (equalPos).toLower ();
name              130 plugin/klash4/klash_part.cpp             if (name == QString::fromLatin1("width")) {
name              132 plugin/klash4/klash_part.cpp             } else if (name == QString::fromLatin1("height")) {
name              135 plugin/klash4/klash_part.cpp             } else if (name == QString::fromLatin1("__khtml__pluginbaseurl")) {
name              137 plugin/klash4/klash_part.cpp             } else if (name == QString::fromLatin1("src")) {
name              139 plugin/klash4/klash_part.cpp             } else if (name == QString::fromLatin1 ("fullscreenmode")) {
name              141 plugin/klash4/klash_part.cpp             } else if (name == QString::fromLatin1 ("autostart")) {
name              147 plugin/klash4/klash_part.cpp             m_args.push_back(name + QChar('=') + value);
name              344 plugin/klash4/klash_part.cpp     const char * name;
name              371 plugin/klash4/klash_part.cpp         if (start != end && !strcasecmp (JSCommandList[start].name, name))
name              376 plugin/klash4/klash_part.cpp     int cmp = strcasecmp (JSCommandList[mid].name, name);
name              378 plugin/klash4/klash_part.cpp         return getJSCommandEntry (name, mid + 1, end);
name              380 plugin/klash4/klash_part.cpp         return getJSCommandEntry (name, start, mid);
name              414 plugin/klash4/klash_part.cpp     const char * str = name.toAscii ();
name              439 plugin/klash4/klash_part.cpp     kdDebug () << "put " << name << "=" << val << endl;
name              440 plugin/klash4/klash_part.cpp     const JSCommandEntry * entry = getJSCommandEntry (name.toAscii ());
name              465 plugin/klash4/klash_part.cpp     const char * str = name.toAscii ();
name              466 plugin/klash4/klash_part.cpp     if (!entry || strcmp (entry->name, str))
name              470 plugin/klash4/klash_part.cpp     kdDebug () << "entry " << entry->name << endl;
name              665 plugin/npapi/callbacks.cpp     if (NPN_IdentifierIsString(name)) {
name              667 plugin/npapi/callbacks.cpp                   NPN_UTF8FromIdentifier(name));
name              668 plugin/npapi/callbacks.cpp         method = NPN_UTF8FromIdentifier(name);
name              671 plugin/npapi/callbacks.cpp                   NPN_IntFromIdentifier(name));
name               79 plugin/npapi/callbacks.h extern bool GetVariableCallback (NPObject *npobj, NPIdentifier name,
name              103 plugin/npapi/callbacks.h extern bool SetVariableCallback (NPObject *npobj, NPIdentifier name,
name              124 plugin/npapi/callbacks.h extern bool GotoFrame (NPObject *npobj, NPIdentifier name,
name              143 plugin/npapi/callbacks.h extern bool IsPlaying (NPObject *npobj, NPIdentifier name,
name              165 plugin/npapi/callbacks.h extern bool LoadMovie (NPObject *npobj, NPIdentifier name,
name              190 plugin/npapi/callbacks.h extern bool Pan (NPObject *npobj, NPIdentifier name,
name              211 plugin/npapi/callbacks.h extern bool PercentLoaded (NPObject *npobj, NPIdentifier name,
name              222 plugin/npapi/callbacks.h extern bool Play (NPObject *npobj, NPIdentifier name,
name              233 plugin/npapi/callbacks.h extern bool Rewind (NPObject *npobj, NPIdentifier name,
name              249 plugin/npapi/callbacks.h extern bool SetZoomRect (NPObject *npobj, NPIdentifier name,
name              260 plugin/npapi/callbacks.h extern bool StopPlay (NPObject *npobj, NPIdentifier name,
name              273 plugin/npapi/callbacks.h extern bool Zoom (NPObject *npobj, NPIdentifier name,
name              286 plugin/npapi/callbacks.h extern bool TotalFrames (NPObject *npobj, NPIdentifier name,
name              290 plugin/npapi/callbacks.h extern bool remoteCallback (NPObject *npobj, NPIdentifier name,
name              233 plugin/npapi/external.cpp             invoke->name  = tag.substr(start, end-start);
name              235 plugin/npapi/external.cpp             boost::erase_first(invoke->name, "\"");
name              236 plugin/npapi/external.cpp             boost::erase_last(invoke->name, "\"");
name              423 plugin/npapi/external.cpp     std::string name;
name               45 plugin/npapi/external.h         std::string name;
name              288 plugin/npapi/mozilla-sdk/np_entry.cpp     Str63               name;
name              308 plugin/npapi/mozilla-sdk/np_entry.cpp         infoRec.processName = name;
name              239 plugin/npapi/mozilla-sdk/npn_gate.cpp     return NPNFuncs.getstringidentifier(name);
name              409 plugin/npapi/plugin.cpp         std::string name, val;
name              413 plugin/npapi/plugin.cpp             name = data->argn[i];
name              420 plugin/npapi/plugin.cpp         if (noCaseCompare(name, "name")) {
name              424 plugin/npapi/plugin.cpp         _params[name] = val;
name              780 plugin/npapi/plugin.cpp         if (!invoke->name.empty()) {
name              781 plugin/npapi/plugin.cpp             gnash::log_debug("Requested method is: %s", invoke->name);
name              787 plugin/npapi/plugin.cpp         if (invoke->name == "getURL") {
name              836 plugin/npapi/plugin.cpp         } else if (invoke->name == "fsCommand") {
name              843 plugin/npapi/plugin.cpp             std::string name = _name; 
name              845 plugin/npapi/plugin.cpp             jsurl << "javascript:" << name << "_DoFSCommand('" << command
name              856 plugin/npapi/plugin.cpp         } else if (invoke->name == "addMethod") {
name              876 plugin/npapi/plugin.cpp         if (!invoke->name.empty() && !invoke->args.empty()) {
name              885 plugin/npapi/plugin.cpp             NPIdentifier id = NPN_GetStringIdentifier(invoke->name.c_str());
name              886 plugin/npapi/plugin.cpp             gnash::log_debug("Invoking JavaScript method %s", invoke->name);
name              110 plugin/npapi/pluginScriptObject.cpp     NPIdentifier id = NPN_GetStringIdentifier(name.c_str());
name              120 plugin/npapi/pluginScriptObject.cpp     NPIdentifier id = NPN_GetStringIdentifier(name.c_str());
name              129 plugin/npapi/pluginScriptObject.cpp     NPIdentifier id = NPN_GetStringIdentifier(name.c_str());
name              329 plugin/npapi/pluginScriptObject.cpp     if (NPN_IdentifierIsString(name)) {
name              330 plugin/npapi/pluginScriptObject.cpp         log_debug("%s", NPN_UTF8FromIdentifier(name));
name              332 plugin/npapi/pluginScriptObject.cpp         log_debug("%d", NPN_IntFromIdentifier(name));
name              336 plugin/npapi/pluginScriptObject.cpp     return gpso->HasMethod(name);
name              346 plugin/npapi/pluginScriptObject.cpp     return gpso->Invoke(npobj, name, args, argCount, result);
name              365 plugin/npapi/pluginScriptObject.cpp     return gpso->HasProperty(name);
name              374 plugin/npapi/pluginScriptObject.cpp     return gpso->GetProperty(name, result);    
name              382 plugin/npapi/pluginScriptObject.cpp     return gpso->SetProperty(name, *value);
name              389 plugin/npapi/pluginScriptObject.cpp     return gpso->RemoveProperty(name);
name              421 plugin/npapi/pluginScriptObject.cpp     if (NPN_IdentifierIsString(name)) {
name              422 plugin/npapi/pluginScriptObject.cpp         log_debug("%s\"...", NPN_UTF8FromIdentifier(name));
name              424 plugin/npapi/pluginScriptObject.cpp         log_debug("%d\"...", NPN_IntFromIdentifier(name));
name              428 plugin/npapi/pluginScriptObject.cpp     return _properties.find(name) != _properties.end();
name              434 plugin/npapi/pluginScriptObject.cpp     if (NPN_IdentifierIsString(name)) {
name              435 plugin/npapi/pluginScriptObject.cpp         log_debug("Getting Property \"%s\"...", NPN_UTF8FromIdentifier(name));
name              437 plugin/npapi/pluginScriptObject.cpp         log_debug("Getting Property \"%d\"...", NPN_IntFromIdentifier(name));
name              441 plugin/npapi/pluginScriptObject.cpp     it = _properties.find(name);
name              455 plugin/npapi/pluginScriptObject.cpp     _properties[name] = value;
name              464 plugin/npapi/pluginScriptObject.cpp     it = _properties.find(name);
name              495 plugin/npapi/pluginScriptObject.cpp     if (NPN_IdentifierIsString(name)) {
name              496 plugin/npapi/pluginScriptObject.cpp         log_debug("%s\"...", NPN_UTF8FromIdentifier(name));
name              498 plugin/npapi/pluginScriptObject.cpp         log_debug("%d\"...", NPN_IntFromIdentifier(name));
name              502 plugin/npapi/pluginScriptObject.cpp     return _methods.find(name) != _methods.end();
name              513 plugin/npapi/pluginScriptObject.cpp     if (NPN_IdentifierIsString(name)) {
name              514 plugin/npapi/pluginScriptObject.cpp         log_debug("Invoking Method \"%s\"...", NPN_UTF8FromIdentifier(name));
name              516 plugin/npapi/pluginScriptObject.cpp         log_debug("Invoking Method: \"%d\"...", NPN_IntFromIdentifier(name));
name              523 plugin/npapi/pluginScriptObject.cpp     it = _methods.find(name);
name              527 plugin/npapi/pluginScriptObject.cpp         return func(this, name, args, argCount, result);
name              529 plugin/npapi/pluginScriptObject.cpp         log_error("Couldn't find Method \"%s\"", NPN_UTF8FromIdentifier(name));
name              544 plugin/npapi/pluginScriptObject.cpp     if (NPN_IdentifierIsString(name)) {
name              545 plugin/npapi/pluginScriptObject.cpp         log_debug("%s\"...", NPN_UTF8FromIdentifier(name));
name              547 plugin/npapi/pluginScriptObject.cpp         log_debug("%d\"...", NPN_IntFromIdentifier(name));
name              560 plugin/npapi/pluginScriptObject.cpp     if (NPN_IdentifierIsString(name)) {
name              561 plugin/npapi/pluginScriptObject.cpp         log_debug("Adding Method \"%s\"...", NPN_UTF8FromIdentifier(name));
name              563 plugin/npapi/pluginScriptObject.cpp         log_debug("Adding Method \"%d\"...", NPN_IntFromIdentifier(name));
name              567 plugin/npapi/pluginScriptObject.cpp     _methods[name] = func;
name              579 plugin/npapi/pluginScriptObject.cpp     std::string str = plugin::ExternalInterface::makeString(name);
name              585 plugin/npapi/pluginScriptObject.cpp     log_debug("Trying to set a value for %s.", name);
name              606 plugin/npapi/pluginScriptObject.cpp     std::string str = plugin::ExternalInterface::makeString(name);
name              610 plugin/npapi/pluginScriptObject.cpp     log_debug("Trying to get a value for %s.", name);
name              621 plugin/npapi/pluginScriptObject.cpp         if (name == "$version") {
name               72 plugin/npapi/pluginScriptObject.h     static bool marshalHasMethod (NPObject *npobj, NPIdentifier name);
name               73 plugin/npapi/pluginScriptObject.h     static bool marshalInvoke (NPObject *npobj, NPIdentifier name,
name               78 plugin/npapi/pluginScriptObject.h     static bool marshalHasProperty (NPObject *npobj, NPIdentifier name);
name               79 plugin/npapi/pluginScriptObject.h     static bool marshalGetProperty (NPObject *npobj, NPIdentifier name,
name               81 plugin/npapi/pluginScriptObject.h     static bool marshalSetProperty (NPObject *npobj, NPIdentifier name,
name               83 plugin/npapi/pluginScriptObject.h     static bool marshalRemoveProperty (NPObject *npobj, NPIdentifier name);
name              113 plugin/npapi/pluginScriptObject.h     bool SetVariable(const std::string &name, const NPVariant& value);
name              120 plugin/npapi/pluginScriptObject.h     GnashNPVariant GetVariable(const std::string &name);
name              134 plugin/npapi/pluginScriptObject.h     bool Invoke(NPObject *npobj, NPIdentifier name, const NPVariant *args,
name              136 plugin/npapi/pluginScriptObject.h     bool AddMethod(NPIdentifier name, NPInvokeFunctionPtr func);
name              137 plugin/npapi/pluginScriptObject.h     void AddProperty(const std::string &name, const std::string &str);
name              138 plugin/npapi/pluginScriptObject.h     void AddProperty(const std::string &name, double num);
name              139 plugin/npapi/pluginScriptObject.h     void AddProperty(const std::string &name, int num);
name              145 plugin/npapi/pluginScriptObject.h     bool HasMethod(NPIdentifier name);
name              149 plugin/npapi/pluginScriptObject.h     bool HasProperty(NPIdentifier name);
name              150 plugin/npapi/pluginScriptObject.h     bool GetProperty(NPIdentifier name, NPVariant *result);
name              151 plugin/npapi/pluginScriptObject.h     bool SetProperty(NPIdentifier name, const NPVariant& value);
name              152 plugin/npapi/pluginScriptObject.h     bool RemoveProperty(NPIdentifier name);
name              286 plugin/npapi/test.cpp     if ((invoke->name == "barbyfoo") && (invoke->type == "xml")
name              300 plugin/npapi/test.cpp     if ((invoke->name == "reportFlashTiming") && (invoke->type == "xml")
name              311 plugin/npapi/test.cpp     check_equals (invoke->name, "reportFlashTiming");
name              428 plugin/npapi/test.cpp     _properties[name] = const_cast<NPVariant *>(value);
name              437 plugin/npapi/test.cpp     it = _properties.find(name);
name              447 plugin/npapi/test.cpp     it = _properties.find(name);
name              327 testsuite/MovieTester.cpp     return dlist.getDisplayObjectByName(st, getURI(vm, name), false);
name              530 testsuite/MovieTester.cpp 	std::string name = "AGG_" + std::string(pixelFormat);
name              535 testsuite/MovieTester.cpp 	    std::cout << "Renderer " << name << " initialized" << std::endl;
name              536 testsuite/MovieTester.cpp 	    addTestingRenderer(handler, name); 
name              538 testsuite/MovieTester.cpp 	    std::cout << "Renderer " << name << " not supported" << std::endl;
name              562 testsuite/MovieTester.cpp 	std::cout << "UNTESTED: render handler " << name
name              570 testsuite/MovieTester.cpp 	std::cout << "UNTESTED: can't test render handler " << name
name              579 testsuite/MovieTester.cpp     _testingRenderers.push_back(TestingRenderer(h, name));
name               80 testsuite/MovieTester.h             const std::string& name)
name               82 testsuite/MovieTester.h 		_name(name),
name              149 testsuite/MovieTester.h 			const std::string& name);
name              342 testsuite/MovieTester.h             const std::string& name);
name               83 testsuite/misc-ming.all/ButtonEventsTest.c 	, name, event, action
name              377 testsuite/misc-ming.all/ButtonEventsTest.c 	SWFDisplayItem_setName(it, name); // "textfield");
name               61 testsuite/misc-ming.all/RollOverOutTest.c     , name, event, action
name               92 testsuite/misc-ming.all/RollOverOutTest.c     SWFTextField_setVariableName(tf, name);
name               66 testsuite/misc-ming.all/SpriteButtonEventsTest.c 	, name, event, action
name              183 testsuite/misc-ming.all/SpriteButtonEventsTest.c 	SWFDisplayItem_setName(it, name); // "textfield");
name               53 testsuite/misc-ming.all/action_order/action_execution_order_test9.c   SWFDisplayItem_setName(it, name);
name               62 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c 			name, depth, name,
name               68 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c 			name, name,
name              103 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c 	SWFDisplayItem_setName(it, name);
name               75 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test10.c   SWFDisplayItem_setName(it, name);
name               89 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test11.c   SWFDisplayItem_setName(it, name);
name               86 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test2.c 	SWFDisplayItem_setName(it, name);
name               83 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test3.c 	SWFDisplayItem_setName(it, name);
name               81 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test4.c 	SWFDisplayItem_setName(it, name);
name               80 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test5.c 	SWFDisplayItem_setName(it, name);
name               82 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test6.c   SWFDisplayItem_setName(it, name);
name               83 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test7.c   SWFDisplayItem_setName(it, name);
name               85 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test8.c   SWFDisplayItem_setName(it, name);
name               81 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test9.c   SWFDisplayItem_setName(it, name);
name               78 testsuite/misc-ming.all/goto_frame_test.c   SWFDisplayItem_setName(it, name);
name               46 testsuite/misc-ming.all/key_event_test.c   SWFDisplayItem_setName(it, name);
name               79 testsuite/misc-ming.all/loading/loadMovieTest.c 	SWFDisplayItem_setName(it, name);
name              112 testsuite/misc-ming.all/loading/loadMovieTest.c 		, name, url, url, url,
name               68 testsuite/misc-ming.all/loading/moviecliploader_test.c 	SWFDisplayItem_setName(it, name);
name               76 testsuite/misc-ming.all/loading/moviecliploader_test.c ", name, url);
name              109 testsuite/misc-ming.all/loop/loop_test8.c   SWFDisplayItem_setName(it, name);
name               54 testsuite/misc-ming.all/masks_test.c 			name, depth, name,
name               82 testsuite/misc-ming.all/masks_test.c 	SWFDisplayItem_setName(it, name);
name              101 testsuite/misc-ming.all/masks_test.c 	SWFDisplayItem_setName(it, name);
name               69 testsuite/misc-ming.all/matrix_test.c 	SWFDisplayItem_setName(it, name);
name               62 testsuite/misc-ming.all/registerClassTest2.c   SWFMovie_addExport(mo, (SWFBlock)mc, name);
name              113 testsuite/misc-ming.all/replace_buttons1test.c   SWFDisplayItem_setName(it, name);
name              100 testsuite/misc-ming.all/replace_shapes1test.c   SWFDisplayItem_setName(it, name);
name               98 testsuite/misc-ming.all/replace_sprites1test.c   SWFDisplayItem_setName(it, name);
name               50 testsuite/misc-ming.all/unload_movieclip_test1.c   SWFDisplayItem_setName(it, name);
name              595 utilities/processor.cpp         "%s%s%s%s"), name, _(