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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/http/tests/appcache/
404-resource-expected.txt 1 Test that a missing explicit resource makes caching fail.
  /dalvik/dx/tests/055-dex-explicit-throw/
info.txt 2 explicit use of "throw" gets converted reasonably.
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERTaggedObject.java 27 * @param explicit true if an explicitly tagged object.
32 boolean explicit,
36 super(explicit, tagNo, obj);
57 if (explicit)
ASN1TaggedObject.java 16 boolean explicit = true; field in class:ASN1TaggedObject
21 boolean explicit)
23 if (explicit)
43 * Create a tagged object in the explicit style.
52 this.explicit = true;
58 * Create a tagged object with the style given by the value of explicit.
61 * to explicit in accordance with the ASN.1 encoding rules.
63 * @param explicit true if the object is explicitly tagged.
68 boolean explicit,
74 this.explicit = true
    [all...]
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)
  /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...]
  /ndk/sources/android/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
  /external/chromium/base/gfx/
point.h 32 explicit Point(DWORD point);
33 explicit Point(const POINT& point);
36 explicit Point(const CGPoint& point);
  /external/chromium/base/
atomic_sequence_num.h 16 explicit AtomicSequenceNumber(base::LinkerInitialized x) { /* seq_ is 0 */ }
  /external/chromium/net/flip/
flip_transaction_factory.h 15 explicit FlipTransactionFactory(HttpNetworkSession* session)
  /external/chromium/net/ftp/
ftp_network_layer.h 19 explicit FtpNetworkLayer(HostResolver* host_resolver);
ftp_network_session.h 18 explicit FtpNetworkSession(HostResolver* host_resolver)
  /external/chromium/net/proxy/
proxy_config_service_fixed.h 16 explicit ProxyConfigServiceFixed(const ProxyConfig& pc) : pc_(pc) {}
  /external/chromium/net/url_request/
url_request_about_job.h 15 explicit URLRequestAboutJob(URLRequest* request);
url_request_data_job.h 17 explicit URLRequestDataJob(URLRequest* request);
  /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
  /external/stlport/test/compiler/
ttei3.cpp 15 * Indeed this code is wrong: explicit template specialization
ttei4.cpp 15 * Indeed this code is wrong: 1. explicit template specialization
ttei5.cpp 15 * Indeed this code is wrong: explicit template specialization
  /external/webkit/LayoutTests/platform/android-v8/storage/domstorage/localstorage/
string-conversion-expected.txt 7 Testing explicit setters
  /external/webkit/LayoutTests/platform/android-v8/storage/domstorage/sessionstorage/
string-conversion-expected.txt 7 Testing explicit setters

Completed in 386 milliseconds

1 2 3 4 5 6 7 8 91011>>