Home
last modified time | relevance | path

Searched refs:What (Results 1 – 25 of 1710) sorted by relevance

12345678910>>...69

/third_party/protobuf/.github/ISSUE_TEMPLATE/
Dbug_report.md7 **What version of protobuf and what language are you using?**
11 **What operating system (Linux, Windows, ...) and version?**
13 **What runtime / compiler are you using (e.g., python version or gcc version)**
15 **What did you do?**
22 **What did you expect to see**
24 **What did you see instead?**
/third_party/pulseaudio/.gitlab/issue_templates/
DBug.md17 ### What is the current *bug* behavior?
18 (What actually happens)
20 ### What is the expected *correct* behavior?
21 (What you should see instead)
/third_party/boost/boost/algorithm/string/detail/
Dreplace_storage.hpp47 const WhatT& What ) in copy_to_storage() argument
49 Storage.insert( Storage.end(), ::boost::begin(What), ::boost::end(What) ); in copy_to_storage()
/third_party/openssl/external/perl/Text-Template-1.46/
DREADME78 What's new in v1.46 since v1.44:
90 What's new in v1.44 since v1.43:
105 What's new in v1.43 since v1.42:
115 What's new in v1.42 since v1.41:
125 What's new in v1.41 since v1.40:
134 What's new in v1.40 since v1.31:
183 What's new in v1.31 since v1.23:
189 What's new in v1.23 since v1.22:
196 What's new in v1.22 since v1.20:
207 What's new in v1.20 since v1.12:
[all …]
/third_party/skia/third_party/externals/tint/docs/
Dexperimental_extensions.md38 - What is your target date for declaring the experiment a success or
41 - What experience are you hoping to gain? Do you have target metrics?
42 - What approvals, if any, do you need from W3C? What is your plan to
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h141 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where);
142 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where);
143 void moveToPlace(MemoryUseOrDef *What, BasicBlock *BB,
265 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where);
/third_party/flutter/skia/third_party/externals/wuffs/test/data/
Dromeo.txt16 What's Montague? it is nor hand, nor foot,
19 What's in a name? that which we call a rose
33 What man art thou that thus bescreen'd in night
Dromeo.txt.gz1Romeo and Juliet 2Excerpt from Act 2, Scene 2 3 4JULIET 5O Romeo, ...
/third_party/mesa3d/docs/_extra/specs/
DMESA_multithread_makecurrent.spec106 (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
/third_party/mesa3d/docs/_extra/specs/OLD/
DMESA_sprite_point.spec58 3. What about point smoothing?
70 4. What about sprite rotation?
77 5. What about POLYGON_MODE?
81 6. What about POLYGON_CULL?
/third_party/ltp/include/mk/
Dgeneric_leaf_target.inc29 # $(MAKE_DEPS) : What should we execute beforehand as a
36 # $(MAKE_TARGETS) : What to execute as direct dependencies of
62 # $(CLEAN_TARGETS) : What targets should be cleaned (must be
68 # $(INSTALL_MODE) : What mode should we using when calling
/third_party/python/Doc/whatsnew/
Dindex.rst4 What's New in Python
7 The "What's New in Python" series of essays takes tours through the most
/third_party/typescript/.github/ISSUE_TEMPLATE/
DFeature_request.md56 What do you want to use this for?
57 What shortcomings exist with current approaches?
58 What workarounds are you using in the meantime?
DBug_report.md17 What search terms did you use when trying to find an existing bug report?
69 <!-- What happened, and why it was wrong -->
73 <!-- What you expected to happen instead, and why -->
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/
Derror_handler.hpp28 template <typename Message, typename What>
31 What const& what, in operator ()()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/
Derror_handler.hpp28 template <typename Message, typename What>
31 What const& what, in operator ()()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Derror_handler.hpp28 template <typename Message, typename What>
31 What const& what, in operator ()()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Derror_handler.hpp28 template <typename Message, typename What>
31 What const& what, in operator ()()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Derror_handler.hpp29 template <typename Message, typename What>
32 What const& what, in operator ()()
/third_party/mesa3d/docs/drivers/openswr/
Dfaq.rst23 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?
/third_party/ffmpeg/tests/ref/fate/
Dsub-srt-rrn-remux116 What the shoebazzle
233 What's up, girlfriend?
248 Bleh? What's a bleh?
349 Uhh! What's the deal-e-o?
381 What?! What
659 What? Oh. Ok.
758 What being a real man
957 Ow! What the hell?!
1190 What?!
1213 What do you want?
[all …]
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Derror_handler.hpp29 template <typename Message, typename What>
32 What const& what, in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp1126 void MemorySSAUpdater::moveTo(MemoryUseOrDef *What, BasicBlock *BB, in moveTo() argument
1129 for (auto *U : What->users()) in moveTo()
1134 What->replaceAllUsesWith(What->getDefiningAccess()); in moveTo()
1137 MSSA->moveTo(What, BB, Where); in moveTo()
1140 if (auto *MD = dyn_cast<MemoryDef>(What)) in moveTo()
1143 insertUse(cast<MemoryUse>(What), /*RenameUses=*/true); in moveTo()
1151 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() argument
1152 moveTo(What, Where->getBlock(), Where->getIterator()); in moveBefore()
1156 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() argument
1157 moveTo(What, Where->getBlock(), ++Where->getIterator()); in moveAfter()
[all …]
DMemorySSA.cpp1627 void MemorySSA::insertIntoListsBefore(MemoryAccess *What, const BasicBlock *BB, in insertIntoListsBefore() argument
1631 Accesses->insert(AccessList::iterator(InsertPt), What); in insertIntoListsBefore()
1632 if (!isa<MemoryUse>(What)) { in insertIntoListsBefore()
1639 Defs->push_back(*What); in insertIntoListsBefore()
1641 Defs->insert(InsertPt->getDefsIterator(), *What); in insertIntoListsBefore()
1647 Defs->push_back(*What); in insertIntoListsBefore()
1649 Defs->insert(InsertPt->getDefsIterator(), *What); in insertIntoListsBefore()
1655 void MemorySSA::prepareForMoveTo(MemoryAccess *What, BasicBlock *BB) { in prepareForMoveTo() argument
1657 removeFromLists(What, false); in prepareForMoveTo()
1662 if (auto *MD = dyn_cast<MemoryDef>(What)) in prepareForMoveTo()
[all …]
/third_party/libwebsockets/
Dbug_report.md1 ** What version of lws **
8 ** What platform and arch? **
12 ** What parts of lws does it involve? **

12345678910>>...69