HomeSort by relevance Sort by last modified time
    Searched refs:Create (Results 226 - 250 of 995) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/tests/
XfermodeTest.cpp 13 SkXfermode* xfer = SkXfermode::Create((SkXfermode::Mode) mode);
  /frameworks/base/media/libstagefright/include/
HTTPBase.h 54 static sp<HTTPBase> Create(uint32_t flags = 0);
  /frameworks/compile/slang/
slang_rs_context.cpp 120 RSExportForEach *EFE = RSExportForEach::Create(this, FD);
135 RSExportFunc *EF = RSExportFunc::Create(this, FD);
183 ET = RSExportType::Create(this, T);
236 ExportTypeMap::value_type::Create(TypeName.begin(),
slang_rs_export_func.h 73 static RSExportFunc *Create(RSContext *Context,
  /frameworks/media/libvideoeditor/lvpp/
DummyAudioSource.h 40 static sp<DummyAudioSource> Create(int32_t samplingRate,
  /external/webrtc/src/system_wrappers/source/
list_unittest.cc 33 static ListWrapperSimple* Create(bool static_allocation);
207 ListWrapperSimple* ListWrapperSimple::Create(bool static_allocation) {
225 ListWrapperSimple* return_value = ListWrapperSimple::Create(
241 ListWrapperSimple* return_value = ListWrapperSimple::Create(
259 ListWrapperSimple* return_value = ListWrapperSimple::Create(
324 // Create a new temporary list with elements reversed those of
336 ListWrapperSimple* list_to_reverse = ListWrapperSimple::Create(rand()%2);
347 ListWrapperSimple::Create(rand()%2);
  /external/clang/include/clang/AST/
DeclCXX.h 132 static AccessSpecDecl *Create(ASTContext &C, AccessSpecifier AS,
137 static AccessSpecDecl *Create(ASTContext &C, EmptyShell Empty) {
603 static CXXRecordDecl *Create(const ASTContext &C, TagKind TK, DeclContext *DC,
607 static CXXRecordDecl *Create(const ASTContext &C, EmptyShell Empty);
    [all...]
  /frameworks/base/cmds/stagefright/
record.cpp 121 MediaExtractor::Create(new FileSource(filename));
200 sp<MediaSource> decoder = OMXCodec::Create(
227 OMXCodec::Create(
267 CameraSource *source = CameraSource::Create();
328 OMXCodec::Create(client.interface(), encMeta, true, audioSource);
  /external/clang/lib/AST/
ExprCXX.cpp 197 UnresolvedLookupExpr::Create(ASTContext &C,
346 DependentScopeDeclRefExpr::Create(ASTContext &C,
470 CXXStaticCastExpr *CXXStaticCastExpr::Create(ASTContext &C, QualType T,
494 CXXDynamicCastExpr *CXXDynamicCastExpr::Create(ASTContext &C, QualType T,
549 CXXReinterpretCastExpr::Create(ASTContext &C, QualType T, ExprValueKind VK,
571 CXXConstCastExpr *CXXConstCastExpr::Create(ASTContext &C, QualType T,
584 CXXFunctionalCastExpr::Create(ASTContext &C, QualType T, ExprValueKind VK,
606 CXXDefaultArgExpr::Create(ASTContext &C, SourceLocation Loc,
613 CXXTemporary *CXXTemporary::Create(ASTContext &C,
618 CXXBindTemporaryExpr *CXXBindTemporaryExpr::Create(ASTContext &C
    [all...]
NestedNameSpecifier.cpp 44 NestedNameSpecifier::Create(const ASTContext &Context,
57 NestedNameSpecifier::Create(const ASTContext &Context,
71 NestedNameSpecifier::Create(const ASTContext &Context,
86 NestedNameSpecifier::Create(const ASTContext &Context,
98 NestedNameSpecifier::Create(const ASTContext &Context, IdentifierInfo *II) {
511 Representation = NestedNameSpecifier::Create(Context, Representation,
524 Representation = NestedNameSpecifier::Create(Context, Representation,
536 Representation = NestedNameSpecifier::Create(Context, Representation,
548 Representation = NestedNameSpecifier::Create(Context, Representation, Alias);
DeclCXX.cpp 57 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK,
71 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, EmptyShell Empty) {
242 // Create base specifier for any direct or indirect virtual bases.
    [all...]
  /external/llvm/include/llvm/
Instructions.h 714 /// Constructors - Create a getelementptr instruction with a base pointer an
727 static GetElementPtrInst *Create(Value *Ptr, ArrayRef<Value *> IdxList,
734 static GetElementPtrInst *Create(Value *Ptr, ArrayRef<Value *> IdxList,
742 /// Create an "inbounds" getelementptr. See the documentation for the
748 GetElementPtrInst *GEP = Create(Ptr, IdxList, NameStr, InsertBefore);
756 GetElementPtrInst *GEP = Create(Ptr, IdxList, NameStr, InsertAtEnd);
    [all...]