HomeSort by relevance Sort by last modified time
    Searched full:explicit (Results 126 - 150 of 5092) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/common/
ref_counted_util.h 19 explicit RefCountedVector(const std::vector<T>& initializer)
  /external/chromium/net/base/
address_list_net_log_param.h 19 explicit AddressListNetLogParam(const AddressList& address_list);
  /external/chromium/net/ftp/
ftp_network_layer.h 19 explicit FtpNetworkLayer(HostResolver* host_resolver);
ftp_network_session.h 19 explicit FtpNetworkSession(HostResolver* host_resolver);
  /external/chromium/net/proxy/
proxy_config_service_fixed.h 18 explicit ProxyConfigServiceFixed(const ProxyConfig& pc);
  /external/chromium/net/url_request/
url_request_about_job.h 19 explicit URLRequestAboutJob(URLRequest* request);
url_request_data_job.h 20 explicit URLRequestDataJob(URLRequest* request);
  /external/clang/test/SemaCXX/
dependent-types.cpp 9 T x4[]; // expected-error{{needs an explicit size or an initializer}}
  /external/clang/test/SemaObjCXX/
reserved-keyword-methods.mm 11 macro(explicit) \
  /external/llvm/test/CodeGen/X86/
subreg-to-reg-1.ll 3 ; Don't eliminate or coalesce away the explicit zero-extension!
  /external/skia/include/text/
SkTextLayout.h 11 explicit SkTextStyle(const SkPaint&);
  /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/fast/encoding/
japanese-encoding-mix.html 4 <p>Some text here is encoded as EUC-JP, and some (in comment) as Shift_JIS. Since there is an explicit encoding declaration, auto-detection shouldn't change the encoding.</p><p>??å?????</p>
  /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
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
string-conversion-expected.txt 7 Testing explicit setters
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
string-conversion-expected.txt 7 Testing explicit setters
  /sdk/emulator/qtools/
bitvector.h 11 explicit Bitvector(int num_bits) {
  /external/v8/src/x64/
lithium-x64.h 330 explicit LGap(HBasicBlock* block)
411 explicit LLabel(HBasicBlock* block)
514 explicit LArgumentsLength(LOperand* elements) {
606 explicit LUnaryMathOperation(LOperand* value) {
643 explicit LIsNull(LOperand* value) {
672 explicit LIsObject(LOperand* value) {
682 explicit LIsObjectAndBranch(LOperand* value) {
694 explicit LIsSmi(LOperand* value) {
705 explicit LIsSmiAndBranch(LOperand* value) {
717 explicit LHasInstanceType(LOperand* value)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERGeneralString.java 24 boolean explicit)
28 if (explicit || o instanceof DERGeneralString)
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
DigestInfo.java 30 boolean explicit)
32 return getInstance(ASN1Sequence.getInstance(obj, explicit));
  /external/chromium/base/memory/
scoped_native_library.h 25 explicit ScopedNativeLibrary(NativeLibrary library);
28 explicit ScopedNativeLibrary(const FilePath& library_path);
  /external/chromium/base/win/
scoped_gdi_object.h 22 explicit ScopedGDIObject(T object) : object_(object) {}
61 // An explicit specialization for HICON because we have to call DestroyIcon()

Completed in 414 milliseconds

1 2 3 4 56 7 8 91011>>