HomeSort by relevance Sort by last modified time
    Searched full:representation (Results 151 - 175 of 4314) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/proguard/src/proguard/classfile/attribute/
LineNumberInfo.java 24 * Representation of an Line Number table entry.
  /external/regex-re2/util/
utf.h 11 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
  /external/srec/srec/Vocabulary/include/
SR_Vocabulary.h 33 * A vocabulary maps words to their phonetic representation.
39 * A vocabulary maps words to their phonetic representation.
52 * Returns phonetic representation of word.
56 * @param pronunciation [out] Phonetic representation of word
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
weight.h 33 // >>: reads textual representation of a weight.
34 // <<: prints textual representation of a weight.
35 // Read(istream &): reads binary representation of a weight.
36 // Write(ostrem &): writes binary representation of a weight.
  /external/svox/pico/lib/
picosig.h 33 * Pico Sig is the PU that makes the parametric representation produce a speech signal.
  /external/valgrind/main/massif/perf/
many-xpts.c 9 // representation of the number 'i', where each function represents a bit in
  /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
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Sha1Helper.h 35 // Read binary representation of sha1 from filename.
  /frameworks/support/v4/java/android/support/v4/accessibilityservice/
AccessibilityServiceInfoCompat.java 181 * Returns the string representation of a feedback type. For example,
186 * @return The string representation.
220 * Returns the string representation of a flag. For example,
225 * @return The string representation.
  /libcore/luni/src/main/java/java/io/
PrintStream.java 366 * Prints the string representation of the character array {@code chars}.
373 * Prints the string representation of the char {@code c}.
380 * Prints the string representation of the double {@code d}.
387 * Prints the string representation of the float {@code f}.
394 * Prints the string representation of the int {@code i}.
401 * Prints the string representation of the long {@code l}.
408 * Prints the string representation of the Object {@code o}, or {@code "null"}.
448 * Prints the string representation of the boolean {@code b}.
462 * Prints the string representation of the character array {@code chars} followed by a newline.
469 * 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/common/src/com/android/io/
IAbstractResource.java 20 * Base representation of a file system resource.<p/>
  /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());
  /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.

Completed in 5020 milliseconds

1 2 3 4 5 67 8 91011>>