HomeSort by relevance Sort by last modified time
    Searched full:representation (Results 251 - 275 of 7513) sorted by null

<<11121314151617181920>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
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.
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
MyCRL.java 43 * @return <code>String</code> representation
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
AttributeTypeAndValue.java 61 * @return a basic ASN.1 object representation.
  /external/chromium/base/
version.h 41 // Return the string representation of this version.
  /external/chromium/chrome/browser/ui/webui/
favicon_source.h 48 // Raw PNG representation of the favicon to show when the favicon
fileicon_source.h 45 // Raw PNG representation of the favicon to show when the favicon
thumbnail_source.h 44 // Raw PNG representation of the thumbnail to show when the thumbnail
  /external/chromium/net/base/
net_errors.h 29 // Returns a textual representation of the error code for logging purposes.

Completed in 646 milliseconds

<<11121314151617181920>>