/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
D | ASN1TaggedObject.java | 16 boolean explicit = true; field in ASN1TaggedObject 21 boolean explicit) in getInstance() argument 23 if (explicit) in getInstance() 52 this.explicit = true; in ASN1TaggedObject() 68 boolean explicit, in ASN1TaggedObject() argument 74 this.explicit = true; in ASN1TaggedObject() 78 this.explicit = explicit; in ASN1TaggedObject() 95 if (tagNo != other.tagNo || empty != other.empty || explicit != other.explicit) in asn1Equals() 151 return explicit; in isExplicit()
|
/external/webkit/Source/JavaScriptCore/assembler/ |
D | CodeLocation.h | 78 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 …]
|
D | MacroAssemblerCodeRef.h | 104 explicit FunctionPtr(FunctionType* value) in FunctionPtr() 134 explicit ReturnAddressPtr(void* value) in ReturnAddressPtr() 140 explicit ReturnAddressPtr(FunctionPtr function) in ReturnAddressPtr() 162 explicit MacroAssemblerCodePtr(void* value) in MacroAssemblerCodePtr() 173 explicit MacroAssemblerCodePtr(ReturnAddressPtr ra) in MacroAssemblerCodePtr()
|
/external/stlport/stlport/stl/ |
D | _function_adaptors.h | 68 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/ |
D | scoped_variant.h | 38 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/Analysis/ |
D | DebugInfo.h | 83 explicit DIDescriptor() : DbgNode(0) {} in DIDescriptor() 84 explicit DIDescriptor(const MDNode *N) : DbgNode(N) {} in DIDescriptor() 85 explicit DIDescriptor(const DIFile F); 86 explicit DIDescriptor(const DISubprogram F); 87 explicit DIDescriptor(const DILexicalBlock F); 88 explicit DIDescriptor(const DIVariable F); 89 explicit DIDescriptor(const DIType F); 133 explicit DISubrange(const MDNode *N = 0) : DIDescriptor(N) {} in DIDescriptor() 142 explicit DIArray(const MDNode *N = 0) 154 explicit DIScope(const MDNode *N = 0) : DIDescriptor (N) {} in DIDescriptor() [all …]
|
/external/llvm/utils/TableGen/ |
D | ClangAttrEmitter.h | 27 explicit ClangAttrClassEmitter(RecordKeeper &R) in ClangAttrClassEmitter() 40 explicit ClangAttrImplEmitter(RecordKeeper &R) in ClangAttrImplEmitter() 53 explicit ClangAttrListEmitter(RecordKeeper &R) in ClangAttrListEmitter() 66 explicit ClangAttrPCHReadEmitter(RecordKeeper &R) in ClangAttrPCHReadEmitter() 79 explicit ClangAttrPCHWriteEmitter(RecordKeeper &R) in ClangAttrPCHWriteEmitter() 92 explicit ClangAttrSpellingListEmitter(RecordKeeper &R) in ClangAttrSpellingListEmitter()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SVals.h | 66 explicit SVal(const void* d, bool isLoc, unsigned ValKind) in SVal() 69 explicit SVal(BaseKind k, const void* D = NULL) 73 explicit SVal() : Data(0), Kind(0) {} in SVal() 198 explicit DefinedOrUnknownSVal(const void* d, bool isLoc, unsigned ValKind) in DefinedOrUnknownSVal() 201 explicit DefinedOrUnknownSVal(BaseKind k, void *D = NULL) 213 explicit UnknownVal() : DefinedOrUnknownSVal(UnknownKind) {} in UnknownVal() 228 explicit DefinedSVal(const void* d, bool isLoc, unsigned ValKind) in DefinedSVal() 239 explicit NonLoc(unsigned SubKind, const void* d) in NonLoc() 253 explicit Loc(unsigned SubKind, const void* D) in Loc() 301 explicit SymExprVal(const SymExpr *SE) in SymExprVal() [all …]
|
/external/skia/include/pdf/ |
D | SkPDFTypes.h | 89 explicit SkPDFObjRef(SkPDFObject* obj); 110 explicit SkPDFInt(int32_t value); 130 explicit SkPDFBool(bool value); 151 explicit SkPDFScalar(SkScalar value); 173 explicit SkPDFString(const char value[]); 174 explicit SkPDFString(const SkString& value); 211 explicit SkPDFName(const char name[]); 212 explicit SkPDFName(const SkString& name); 289 explicit SkPDFDict(const char type[]);
|
/external/v8/src/x64/ |
D | lithium-x64.h | 330 explicit LGap(HBasicBlock* block) in LGap() 411 explicit LLabel(HBasicBlock* block) in LLabel() 514 explicit LArgumentsLength(LOperand* elements) { in LArgumentsLength() 606 explicit LUnaryMathOperation(LOperand* value) { in LUnaryMathOperation() 643 explicit LIsNull(LOperand* value) { in LIsNull() 672 explicit LIsObject(LOperand* value) { in LIsObject() 682 explicit LIsObjectAndBranch(LOperand* value) { in LIsObjectAndBranch() 694 explicit LIsSmi(LOperand* value) { in LIsSmi() 705 explicit LIsSmiAndBranch(LOperand* value) { in LIsSmiAndBranch() 717 explicit LHasInstanceType(LOperand* value) { in LHasInstanceType() [all …]
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCAsmInfo.h | 25 explicit X86MCAsmInfoDarwin(const Triple &Triple); 29 explicit X86_64MCAsmInfoDarwin(const Triple &Triple); 37 explicit X86ELFMCAsmInfo(const Triple &Triple); 42 explicit X86MCAsmInfoCOFF(const Triple &Triple);
|
/external/llvm/include/llvm/Support/ |
D | Timer.h | 92 explicit Timer(StringRef N) : TG(0) { init(N); } in Timer() 104 explicit Timer() : TG(0) {} in Timer() 135 explicit TimeRegion(Timer &t) : T(&t) { in TimeRegion() 138 explicit TimeRegion(Timer *t) : T(t) { in TimeRegion() 153 explicit NamedRegionTimer(StringRef Name, 155 explicit NamedRegionTimer(StringRef Name, StringRef GroupName, 174 explicit TimerGroup(StringRef name);
|
D | RWMutex.h | 33 explicit RWMutexImpl(); 90 explicit SmartRWMutex() : RWMutexImpl(), readers(0), writers(0) { } in SmartRWMutex() 146 explicit SmartScopedReader(SmartRWMutex<mt_only>& m) : mutex(m) { in SmartScopedReader() 161 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) { in SmartScopedWriter()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 329 explicit LGap(HBasicBlock* block) in LGap() 410 explicit LLabel(HBasicBlock* block) in LLabel() 513 explicit LArgumentsLength(LOperand* elements) { in LArgumentsLength() 660 explicit LIsNull(LOperand* value) { in LIsNull() 672 explicit LIsNullAndBranch(LOperand* value) { in LIsNullAndBranch() 687 explicit LIsObject(LOperand* value) { in LIsObject() 710 explicit LIsSmi(LOperand* value) { in LIsSmi() 721 explicit LIsSmiAndBranch(LOperand* value) { in LIsSmiAndBranch() 733 explicit LHasInstanceType(LOperand* value) { in LHasInstanceType() 744 explicit LHasInstanceTypeAndBranch(LOperand* value) { in LHasInstanceTypeAndBranch() [all …]
|
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
D | qname.h | 39 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);
|
D | xmlelement.h | 86 explicit XmlText(const std::string & text) : in XmlText() 90 explicit XmlText(const XmlText & t) : in XmlText() 94 explicit XmlText(const char * cstr, size_t len) : in XmlText() 123 explicit XmlAttr(const QName & name, const std::string & value) : in XmlAttr() 128 explicit XmlAttr(const XmlAttr & att) : in XmlAttr() 141 explicit XmlElement(const QName & name); 142 explicit XmlElement(const QName & name, bool useDefaultNs); 143 explicit XmlElement(const XmlElement & elt);
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSValue.h | 127 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 …]
|
/external/chromium/chrome/browser/sync/ |
D | js_arg_list.h | 24 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/llvm/include/llvm/ADT/ |
D | Twine.h | 143 explicit Twine(NodeKind Kind) in Twine() 149 explicit Twine(const Twine &_LHS, const Twine &_RHS) in Twine() 155 explicit Twine(const void *_LHS, NodeKind _LHSKind, in Twine() 263 explicit Twine(unsigned Val) in Twine() 268 explicit Twine(int Val) in Twine() 273 explicit Twine(const unsigned long &Val) in Twine() 278 explicit Twine(const long &Val) in Twine() 283 explicit Twine(const unsigned long long &Val) in Twine() 288 explicit Twine(const long long &Val) in Twine()
|
/external/chromium/net/base/ |
D | io_buffer.h | 22 explicit IOBuffer(int buffer_size); 31 explicit IOBuffer(char* data); 44 explicit IOBufferWithSize(int size); 58 explicit StringIOBuffer(const std::string& s); 147 explicit WrappedIOBuffer(const char* data);
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 330 explicit LGap(HBasicBlock* block) in LGap() 411 explicit LLabel(HBasicBlock* block) in LLabel() 439 explicit LCallStub(LOperand* context) { in LCallStub() 522 explicit LArgumentsLength(LOperand* elements) { in LArgumentsLength() 615 explicit LUnaryMathOperation(LOperand* value) { in LUnaryMathOperation() 652 explicit LIsNull(LOperand* value) { in LIsNull() 706 explicit LIsSmi(LOperand* value) { in LIsSmi() 717 explicit LIsSmiAndBranch(LOperand* value) { in LIsSmiAndBranch() 729 explicit LHasInstanceType(LOperand* value) { in LHasInstanceType() 755 explicit LGetCachedArrayIndex(LOperand* value) { in LGetCachedArrayIndex() [all …]
|
/external/clang/lib/Parse/ |
D | ParsePragma.h | 26 explicit PragmaAlignHandler(Sema &A) : PragmaHandler("align"), Actions(A) {} in PragmaAlignHandler() 35 explicit PragmaGCCVisibilityHandler(Sema &A) : PragmaHandler("visibility"), in PragmaGCCVisibilityHandler() 45 explicit PragmaOptionsHandler(Sema &A) : PragmaHandler("options"), in PragmaOptionsHandler() 55 explicit PragmaPackHandler(Sema &A) : PragmaHandler("pack"), in PragmaPackHandler() 65 explicit PragmaMSStructHandler(Sema &A) : PragmaHandler("ms_struct"), in PragmaMSStructHandler() 86 explicit PragmaWeakHandler(Sema &A) in PragmaWeakHandler()
|
/external/v8/src/ |
D | frames.h | 59 explicit PcToCodeCache(Isolate* isolate) : isolate_(isolate) { in PcToCodeCache() 242 inline explicit StackFrame(StackFrameIterator* iterator); 300 explicit EntryFrame(StackFrameIterator* iterator) : StackFrame(iterator) { } in EntryFrame() 327 explicit EntryConstructFrame(StackFrameIterator* iterator) in EntryConstructFrame() 362 explicit ExitFrame(StackFrameIterator* iterator) : StackFrame(iterator) { } in ExitFrame() 394 explicit StandardFrame(StackFrameIterator* iterator) in StandardFrame() 509 explicit JavaScriptFrame(StackFrameIterator* iterator) in JavaScriptFrame() 545 explicit OptimizedFrame(StackFrameIterator* iterator) in OptimizedFrame() 573 explicit ArgumentsAdaptorFrame(StackFrameIterator* iterator) in ArgumentsAdaptorFrame() 603 explicit InternalFrame(StackFrameIterator* iterator) in InternalFrame() [all …]
|
/external/chromium/chrome/browser/task_manager/ |
D | task_manager_resource_providers.h | 86 explicit TaskManagerTabContentsResource(TabContentsWrapper* tab_contents); 106 explicit TaskManagerTabContentsResourceProvider(TaskManager* task_manager); 145 explicit TaskManagerPrerenderResource(RenderViewHost* render_view_host); 164 explicit TaskManagerPrerenderResourceProvider(TaskManager* task_manager); 224 explicit TaskManagerBackgroundContentsResourceProvider( 266 explicit TaskManagerChildProcessResource(const ChildProcessInfo& child_proc); 302 explicit TaskManagerChildProcessResourceProvider(TaskManager* task_manager); 354 explicit TaskManagerExtensionProcessResource(ExtensionHost* extension_host); 390 explicit TaskManagerExtensionProcessResourceProvider( 429 explicit TaskManagerNotificationResource(BalloonHost* balloon_host); [all …]
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Renderbuffer.h | 104 explicit Colorbuffer(IDirect3DSurface9 *renderTarget); 105 explicit Colorbuffer(const Texture* texture); 129 explicit DepthStencilbuffer(IDirect3DSurface9 *depthStencil); 150 explicit Depthbuffer(IDirect3DSurface9 *depthStencil); 165 explicit Stencilbuffer(IDirect3DSurface9 *depthStencil);
|