/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/ |
status.py | 13 nick="webkit-build", variable
|
/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 >*/
|
glib-mkenums.in | 111 push @entries, [ $name, $options{nick} ]; 327 my $nick = $_->[1]; 328 if (!defined $nick) { 353 my ($name,$nick) = @{$entry}; 354 if (!defined $nick) { 355 ($nick = $name) =~ s/^$enum_prefix//; 356 $nick =~ tr/_/-/; 357 $nick = lc($nick); 358 @{$entry} = ($name, $nick); [all...] |
/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",
|
/frameworks/base/docs/html/resources/ |
community-more.jd | 34 <pre class="no-pretty-print" style="width:50%;">/nick <yournickname> 38 /nick <yournickname>
|
/dalvik/vm/compiler/template/armv5te/ |
header.S | 56 reg nick purpose 63 reg nick purpose
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/statements/ |
do_while.js | 26 Author: Nick Lerissa
|
/external/bluetooth/glib/docs/reference/gobject/ |
glib-mkenums.1 | 172 A nick name for the enum value currently being processed, this is usually generated by stripping common prefix words of all the enum values of the current enum, the words are lowercase and underscores are substituted by a minus (e\&.g\&. the\-xvalue)\&. 205 Per value definition, the options "skip" and "nick" are supported\&. The former causes the value to be skipped, and the latter can be used to specify the otherwise auto\-generated nickname\&. Examples: 220 PREFIX_THE_THIRD_VALUE, /*< nick=the\-last\-value >*/
|
glib-mkenums.xml | 195 A nick name for the enum value currently being processed, this is usually 246 Per value definition, the options "skip" and "nick" are supported. 260 PREFIX_THE_THIRD_VALUE, /*< nick=the-last-value >*/
|
/external/bluetooth/bluez/ |
AUTHORS | 36 Nick Pelly <npelly@google.com>
|
/external/guava/src/com/google/common/collect/ |
SingletonImmutableSet.java | 30 * @author Nick Kralevich
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/ |
general1.js | 26 Author: Nick Lerissa
|
general2.js | 26 Author: Nick Lerissa
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/function/ |
Function_object.js | 26 Author: Nick Lerissa
|
nesting.js | 26 Author: Nick Lerissa
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/operator/ |
equality.js | 26 Author: Nick Lerissa
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/ |
RegExp_lastIndex.js | 26 Author: Nick Lerissa
|
backslash.js | 26 Author: Nick Lerissa
|
control_characters.js | 26 Author: Nick Lerissa
|
exec.js | 26 Author: Nick Lerissa
|
source.js | 26 Author: Nick Lerissa
|
string_search.js | 26 Author: Nick Lerissa
|