HomeSort by relevance Sort by last modified time
    Searched full:enumerated (Results 1 - 25 of 1011) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/004-annotations/src/android/test/anno/
AnnoFancyMethod.java 12 AnnoFancyMethodEnum enumerated() default AnnoFancyMethodEnum.FOO;
FullyNoted.java 27 @AnnoFancyMethod(biteMe=true, enumerated=AnnoFancyMethod.AnnoFancyMethodEnum.BAR)
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
regexp-enumerate-001.js 7 JavaScript enumerated through the properties twice. This only
9 had not been enumerated. ie, the object inherited properties
10 from its prototype that are enumerated.
14 objects are not enumerated.
39 * This test expects RegExp instances to have four enumerated properties:
76 "Property: " + name +" already enumerated?",
81 testcases[testcases.length-1].reason = "property already enumerated";
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1Enumerated.java 29 * This class represents ASN.1 Enumerated type.
40 * Constructs ASN.1 Enumerated type
43 * when there is a need to create a custom ASN.1 Enumerated type.
52 * Returns ASN.1 Enumerated type default implementation
57 * @return ASN.1 Enumerated type default implementation
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ocsp/
OCSPResponseStatus.java 18 * OCSPResponseStatus ::= ENUMERATED {
  /external/icu4c/common/
uenumimp.h 62 * or NULL after all elements haven been enumerated.
68 * or NULL after all elements haven been enumerated
79 * or NULL after all elements haven been enumerated.
85 * or NULL after all elements haven been enumerated
propname.h 37 * Enumerated, Binary, or Catalog properties, use the following
123 * enumerated properties), there is a ValueMap object. This object
133 * properties + the number of enumerated properties.
162 /* Enum=>name EnumToOffset object for binary and enumerated */
166 /* Name=>enum data for binary & enumerated properties */
169 /* Enum=>offset EnumToOffset object mapping enumerated properties */
461 * 2: # NameToEnum obj for binary & enumerated props
468 * 3: # NonContiguousEnumToOffset obj for enumerated props => ValueMaps
475 * 4: # ValueMap array [x one for each enumerated prop i]
482 * for each enumerated prop (either 5a or 5b)
    [all...]
  /dalvik/dx/src/com/android/dx/rop/cst/
CstEnumRef.java 23 * value of an enumerated type.
50 * <b>Note:</b> This returns the enumerated type.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DEREnumerated.java 38 * return an Enumerated from a tagged object.
80 out.writeEncoded(ENUMERATED, bytes);
DERTags.java 12 public static final int ENUMERATED = 0x0a;
  /development/host/windows/usb/api/
adb_api_private_defines.h 25 /** \brief Encapsulates an entry in the array of enumerated interfaces.
111 /// Defines array of enumerated interface entries
adb_interface_enum.h 62 /** \brief Gets next enumerated interface information
91 /// Array of interfaces enumerated with this object
  /external/opencore/nodes/pvmp4ffcomposernode/include/
pvmp4ffcn_types.h 27 /** Enumerated list of errors */
  /external/icu4c/tools/genpname/
SyntheticPropertyAliases.txt 17 # Non-enumerated Properties
21 # Enumerated Non-Binary Properties
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
CRLReason.java 8 * CRLReason ::= ENUMERATED {
ObjectDigestInfo.java 98 * digestedObjectType ENUMERATED {
  /external/opencore/nodes/pvamrffparsernode/include/
pvmf_amrffparser_defs.h 25 /** Enumerated list of port tags supported by the node,
  /external/opencore/nodes/pvdummyinputnode/include/
pvmf_fileinput_node_events.h 42 // Enumerated list of informational event from PVMFFileInputNode
  /external/opencore/nodes/pvprotocolenginenode/include/
pvmf_protocol_engine_defs.h 26 /** Enumerated list of port tags supported by the node,
  /external/opencore/nodes/pvwavffparsernode/include/
pvmf_wavffparser_defs.h 26 /** Enumerated list of port tags supported by the node,
  /external/webkit/JavaScriptCore/API/tests/
testapi.js 107 pass("MyObject.myPropertyName was enumerated");
109 fail("MyObject.myPropertyName was not enumerated");
112 pass("MyObject.regularType was enumerated");
114 fail("MyObject.regularType was not enumerated");
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.3.1-3.js 66 testcases[tc].reason += "property should not be enumerated ";
15.7.3.2-4.js 62 testcases[tc].reason += "property should not be enumerated ";
15.7.3.3-4.js 65 testcases[tc].reason += "property should not be enumerated ";
15.7.3.4-4.js 66 testcases[tc].reason += "property should not be enumerated ";

Completed in 122 milliseconds

1 2 3 4 5 6 7 8 91011>>