Searched
full:explicit (Results
276 -
300 of
5092) sorted by null
<<11121314151617181920>>
/external/stlport/stlport/stl/ |
_numpunct.h | 53 explicit numpunct(size_t __refs = 0) 82 explicit numpunct(size_t __refs = 0) 112 explicit numpunct_byname(const char* __name, size_t __refs = 0); 144 explicit numpunct_byname(const char* __name, size_t __refs = 0);
|
/external/webkit/LayoutTests/fast/encoding/ |
pseudo-xml-3.html | 10 An XML declaration without an explicit encoding incorrectly triggers UTF-8 encoding in an HTML document</p>
|
pseudo-xml-4.html | 10 An XML declaration without an explicit encoding incorrectly triggers UTF-8 encoding in an HTML document</p>
|
pseudo-xml.html | 7 An XML declaration without an explicit encoding incorrectly triggers UTF-8 encoding in an HTML document</p>
|
/external/webkit/LayoutTests/http/tests/appcache/ |
404-resource.html | 3 <p>Test that a missing explicit resource makes caching fail.</p>
|
/libcore/include/ |
ScopedPthreadMutexLock.h | 27 explicit ScopedPthreadMutexLock(pthread_mutex_t* mutex) : mMutexPtr(mutex) {
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_collate.h | 48 explicit collate(size_t __refs = 0) : locale::facet(__refs) {} 84 explicit collate(size_t __refs = 0) : locale::facet(__refs) {} 118 explicit collate_byname(const char* __name, size_t __refs = 0); 141 explicit collate_byname(const char * __name, size_t __refs = 0);
|
_messages_facets.h | 61 explicit messages(size_t __refs = 0); 94 explicit messages(size_t __refs = 0); 129 explicit messages_byname(const char* __name, size_t __refs = 0); 157 explicit messages_byname(const char* __name, size_t __refs = 0);
|
_numpunct.h | 53 explicit numpunct(size_t __refs = 0) 82 explicit numpunct(size_t __refs = 0) 112 explicit numpunct_byname(const char* __name, size_t __refs = 0); 144 explicit numpunct_byname(const char* __name, size_t __refs = 0);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_collate.h | 48 explicit collate(size_t __refs = 0) : locale::facet(__refs) {} 84 explicit collate(size_t __refs = 0) : locale::facet(__refs) {} 118 explicit collate_byname(const char* __name, size_t __refs = 0); 141 explicit collate_byname(const char * __name, size_t __refs = 0);
|
_messages_facets.h | 61 explicit messages(size_t __refs = 0); 94 explicit messages(size_t __refs = 0); 129 explicit messages_byname(const char* __name, size_t __refs = 0); 157 explicit messages_byname(const char* __name, size_t __refs = 0);
|
_numpunct.h | 53 explicit numpunct(size_t __refs = 0) 82 explicit numpunct(size_t __refs = 0) 112 explicit numpunct_byname(const char* __name, size_t __refs = 0); 144 explicit numpunct_byname(const char* __name, size_t __refs = 0);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_collate.h | 48 explicit collate(size_t __refs = 0) : locale::facet(__refs) {} 84 explicit collate(size_t __refs = 0) : locale::facet(__refs) {} 118 explicit collate_byname(const char* __name, size_t __refs = 0); 141 explicit collate_byname(const char * __name, size_t __refs = 0);
|
_messages_facets.h | 61 explicit messages(size_t __refs = 0); 94 explicit messages(size_t __refs = 0); 129 explicit messages_byname(const char* __name, size_t __refs = 0); 157 explicit messages_byname(const char* __name, size_t __refs = 0);
|
_numpunct.h | 53 explicit numpunct(size_t __refs = 0) 82 explicit numpunct(size_t __refs = 0) 112 explicit numpunct_byname(const char* __name, size_t __refs = 0); 144 explicit numpunct_byname(const char* __name, size_t __refs = 0);
|
/system/extras/tests/fstest/ |
README | 3 will cause an error message along with a corresponding explicit (fully 9 one matching rule. If there is an explicit (fully specified) <spec> 11 explicit <spec> rule fails (i.e., other matching <spec> rules will be 33 and simplify the ruleset. Symbolic links are ignored unless an explicit
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
DERVisibleString.java | 44 * @param explicit true if the object is meant to be explicitly 51 boolean explicit)
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/ |
DirectoryString.java | 56 public static DirectoryString getInstance(ASN1TaggedObject o, boolean explicit) 58 if (!explicit)
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/ |
CRLDistPoint.java | 17 boolean explicit) 19 return getInstance(ASN1Sequence.getInstance(obj, explicit));
|
CertificateList.java | 36 boolean explicit) 38 return getInstance(ASN1Sequence.getInstance(obj, explicit));
|
DSAParameter.java | 21 boolean explicit) 23 return getInstance(ASN1Sequence.getInstance(obj, explicit));
|
GeneralNames.java | 32 boolean explicit) 34 return getInstance(ASN1Sequence.getInstance(obj, explicit));
|
IssuerSerial.java | 37 boolean explicit) 39 return getInstance(ASN1Sequence.getInstance(obj, explicit));
|
RSAPublicKeyStructure.java | 22 boolean explicit) 24 return getInstance(ASN1Sequence.getInstance(obj, explicit));
|
X509CertificateStructure.java | 32 boolean explicit) 34 return getInstance(ASN1Sequence.getInstance(obj, explicit));
|
Completed in 304 milliseconds
<<11121314151617181920>>