/external/opencensus-java/.github/ |
D | ISSUE_TEMPLATE | 3 ### What version of OpenCensus are you using? 6 ### What JVM are you using (`java -version`)? 9 ### What did you do? 13 ### What did you expect to see? 16 ### What did you see instead?
|
/external/syzkaller/vendor/golang.org/x/oauth2/ |
D | CONTRIBUTING.md | 12 1. What version of Go are you using (`go version`)? 13 2. What operating system and processor architecture are you using? 14 3. What did you do? 15 4. What did you expect to see? 16 5. What did you see instead?
|
/external/golang-protobuf/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 7 **What version of protobuf and what language are you using?** 10 **What did you do?** 14 **What did you expect to see?** 16 **What did you see instead?**
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemorySSAUpdater.cpp | 397 void MemorySSAUpdater::moveTo(MemoryUseOrDef *What, BasicBlock *BB, in moveTo() argument 400 for (auto *U : What->users()) in moveTo() 405 What->replaceAllUsesWith(What->getDefiningAccess()); in moveTo() 408 MSSA->moveTo(What, BB, Where); in moveTo() 411 if (auto *MD = dyn_cast<MemoryDef>(What)) in moveTo() 414 insertUse(cast<MemoryUse>(What)); in moveTo() 422 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() argument 423 moveTo(What, Where->getBlock(), Where->getIterator()); in moveBefore() 427 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() argument 428 moveTo(What, Where->getBlock(), ++Where->getIterator()); in moveAfter() [all …]
|
D | MemorySSA.cpp | 1440 void MemorySSA::insertIntoListsBefore(MemoryAccess *What, const BasicBlock *BB, in insertIntoListsBefore() argument 1444 Accesses->insert(AccessList::iterator(InsertPt), What); in insertIntoListsBefore() 1445 if (!isa<MemoryUse>(What)) { in insertIntoListsBefore() 1452 Defs->push_back(*What); in insertIntoListsBefore() 1454 Defs->insert(InsertPt->getDefsIterator(), *What); in insertIntoListsBefore() 1460 Defs->push_back(*What); in insertIntoListsBefore() 1462 Defs->insert(InsertPt->getDefsIterator(), *What); in insertIntoListsBefore() 1472 void MemorySSA::moveTo(MemoryUseOrDef *What, BasicBlock *BB, in moveTo() argument 1475 removeFromLists(What, false); in moveTo() 1476 What->setBlock(BB); in moveTo() [all …]
|
/external/grpc-grpc/third_party/nanopb/ |
D | CONTRIBUTING.md | 11 …eps%20to%20reproduce%20the%20issue**%0a%0a1.%0a2.%0a3.%0a%0a**What%20happens?**%0A%0A**What%20shou… 12 * [Request a feature](https://github.com/nanopb/nanopb/issues/new?body=**What%20should%20the%20feat… 29 * What functionality it fixes/adds.
|
/external/nanopb-c/ |
D | CONTRIBUTING.md | 11 …eps%20to%20reproduce%20the%20issue**%0a%0a1.%0a2.%0a3.%0a%0a**What%20happens?**%0A%0A**What%20shou… 12 * [Request a feature](https://github.com/nanopb/nanopb/issues/new?body=**What%20should%20the%20feat… 29 * What functionality it fixes/adds.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemorySSAUpdater.h | 92 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where); 93 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where); 94 void moveToPlace(MemoryUseOrDef *What, BasicBlock *BB, 207 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where);
|
/external/tensorflow/tensorflow/lite/models/smartreply/demo/app/src/main/assets/ |
D | backoff_response.txt | 14 What? 16 What's up?
|
/external/grpc-grpc-java/.github/ |
D | ISSUE_TEMPLATE | 3 ### What version of gRPC are you using? 6 ### What did you expect to see?
|
/external/python/cpython2/Demo/metaclasses/ |
D | meta-vladimir.txt | 42 >>> A # What is A? 53 >>> a # What is 'a'? 57 >>> b # What is 'b'? 70 >>> a.__class__ # What is the class of 'a'? 72 >>> b.__class__ # What is the class of 'b'? 95 >>> B # What is B? 172 >>> M # What is M? 185 >>> A # What is 'A'? 189 >>> B # What is 'B'? 203 >>> A.__metaclass__ # What is the meta-class of A? [all …]
|
/external/mesa3d/docs/specs/ |
D | MESA_multithread_makecurrent.spec | 106 (1) What happens if the app binds a context/drawable in multiple 113 (2) What happens if the app binds a context/drawable in multiple 119 (3) What happens if the app binds a context/drawable in 7 threads, 126 (4) What happens if the app binds a new drawable/readable with 133 (5) What requirements should be placed on the user managing contexts
|
/external/ltp/include/mk/ |
D | generic_leaf_target.inc | 29 # $(MAKE_DEPS) : What should we execute beforehand as a 36 # $(MAKE_TARGETS) : What to execute as direct dependencies of 60 # $(CLEAN_TARGETS) : What targets should be cleaned (must be 66 # $(INSTALL_MODE) : What mode should we using when calling
|
/external/mesa3d/docs/specs/OLD/ |
D | MESA_sprite_point.spec | 58 3. What about point smoothing? 70 4. What about sprite rotation? 77 5. What about POLYGON_MODE? 81 6. What about POLYGON_CULL?
|
/external/python/cpython2/Doc/whatsnew/ |
D | index.rst | 4 What's New in Python 7 The "What's New in Python" series of essays takes tours through the most
|
/external/u-boot/doc/ |
D | feature-removal-schedule.txt | 10 What: Remove unused CONFIG_SYS_MEMTEST_START/END 22 What: Users of the legacy miiphy_* code 33 What: GPL cleanup
|
/external/mesa3d/src/gallium/docs/source/drivers/openswr/ |
D | faq.rst | 23 What's the architecture? 46 What's the performance? 62 What's the conformance? 93 What are your development plans? 106 What is the licensing of the code? 125 What hardware do I need?
|
/external/python/cpython3/Doc/whatsnew/ |
D | index.rst | 4 What's New in Python 7 The "What's New in Python" series of essays takes tours through the most
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | VforkChecker.cpp | 56 void reportBug(const char *What, CheckerContext &C, 121 void VforkChecker::reportBug(const char *What, CheckerContext &C, in reportBug() argument 131 os << What << " is prohibited after a successful vfork"; in reportBug()
|
/external/libpng/contrib/gregbook/ |
D | makevms.com | 96 $! P1 = What we are trying to make 98 $! P3 - P8 What it depends on
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | Tree.as | 2 /** What does a tree look like? ANTLR has a number of support classes 66 /** What is the smallest token index (indexing from 0) for this node 73 /** What is the largest token index (indexing from 0) for this node
|
/external/libnfnetlink/ |
D | README | 5 What is nfnetlink? 12 What is libnfnetlink?
|
/external/syzkaller/vendor/golang.org/x/net/trace/ |
D | trace.go | 665 What interface{} // string or fmt.Stringer member 770 e := event{When: time.Now(), What: x, Recyclable: recyclable, Sensitive: sensitive} 778 if d, ok := tr.events[di].What.(*discarded); ok { 785 go tr.recycler(tr.events[di].What) 787 tr.events[di].What = &tr.disc 794 go tr.recycler(tr.events[di+1].What) 849 f(e.What) 1087 <td>{{if or $.ShowSensitive (not .Sensitive)}}... {{.What}}{{else}}<em>[redacted]</em>{{end}}</td>
|
/external/grpc-grpc/src/csharp/experimental/ |
D | README.md | 9 What's currently supported: 32 What's currently bundled in the `grpc_unity_package`
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | bad-tls-fold.mir | 38 ; What we actually expect: 68 ; What we actually expect:
|