Home
last modified time | relevance | path

Searched refs:explicit (Results 1 – 25 of 2425) sorted by relevance

12345678910>>...97

/external/clang/lib/Headers/
Dmodule.map2 explicit module altivec {
7 explicit module intel {
14 explicit module mm_malloc {
19 explicit module cpuid {
23 explicit module mmx {
28 explicit module f16c {
33 explicit module sse {
40 explicit module sse2 {
46 explicit module sse3 {
52 explicit module ssse3 {
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1TaggedObject.java16 boolean explicit = true; field in ASN1TaggedObject
21 boolean explicit) in getInstance() argument
23 if (explicit) in getInstance()
64 boolean explicit, in ASN1TaggedObject() argument
70 this.explicit = true; in ASN1TaggedObject()
74 this.explicit = explicit; in ASN1TaggedObject()
79 if (this.explicit) in ASN1TaggedObject()
106 if (tagNo != other.tagNo || empty != other.empty || explicit != other.explicit) in asn1Equals()
162 return explicit; in isExplicit()
221 return new DERTaggedObject(explicit, tagNo, obj); in toDERObject()
[all …]
DDLTaggedObject.java21 boolean explicit, in DLTaggedObject() argument
25 super(explicit, tagNo, obj); in DLTaggedObject()
32 if (explicit) in isConstructed()
56 if (explicit) in encodedLength()
82 if (explicit) in encode()
DDERTaggedObject.java21 boolean explicit, in DERTaggedObject() argument
25 super(explicit, tagNo, obj); in DERTaggedObject()
37 if (explicit) in isConstructed()
62 if (explicit) in encodedLength()
88 if (explicit) in encode()
DBERTaggedObject.java31 boolean explicit, in BERTaggedObject() argument
35 super(explicit, tagNo, obj); in BERTaggedObject()
52 if (explicit) in isConstructed()
77 if (explicit) in encodedLength()
104 if (!explicit) in encode()
/external/webkit/Source/JavaScriptCore/assembler/
DCodeLocation.h78 explicit CodeLocationInstruction(MacroAssemblerCodePtr location) in CodeLocationInstruction()
80 explicit CodeLocationInstruction(void* location) in CodeLocationInstruction()
87 explicit CodeLocationLabel(MacroAssemblerCodePtr location) in CodeLocationLabel()
89 explicit CodeLocationLabel(void* location) in CodeLocationLabel()
96 explicit CodeLocationJump(MacroAssemblerCodePtr location) in CodeLocationJump()
98 explicit CodeLocationJump(void* location) in CodeLocationJump()
105 explicit CodeLocationCall(MacroAssemblerCodePtr location) in CodeLocationCall()
107 explicit CodeLocationCall(void* location) in CodeLocationCall()
114 explicit CodeLocationNearCall(MacroAssemblerCodePtr location) in CodeLocationNearCall()
116 explicit CodeLocationNearCall(void* location) in CodeLocationNearCall()
[all …]
/external/clang/test/Modules/Inputs/
Dmodule.map31 explicit module undef {
41 explicit module sub {
49 explicit module sub {
66 explicit module Decl { header "decl.h" }
67 explicit module Decl2 { header "decl2.h" }
68 explicit module Def { header "def.h" }
73 explicit module Explicit { header "redecl-merge-top-explicit.h" }
89 explicit module prefix {
123 explicit module Sub2 {
127 explicit module Sub {
[all …]
/external/stlport/stlport/stl/
D_function_adaptors.h68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} in _Mem_fun0_ptr()
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} in _Mem_fun1_ptr()
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} in _Const_mem_fun0_ptr()
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} in _Const_mem_fun1_ptr()
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {} in _Mem_fun0_ref()
134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {} in _Mem_fun1_ref()
147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {} in _Const_mem_fun0_ref()
160 explicit _Const_mem_fun1_ref(__fun_type __f) : _M_f(__f) {} in _Const_mem_fun1_ref()
192 explicit _Ptr_fun1_base(__fun_type __f) : _M_f(__f) {} in _Ptr_fun1_base()
205 explicit _Ptr_fun2_base(__fun_type __f) : _M_f(__f) {} in _Ptr_fun2_base()
[all …]
/external/chromium/base/win/
Dscoped_variant.h38 explicit ScopedVariant(const wchar_t* str);
41 explicit ScopedVariant(const wchar_t* str, UINT length);
45 explicit ScopedVariant(int value, VARTYPE vt = VT_I4);
49 explicit ScopedVariant(double value, VARTYPE vt = VT_R8);
52 explicit ScopedVariant(IDispatch* dispatch);
55 explicit ScopedVariant(IUnknown* unknown);
58 explicit ScopedVariant(SAFEARRAY* safearray);
61 explicit ScopedVariant(const VARIANT& var);
/external/llvm/include/llvm/
DDebugInfo.h90 explicit DIDescriptor() : DbgNode(0) {} in DIDescriptor()
91 explicit DIDescriptor(const MDNode *N) : DbgNode(N) {} in DIDescriptor()
92 explicit DIDescriptor(const DIFile F);
93 explicit DIDescriptor(const DISubprogram F);
94 explicit DIDescriptor(const DILexicalBlockFile F);
95 explicit DIDescriptor(const DILexicalBlock F);
96 explicit DIDescriptor(const DIVariable F);
97 explicit DIDescriptor(const DIType F);
141 explicit DISubrange(const MDNode *N = 0) : DIDescriptor(N) {} in DIDescriptor()
151 explicit DIArray(const MDNode *N = 0)
[all …]
/external/llvm/test/YAMLParser/
Dspec-10-11.data4 ? explicit key1 : explicit value,
5 ? explicit key2 : , # Explicit empty
6 ? explicit key3, # Implicit empty
7 simple key1 : explicit value,
Dspec-10-10.data4 ? explicit key1 : explicit value,
5 ? explicit key2 : , # Explicit empty
6 ? explicit key3, # Empty value
7 simple key1 : explicit value,
/external/clang/test/FixIt/
Dformat-darwin.m32 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in…
33 …ues of type 'NSUInteger' should not be used as format arguments; add an explicit cast to 'unsigned…
34 …{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' ins…
35 …{values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned…
69 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in…
70 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in…
71 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in…
72 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in…
73 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in…
74 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in…
[all …]
/external/clang/lib/Parse/
DParsePragma.h25 explicit PragmaAlignHandler() : PragmaHandler("align") {} in PragmaAlignHandler()
33 explicit PragmaGCCVisibilityHandler() : PragmaHandler("visibility") {} in PragmaGCCVisibilityHandler()
41 explicit PragmaOptionsHandler() : PragmaHandler("options") {} in PragmaOptionsHandler()
49 explicit PragmaPackHandler() : PragmaHandler("pack") {} in PragmaPackHandler()
57 explicit PragmaMSStructHandler() : PragmaHandler("ms_struct") {} in PragmaMSStructHandler()
73 explicit PragmaWeakHandler() : PragmaHandler("weak") {} in PragmaWeakHandler()
81 explicit PragmaRedefineExtnameHandler() : PragmaHandler("redefine_extname") {} in PragmaRedefineExtnameHandler()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.h27 explicit X86MCAsmInfoDarwin(const Triple &Triple);
31 explicit X86_64MCAsmInfoDarwin(const Triple &Triple);
41 explicit X86ELFMCAsmInfo(const Triple &Triple);
48 explicit X86MCAsmInfoMicrosoft(const Triple &Triple);
54 explicit X86MCAsmInfoGNUCOFF(const Triple &Triple);
/external/llvm/include/llvm/ADT/
DTwine.h165 explicit Twine(NodeKind Kind) in Twine()
171 explicit Twine(const Twine &_LHS, const Twine &_RHS) in Twine()
179 explicit Twine(Child _LHS, NodeKind _LHSKind, in Twine()
289 explicit Twine(char Val) in Twine()
295 explicit Twine(signed char Val) in Twine()
301 explicit Twine(unsigned char Val) in Twine()
307 explicit Twine(unsigned Val) in Twine()
313 explicit Twine(int Val) in Twine()
319 explicit Twine(const unsigned long &Val) in Twine()
325 explicit Twine(const long &Val) in Twine()
[all …]
/external/v8/src/x64/
Dlithium-x64.h322 explicit LGap(HBasicBlock* block) in LGap()
368 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap()
376 explicit LGoto(int block_id) : block_id_(block_id) { } in LGoto()
413 explicit LLabel(HBasicBlock* block) in LLabel()
528 explicit LArgumentsLength(LOperand* elements) { in LArgumentsLength()
603 explicit LUnaryMathOperation(LOperand* value) { in LUnaryMathOperation()
629 explicit LCmpConstantEqAndBranch(LOperand* left) { in LCmpConstantEqAndBranch()
658 explicit LIsObjectAndBranch(LOperand* value) { in LIsObjectAndBranch()
671 explicit LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch()
685 explicit LIsSmiAndBranch(LOperand* value) { in LIsSmiAndBranch()
[all …]
/external/skia/src/pdf/
DSkPDFTypes.h106 explicit SkPDFObjRef(SkPDFObject* obj);
131 explicit SkPDFInt(int32_t value);
155 explicit SkPDFBool(bool value);
180 explicit SkPDFScalar(SkScalar value);
206 explicit SkPDFString(const char value[]);
207 explicit SkPDFString(const SkString& value);
248 explicit SkPDFName(const char name[]);
249 explicit SkPDFName(const SkString& name);
351 explicit SkPDFDict(const char type[]);
418 explicit Iter(const SkPDFDict& dict);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h63 explicit SVal(const void *d, bool isLoc, unsigned ValKind) in SVal()
66 explicit SVal(BaseKind k, const void *D = NULL)
70 explicit SVal() : Data(0), Kind(0) {} in SVal()
203 explicit DefinedOrUnknownSVal(const void *d, bool isLoc, unsigned ValKind) in DefinedOrUnknownSVal()
206 explicit DefinedOrUnknownSVal(BaseKind k, void *D = NULL)
218 explicit UnknownVal() : DefinedOrUnknownSVal(UnknownKind) {} in UnknownVal()
236 explicit DefinedSVal(const void *d, bool isLoc, unsigned ValKind) in DefinedSVal()
261 explicit NonLoc(unsigned SubKind, const void *d) in NonLoc()
277 explicit Loc(unsigned SubKind, const void *D) in Loc()
333 explicit ConcreteInt(const llvm::APSInt& V) : NonLoc(ConcreteIntKind, &V) {} in ConcreteInt()
[all …]
/external/clang/test/SemaObjCXX/
Darc-objc-lifetime.mm19 …(__bridge CFStringRef) (__strong NSString *)CFBridgingRelease(); // expected-error {{explicit owne…
22 …f) (__autoreleasing PNSString) CFBridgingRelease(); // expected-error {{explicit ownership qualifi…
26 … (typeof(__strong NSString *)) CFBridgingRelease(); // expected-error {{explicit ownership qualifi…
50 …-warning {{method parameter of type 'NSObject<P> *__autoreleasing &' with no explicit ownership}} \
51 …// expected-warning {{method parameter of type '__autoreleasing id<P> &' with no explicit ownershi…
53 …ted-warning {{method parameter of type 'NSObject *__autoreleasing *' with no explicit ownership}} \
54 … // expected-warning {{method parameter of type '__autoreleasing id *' with no explicit ownership}}
56 …eter of type '__autoreleasing T &' (aka 'void (^__autoreleasing &)()') with no explicit ownership}}
/external/llvm/include/llvm/Support/
DTimer.h88 explicit Timer(StringRef N) : TG(0) { init(N); } in Timer()
100 explicit Timer() : TG(0) {} in Timer()
131 explicit TimeRegion(Timer &t) : T(&t) { in TimeRegion()
134 explicit TimeRegion(Timer *t) : T(t) { in TimeRegion()
149 explicit NamedRegionTimer(StringRef Name,
151 explicit NamedRegionTimer(StringRef Name, StringRef GroupName,
170 explicit TimerGroup(StringRef name);
/external/chromium/third_party/libjingle/source/talk/xmllite/
Dqname.h39 explicit QName();
41 explicit QName(bool add, const std::string & ns, const char * local);
42 explicit QName(bool add, const std::string & ns, const std::string & local);
43 explicit QName(const std::string & ns, const char * local);
44 explicit QName(const std::string & mergedOrLocal);
/external/chromium/chrome/browser/sync/
Djs_arg_list.h24 explicit JsArgList(const ListValue& args);
25 explicit JsArgList(const std::vector<const Value*>& args);
36 explicit SharedListValue(const ListValue& list_value);
37 explicit SharedListValue(const std::vector<const Value*>& value_list);
/external/v8/src/mips/
Dlithium-mips.h320 explicit LGap(HBasicBlock* block) in LGap()
366 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap()
374 explicit LGoto(int block_id) : block_id_(block_id) { } in LGoto()
411 explicit LLabel(HBasicBlock* block) in LLabel()
526 explicit LArgumentsLength(LOperand* elements) { in LArgumentsLength()
646 explicit LCmpConstantEqAndBranch(LOperand* left) { in LCmpConstantEqAndBranch()
658 explicit LIsNilAndBranch(LOperand* value) { in LIsNilAndBranch()
702 explicit LIsSmiAndBranch(LOperand* value) { in LIsSmiAndBranch()
715 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch()
747 explicit LHasInstanceTypeAndBranch(LOperand* value) { in LHasInstanceTypeAndBranch()
[all …]
/external/webkit/Source/JavaScriptCore/runtime/
DJSValue.h127 explicit JSValue(double);
128 explicit JSValue(char);
129 explicit JSValue(unsigned char);
130 explicit JSValue(short);
131 explicit JSValue(unsigned short);
132 explicit JSValue(int);
133 explicit JSValue(unsigned);
134 explicit JSValue(long);
135 explicit JSValue(unsigned long);
136 explicit JSValue(long long);
[all …]

12345678910>>...97