/external/chromium/webkit/glue/ |
npruntime_util.cc | 17 bool is_string; local 18 WebBindings::extractIdentifierData(identifier, string, number, is_string); 20 if (!pickle->WriteBool(is_string)) 22 if (is_string) { 31 bool is_string; local 32 if (!pickle.ReadBool(pickle_iter, &is_string)) 35 if (is_string) {
|
/external/icu4c/common/ |
usetiter.cpp | 41 * if so, if codepoint == IS_STRING, the value is a string in the string field 61 codepoint = (UChar32)IS_STRING; // signal that value is actually a string 68 * if so, if codepoint == IS_STRING, the value is a string in the string field 94 codepoint = (UChar32)IS_STRING; // signal that value is actually a string 136 if (string==NULL && codepoint!=(UChar32)IS_STRING) {
|
/external/v8/src/ |
runtime.js | 55 if (IS_STRING(this) && IS_STRING(y)) return %StringEquals(this, y); 65 } else if (IS_STRING(x)) { 66 if (IS_STRING(y)) return %StringEquals(x, y); 94 if (IS_STRING(this)) { 95 if (!IS_STRING(x)) return 1; // not equal 117 if (IS_STRING(this)) { 118 if (IS_STRING(x)) return %_StringCompare(this, x); 138 if (IS_STRING(left) && IS_STRING(right)) [all...] |
json.js | 153 if (IS_STRING(value)) { 192 if (IS_STRING(val)) { 197 if (IS_STRING(val)) { 275 if (IS_STRING(value)) { 323 } else if (IS_STRING(space)) {
|
macros.py | 98 macro IS_STRING(arg) = (typeof(arg) === 'string'); 128 macro TO_STRING_INLINE(arg) = (IS_STRING(%IS_VAR(arg)) ? arg : NonStringToString(arg));
|
array.js | 83 if (!IS_STRING(e)) e = convert(e); 120 if (IS_STRING(e)) return e; 133 if (!IS_STRING(e)) e = convert(e); 148 if (!IS_STRING(e)) e = convert(e); 156 if (!IS_STRING(e)) e = convert(e); 380 } else if (!IS_STRING(separator)) { [all...] |
string.js | 49 if (!IS_STRING(this) && !IS_STRING_WRAPPER(this)) 57 if (!IS_STRING(this) && !IS_STRING_WRAPPER(this)) 471 if (IS_STRING(re)) {
|
date.js | 414 } else if (IS_STRING(year)) { 438 value = IS_STRING(time) ? DateParse(time) : TimeClip(ToNumber(time));
|
debug-debugger.js | [all...] |
v8natives.js | 132 if (!IS_STRING(x)) return x; [all...] |
messages.js | 107 if (!constructorName || !IS_STRING(constructorName)) { [all...] |
mirror-debugger.js | 79 } else if (IS_STRING(value)) { [all...] |
/external/icu4c/common/unicode/ |
usetiter.h | 67 * If <tt>codepoint == IS_STRING</tt>, then examine 71 enum { IS_STRING = -1 }; 74 * Current code point, or the special value <tt>IS_STRING</tt>, if 83 * iteration range, if <tt>codepoint != IS_STRING</tt>. If 85 * <tt>codepoint == IS_STRING</tt>, then the value of 92 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points 93 * to the current string. If <tt>codepoint != IS_STRING</tt>, the 304 return codepoint == (UChar32)IS_STRING;
|
/external/libvpx/examples/includes/geshi/contrib/ |
langcheck.php | 257 } else if (!is_string($language_data['LANG_NAME'])) { 293 } else if (!is_string($language_data['ESCAPE_CHAR'])) { 351 } else if (!is_string($url_value)) { 435 } else if (!is_string($sk_value)) { 459 if(!is_string($kw)) { 544 if(!is_string($cv)) { 556 if(!is_string($cv)) { 586 if(is_string($rv)) { 600 } elseif(!is_string($rv[GESHI_SEARCH])) [all...] |
/external/openssl/crypto/x509v3/ |
v3_alt.c | 428 char is_string = 0; local 454 is_string = 1; 503 if(is_string)
|
/external/libvpx/examples/includes/geshi/geshi/ |
php-brief.php | 83 'import_request_variables', 'error_log', 'serialize', 'unserialize', 'memory_get_usage', 'var_dump', 'var_export', 'debug_zval_dump', 'print_r','highlight_file', 'show_source', 'highlight_string', 'ini_get', 'ini_get_all', 'ini_set', 'ini_alter', 'ini_restore', 'get_include_path', 'set_include_path', 'restore_include_path', 'setcookie', 'header', 'headers_sent', 'connection_aborted', 'connection_status', 'ignore_user_abort', 'parse_ini_file', 'is_uploaded_file', 'move_uploaded_file', 'intval', 'floatval', 'doubleval', 'strval', 'gettype', 'settype', 'is_null', 'is_resource', 'is_bool', 'is_long', 'is_float', 'is_int', 'is_integer', 'is_double', 'is_real', 'is_numeric', 'is_string', 'is_array', 'is_object', 'is_scalar',
|
gml.php | 125 'lengthdir_y','is_real','is_string', [all...] |
php.php | 421 'is_scalar','is_soap_fault','is_string','is_subclass_of', [all...] |
/external/chromium/net/base/ |
mime_sniffer.cc | 116 bool is_string; member in struct:net::MagicNumber 250 if (magic_entry->is_string) {
|
/external/dnsmasq/src/ |
option.c | 670 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; local 740 is_addr = is_hex = is_dec = is_string = 1; 790 is_string = is_dec = is_hex = 0; 872 else if (is_string) [all...] |
/external/v8/src/x64/ |
code-stubs-x64.cc | 4020 NearLabel is_string; local 4137 Condition is_string = masm->IsObjectStringType(rax, rbx, rbx); local [all...] |
/external/v8/src/ia32/ |
code-stubs-ia32.cc | 4318 Condition is_string = masm->IsObjectStringType(object, scratch, scratch); local 5239 Condition is_string = masm->IsObjectStringType(eax, ebx, ebx); local [all...] |
builtins-ia32.cc | 1372 Condition is_string = masm->IsObjectStringType(eax, ebx, ecx); local [all...] |
/external/v8/src/arm/ |
code-stubs-arm.cc | 5024 Label is_string; local 5158 Condition is_string = masm->IsObjectStringType(r5, r1); local [all...] |
/external/webkit/Source/JavaScriptCore/bytecode/ |
CodeBlock.cpp | 696 printUnaryOp(exec, location, it, "is_string"); [all...] |