/external/pdfium/core/src/reflow/ |
D | reflowengine.cpp | 9 IPDF_ReflowedPage* IPDF_ReflowedPage::Create() in Create() function in IPDF_ReflowedPage 21 IPDF_ProgressiveReflowPageParser* IPDF_ProgressiveReflowPageParser::Create() in Create() function in IPDF_ProgressiveReflowPageParser 31 IPDF_ProgressiveReflowPageRender* IPDF_ProgressiveReflowPageRender::Create() in Create() function in IPDF_ProgressiveReflowPageRender
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_objects.h | 116 static CPDF_Boolean* Create(FX_BOOL value) in Create() function 137 static CPDF_Number* Create(int value) in Create() function 142 static CPDF_Number* Create(FX_FLOAT value) in Create() function 147 static CPDF_Number* Create(FX_BSTR str) in Create() function 152 static CPDF_Number* Create(FX_BOOL bInteger, void* pData) in Create() function 220 static CPDF_String* Create(const CFX_WideString& str) in Create() function 258 static CPDF_Name* Create(const CFX_ByteString& str) in Create() function 263 static CPDF_Name* Create(FX_BSTR str) in Create() function 268 static CPDF_Name* Create(FX_LPCSTR str) in Create() function 295 static CPDF_Array* Create() in Create() function [all …]
|
/external/zlib/src/contrib/ada/ |
D | zlib-streams.adb | 41 procedure Create subprogram 55 subtype Buffer_Subtype is Stream_Element_Array (1 .. Read_Buffer_Size); 57 procedure Init_Filter 65 procedure Init_Filter
|
/external/skia/src/gpu/effects/ |
D | GrBicubicEffect.h | 56 static GrFragmentProcessor* Create(GrTexture* tex, const SkMatrix& matrix, in Create() function 65 static GrFragmentProcessor* Create(GrTexture* tex, const SkScalar coefficients[16], in Create() function 74 static GrFragmentProcessor* Create(GrTexture* tex, const SkMatrix& matrix, in Create() function
|
D | GrDitherEffect.cpp | 20 static GrFragmentProcessor* Create() { in Create() function in DitherEffect 118 GrFragmentProcessor* GrDitherEffect::Create() { return DitherEffect::Create(); } in Create() function in GrDitherEffect
|
/external/lldb/source/Core/ |
D | ValueObjectConstResult.cpp | 33 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 61 ValueObjectConstResult::Create in Create() function in ValueObjectConstResult 105 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 123 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 156 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 202 ValueObjectConstResult::Create in Create() function in ValueObjectConstResult
|
/external/skia/include/core/ |
D | SkAnnotation.h | 29 static SkAnnotation* Create(const char key[], SkData* value) { in Create() function 33 static SkAnnotation* Create(SkReadBuffer& buffer) { in Create() function
|
/external/skia/include/effects/ |
D | Sk2DPathEffect.h | 58 static SkLine2DPathEffect* Create(SkScalar width, const SkMatrix& matrix) { in Create() function 87 static SkPath2DPathEffect* Create(const SkMatrix& matrix, const SkPath& path) { in Create() function
|
D | SkColorMatrixFilter.h | 16 static SkColorMatrixFilter* Create(const SkColorMatrix& cm) { in Create() function 19 static SkColorMatrixFilter* Create(const SkScalar array[20]) { in Create() function
|
D | SkPictureImageFilter.h | 19 static SkPictureImageFilter* Create(const SkPicture* picture) { in Create() function 27 static SkPictureImageFilter* Create(const SkPicture* picture, const SkRect& cropRect) { in Create() function
|
D | SkArcToPathEffect.h | 18 static SkPathEffect* Create(SkScalar radius) { in Create() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 127 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create() function in ARMConstantPoolConstant 133 ARMConstantPoolConstant::Create(const GlobalValue *GV, in Create() function in ARMConstantPoolConstant 141 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant 148 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant 198 ARMConstantPoolSymbol::Create(LLVMContext &C, const char *s, in Create() function in ARMConstantPoolSymbol 236 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C, in Create() function in ARMConstantPoolMBB
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | ITreeAdaptor.cs | 63 object Create(IToken payload); in Create() method 75 object Create(int tokenType, IToken fromToken); in Create() method 87 object Create(int tokenType, IToken fromToken, string text); in Create() method 99 object Create(IToken fromToken, string text); in Create() method 111 object Create(int tokenType, string text); in Create() method
|
D | BaseTreeAdaptor.cs | 242 public virtual object Create( int tokenType, IToken fromToken ) in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor 250 public virtual object Create( int tokenType, IToken fromToken, string text ) in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor 262 public virtual object Create(IToken fromToken, string text) in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor 273 public virtual object Create( int tokenType, string text ) in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor 393 public abstract object Create( IToken payload ); in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 311 AttributedStmt *AttributedStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in AttributedStmt 792 ObjCAtTryStmt *ObjCAtTryStmt::Create(const ASTContext &Context, in Create() function in ObjCAtTryStmt 822 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, SourceLocation tryLoc, in Create() function in CXXTryStmt 831 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create() function in CXXTryStmt 1030 SEHTryStmt* SEHTryStmt::Create(const ASTContext &C, bool IsCXXTry, in Create() function in SEHTryStmt 1054 SEHExceptStmt* SEHExceptStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in SEHExceptStmt 1066 SEHFinallyStmt* SEHFinallyStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in SEHFinallyStmt 1113 CapturedStmt *CapturedStmt::Create(const ASTContext &Context, Stmt *S, in Create() function in CapturedStmt 1191 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPPrivateClause 1226 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPFirstprivateClause [all …]
|
D | ExprCXX.cpp | 286 UnresolvedLookupExpr::Create(const ASTContext &C, in Create() function in UnresolvedLookupExpr 446 DependentScopeDeclRefExpr::Create(const ASTContext &C, in Create() function in DependentScopeDeclRefExpr 581 CXXStaticCastExpr *CXXStaticCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXStaticCastExpr 606 CXXDynamicCastExpr *CXXDynamicCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXDynamicCastExpr 665 CXXReinterpretCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXReinterpretCastExpr 688 CXXConstCastExpr *CXXConstCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXConstCastExpr 702 CXXFunctionalCastExpr::Create(const ASTContext &C, QualType T, ExprValueKind VK, in Create() function in CXXFunctionalCastExpr 765 CXXDefaultArgExpr::Create(const ASTContext &C, SourceLocation Loc, in Create() function in CXXDefaultArgExpr 783 CXXTemporary *CXXTemporary::Create(const ASTContext &C, in Create() function in CXXTemporary 788 CXXBindTemporaryExpr *CXXBindTemporaryExpr::Create(const ASTContext &C, in Create() function in CXXBindTemporaryExpr [all …]
|
/external/skia/src/ports/ |
D | SkFontConfigTypeface.h | 21 static FontConfigTypeface* Create(const SkFontStyle& style, in Create() function 27 static FontConfigTypeface* Create(const SkFontStyle& style, bool fixedWidth, in Create() function
|
D | SkDiscardableMemory_none.cpp | 11 SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) { in Create() function in SkDiscardableMemory
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | ITreeAdaptor.cs | 61 object Create(IToken payload); in Create() method 206 object Create(int tokenType, IToken fromToken); in Create() method 218 object Create(int tokenType, IToken fromToken, string text); in Create() method 230 object Create(int tokenType, string text); in Create() method
|
D | BaseTreeAdaptor.cs | 198 public virtual object Create(int tokenType, IToken fromToken) { in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor 206 public virtual object Create(int tokenType, IToken fromToken, string text) { in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor 217 public virtual object Create(int tokenType, string text) { in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor 305 public abstract object Create(IToken payload); in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
D | ITreeAdaptor`1.cs | 49 T Create(IToken payload); in Create() method 194 T Create(int tokenType, IToken fromToken); in Create() method 206 T Create(int tokenType, IToken fromToken, string text); in Create() method 218 T Create(int tokenType, string text); in Create() method
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 64 public virtual object Create( IToken payload ) in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor 186 public virtual object Create( int tokenType, IToken fromToken ) in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor 193 public virtual object Create( int tokenType, IToken fromToken, string text ) in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor 200 public virtual object Create( int tokenType, string text ) in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor 207 public object Create(IToken fromToken, string text) in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor
|
/external/lzma/CPP/7zip/Common/ |
D | FileStreams.h | 88 bool Create(LPCTSTR fileName, bool createAlways) in Create() function 100 bool Create(LPCWSTR fileName, bool createAlways) in Create() function
|
/external/skia/src/effects/ |
D | SkRectShaderImageFilter.cpp | 16 SkRectShaderImageFilter* SkRectShaderImageFilter::Create(SkShader* s, const SkRect& rect) { in Create() function in SkRectShaderImageFilter 26 SkRectShaderImageFilter* SkRectShaderImageFilter::Create(SkShader* s, const CropRect* cropRect) { in Create() function in SkRectShaderImageFilter
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 61 public virtual object Create(IToken payload) { in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor 146 public virtual object Create(int tokenType, IToken fromToken) { in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor 152 public virtual object Create(int tokenType, IToken fromToken, string text) { in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor 158 public virtual object Create(int tokenType, string text) { in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor
|