OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tostring
(Results
126 - 150
of
4246
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
FormattableTest.java
45
arg0.format(sb.
toString
());
64
assertTrue(fmt.format("%1.1s", mf).
toString
().equals("single precision "));
65
assertTrue(fmt.format("%2.1s", mf).
toString
().equals("single precision single precision "));
66
assertTrue(fmt.format("%2.2s", mf).
toString
().equals("single precision single precision double precision "));
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
X509PublicKey.java
49
public String
toString
() {
53
// TODO: implement compatible
toString
method()
54
// buf.append(Arrays.
toString
(keyBytes));
56
return buf.
toString
();
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1Null.java
36
public String
toString
()
/dalvik/tests/036-finalizer/src/
FinalizerTest.java
15
public String
toString
() {
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Expressions/
instanceof-003-n.js
34
this.
toString
= new Function ( "return \"(Gen\"+this.generation+\" instance)\"" );
37
Gen3.__proto__.
toString
= new Function( "return \"(\"+this.name+\" object)\"");
64
this.
toString
= new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
73
this.
toString
= new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
instanceof-004-n.js
34
this.
toString
= new Function ( "return \"(Gen\"+this.generation+\" instance)\"" );
37
Gen3.__proto__.
toString
= new Function( "return \"(\"+this.name+\" object)\"");
64
this.
toString
= new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
73
this.
toString
= new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
instanceof-005-n.js
34
this.
toString
= new Function ( "return \"(Gen\"+this.generation+\" instance)\"" );
37
Gen3.__proto__.
toString
= new Function( "return \"(\"+this.name+\" object)\"");
64
this.
toString
= new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
73
this.
toString
= new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
instanceof-006.js
34
this.
toString
= new Function ( "return \"(Gen\"+this.generation+\" instance)\"" );
37
Gen3.__proto__.
toString
= new Function( "return \"(\"+this.name+\" object)\"");
64
this.
toString
= new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
73
this.
toString
= new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
/external/webkit/JavaScriptCore/tests/mozilla/js1_4/Regress/
function-001.js
60
"typeof f1.
toString
()",
62
typeof f1.
toString
() );
74
"typeof f2.
toString
()",
76
typeof f2.
toString
() );
/cts/tools/signature-tools/src/signature/model/
Modifier.java
37
public String
toString
() {
41
public static String
toString
(Set<Modifier> modifiers) {
51
return s.
toString
();
/cts/tools/signature-tools/src/signature/model/impl/
SigAnnotation.java
54
public String
toString
() {
62
builder.append(element.
toString
());
66
return builder.
toString
();
SigClassReference.java
60
public String
toString
() {
61
return SigClassReference.
toString
(this);
64
public static String
toString
(IClassReference thiz) {
/dalvik/libcore/security/src/test/java/tests/security/acl/
LastOwnerException2Test.java
46
assertEquals("LastOwnerException.
toString
() should have been "
48
+ e.
toString
(), "java.security.acl.LastOwnerException", e
49
.
toString
());
NotOwnerException2Test.java
46
assertEquals("NotOwnerException.
toString
() should have been "
48
+ e.
toString
(), "java.security.acl.NotOwnerException", e
49
.
toString
());
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/acl/
PermissionImpl.java
36
return permission.equals(permission1.
toString
());
42
public String
toString
() {
47
return
toString
().hashCode();
/development/samples/RSSReader/src/com/example/android/rssreader/
RssItem.java
67
// parcel.writeString(mTitle.
toString
());
68
// parcel.writeString(mLink.
toString
());
69
// parcel.writeString(mDescription.
toString
());
/external/easymock/src/org/easymock/internal/
ExpectedInvocationAndResults.java
43
public String
toString
() {
44
return expectedInvocation.
toString
() + ": " + results.
toString
();
/external/guava/src/com/google/common/collect/
UsingToStringOrdering.java
30
return left.
toString
().compareTo(right.
toString
());
38
@Override public String
toString
() {
/external/webkit/JavaScriptCore/qt/api/
qscriptconverter_p.h
36
static QString
toString
(const JSStringRef str)
40
static JSStringRef
toString
(const QString& str)
44
static JSStringRef
toString
(const char* str)
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-003.js
31
result = OBJECT.value.
toString
();
34
exception = e.
toString
();
40
"Get the
toString
value of an object whose value is undefined "+
expression-004.js
26
result = OBJECT.value.
toString
();
29
exception = e.
toString
();
34
"Get the
toString
value of an object whose value is null "+
number-002.js
31
object.
toString
= Number.prototype.valueOf;
32
result = object.
toString
();
35
exception = e.
toString
();
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
octal-001.js
57
str_regexp + ".exec(" + str_pattern +").
toString
()",
58
matches_array.
toString
(),
59
regexp.exec(pattern).
toString
() );
/external/webkit/WebCore/svg/
SVGAnimatedPropertyTraits.h
48
static String
toString
(PassType type) { return type.valueAsString(); }
60
static String
toString
(PassType type) { return type ? "true" : "false"; }
72
static String
toString
(PassType type) { return String::number(type); }
84
static String
toString
(PassType type) { return String::number(type); }
96
static String
toString
(PassType type) { return type.valueAsString(); }
108
static String
toString
(PassType type) { return type ? type->valueAsString() : String(); }
120
static String
toString
(PassType type) { return String::number(type); }
132
static String
toString
(PassType type) { return type ? type->valueAsString() : String(); }
144
static String
toString
(PassType type) { return type.valueAsString(); }
156
static String
toString
(PassType type) { return String::format("%f %f %f %f", type.x(), type.y(), type.width(), type.heigh (…)
[
all
...]
/frameworks/base/tests/CoreTests/android/core/
BufferedWriterTest.java
40
assertEquals("AbCdEfGhIjKlMnOpQrStUvWxYzX", aa.
toString
());
44
assertEquals("AbCdEfGhIjKlMnOpQrStUvWxYzXbravo", aa.
toString
());
48
assertEquals("AbCdEfGhIjKlMnOpQrStUvWxYzXbravo\nI\'m on a new line.", aa.
toString
());
Completed in 133 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>