OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:representation
(Results
251 - 275
of
7593
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/luni/src/main/java/java/security/cert/
PKIXCertPathBuilderResult.java
68
* Returns a string
representation
of this {@code PKIXCertPathBuilderResult}
71
* @return a string
representation
of this {@code PKIXCertPathBuilderResult}
/libcore/luni/src/main/java/java/text/
Annotation.java
61
* Returns this annotation in string
representation
.
63
* @return the string
representation
of this annotation.
/ndk/tests/device/test-gnustl-full/unit/
bitset_test.cpp
67
string
representation
= b2.to_string<char, char_traits<char>, allocator<char> >();
local
68
CPPUNIT_ASSERT(
representation
== "1000100010001" );
/ndk/tests/device/test-stlport/unit/
bitset_test.cpp
67
string
representation
= b2.to_string<char, char_traits<char>, allocator<char> >();
local
68
CPPUNIT_ASSERT(
representation
== "1000100010001" );
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterBorder.java
41
public void useRepresentation(FilterRepresentation
representation
) {
42
FilterImageBorderRepresentation parameters = (FilterImageBorderRepresentation)
representation
;
ImageFilterColorBorder.java
42
public void useRepresentation(FilterRepresentation
representation
) {
44
(FilterColorBorderRepresentation)
representation
;
ImageFilterCurves.java
34
public void useRepresentation(FilterRepresentation
representation
) {
35
FilterCurvesRepresentation parameters = (FilterCurvesRepresentation)
representation
;
ImageFilterFx.java
45
public void useRepresentation(FilterRepresentation
representation
) {
46
FilterFxRepresentation parameters = (FilterFxRepresentation)
representation
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
capability.h
40
* internal capability
representation
44
/* "external" capability
representation
is a (void *) */
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalConvertTest.java
328
* Convert a positive BigDecimal to an engineering string
representation
338
* Convert a negative BigDecimal to an engineering string
representation
348
* Convert a negative BigDecimal to an engineering string
representation
358
* Convert a negative BigDecimal to an engineering string
representation
369
*
representation
; scale == 0.
380
* to a plain string
representation
;
392
* to a plain string
representation
;
404
* to a plain string
representation
;
415
* Convert a BigDecimal to a string
representation
;
426
* Convert a positive BigDecimal to a string
representation
[
all
...]
/libcore/luni/src/main/java/java/io/
PrintWriter.java
363
* Prints the string
representation
of the specified character array
375
* Prints the string
representation
of the specified character to the
387
* Prints the string
representation
of the specified double to the target.
398
* Prints the string
representation
of the specified float to the target.
409
* Prints the string
representation
of the specified integer to the target.
420
* Prints the string
representation
of the specified long to the target.
431
* Prints the string
representation
of the specified object to the target.
457
* Prints the string
representation
of the specified boolean to the target.
480
* Prints the string
representation
of the character array {@code chars} followed by a newline.
488
* Prints the string
representation
of the char {@code c} followed by a newline
[
all
...]
/libcore/luni/src/main/java/java/lang/
Integer.java
96
* the string
representation
of an integer value.
144
* octal ("0..."), or decimal ("...")
representation
of an integer.
147
* a string
representation
of an integer value.
325
* the string
representation
of an integer value.
339
* the string
representation
of an integer value.
400
* Converts the specified integer into its binary string
representation
. The
405
* @return the binary string
representation
of {@code i}.
413
*
representation
. The returned string is a concatenation of characters from
418
* @return the hexadecimal string
representation
of {@code i}.
425
* Converts the specified integer into its octal string
representation
. Th
[
all
...]
Long.java
83
* the string
representation
of a long value.
131
* ("0..."), or decimal ("...")
representation
of a long.
134
* a string
representation
of a long value.
312
* the string
representation
of a long value.
326
* the string
representation
of a long value.
387
* Converts the specified long value into its binary string
representation
.
392
* @return the binary string
representation
of {@code v}.
400
*
representation
. The returned string is a concatenation of characters from
405
* @return the hexadecimal string
representation
of {@code l}.
412
* Converts the specified long value into its octal string
representation
[
all
...]
/libcore/luni/src/main/java/java/math/
BigInteger.java
36
*
representation
. Two's complement is not the internal
representation
used by
53
/** The magnitude of this in the little-endian
representation
. */
109
* used only if the three fields of
representation
are known.
206
*
representation
consists of an optional plus or minus sign followed by a
210
* @param value string
representation
of the new {@code BigInteger}.
213
*
representation
of a {@code BigInteger}.
223
* The string
representation
consists of an optional plus or minus sign
227
* @param value string
representation
of the new {@code BigInteger}.
231
*
representation
of a {@code BigInteger} or if {@code radix
[
all
...]
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiConstructor.java
23
/**
Representation
of a constructor in the API with parameters (arguments). */
ApiCoverage.java
25
/**
Representation
of the entire API containing packages. */
ApiMethod.java
23
/**
Representation
of a method in the API with parameters (arguments) and a return value. */
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsTestStatus.java
33
* Get the String
representation
of this test status that should be stored in
/dalvik/dexgen/src/com/android/dexgen/dex/file/
FieldIdItem.java
22
*
Representation
of a field reference inside a Dalvik file.
IdItem.java
22
*
Representation
of a reference to an item inside a Dalvik file.
MethodIdItem.java
22
*
Representation
of a method reference inside a Dalvik file.
/dalvik/dx/src/com/android/dx/dex/file/
FieldIdItem.java
22
*
Representation
of a field reference inside a Dalvik file.
IdItem.java
22
*
Representation
of a reference to an item inside a Dalvik file.
MethodIdItem.java
22
*
Representation
of a method reference inside a Dalvik file.
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
FailedPredicateException.js
23
/** Create a string
representation
of this exception.
Completed in 537 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>