Home
last modified time | relevance | path

Searched refs:TO_STRING (Results 1 – 25 of 25) sorted by relevance

/external/v8/src/js/
Dstring.js62 var s = TO_STRING(this);
65 s = s + TO_STRING(arguments[i]);
75 var subject = TO_STRING(this);
76 pattern = TO_STRING(pattern);
90 var sub = TO_STRING(this);
92 var pat = TO_STRING(pat);
121 return %StringLocaleCompare(TO_STRING(this), TO_STRING(other));
136 var subject = TO_STRING(this);
152 var s = TO_STRING(this);
154 var form = IS_UNDEFINED(formArg) ? 'NFC' : TO_STRING(formArg);
[all …]
Dregexp.js67 pattern = IS_UNDEFINED(pattern) ? '' : TO_STRING(pattern);
68 flags = IS_UNDEFINED(flags) ? '' : TO_STRING(flags);
187 string = TO_STRING(string);
233 string = TO_STRING(string);
299 string = TO_STRING(string);
350 string = TO_STRING(string);
377 return '/' + TO_STRING(this.source) + '/' + TO_STRING(this.flags);
399 var subject = TO_STRING(string);
472 string = TO_STRING(string);
474 var flags = TO_STRING(this.flags);
[all …]
Dharmony-string-padding.js31 fillString = TO_STRING(fillString);
59 var thisString = TO_STRING(this);
67 var thisString = TO_STRING(this);
Dv8natives.js63 string = TO_STRING(string);
67 string = TO_STRING(string);
85 string = TO_STRING(string);
333 if (IS_UNDEFINED(precision)) return TO_STRING(x);
Di18n.js285 matcher = TO_STRING(matcher);
369 value = TO_STRING(value);
523 return '-' + key + '-' + TO_STRING(value);
742 var localeString = TO_STRING(localeID);
1078 TO_STRING(x), TO_STRING(y));
1348 TO_STRING(value));
1770 TO_STRING(value));
1927 TO_STRING(text));
2091 var s = TO_STRING(this);
2094 var form = IS_UNDEFINED(formArg) ? 'NFC' : TO_STRING(formArg);
[all …]
Dstring-iterator.js36 var s = TO_STRING(string);
Dsymbol.js64 key = TO_STRING(key);
Dmessages.js674 %AddNamedProperty(this, 'message', TO_STRING(m), DONT_ENUM);
699 name = IS_UNDEFINED(name) ? "Error" : TO_STRING(name);
702 message = IS_UNDEFINED(message) ? "" : TO_STRING(message);
Darray.js218 return TO_STRING(x);
224 return TO_STRING(e.toLocaleString());
403 separator = TO_STRING(separator);
410 return TO_STRING(e);
754 x = TO_STRING(x);
755 y = TO_STRING(y);
Dmacros.py117 macro TO_STRING(arg) = (%_ToString(arg));
/external/skia/tools/flags/
DSkCommandLineFlags.h193 #define TO_STRING(s) TO_STRING2(s) macro
197 SK_UNUSED static bool unused_##name = SkFlagInfo::CreateBoolFlag(TO_STRING(name), \
207 SK_UNUSED static bool unused_##name = SkFlagInfo::CreateBoolFlag(TO_STRING(name), \
208 TO_STRING(shortName),\
217 SK_UNUSED static bool unused_##name = SkFlagInfo::CreateStringFlag(TO_STRING(name), \
224 SK_UNUSED static bool unused_##name = SkFlagInfo::CreateStringFlag(TO_STRING(name), \
235 SK_UNUSED static bool unused_##name = SkFlagInfo::CreateStringFlag(TO_STRING(name), \
236 TO_STRING(shortName), \
248 SK_UNUSED static bool unused_##name = SkFlagInfo::CreateIntFlag(TO_STRING(name), \
255 SK_UNUSED static bool unused_##name = SkFlagInfo::CreateIntFlag(TO_STRING(name), \
[all …]
/external/smali/util/src/main/java/org/jf/util/
DCharSequenceUtils.java41 private static final Function<Object, String> TO_STRING = Functions.toStringFunction(); field in CharSequenceUtils
44 return Lists.transform(list, TO_STRING).hashCode(); in listHashCode()
48 return Lists.transform(list1, TO_STRING).equals( in listEquals()
49 Lists.transform(list2, TO_STRING)); in listEquals()
/external/libvpx/libvpx/test/
Dvideo_source.h31 #define TO_STRING(S) #S macro
32 #define STRINGIFY(S) TO_STRING(S)
51 #undef TO_STRING
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DKeyFactory.java63 private static final Signature TO_STRING = field in KeyFactory
237 e = ce.begin_method(Constants.ACC_PUBLIC, TO_STRING, null); in generateClass()
250 e.invoke_virtual(Constants.TYPE_STRING_BUFFER, TO_STRING); in generateClass()
DEmitUtils.java47 private static final Signature TO_STRING = field in EmitUtils
630 e.invoke_virtual(Constants.TYPE_OBJECT, TO_STRING); in append_string_helper()
/external/caliper/examples/src/main/java/examples/
DDoubleToStringBenchmark.java29 TO_STRING { enumConstant
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
DFastClassEmitter.java33 private static final Signature TO_STRING = field in FastClassEmitter
121 e.invoke_virtual(Constants.TYPE_OBJECT, TO_STRING); in emitIndexBySignature()
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DMethodInterceptorGenerator.java67 private static final Signature TO_STRING = field in MethodInterceptorGenerator
223 e.invoke_virtual(Constants.TYPE_OBJECT, TO_STRING); in generateFindProxy()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp22 #define TO_STRING(x) TO_STRING1(x) macro
522TO_STRING(JNI_JARJAR_PREFIX) "org/conscrypt/OpenSSLX509CertificateFactory$ParsingException", in throwParsingException()
11036 #define SSL_CALLBACKS "L" TO_STRING(JNI_JARJAR_PREFIX) "org/conscrypt/NativeCrypto$SSLHandshakeCall…
11037 #define REF_EC_GROUP "L" TO_STRING(JNI_JARJAR_PREFIX) "org/conscrypt/NativeRef$EC_GROUP;"
11038 #define REF_EC_POINT "L" TO_STRING(JNI_JARJAR_PREFIX) "org/conscrypt/NativeRef$EC_POINT;"
11039 #define REF_EVP_AEAD_CTX "L" TO_STRING(JNI_JARJAR_PREFIX) "org/conscrypt/NativeRef$EVP_AEAD_CTX;"
11040 #define REF_EVP_CIPHER_CTX "L" TO_STRING(JNI_JARJAR_PREFIX) "org/conscrypt/NativeRef$EVP_CIPHER_CTX…
11041 #define REF_EVP_PKEY "L" TO_STRING(JNI_JARJAR_PREFIX) "org/conscrypt/NativeRef$EVP_PKEY;"
11042 #define REF_HMAC_CTX "L" TO_STRING(JNI_JARJAR_PREFIX) "org/conscrypt/NativeRef$HMAC_CTX;"
11101 …NATIVE_METHOD(NativeCrypto, EVP_MD_CTX_cleanup, "(L" TO_STRING(JNI_JARJAR_PREFIX) "org/conscrypt/N…
[all …]
/external/v8/src/debug/
Ddebug.js1321 response.message = TO_STRING(e);
1338 '"message":"Internal error: ' + TO_STRING(e) + '"}';
1420 response.failed('Error: "' + TO_STRING(e) +
1860 return TO_STRING(value_description.stringDescription);
1928 expression = TO_STRING(expression);
Dmirrors.js1128 var details = %DebugGetPropertyDetails(this.value_, TO_STRING(i));
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedSetTest.java598 private static final Comparator<Object> TO_STRING field in ImmutableSortedSetTest
607 SortedSet<Integer> set = new ImmutableSortedSet.Builder<Integer>(TO_STRING) in testSupertypeComparator()
613 SortedSet<Number> set = new ImmutableSortedSet.Builder<Number>(TO_STRING) in testSupertypeComparatorSubtypeElements()
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSortedSetTest.java767 private static final Comparator<Object> TO_STRING field in ImmutableSortedSetTest
776 SortedSet<Integer> set = new ImmutableSortedSet.Builder<Integer>(TO_STRING) in testSupertypeComparator()
782 SortedSet<Number> set = new ImmutableSortedSet.Builder<Number>(TO_STRING) in testSupertypeComparatorSubtypeElements()
/external/icu/icu4c/source/common/
Dputil.cpp1311 #define TO_STRING(x) TO_STRING_2(x) macro
1325 dir = TO_STRING(U_TIMEZONE_FILES_DIR); in TimeZoneDataDirInitFn()
/external/chromium-trace/catapult/tracing/test_data/
Dv8.log464 code-creation,LazyCompile,0,0x42419f60,188,"TO_STRING native runtime.js:494",0x2340fcf0,
813 code-creation,LazyCompile,0,0x42419f60,188,"TO_STRING native runtime.js:494",0x2340fcf0,