HomeSort by relevance Sort by last modified time
    Searched full:nick (Results 1 - 25 of 211) sorted by null

1 2 3 4 5 6 7 8 9

  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
link-and-subresource-test-expected.txt 0 nick.jpg has MIME type image/jpeg
2 nick.jpg has MIME type image/jpeg
5 When this test succeeds, you'll see an image of Nick on a sailboat immediately below this text. When this test fails, you will see no images at all.
onload-completion-test.html 5 var nick=document.getElementById('nick');
8 if (nick.naturalWidth == 320 && nick.naturalHeight == 240)
23 <img id=nick src="resources/nick.jpg">
link-and-subresource-test.html 32 <p>When this test succeeds, you'll see an image of Nick on a sailboat immediately below
34 <link rel="prefetch" href="resources/nick.jpg" onload="nick_onload()" />
35 <img src="resources/nick.jpg" onload="nick_onload()" />
  /frameworks/opt/vcard/tests/res/raw/
v21_im.vcf 3 X-ANDROID-CUSTOM:vnd.android.cursor.item/nickname;Nick;1;;;;;;;;;;;;;
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
irc_command.py 41 def execute(self, nick, args, tool, sheriff):
46 def execute(self, nick, args, tool, sheriff):
47 return "%s: %s" % (nick,
52 def execute(self, nick, args, tool, sheriff):
75 def execute(self, nick, args, tool, sheriff):
79 tool.irc().post("%s: Usage: SVN_REVISION [SVN_REVISIONS] REASON" % nick)
88 rollout_reason, nick, config_irc.channel)
91 tool.irc().post("%s: Created rollout: %s" % (nick, bug_url))
93 tool.irc().post("%s: Failed to create rollout patch:" % nick)
102 def execute(self, nick, args, tool, sheriff)
    [all...]
sheriffircbot.py 43 def irc_message_received(self, nick, message):
44 self._message_queue.post([nick, message])
66 (nick, request) = message
76 response = command().execute(nick, args, self._tool, self._sheriff)
  /external/chromium/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/bluetooth/glib/gobject/
gparamspecs.c     [all...]
gparamspecs.h 895 * setting the value are redirected, including accessing the nick and
927 const gchar *nick,
934 const gchar *nick,
941 const gchar *nick,
946 const gchar *nick,
953 const gchar *nick,
960 const gchar *nick,
967 const gchar *nick,
974 const gchar *nick,
981 const gchar *nick,
    [all...]
genums.c 441 * @nick: the nickname to look up
445 * Returns: the #GEnumValue with nickname @nick, or %NULL if the
450 const gchar *nick)
453 g_return_val_if_fail (nick != NULL, NULL);
460 if (enum_value->value_nick && strcmp (nick, enum_value->value_nick) == 0)
470 * @nick: the nickname to look up
474 * Returns: the #GFlagsValue with nickname @nick, or %NULL if there is
479 const gchar *nick)
482 g_return_val_if_fail (nick != NULL, NULL);
489 if (flags_value->value_nick && strcmp (nick, flags_value->value_nick) == 0
    [all...]
glib-mkenums.1 105 A nick name for the enum value currently being processed, this is usually generated by stripping
133 Per value definition, the options "skip" and "nick" are supported. The former causes the
149 PREFIX_THE_THIRD_VALUE, /*< nick=the-last-value >*/
  /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/libxslt/libxslt/
xsltlocale.h 8 * Author: Nick Wellnhofer
  /external/webkit/Tools/Scripts/webkitpy/common/net/irc/
ircbot.py 37 def irc_message_received(self, nick, message):
68 connection.nick(connection.get_nickname() + "_")
75 nick = irclib.nm_to_n(event.source())
78 response = self._delegate.irc_message_received(nick, request[1])
  /external/bluetooth/glib/tests/gobject/
paramspec-test.c 42 pspec = g_param_spec_char ("char", "nick", "blurb",
46 g_assert (strcmp (g_param_spec_get_nick (pspec), "nick") == 0);
80 pspec = g_param_spec_string ("string", "nick", "blurb",
152 ospec = g_param_spec_char ("char", "nick", "blurb",
158 g_assert (strcmp (g_param_spec_get_nick (pspec), "nick") == 0);
192 pspec = g_param_spec_gtype ("gtype", "nick", "blurb",
  /external/chromium/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/third_party/libevent/
LICENSE 2 Copyright 2007-2009 Niels Provos and Nick Mathewson
NOTICE 2 Copyright 2007-2009 Niels Provos and Nick Mathewson
README 44 Nick Mathewson
  /dalvik/vm/compiler/template/armv5te/
header.S 56 reg nick purpose
63 reg nick purpose
  /external/chromium/third_party/modp_b64/
LICENSE 5 * Copyright (c) 2005, 2006 Nick Galbreath -- nickg [at] modp [dot] com
NOTICE 5 * Copyright (c) 2005, 2006 Nick Galbreath -- nickg [at] modp [dot] com
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/statements/
do_while.js 26 Author: Nick Lerissa

Completed in 417 milliseconds

1 2 3 4 5 6 7 8 9