/external/webkit/LayoutTests/http/tests/appcache/ |
404-resource-expected.txt | 1 Test that a missing explicit resource makes caching fail.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
ASN1TaggedObject.java | 15 boolean explicit = true; field in class:ASN1TaggedObject 20 boolean explicit) 22 if (explicit) 42 * Create a tagged object in the explicit style. 51 this.explicit = true; 57 * Create a tagged object with the style given by the value of explicit. 60 * to explicit in accordance with the ASN.1 encoding rules. 62 * @param explicit true if the object is explicitly tagged. 67 boolean explicit, 73 this.explicit = true [all...] |
DERTaggedObject.java | 26 * @param explicit true if an explicitly tagged object. 31 boolean explicit, 35 super(explicit, tagNo, obj); 62 if (explicit)
|
ASN1Choice.java | 6 * an explicit one as the encoding rules require.
|
BERTaggedObject.java | 26 * @param explicit true if an explicitly tagged object. 31 boolean explicit, 35 super(explicit, tagNo, obj); 59 if (!explicit)
|
/dalvik/dx/tests/055-dex-explicit-throw/ |
info.txt | 2 explicit use of "throw" gets converted reasonably.
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
ustdxept.h | 30 explicit error_message (const char* arg) throw(); 48 inline explicit logic_error (const char* arg) throw() : error_message (arg) {} 59 inline explicit domain_error (const char* arg) throw() : logic_error (arg) {} 70 inline explicit invalid_argument (const char* arg) throw() : logic_error (arg) {} 81 inline explicit length_error (const char* arg) throw() : logic_error (arg) {} 92 inline explicit out_of_range (const char* arg) throw() : logic_error (arg) {} 103 inline explicit runtime_error (const char* arg) throw() : error_message (arg) {} 114 inline explicit range_error (const char* arg) throw() : runtime_error (arg) {} 125 inline explicit overflow_error (const char* arg) throw() : runtime_error (arg) {} 136 inline explicit underflow_error (const char* arg) throw() : runtime_error (arg) { [all...] |
/external/webkit/JavaScriptCore/assembler/ |
CodeLocation.h | 80 explicit CodeLocationInstruction(MacroAssemblerCodePtr location) 82 explicit CodeLocationInstruction(void* location) 89 explicit CodeLocationLabel(MacroAssemblerCodePtr location) 91 explicit CodeLocationLabel(void* location) 98 explicit CodeLocationJump(MacroAssemblerCodePtr location) 100 explicit CodeLocationJump(void* location) 107 explicit CodeLocationCall(MacroAssemblerCodePtr location) 109 explicit CodeLocationCall(void* location) 116 explicit CodeLocationNearCall(MacroAssemblerCodePtr location) 118 explicit CodeLocationNearCall(void* location [all...] |
/external/stlport/stlport/stl/ |
_function_adaptors.h | 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} 81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} 94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} 107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} 121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {} 134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {} 147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {} 160 explicit _Const_mem_fun1_ref(__fun_type __f) : _M_f(__f) {} 192 explicit _Ptr_fun1_base(__fun_type __f) : _M_f(__f) {} 205 explicit _Ptr_fun2_base(__fun_type __f) : _M_f(__f) { [all...] |
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
online-whitelist.manifest | 10 # This should be ignored, because explicit entries are checked before online whitelist
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ocsp/ |
CrlID.java | 60 * crlUrl [0] EXPLICIT IA5String OPTIONAL, 61 * crlNum [1] EXPLICIT INTEGER OPTIONAL, 62 * crlTime [2] EXPLICIT GeneralizedTime OPTIONAL }
|
OCSPRequest.java | 39 boolean explicit) 41 return getInstance(ASN1Sequence.getInstance(obj, explicit)); 74 * optionalSignature [0] EXPLICIT Signature OPTIONAL }
|
OCSPResponse.java | 41 boolean explicit) 43 return getInstance(ASN1Sequence.getInstance(obj, explicit)); 76 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
|
Request.java | 40 boolean explicit) 42 return getInstance(ASN1Sequence.getInstance(obj, explicit)); 75 * singleRequestExtensions [0] EXPLICIT Extensions OPTIONAL }
|
TBSRequest.java | 74 boolean explicit) 76 return getInstance(ASN1Sequence.getInstance(obj, explicit)); 118 * version [0] EXPLICIT Version DEFAULT v1, 119 * requestorName [1] EXPLICIT GeneralName OPTIONAL, 121 * requestExtensions [2] EXPLICIT Extensions OPTIONAL }
|
BasicOCSPResponse.java | 48 boolean explicit) 50 return getInstance(ASN1Sequence.getInstance(obj, explicit)); 95 * certs [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
|
RevokedInfo.java | 42 boolean explicit) 44 return getInstance(ASN1Sequence.getInstance(obj, explicit)); 77 * revocationReason [0] EXPLICIT CRLReason OPTIONAL }
|
Signature.java | 53 boolean explicit) 55 return getInstance(ASN1Sequence.getInstance(obj, explicit)); 94 * certs [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL}
|
ResponseData.java | 89 boolean explicit) 91 return getInstance(ASN1Sequence.getInstance(obj, explicit)); 138 * version [0] EXPLICIT Version DEFAULT v1, 142 * responseExtensions [1] EXPLICIT Extensions OPTIONAL }
|
SingleResponse.java | 67 boolean explicit) 69 return getInstance(ASN1Sequence.getInstance(obj, explicit)); 119 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL, 120 * singleExtensions [1] EXPLICIT Extensions OPTIONAL }
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/ |
OriginatorIdentifierOrKey.java | 43 * @param explicit true if the object is meant to be explicitly 50 boolean explicit) 52 if (!explicit)
|
OriginatorPublicKey.java | 38 * @param explicit true if the object is meant to be explicitly 45 boolean explicit) 47 return getInstance(ASN1Sequence.getInstance(obj, explicit));
|
OtherRecipientInfo.java | 37 * @param explicit true if the object is meant to be explicitly 44 boolean explicit) 46 return getInstance(ASN1Sequence.getInstance(obj, explicit));
|
/external/clearsilver/cs/ |
test14.cs.gold | 46 explicit existence test
|
/external/iptables/extensions/ |
libipt_ecn.man | 1 This allows you to match the ECN bits of the IPv4 and TCP header. ECN is the Explicit Congestion Notification mechanism as specified in RFC3168
|