Searched defs:OBJECT (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
H A D11.2.3-1.js81 var OBJECT = true; variable
84 "OBJECT.toString()",
86 OBJECT.toString() );
H A D11.2.2-1-n.js75 var OBJECT = new Object(); class
78 "OBJECT = new Object; var o = new OBJECT()",
80 o = new OBJECT() );
/external/chromium/webkit/glue/
H A Dresource_type.h20 OBJECT, // an object (or embed) tag for a plugin, enumerator in enum:ResourceType::Type
/external/javassist/src/main/javassist/bytecode/analysis/
H A DType.java96 public static final Type OBJECT = lookupType("java.lang.Object"); field in class:Type
368 return Type.OBJECT;
388 return createArray(OBJECT, targetDims);
/external/javassist/src/main/javassist/bytecode/
H A DStackMap.java108 public static final int OBJECT = 7; field in class:StackMap
185 if (tag == OBJECT) {
257 dest[pos] = OBJECT;
328 writer.writeVerifyTypeInfo(OBJECT, clazz);
366 if (varTag == OBJECT)
367 writer.writeVerifyTypeInfo(OBJECT, varData);
431 if (tag == OBJECT)
447 if (tag == OBJECT) {
532 if (tag == StackMap.OBJECT || tag == StackMap.UNINIT)
H A DStackMapTable.java131 public static final int OBJECT = 7; field in class:StackMapTable
244 if (tag == OBJECT || tag == UNINIT) {
261 * if the tag is <code>OBJECT</code>,
286 if (tag == OBJECT || tag == UNINIT) {
346 if (tag == OBJECT || tag == UNINIT) {
410 if (tag == OBJECT)
419 if (tags[i] == OBJECT)
468 return OBJECT;
580 * if the tag is <code>OBJECT</code>,
616 * if the tag is <code>OBJECT</cod
[all...]
/external/dropbear/libtomcrypt/
H A Dcrypt.tex1849 In addition, there is also find\_hash\_oid() which finds a hash by the ASN.1 OBJECT IDENTIFIER string.
3894 hashID OBJECT IDENTIFIER, -- OID of hash used
4237 \hline LTC\_ASN1\_OBJECT\_IDENTIFIER & OBJECT IDENTIFIER \\
4296 \item OBJECT IDENTIFIER
4504 \subsection{ASN.1 OBJECT IDENTIFIER}
4523 These will encode or decode an OBJECT IDENTIFIER object. The words of the OID are stored in individual \textbf{unsigned long} elements, and must be in the range

Completed in 253 milliseconds