Searched defs:New (Results 1 - 25 of 186) sorted by last modified time

12345678

/external/skia/src/core/
H A DSkMessageBus.h41 static SkMessageBus* New();
52 SK_DECLARE_STATIC_LAZY_PTR(SkMessageBus<Message>, bus, New); \
100 /*static*/ SkMessageBus<Message>* SkMessageBus<Message>::New() { function in class:SkMessageBus
/external/regex-re2/re2/
H A Dregexp.cc864 CharClass* CharClass::New(int maxranges) { function in class:re2::CharClass
883 CharClass* cc = CharClass::New(nranges_+1);
920 CharClass* cc = CharClass::New(ranges_.size());
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.cpp41 TNodeBuffer::TNode* TNodeBuffer::TNode::New(TNode* aPred, const TDesC8& aData) function in class:TNodeBuffer::TNode
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc213 CodeGeneratorRequest* CodeGeneratorRequest::New() const { function in class:google::protobuf::compiler::CodeGeneratorRequest
539 CodeGeneratorResponse_File* CodeGeneratorResponse_File::New() const { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
869 CodeGeneratorResponse* CodeGeneratorResponse::New() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc699 FileDescriptorSet* FileDescriptorSet::New() const { function in class:google::protobuf::FileDescriptorSet
924 FileDescriptorProto* FileDescriptorProto::New() const { function in class:google::protobuf::FileDescriptorProto
1457 DescriptorProto_ExtensionRange* DescriptorProto_ExtensionRange::New() const { function in class:google::protobuf::DescriptorProto_ExtensionRange
1715 DescriptorProto* DescriptorProto::New() const { function in class:google::protobuf::DescriptorProto
2295 FieldDescriptorProto* FieldDescriptorProto::New() const { function in class:google::protobuf::FieldDescriptorProto
2851 EnumDescriptorProto* EnumDescriptorProto::New() const { function in class:google::protobuf::EnumDescriptorProto
3168 EnumValueDescriptorProto* EnumValueDescriptorProto::New() const { function in class:google::protobuf::EnumValueDescriptorProto
3480 ServiceDescriptorProto* ServiceDescriptorProto::New() const { function in class:google::protobuf::ServiceDescriptorProto
3807 MethodDescriptorProto* MethodDescriptorProto::New() const { function in class:google::protobuf::MethodDescriptorProto
4220 FileOptions* FileOptions::New() cons function in class:google::protobuf::FileOptions
4745 MessageOptions* MessageOptions::New() const { function in class:google::protobuf::MessageOptions
5081 FieldOptions* FieldOptions::New() const { function in class:google::protobuf::FieldOptions
5478 EnumOptions* EnumOptions::New() const { function in class:google::protobuf::EnumOptions
5702 EnumValueOptions* EnumValueOptions::New() const { function in class:google::protobuf::EnumValueOptions
5926 ServiceOptions* ServiceOptions::New() const { function in class:google::protobuf::ServiceOptions
6150 MethodOptions* MethodOptions::New() const { function in class:google::protobuf::MethodOptions
6381 UninterpretedOption_NamePart* UninterpretedOption_NamePart::New() const { function in class:google::protobuf::UninterpretedOption_NamePart
6656 UninterpretedOption* UninterpretedOption::New() const { function in class:google::protobuf::UninterpretedOption
[all...]
H A Ddescriptor_database_unittest.cc95 static DescriptorDatabaseTestCase* New() { function in class:google::protobuf::__anon28974::SimpleDescriptorDatabaseTestCase
115 static DescriptorDatabaseTestCase* New() { function in class:google::protobuf::__anon28974::EncodedDescriptorDatabaseTestCase
137 static DescriptorDatabaseTestCase* New() { function in class:google::protobuf::__anon28974::DescriptorPoolDatabaseTestCase
475 testing::Values(&SimpleDescriptorDatabaseTestCase::New));
477 testing::Values(&EncodedDescriptorDatabaseTestCase::New));
479 testing::Values(&DescriptorPoolDatabaseTestCase::New));
H A Ddynamic_message.cc192 Message* New() const;
405 Message* DynamicMessage::New() const { function in class:google::protobuf::DynamicMessage
H A Drepeated_field.cc84 string* StringTypeHandlerBase::New() { function in class:google::protobuf::internal::StringTypeHandlerBase
H A Drepeated_field.h164 // static Type* New();
271 static GenericType* New() { return new GenericType; } function in class:google::protobuf::internal::GenericTypeHandler
297 static string* New();
655 typename TypeHandler::Type* result = TypeHandler::New();
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h1316 ObjClass* New() function in class:CFX_CountRef
/external/llvm/unittests/IR/
H A DValueMapTest.cpp187 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { argument
241 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { argument
273 static void onRAUW(ExtraData Map, KeyT Old, KeyT New) { argument
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1207 TreePatternNode *New; local
1209 New = new TreePatternNode(getLeafValue(), getNumTypes());
1215 New = new TreePatternNode(getOperator(), CChildren, getNumTypes());
1217 New->setName(getName());
1218 New->Types = Types;
1219 New->setPredicateFns(getPredicateFns());
1220 New->setTransformFn(getTransformFn());
1221 return New;
1960 TreePatternNode *New = ParseTreePattern(Dag->getArg(0), Dag->getArgName(0)); local
1963 assert(New
[all...]
H A DDAGISelMatcherOpt.cpp45 Matcher *New = nullptr; local
48 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(),
54 New = new CheckChildTypeMatcher(MC->getChildNo(), CT->getType());
58 New = new CheckChildSameMatcher(MC->getChildNo(), CS->getMatchNumber());
62 New = new CheckChildIntegerMatcher(MC->getChildNo(), CS->getValue());
64 if (New) {
66 New->setNext(MatcherPtr.release());
67 MatcherPtr.reset(New);
/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp324 Module *New = BD.runPassesOn(M, Passes); local
326 if (!New) {
330 M = New;
H A DExtractFunction.cpp126 Module *New = runPassesOn(Clone, Passes); local
128 if (!New) {
132 return New;
152 Module *New = runPassesOn(M, CleanupPasses); local
153 if (!New) {
158 return New;
306 Module *New = CloneModule(M, NewVMap); local
321 for (Module::iterator I = New->begin(), E = New->end(); I != E; ++I)
349 SplitStaticCtorDtor("llvm.global_ctors", M, New, NewVMa
[all...]
H A DMiscompilation.cpp337 Module *New = TestMergedProgram(BD, ToOptimizeLoopExtracted, ToNotOptimize, local
339 if (!New)
343 Module *Old = BD.swapProgramIn(New);
536 if (Module *New = BD.ExtractMappedBlocksFromModule(BBsOnClone, ToOptimize)) {
540 bool Ret = TestFn(BD, New, ToNotOptimize, Error);
740 Module *New = TestMergedProgram(BD, Optimized, Safe, true, Error, Broken); local
741 if (New) {
744 delete BD.swapProgramIn(New);
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp143 bool operator()(const BlockPair &Old, const BlockPair &New) { argument
145 < fde.getUnprocPredCount(New.first);
/external/llvm/include/llvm/ADT/
H A DSCCIterator.h133 /// has been deleted, and \c New is to be used in its place.
134 void ReplaceNode(NodeType *Old, NodeType *New) { argument
136 nodeVisitNumbers[New] = nodeVisitNumbers[Old];
H A DScopedHashTable.h65 ScopedHashTableVal *New = Allocator.template Allocate<ScopedHashTableVal>(); local
67 new (New) ScopedHashTableVal(key, val);
68 New->NextInScope = nextInScope;
69 New->NextForKey = nextForKey;
70 return New;
H A Dilist.h412 iterator insert(iterator where, NodeTy *New) { argument
415 this->setNext(New, CurNode);
416 this->setPrev(New, PrevNode);
419 this->setNext(PrevNode, New);
421 Head = New;
422 this->setPrev(CurNode, New);
424 this->addNodeToList(New); // Notify traits that we added a node...
425 return New;
428 iterator insertAfter(iterator where, NodeTy *New) { argument
430 return insert(begin(), New);
[all...]
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h559 void replaceWithNewValue(Value *Old, Value *New) { argument
560 copyValue(Old, New);
H A DLoopInfo.h589 void addTopLevelLoop(LoopT *New) { argument
590 assert(!New->getParentLoop() && "Loop already in subloop!");
591 TopLevelLoops.push_back(New);
712 inline void addTopLevelLoop(Loop *New) { argument
713 LI.addTopLevelLoop(New);
/external/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h54 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {} argument

Completed in 5244 milliseconds

12345678