OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:representation
(Results
226 - 250
of
5493
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-001.js
12
unicode name formal name string
representation
lexical-002.js
12
unicode name formal name string
representation
/external/webkit/Source/WebKit/mac/WebView/
WebDocument.h
157
@discussion Protocol implemented by the document
representation
of a data source.
162
@abstract Called soon after the document
representation
is created.
192
@result Returns true if the
representation
can provide document source.
198
@result Returns the textual source
representation
of the document. For HTML documents
/libcore/luni/src/main/java/java/io/
PrintStream.java
368
* Prints the string
representation
of the character array {@code chars}.
375
* Prints the string
representation
of the char {@code c}.
382
* Prints the string
representation
of the double {@code d}.
389
* Prints the string
representation
of the float {@code f}.
396
* Prints the string
representation
of the int {@code i}.
403
* Prints the string
representation
of the long {@code l}.
410
* Prints the string
representation
of the Object {@code o}, or {@code "null"}.
450
* Prints the string
representation
of the boolean {@code b}.
464
* Prints the string
representation
of the character array {@code chars} followed by a newline.
471
* Prints the string
representation
of the char {@code c} followed by a newline
[
all
...]
/libcore/luni/src/main/java/java/util/
EventObject.java
57
* Returns the string
representation
of this {@code EventObject}.
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
IGLPropertyAccessor.java
29
/** Returns the string
representation
of this property accessor. */
/external/v8/test/cctest/
test-dtoa.cc
46
static void TrimRepresentation(Vector<char>
representation
) {
47
int len = StrLength(
representation
.start());
50
if (
representation
[i] != '0') break;
52
representation
[i + 1] = '\0';
282
CHECK_EQ(current_test.
representation
, buffer.start());
305
CHECK_EQ(current_test.
representation
, buffer.start());
329
CHECK_EQ(current_test.
representation
, buffer.start());
/libcore/luni/src/main/java/javax/xml/datatype/
DatatypeFactory.java
141
* specifying the <code>Duration</code> as its string
representation
, "PnYnMnDTnHnMnS",
159
* @param lexicalRepresentation <code>String</code>
representation
of a <code>Duration</code>.
163
* @throws IllegalArgumentException If <code>lexicalRepresentation</code> is not a valid
representation
of a <code>Duration</code>.
189
* <li>{@link XMLGregorianCalendar} Date/Time Datatype Field Mapping Between XML Schema 1.0 and Java
Representation
</li>
228
* @throws IllegalArgumentException If values are not a valid
representation
of a <code>Duration</code>.
257
* @throws IllegalArgumentException If values are not a valid
representation
of a <code>Duration</code>.
307
* <p>Create a <code>Duration</code> of type <code>xdt:dayTimeDuration</code> by parsing its <code>String</code>
representation
,
312
* whose lexical
representation
contains only day, hour, minute, and second components.
322
* @param lexicalRepresentation Lexical
representation
of a duration.
334
// The lexical
representation
must match the pattern [^YM]*(T.*)
[
all
...]
/external/v8/src/
hydrogen-instructions.cc
56
const char*
Representation
::Mnemonic() const {
78
void HValue::AssumeRepresentation(
Representation
r) {
81
// The
representation
of the value is dictated by type feedback and
350
if (!other->
representation
().Equals(
representation
())) return false;
437
if (!
representation
().IsTagged() || type().Equals(HType::Tagged())) return;
852
if (!
representation
().IsInteger32()) return this;
870
if (!
representation
().IsInteger32()) return this;
877
if (!
representation
().IsInteger32()) return this;
1023
result->set_can_be_minus_zero(!
representation
().IsInteger32())
[
all
...]
/external/proguard/src/proguard/classfile/constant/
Utf8Constant.java
155
* Switches to a byte array
representation
of the UTF-8 data.
168
* Switches to a String
representation
of the UTF-8 data.
181
* Returns the modified UTF-8 byte array
representation
of the given string.
213
// The 0 character gets a two-byte
representation
in classes.
242
* Returns the String
representation
of the given modified UTF-8 byte array.
/external/apache-harmony/math/src/test/java/tests/api/java/math/
BigDecimalTest.java
66
assertTrue("the double
representation
is not correct", big
69
assertTrue("the double
representation
is not correct", big
72
assertTrue("the double
representation
is not correct", big
77
"the double
representation
of 0.1 bigDecimal is not correct",
81
"the double
representation
of 0.00345 bigDecimal is not correct",
86
"the double
representation
of -0.0 bigDecimal is not correct",
225
"the unscaledValue
representation
of 123459.08/2.335 is not correct",
272
// "the double
representation
of this BigDecimal is not correct",
275
assertTrue("the double
representation
of bigDecimal is not correct",
278
assertTrue("the double
representation
of bigDecimal is not correct"
[
all
...]
/libcore/luni/src/main/java/java/lang/
StringBuffer.java
102
* Adds the string
representation
of the specified boolean to the end of
131
* Adds the string
representation
of the specified double to the end of this
145
* Adds the string
representation
of the specified float to the end of this
159
* Adds the string
representation
of the specified integer to the end of
173
* Adds the string
representation
of the specified long to the end of this
187
* Adds the string
representation
of the specified object to the end of this
192
* string
representation
.
328
* Appends the string
representation
of the specified Unicode code point to
444
* Inserts the string
representation
of the specified boolean into this
460
* Inserts the string
representation
of the specified integer into thi
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h
303
character set whose multibyte
representation
is a single byte. */
310
/* Write wide character
representation
of multibyte character pointed
316
/* Write multibyte
representation
of wide character WC to S. */
353
/* Write wide character
representation
of multibyte character string
359
/* Write multibyte character
representation
of wide character string
368
/* Write wide character
representation
of at most NMC bytes of the
374
/* Write multibyte character
representation
of at most NWC characters
396
representation
. */
414
representation
. */
419
representation
. *
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h
303
character set whose multibyte
representation
is a single byte. */
310
/* Write wide character
representation
of multibyte character pointed
316
/* Write multibyte
representation
of wide character WC to S. */
353
/* Write wide character
representation
of multibyte character string
359
/* Write multibyte character
representation
of wide character string
368
/* Write wide character
representation
of at most NMC bytes of the
374
/* Write multibyte character
representation
of at most NWC characters
396
representation
. */
414
representation
. */
419
representation
. *
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h
303
character set whose multibyte
representation
is a single byte. */
310
/* Write wide character
representation
of multibyte character pointed
316
/* Write multibyte
representation
of wide character WC to S. */
353
/* Write wide character
representation
of multibyte character string
359
/* Write multibyte character
representation
of wide character string
368
/* Write wide character
representation
of at most NMC bytes of the
374
/* Write multibyte character
representation
of at most NWC characters
396
representation
. */
414
representation
. */
419
representation
. *
[
all
...]
/packages/apps/Mms/src/com/android/mms/dom/smil/
TimeImpl.java
40
* Creates a TimeImpl
representation
of a time-value represented as a String.
62
* @param timeValue A String in the
representation
specified above
101
* Converts a String
representation
of a clock value into the float
102
*
representation
used in this API.
122
* @param clockValue A String in the
representation
specified above
124
*
representation
given as the parameter
/cts/libs/vogar-expect/src/vogar/util/
TimeUtilities.java
55
* Returns a string
representation
of the given number of milliseconds.
62
* Returns a string
representation
of the given number of nanoseconds.
/development/testrunner/
android_manifest.py
18
"""In memory
representation
of AndroidManifest.xml file.
31
"""In memory
representation
of AndroidManifest.xml file."""
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
LocaleTest.java
351
assertEquals("Returned incorrect string
representation
", "en_CA_WIN32", testLocale
355
assertEquals("Wrong
representation
1", "en", l.toString());
357
assertEquals("Wrong
representation
2", "_CA", l.toString());
361
assertEquals("Wrong
representation
2.5", "_CA_var", l.toString());
363
assertEquals("Wrong
representation
4", "en__WIN", l.toString());
365
assertEquals("Wrong
representation
6", "en_CA", l.toString());
367
assertEquals("Wrong
representation
7", "en_CA_VAR", l.toString());
370
assertEquals("Wrong
representation
8", "", l.toString());
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemWhen.java
73
* Get an integer
representation
of the element type.
75
* @return An integer
representation
of the element, defined in the
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
BCDSAPrivateKey.java
87
* Return a PKCS8
representation
of the key. The sequence returned
90
* @return a PKCS8
representation
of the key.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEDHPrivateKey.java
118
* Return a PKCS8
representation
of the key. The sequence returned
121
* @return a PKCS8
representation
of the key.
JDKDSAPrivateKey.java
89
* Return a PKCS8
representation
of the key. The sequence returned
92
* @return a PKCS8
representation
of the key.
/external/chromium/third_party/libjingle/source/talk/base/
sslidentity.h
49
// The length of the string
representation
of the certificate is
62
// Returns a PEM encoded string
representation
of the certificate.
/external/clang/include/clang/AST/
NestedNameSpecifier.h
321
/// \brief The current
representation
of the nested-name-specifier we're
323
NestedNameSpecifier *
Representation
;
343
:
Representation
(0), Buffer(0), BufferSize(0), BufferCapacity(0) { }
355
/// \brief Retrieve the
representation
of the nested-name-specifier.
356
NestedNameSpecifier *getRepresentation() const { return
Representation
; }
434
return NestedNameSpecifierLoc(
Representation
, Buffer).getSourceRange();
450
return NestedNameSpecifierLoc(
Representation
, Buffer);
456
Representation
= 0;
Completed in 2257 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>