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

1 2 3 4 5 6 78 91011>>

  /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/bluetooth/bluez/audio/
ipc.c 27 /* This table contains the string representation for messages types */
35 /* This table contains the string representation for messages names */
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEDHPrivateKey.java 114 * Return a PKCS8 representation of the key. The sequence returned
117 * @return a PKCS8 representation of the key.
JDKDSAPrivateKey.java 85 * Return a PKCS8 representation of the key. The sequence returned
88 * @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 322 /// \brief The current representation of the nested-name-specifier we're
324 NestedNameSpecifier *Representation;
344 : Representation(0), Buffer(0), BufferSize(0), BufferCapacity(0) { }
356 /// \brief Retrieve the representation of the nested-name-specifier.
357 NestedNameSpecifier *getRepresentation() const { return Representation; }
435 return NestedNameSpecifierLoc(Representation, Buffer).getSourceRange();
450 return NestedNameSpecifierLoc(Representation, Buffer);
456 Representation = 0;
  /external/elfutils/lib/
sha1.h 75 ASCII representation of the message digest.
84 to the wanted ASCII representation of the message digest.
  /external/icu4c/test/intltest/
usettest.h 49 * Make sure minimal representation is maintained.
127 * Return the representation of an inversion list based UnicodeSet
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
package.html 27 <li>{@link com.jme3.math.Matrix4f} - 4x4 matrix, used as an efficient transform representation</li>
46 <li>{@link com.jme3.math.Transform} - Representation of a transform with translation, rotation, and scale</li>
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglTimer.java 123 * <code>toString</code> returns the string representation of this timer
130 * @return the string representation of this object.
  /external/jsilver/src/com/google/streamhtmlparser/impl/
InternalState.java 24 * A very simple representation of the parser internal state. The state
88 * @return {@code String} representation of that object, the format
  /external/llvm/include/llvm/Assembly/
Parser.h 28 /// Module (intermediate representation) with the corresponding features. Note
40 /// Module (intermediate representation) with the corresponding features. Note
  /external/llvm/include/llvm/Support/
LeakDetector.h 43 /// removeGarbageObject - Remove a pointer from our internal representation of
53 /// checkForGarbage - Traverse the internal representation of garbage
  /external/v8/src/
bignum-dtoa.h 35 // Return the shortest correct representation.
57 // 'v' again. The buffer will choose the representation that is closest to
  /external/v8/test/mjsunit/
error-tostring.js 29 // Test default string representation of an Error object.
56 // on a given Error object. Verify the produced string representation.
mirror-error.js 44 // Create mirror and JSON representation.
63 // Parse JSON representation and check.
mirror-script.js 33 // Create mirror and JSON representation.
66 // Parse JSON representation and check.
  /external/webkit/Source/WebCore/platform/audio/
HRTFKernel.h 45 // HRTFKernel is a frequency-domain representation of an impulse-response used as part of the spatialized panning system.
48 // m_fftFrame is the frequency-domain representation of the impulse response with the delay removed
  /libcore/luni/src/main/java/java/lang/
Throwable.java 69 * An intermediate representation of the stack trace. This field may
75 * A fully-expanded representation of the stack trace.
159 // Fill in the intermediate representation
161 // Mark the full representation as empty
230 * Writes a printable representation of this {@code Throwable}'s stack trace
271 stackState = null; // Clean up intermediate representation
277 * Writes a printable representation of this {@code Throwable}'s stack trace
295 * Writes a printable representation of this {@code Throwable}'s stack trace
  /libcore/luni/src/main/java/java/security/acl/
AclEntry.java 105 * Returns the string representation of this ACL entry.
107 * @return the string representation of this ACL entry.
  /libcore/luni/src/main/java/java/security/cert/
CollectionCertStoreParameters.java 93 * Returns the string representation of this instance.
95 * @return the string representation of this instance.
LDAPCertStoreParameters.java 113 * Returns the string representation of this {@code LDAPCertStoreParameters}
116 * @return the string representation of this {@code LDAPCertStoreParameters}
PKIXBuilderParameters.java 116 * Returns a string representation of this {@code PKIXBuilderParameters}
119 * @return a string representation of this {@code PKIXBuilderParameters}

Completed in 1535 milliseconds

1 2 3 4 5 6 78 91011>>