/external/chromium_org/chrome/browser/task_manager/ |
OWNERS | 0 nick@chromium.or
|
/external/chromium_org/sync/tools/testserver/ |
OWNERS | 0 nick@chromium.org
|
/external/chromium_org/third_party/clang_format/ |
OWNERS | 0 nick@chromium.org
|
/frameworks/opt/vcard/tests/res/raw/ |
v21_im.vcf | 3 X-ANDROID-CUSTOM:vnd.android.cursor.item/nickname;Nick;1;;;;;;;;;;;;;
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
OWNERS | 4 nick@chromium.org
|
/external/chromium_org/chrome/browser/ui/sync/ |
OWNERS | 4 nick@chromium.org
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
addServer.html | 22 var nickValue = $F('nick'); 26 nick: nickValue, 47 <input id="nick" type="text" value="nick">
|
index.html | 85 var irc = new IRCConnection(server.name, server.port, server.nick, 100 irc.onText = function(channel, nick, message) { 101 checkForNickReference(server, channel, nick, message); 102 addMessage(server.name, channel, nick, new Date(), message); 202 var nick; 206 nick = s.nick; 215 addMessage(server, channel, nick, new Date(), message); 219 function addMessage(server, channel, nick, time, body) { 224 'nick': nick [all...] |
irc.js | 15 function IRCConnection(server, port, nick, sendFunc, closeFunc) { 18 this.nick = nick; 56 sendCommand(commands.NICK, [this.nick], ""); 128 NICK: "NICK",
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
hangoutpubsubclient_unittest.cc | 29 const std::string& nick, bool was_presenting, bool is_presenting) { 30 last_presenter_nick = nick; 36 const std::string& nick, bool was_muted, bool is_muted) { 37 last_audio_muted_nick = nick; 43 const std::string& nick, bool was_muted, bool is_muted) { 44 last_video_muted_nick = nick; 50 const std::string& nick, bool was_paused, bool is_paused) { 51 last_video_paused_nick = nick; 57 const std::string& nick, bool was_recording, bool is_recording) { 58 last_recording_nick = nick; 230 std::string nick; member in class:HangoutPubSubClientTest [all...] |
hangoutpubsubclient.h | 51 // A client tied to a specific MUC jid and local nick. Provides ways 58 const std::string& nick); 61 const std::string& nick() const { return nick_; } function in class:buzz::HangoutPubSubClient 66 // Signal (nick, was_presenting, is_presenting) 68 // Signal (nick, was_muted, is_muted) 70 // Signal (nick, was_muted, is_muted) 72 // Signal (nick, was_paused, is_paused) 74 // Signal (nick, was_recording, is_recording)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/ |
ircbot.py | 75 "namreply", "nick", "part", "quit"]: 109 nick = nm_to_n(e.source()) 110 if nick == c.get_nickname(): 112 self.channels[ch].add_user(nick) 116 nick = e.arguments()[0] 119 if nick == c.get_nickname(): 122 self.channels[channel].remove_user(nick) 147 # e.arguments()[2] == nick list 150 for nick in e.arguments()[2].split(): 151 if nick[0] == "@" [all...] |
/external/chromium_org/chrome/browser/sync/ |
OWNERS | 4 nick@chromium.org
|
/external/chromium_org/sync/ |
OWNERS | 3 nick@chromium.org
|
/external/smack/src/org/jivesoftware/smackx/muc/ |
ParticipantStatusListener.java | 37 * (e.g. room@conference.jabber.org/nick). 46 * (e.g. room@conference.jabber.org/nick). 55 * (e.g. room@conference.jabber.org/nick). 66 * (e.g. room@conference.jabber.org/nick). 76 * (e.g. room@conference.jabber.org/nick). 85 * (e.g. room@conference.jabber.org/nick). 96 * (e.g. room@conference.jabber.org/nick). 105 * (e.g. room@conference.jabber.org/nick). 115 * (e.g. room@conference.jabber.org/nick). 125 * (e.g. room@conference.jabber.org/nick) [all...] |
Occupant.java | 40 private String nick; field in class:Occupant 47 this.nick = item.getNick(); 59 this.nick = StringUtils.parseResource(presence.getFrom()); 102 return nick; 118 result = 17 * result + (nick != null ? nick.hashCode() : 0);
|
Affiliate.java | 40 private String nick; field in class:Affiliate 47 this.nick = item.getNick(); 55 this.nick = item.getNick(); 96 return nick;
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
Nick.java | 31 public class Nick implements PacketExtension {
33 public static final String NAMESPACE = "http://jabber.org/protocol/nick";
35 public static final String ELEMENT_NAME = "nick";
39 public Nick(String name) {
109 return new Nick(name);
|
MUCAdmin.java | 90 private String nick; field in class:MUCAdmin.Item 136 * Returns the <room@service/nick> by which an occupant is identified within the context 152 return nick; 187 * Sets the <room@service/nick> by which an occupant is identified within the context 200 * @param nick the new nickname of an occupant that is changing his/her nickname. 202 public void setNick(String nick) { 203 this.nick = nick; 216 buf.append(" nick=\"").append(getNick()).append("\"");
|
MUCOwner.java | 116 private String nick; field in class:MUCOwner.Item 160 * Returns the <room@service/nick> by which an occupant is identified within the context 176 return nick; 211 * Sets the <room@service/nick> by which an occupant is identified within the context 224 * @param nick the new nickname of an occupant that is changing his/her nickname. 226 public void setNick(String nick) { 227 this.nick = nick; 252 buf.append(" nick=\"").append(getNick()).append("\"");
|
/external/valgrind/main/docs/internals/ |
performance.txt | 14 - Nick improved vg_SP_update_pass() to identify more small constant 26 - Nick reduced the iteration count of the loop in swizzle() from 20 to 5, 29 - Nick changed ExeContext gathering to not record/save extra zeroes at the 38 - Nick converted to compress V bits, initial version saved 0--5% on most 41 - Nick rewrote set_address_range_perms(), which gained 0--3% typically,
|
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltlocale.h | 8 * Author: Nick Wellnhofer
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
muc.h | 39 Muc(const Jid& jid, const std::string& nick) : state_(MUC_JOINING), 40 jid_(jid), local_jid_(Jid(jid.Str() + "/" + nick)) {}
|
/external/chromium_org/third_party/libevent/ |
LICENSE | 2 Copyright 2007-2009 Niels Provos and Nick Mathewson
|
README | 44 Nick Mathewson
|