/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lpc_tables.h | 58 /* offsets for quantizer representation levels */ 63 /* quantizer representation levels */
|
/libcore/luni/src/main/java/java/lang/ |
Byte.java | 76 * the string representation of a single byte value. 126 * octal ("0..."), or decimal ("...") representation of a byte. 129 * a string representation of a single byte value. 189 * the string representation of a single byte value. 203 * the string representation of a single byte value. 246 * @return a printable representation of {@code value}. 256 * the string representation of a single byte value. 272 * the string representation of a single byte value.
|
Short.java | 68 * the string representation of a short value. 125 * ("0..."), or decimal ("...") representation of a short. 128 * a string representation of a short value. 188 * the string representation of a short value. 202 * the string representation of a short value. 242 * @return a printable representation of {@code value}. 252 * the string representation of a short value. 268 * the string representation of a short value.
|
Integer.java | 96 * the string representation of an integer value. 145 * octal ("0..."), or decimal ("...") representation of an integer. 148 * a string representation of an integer value. 326 * the string representation of an integer value. 340 * the string representation of an integer value. 401 * Converts the specified integer into its binary string representation. The 406 * @return the binary string representation of {@code i}. 414 * representation. The returned string is a concatenation of characters from 419 * @return the hexadecimal string representation of {@code i}. 426 * Converts the specified integer into its octal string representation. Th [all...] |
Long.java | 83 * the string representation of a long value. 132 * ("0..."), or decimal ("...") representation of a long. 135 * a string representation of a long value. 313 * the string representation of a long value. 327 * the string representation of a long value. 388 * Converts the specified long value into its binary string representation. 393 * @return the binary string representation of {@code v}. 401 * representation. The returned string is a concatenation of characters from 406 * @return the hexadecimal string representation of {@code l}. 413 * Converts the specified long value into its octal string representation [all...] |
/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.
|
/libcore/luni/src/test/java/tests/api/java/util/ |
LocaleTest.java | 346 assertEquals("Returned incorrect string representation", "en_CA_WIN32", testLocale 350 assertEquals("Wrong representation 1", "en", l.toString()); 352 assertEquals("Wrong representation 2", "_CA", l.toString()); 354 assertEquals("Wrong representation 2.5", "_CA_var", l.toString()); 356 assertEquals("Wrong representation 4", "en__WIN", l.toString()); 358 assertEquals("Wrong representation 6", "en_CA", l.toString()); 360 assertEquals("Wrong representation 7", "en_CA_VAR", l.toString()); 363 assertEquals("Wrong representation 8", "", l.toString());
|
/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;
|
ImageFilterCurves.java | 34 public void useRepresentation(FilterRepresentation representation) { 35 FilterCurvesRepresentation parameters = (FilterCurvesRepresentation) representation;
|
ImageFilterFx.java | 40 public void useRepresentation(FilterRepresentation representation) { 41 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/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. 172 * representation consists of an optional plus or minus sign followed by a 176 * @param value string representation of the new {@code BigInteger}. 179 * representation of a {@code BigInteger}. 189 * The string representation consists of an optional plus or minus sign 193 * @param value string representation of the new {@code BigInteger}. 197 * representation of a {@code BigInteger} or if {@code radix [all...] |
/external/apache-harmony/math/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...] |
/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.
|