Home
last modified time | relevance | path

Searched defs:nick (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dirc_command.py41 def execute(self, nick, args, tool, sheriff): argument
46 def execute(self, nick, args, tool, sheriff): argument
52 def execute(self, nick, args, tool, sheriff): argument
75 def execute(self, nick, args, tool, sheriff): argument
102 def execute(self, nick, args, tool, sheriff): argument
107 def execute(self, nick, args, tool, sheriff): argument
114 def execute(self, nick, args, tool, sheriff): argument
134 def execute(self, nick, args, tool, sheriff): argument
Dsheriffircbot.py43 def irc_message_received(self, nick, message): argument
/external/bluetooth/glib/gobject/
Dgparamspecs.c1533 const gchar *nick, in g_param_spec_char()
1573 const gchar *nick, in g_param_spec_uchar()
1614 const gchar *nick, in g_param_spec_boolean()
1652 const gchar *nick, in g_param_spec_int()
1694 const gchar *nick, in g_param_spec_uint()
1736 const gchar *nick, in g_param_spec_long()
1779 const gchar *nick, in g_param_spec_ulong()
1821 const gchar *nick, in g_param_spec_int64()
1864 const gchar *nick, in g_param_spec_uint64()
1906 const gchar *nick, in g_param_spec_unichar()
[all …]
Dgenums.c450 const gchar *nick) in g_enum_get_value_by_nick()
479 const gchar *nick) in g_flags_get_value_by_nick()
Dgparam.c415 const gchar *nick, in g_param_spec_internal()
/external/chromium/third_party/libjingle/source/talk/examples/call/
Dmuc.h39 Muc(const Jid& jid, const std::string& nick) : state_(MUC_JOINING), in Muc()
/external/webkit/Tools/Scripts/webkitpy/common/net/irc/
Dircbot.py37 def irc_message_received(self, nick, message): argument
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
Dirc.js15 function IRCConnection(server, port, nick, sendFunc, closeFunc) { argument
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.cc855 std::string nick(notify_elem->Attr(QN_GINGLE_NOTIFY_NICK)); in ParseSessionNotify() local