/external/clang/test/CXX/dcl.decl/dcl.init/ |
D | p14-0x.cpp | 7 struct Explicit { // expected-note 2 {{candidate}} expected-note {{here}} struct 8 explicit Explicit(int); 32 Explicit e1; // expected-note {{here}} 33 Explicit e2 = 42; // expected-error {{no viable conversion}}
|
/external/webkit/Source/WebCore/loader/appcache/ |
D | ManifestParser.cpp | 39 enum Mode { Explicit, Fallback, OnlineWhitelist, Unknown }; enumerator 48 Mode mode = Explicit; in parseManifest() 96 mode = Explicit; in parseManifest() 105 else if (mode == Explicit || mode == OnlineWhitelist) { in parseManifest() 130 …if (mode == Explicit && manifestURL.protocolIs("https") && !protocolHostAndPortAreEqual(manifestUR… in parseManifest() 133 if (mode == Explicit) in parseManifest()
|
D | ApplicationCacheResource.h | 40 Explicit = 1 << 2, enumerator
|
D | ApplicationCacheResource.cpp | 78 if (type & Explicit) in dumpType()
|
D | ApplicationCacheGroup.cpp | 527 … if ((type & ApplicationCacheResource::Explicit) || (type & ApplicationCacheResource::Fallback)) { in didReceiveResponse() 638 … if ((type & ApplicationCacheResource::Explicit) || (type & ApplicationCacheResource::Fallback)) { in didFail() 740 addEntry(*it, ApplicationCacheResource::Explicit); in didFinishLoadingManifest()
|
D | ApplicationCacheHost.cpp | 287 bool isExplicit = type & ApplicationCacheResource::Explicit; in fillResourceList()
|
/external/llvm/test/YAMLParser/ |
D | spec-10-11.data | 5 ? explicit key2 : , # Explicit empty 8 simple key2 : , # Explicit empty
|
D | spec-10-10.data | 5 ? explicit key2 : , # Explicit empty 8 simple key2 : , # Explicit empty
|
D | spec-07-12b.data | 3 # Explicit document. Root
|
D | spec-07-10.data | 13 # Explicit document may be empty.
|
D | construct-merge.data | 11 - # Explicit keys
|
/external/clang/test/Modules/Inputs/ |
D | redecl-merge-right.h | 45 @class Explicit; 89 @__experimental_modules_import redecl_merge_top.Explicit;
|
D | redecl-merge-top-explicit.h | 1 @class Explicit;
|
D | redecl-merge-left.h | 40 @class Explicit;
|
D | module.map | 51 explicit module Explicit { header "redecl-merge-top-explicit.h" }
|
/external/clang/test/CXX/expr/expr.const/ |
D | p5-0x.cpp | 27 struct Explicit { struct 28 constexpr Explicit() {} in Explicit() function
|
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 133 bool Explicit = UmbrellaModule->InferExplicitSubmodules; in findModuleForHeader() local 139 Explicit).first; in findModuleForHeader() 153 Explicit).first; in findModuleForHeader() 538 void parseInferredSubmoduleDecl(bool Explicit); 767 bool Explicit = false; in parseModuleDecl() local 773 Explicit = true; in parseModuleDecl() 794 return parseInferredSubmoduleDecl(Explicit); in parseModuleDecl() 811 } else if (Id.size() == 1 && Explicit) { in parseModuleDecl() 814 Explicit = false; in parseModuleDecl() 926 Explicit).first; in parseModuleDecl() [all …]
|
/external/clang/ |
D | .gitignore | 22 # Explicit files to ignore (only matches one).
|
/external/iptables/extensions/ |
D | libipt_ecn.man | 1 This allows you to match the ECN bits of the IPv4 and TCP header. ECN is the Explicit Congestion N…
|
/external/llvm/ |
D | .gitignore | 22 # Explicit files to ignore (only matches one).
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeas.txt | 36 o Explicit array references as operands? An alternative is 40 o Explicit instructions to handle aliasing, e.g.s:
|
D | 2000-11-18-EarlyDesignIdeasResp.txt | 102 > o Explicit array references as operands? An alternative is 128 > o Explicit instructions to handle aliasing, e.g.s:
|
/external/clang/test/Modules/ |
D | redecl-merge.m | 87 Explicit *e;
|
/external/zlib/old/ |
D | visual-basic.txt | 82 Option Explicit
|
/external/oprofile/events/i386/atom/ |
D | events | 46 event:0x67 counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_WB : Explicit writeback bus transa…
|