/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/ |
X500NameStyle.java | 35 * @param dirName the String representation. 60 * @return a String representation.
|
/external/chromium_org/chrome/browser/performance_monitor/ |
events.json | 32 "previousVersion": {"type": "string", "description": "The string representation of the previous Chrome version."}, 33 "currentVersion": {"type": "string", "description": "The string representation of the current Chrome version."}
|
/external/chromium_org/remoting/protocol/ |
authentication_method.h | 61 // Returns string representation of the value stored in this object. 85 // Parse string representation of a shared secret hash. The |as_string|
|
/external/chromium_org/sync/api/ |
sync_change.h | 56 // Returns a string representation of |change_type|. 59 // Returns a string representation of the entire object. Used for gmock
|
/external/chromium_org/v8/src/ |
hydrogen-canonicalize.cc | 42 if (instr->representation().IsInteger32()) { 47 } else if (instr->representation().IsSmi()) {
|
/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.
|
/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. 125 * octal ("0..."), or decimal ("...") representation of a byte. 128 * a string representation of a single byte value. 188 * the string representation of a single byte value. 202 * the string representation of a single byte value. 245 * @return a printable representation of {@code value}. 255 * the string representation of a single byte value. 271 * the string representation of a single byte value.
|
Short.java | 68 * the string representation of a short value. 124 * ("0..."), or decimal ("...") representation of a short. 127 * a string representation of a short value. 187 * the string representation of a short value. 201 * the string representation of a short value. 241 * @return a printable representation of {@code value}. 251 * the string representation of a short value. 267 * the string representation of a short value.
|
/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.
|
/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;
|
ImageFilterColorBorder.java | 42 public void useRepresentation(FilterRepresentation representation) { 44 (FilterColorBorderRepresentation) representation;
|
ImageFilterCurves.java | 34 public void useRepresentation(FilterRepresentation representation) { 35 FilterCurvesRepresentation parameters = (FilterCurvesRepresentation) representation;
|