HomeSort by relevance Sort by last modified time
    Searched full:representation (Results 126 - 150 of 5493) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebKit2/UIProcess/cf/
WebBackForwardListCF.cpp 93 LOG(SessionState, "WebBackForwardList dictionary representation does not have a valid current index");
99 LOG(SessionState, "WebBackForwardList dictionary representation does not have a valid integer current index");
105 LOG(SessionState, "WebBackForwardList dictionary representation does not have a valid list of entries");
111 LOG(SessionState, "WebBackForwardList dictionary representation contains an invalid current index (%ld) for the number of entries (%ld)", currentIndex, size);
116 LOG(SessionState, "WebBackForwardList dictionary representation says there is no current item index, but there is a list of %ld entries - this is bogus", size);
  /libcore/luni/src/test/java/libcore/java/lang/
OldStackTraceElementTest.java 202 assertTrue("String representation doesn't contain a package name",
204 assertTrue("String representation doesn't contain a class name",
206 assertTrue("String representation doesn't contain a file name",
208 assertTrue("String representation doesn't contain a line number",
210 assertTrue("String representation doesn't contain a method name",
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
AbstractData.java 32 // representation we must ensure that an empty node is not mistaken
39 // representation we must ensure that an empty node is not mistaken
113 // ******************* String representation *******************
  /external/llvm/include/llvm/Support/
SwapByteOrder.h 25 /// SwapByteOrder_16 - This function returns a byte-swapped representation of
39 /// SwapByteOrder_32 - This function returns a byte-swapped representation of
56 /// SwapByteOrder_64 - This function returns a byte-swapped representation of
  /external/smack/src/org/jivesoftware/smackx/packet/
PEPEvent.java 81 * Returns the XML representation of a Personal Event Publish according the specification.
83 * Usually the XML representation will be inside of a Message XML representation like
PEPPubSub.java 69 * Returns the XML representation of a Personal Event Publish according the specification.
71 * Usually the XML representation will be inside of a Message XML representation like
  /external/v8/test/mjsunit/
mirror-date.js 32 // Create mirror and JSON representation.
48 // Test text representation
51 // Parse JSON representation and check.
mirror-function.js 44 // Create mirror and JSON representation.
69 // Test text representation
72 // Parse JSON representation and check.
mirror-regexp.js 55 // Create mirror and JSON representation.
78 // Test text representation
81 // Parse JSON representation and check.
mirror-string.js 34 // Create mirror and JSON representation.
49 // Test text representation
57 // Parse JSON representation and check.
  /external/webkit/Source/WebKit/chromium/public/
WebSecurityOrigin.h 86 // Returns a string representation of the WebSecurityOrigin. The empty
87 // WebSecurityOrigin is represented by "null". The representation of a
91 // Returns a string representation of this WebSecurityOrigin that can
  /frameworks/base/core/java/android/os/
ParcelUuid.java 23 * immutable representation of a 128-bit universally unique
41 * Creates a new ParcelUuid from a string representation of {@link UUID}.
65 * Returns a string representation of the ParcelUuid
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pUpnpServiceInfo.java 55 * @param uuid a string representation of this UUID in the following format,
58 * @param device a string representation of this device in the following format,
63 * @param services a string representation of this service in the following format,
  /libcore/luni/src/main/java/java/util/logging/
Formatter.java 25 * string representation. Head and tail strings are sometimes used to wrap a set
38 * Converts a {@link LogRecord} object into a string representation. The
50 * representation. This is a convenience method for subclasses of {@code
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
Array.java 51 * @return <code>String</code> representation of the <code>array</code>
80 // form character representation part
90 // Add character representation for each line
  /bionic/libc/bionic/
ether_aton.c 49 * representation.
82 * representation.
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3parsetree.h 2 * Abstraction of Common tree to provide payload and string representation of node.
70 /** Return the string representation of the payload (must be installed
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 135 /// Returns a string representation of this IDictionary.
138 /// The string representation is a list of the collection's elements in the order
142 /// <param name="dict">Dictionary whose string representation will be returned</param>
143 /// <returns>A string representation of the specified dictionary or "null"</returns>
147 /// Returns a string representation of this IList.
150 /// The string representation is a list of the collection's elements in the order
154 /// <param name="coll">Collection whose string representation will be returned</param>
155 /// <returns>A string representation of the specified collection or "null"</returns>
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExsltFuncResult.java 73 * Get an integer representation of the element type.
75 * @return An integer representation of the element, defined in the
  /external/e2fsprogs/lib/uuid/
uuid_parse.3.in 34 uuid_parse \- convert an input UUID string into binary representation
46 into the binary representation. The input UUID is a string of the form
uuid_unparse.3.in 34 uuid_unparse \- convert an UUID from binary representation to a string
48 from the binary representation into a 36\-byte string (plus tailing '\\0')
  /external/llvm/docs/HistoricalNotes/
2001-02-13-Reference-MemoryResponse.txt 15 > representation.
37 > when we don't want the "pinned" representation. This is not
  /external/srtp/crypto/include/
gf2_8.h 62 * operation, using the field representation from AES; that is, the
63 * next gf2_8 value in the cyclic representation of that field. The
  /external/stlport/test/unit/
bitset_test.cpp 67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >(); local
68 CPPUNIT_ASSERT( representation == "1000100010001" );
  /external/tcpdump/
nfsfh.h 45 * Internal representation of dev_t, because different NFS servers
57 * our internal representation of that.

Completed in 775 milliseconds

1 2 3 4 56 7 8 91011>>