/external/python/cpython2/PC/VC6/ |
D | pcbuild.dsw | 6 Project: "_bsddb"=".\_bsddb.dsp" - Package Owner=<4> 21 Project: "_ctypes"=".\_ctypes.dsp" - Package Owner=<4> 36 Project: "_ctypes_test"=".\_ctypes_test.dsp" - Package Owner=<4> 48 Project: "_elementtree"=".\_elementtree.dsp" - Package Owner=<4> 60 Project: "_msi"=".\_msi.dsp" - Package Owner=<4> 75 Project: "_multiprocessing"=".\_multiprocessing.dsp" - Package Owner=<4> 90 Project: "_socket"=".\_socket.dsp" - Package Owner=<4> 105 Project: "_sqlite3"=".\_sqlite3.dsp" - Package Owner=<4> 117 Project: "_ssl"=".\_ssl.dsp" - Package Owner=<4> 138 Project: "_testcapi"=".\_testcapi.dsp" - Package Owner=<4> [all …]
|
/external/xmlrpcpp/ |
D | xmlrpc.dsw | 6 Project: "FileClient"=".\Test\FileClient.dsp" - Package Owner=<4> 21 Project: "HelloClient"=".\Test\HelloClient.dsp" - Package Owner=<4> 36 Project: "HelloServer"=".\Test\HelloServer.dsp" - Package Owner=<4> 51 Project: "TestBase64Client"=".\Test\TestBase64Client.dsp" - Package Owner=<4> 66 Project: "TestBase64Server"=".\Test\TestBase64Server.dsp" - Package Owner=<4> 81 Project: "TestValues"=".\Test\TestValues.dsp" - Package Owner=<4> 96 Project: "TestXml"=".\Test\TestXml.dsp" - Package Owner=<4> 111 Project: "Validator"=".\Test\Validator.dsp" - Package Owner=<4> 126 Project: "xmlrpc"=".\xmlrpc.dsp" - Package Owner=<4>
|
/external/e2fsprogs/tests/progs/test_data/ |
D | expect.brel | 16 Old= 3, New= 9, Owner= 0:0 18 Old= 1, New= 10, Owner= 4:128 21 Old= 1, New= 10, Owner= 4:128 23 Old= 2, New= 11, Owner= 0:0 25 Old= 3, New= 9, Owner= 0:0 40 Old= 3, New= 9, Owner= 0:0 41 Old= 5, New= 10, Owner= 4:128
|
/external/swiftshader/third_party/subzero/src/ |
D | IceStringPool.h | 83 static StringID createWithoutString(const typename Traits::OwnerType *Owner) { in createWithoutString() argument 84 return StringID(Owner); in createWithoutString() 88 static StringID createWithString(const typename Traits::OwnerType *Owner, in createWithString() argument 90 return StringID(Owner, Value); in createWithString() 133 explicit StringID(const typename Traits::OwnerType *Owner) in StringID() argument 134 : ID(Traits::getStrings(Owner)->getNewID()) {} in StringID() 135 StringID(const typename Traits::OwnerType *Owner, const std::string &Value) in StringID() argument 136 : ID(Traits::getStrings(Owner)->getOrAddString(Value)) { in StringID() 146 static LockedPtr<StringPool> getStrings(const OwnerType *Owner);
|
/external/llvm/include/llvm/Option/ |
D | Option.h | 70 const OptTable *Owner; variable 73 Option(const OptTable::Info *Info, const OptTable *Owner); 97 assert(Owner && "Must have a valid owner!"); in getGroup() 98 return Owner->getOption(Info->GroupID); in getGroup() 103 assert(Owner && "Must have a valid owner!"); in getAlias() 104 return Owner->getOption(Info->AliasID); in getAlias()
|
/external/llvm/lib/Support/ |
D | LockFileManager.cpp | 59 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local 60 if (processStillExecuting(Owner.first, Owner.second)) in readLockFile() 61 return Owner; in readLockFile() 157 if ((Owner = readLockFile(LockFileName))) in LockFileManager() 224 if ((Owner = readLockFile(LockFileName))) { in LockFileManager() 248 if (Owner) in getState() 316 if (!processStillExecuting((*Owner).first, (*Owner).second)) in waitForUnlock()
|
/external/tinyxml/ |
D | tinyxml.dsw | 6 Project: "tinyXmlTest"=.\tinyXmlTest.dsp - Package Owner=<4> 21 Project: "tinyXmlTestSTL"=.\tinyXmlTestSTL.dsp - Package Owner=<4> 36 Project: "tinyxml"=.\tinyxml_lib.dsp - Package Owner=<4> 48 Project: "tinyxmlSTL"=.\tinyxmlSTL.dsp - Package Owner=<4>
|
/external/libusb/msvc/ |
D | libusb.dsw | 6 Project: "libusb_dll"=".\libusb_dll.dsp" - Package Owner=<4> 18 Project: "libusb_static"=".\libusb_static.dsp" - Package Owner=<4> 30 Project: "listdevs"=".\listdevs.dsp" - Package Owner=<4> 45 Project: "xusb"=".\xusb.dsp" - Package Owner=<4>
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 101 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local 104 getLazyBitcodeModule(std::move(Owner), Ctx); in LLVMGetBitcodeModuleInContext() 105 Owner.release(); in LLVMGetBitcodeModuleInContext() 124 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local 127 getLazyBitcodeModule(std::move(Owner), Ctx); in LLVMGetBitcodeModuleInContext2() 128 Owner.release(); in LLVMGetBitcodeModuleInContext2()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 444 LabelDecl *Inst = LabelDecl::Create(SemaRef.Context, Owner, D->getLocation(), in VisitLabelDecl() 446 Owner->addDecl(Inst); in VisitLabelDecl() 458 = NamespaceAliasDecl::Create(SemaRef.Context, Owner, in VisitNamespaceAliasDecl() 465 Owner->addDecl(Inst); in VisitNamespaceAliasDecl() 504 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getLocStart(), in InstantiateTypedefNameDecl() 507 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getLocStart(), in InstantiateTypedefNameDecl() 547 Owner->addDecl(Typedef); in VisitTypedefDecl() 554 Owner->addDecl(Typedef); in VisitTypeAliasDecl() 573 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName()); in VisitTypeAliasTemplateDecl() 585 = TypeAliasTemplateDecl::Create(SemaRef.Context, Owner, D->getLocation(), in VisitTypeAliasTemplateDecl() [all …]
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 47 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner); 77 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner); 130 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner); 308 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() argument 309 : BasicSymbolRef(SymbolP, Owner) {} in SymbolRef() 347 const ObjectFile *Owner) in SectionRef() argument 349 , OwningObject(Owner) {} in SectionRef() 433 const ObjectFile *Owner) in RelocationRef() argument 435 , OwningObject(Owner) {} in RelocationRef()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 128 FilterChooser *Owner; // points to the FilterChooser who owns this filter member in Filter 379 Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter() 387 bool mixed) : Owner(&owner), StartBit(startBit), NumBits(numBits), in Filter() 389 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter() 395 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) { in Filter() 399 Owner->insnWithID(Insn, Owner->Opcodes[i]); in Filter() 403 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter() 408 LastOpcFiltered = Owner->Opcodes[i]; in Filter() 414 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter() 442 std::vector<bit_value_t> BitValueArray(Owner->FilterBitValues); in recurse() [all …]
|
D | ARMDecoderEmitter.cpp | 268 ARMFilterChooser *Owner; // points to the FilterChooser who owns this filter member in ARMFilter 541 Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in ARMFilter() 549 bool mixed) : Owner(&owner), StartBit(startBit), NumBits(numBits), in ARMFilter() 557 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) { in ARMFilter() 561 Owner->insnWithID(Insn, Owner->Opcodes[i]); in ARMFilter() 565 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in ARMFilter() 570 LastOpcFiltered = Owner->Opcodes[i]; in ARMFilter() 576 VariableInstructions.push_back(Owner->Opcodes[i]); in ARMFilter() 605 memcpy(BitValueArray, Owner->FilterBitValues, sizeof(BitValueArray)); in recurse() 618 new ARMFilterChooser(Owner->AllInstructions, in recurse() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | ObjectFile.h | 100 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner); 139 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner); 175 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner); 306 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() argument 308 , OwningObject(Owner) {} in SymbolRef() 357 const ObjectFile *Owner) in SectionRef() argument 359 , OwningObject(Owner) {} in SectionRef() 417 const ObjectFile *Owner) in RelocationRef() argument 419 , OwningObject(Owner) {} in RelocationRef()
|
/external/llvm/examples/HowToUseJIT/ |
D | HowToUseJIT.cpp | 67 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local 68 Module *M = Owner.get(); in main() 125 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main()
|
/external/clang/include/clang/AST/ |
D | ExternalASTSource.h | 385 template<typename Owner, typename T, void (ExternalASTSource::*Update)(Owner)> 434 T get(Owner O) { in get() 462 template<typename Owner, typename T, 463 void (clang::ExternalASTSource::*Update)(Owner)> 465 clang::LazyGenerationalUpdatePtr<Owner, T, Update>> { 466 typedef clang::LazyGenerationalUpdatePtr<Owner, T, Update> Ptr;
|
/external/libxml2/result/ |
D | dav5.sax | 33 SAX.startElement(Z:Copyright-Owner) 34 SAX.endElement(Z:Copyright-Owner) 49 SAX.characters( Copyright Owner can not be de, 47)
|
D | dav5.rdr | 30 3 1 Z:Copyright-Owner 1 0 45 2 3 #text 0 1 Copyright Owner can not be deleted or
|
/external/llvm/lib/IR/ |
D | SymbolTableListTraitsImpl.h | 66 ItemParentClass *Owner = getListOwner(); in addNodeToList() local 67 V->setParent(Owner); in addNodeToList() 69 if (ValueSymbolTable *ST = getSymTab(Owner)) in addNodeToList()
|
/external/llvm/examples/Fibonacci/ |
D | fibonacci.cpp | 111 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local 112 Module *M = Owner.get(); in main() 120 EngineBuilder(std::move(Owner)) in main()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | SymbolTableListTraitsImpl.h | 69 ItemParentClass *Owner = getListOwner(); in addNodeToList() local 70 V->setParent(Owner); in addNodeToList() 72 if (ValueSymbolTable *ST = TraitsClass::getSymTab(Owner)) in addNodeToList()
|
/external/libogg/win32/VS6/ |
D | ogg.dsw | 6 Project: "ogg_dynamic"=.\ogg_dynamic.dsp - Package Owner=<4> 18 Project: "ogg_static"=.\ogg_static.dsp - Package Owner=<4>
|
/external/libxml2/win32/wince/ |
D | libxml2.vcw | 6 Project: "libxml2"=.\libxml2.vcp - Package Owner=<4> 18 Project: "ppcTest"=.\ppcTest\ppcTest.vcp - Package Owner=<4>
|
/external/clang/test/Analysis/inlining/ |
D | path-notes.cpp | 225 struct Owner { struct 233 void Owner::testGetDerefExprOnMemberExprWithADot() { in testGetDerefExprOnMemberExprWithADot() argument 242 Owner::Wrapper *arr; // expected-note {{'arr' declared without an initial value}} in testGetDerefExprOnMemberExprWithADot()
|
/external/curl/projects/Windows/VC6/ |
D | curl-all.dsw | 6 Project: "libcurl"=".\lib\libcurl.dsp" - Package Owner=<4> 18 Project: "curl"=".\src\curl.dsp" - Package Owner=<4>
|