| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| D | error.hpp | 61 error(cl_int code, std::string what = "") : in error() argument 62 std::runtime_error(what), code(code) { in error() 75 invalid_build_options_error(const std::string &what = "") : in invalid_build_options_error() argument 76 error(CL_INVALID_BUILD_OPTIONS, what) {} in invalid_build_options_error() 81 build_error(const std::string &what = "") : in build_error() argument 82 error(CL_BUILD_PROGRAM_FAILURE, what) {} in build_error() 91 invalid_object_error(std::string what = "") : in invalid_object_error() argument 92 error(CL_INVALID_COMMAND_QUEUE, what) {} in invalid_object_error() 98 invalid_object_error(std::string what = "") : in invalid_object_error() argument 99 error(CL_INVALID_CONTEXT, what) {} in invalid_object_error() [all …]
|
| /third_party/python/Lib/test/ |
| D | test_imghdr.py | 49 self.assertEqual(imghdr.what(filename), expected) 51 self.assertEqual(imghdr.what(stream), expected) 54 self.assertEqual(imghdr.what(None, data), expected) 55 self.assertEqual(imghdr.what(None, bytearray(data)), expected) 61 self.assertEqual(imghdr.what(pathlib.Path(filename)), expected) 69 self.assertEqual(imghdr.what(None, b'eggs'), 'ham') 78 self.assertEqual(imghdr.what(stream), 'png') 83 imghdr.what() 85 imghdr.what(None) 87 imghdr.what(self.testfile, 1) [all …]
|
| D | test_sndhdr.py | 22 what = sndhdr.what(filename) 23 self.assertNotEqual(what, None, filename) 24 self.assertSequenceEqual(what, expected) 25 self.assertEqual(what.filetype, expected[0]) 26 self.assertEqual(what.framerate, expected[1]) 27 self.assertEqual(what.nchannels, expected[2]) 28 self.assertEqual(what.nframes, expected[3]) 29 self.assertEqual(what.sampwidth, expected[4]) 33 what = sndhdr.what(filename) 35 dump = pickle.dumps(what, proto) [all …]
|
| D | test_string.py | 209 s = Template('$who likes to eat a bag of $what worth $$100') 210 self.assertEqual(s.substitute(dict(who='tim', what='ham')), 216 s = Template('$who likes ${what} for ${meal}') 217 d = dict(who='tim', what='ham', meal='dinner') 220 dict(who='tim', what='ham')) 223 s = Template('$WHO likes ${WHAT} for ${MEAL}') 224 d = dict(WHO='tim', WHAT='ham', MEAL='dinner') 234 s = Template('$who likes to eat a bag of $$what worth $$100') 235 eq(s.substitute(dict(who='tim', what='ham')), 236 'tim likes to eat a bag of $what worth $100') [all …]
|
| /third_party/rust/crates/memchr/bench/data/opensubtitles/ |
| D | en-huge.txt | 2 What for are you mixing in? 87 I often wondered what Verna was like. 285 - What colour horse your man riding? 292 That there sorrel is the only horse what come in. 299 - What'll you do with his horse? 323 - For what? 335 - What takes you to end of track? 344 - What are you doing here? 404 Tell you what, maybe I have six bits. 406 What do you say we go in and spend it? [all …]
|
| D | zh-medium.txt | 17 吉姆 你知道庸俗是什麼嗎 Do you know what a philistine is, jim? 37 床位怎麼辦 外面在傳你們收太多病人 What about beds? 55 你在這兒幹嘛 What are you doing here? 71 - that's not exactly what happens. 100 what am i, in the morgue? 131 我會竭我所能 I'll do what I can. 167 什麼 What? 174 - what is a lingonberry? 175 uh, what is a lingonberry? 191 - what is the mariana trench? [all …]
|
| /third_party/ltp/testcases/kernel/controllers/cpuset/ |
| D | cpuset_regression_test.sh | 35 # cpuset_find_parent_first <what> 36 # Do a parent first find of <what> 39 local what=$1 41 find . -mindepth 2 -name ${what} | 46 # cpuset_find_child_first <what> 47 # Do a child first find of <what> 50 local what=$1 52 find . -mindepth 2 -name ${what} | 57 # cpuset_backup_and_update <backup_dir> <what> 58 # Create backup of the values of a specific file (<what>) [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | jsdocParamTagTypeLiteral.types | 117 * @param {object} opts5[].what - Look at us go! Here's the first nest! 118 * @param {string} opts5[].what.a - (Another normal one) 119 * @param {Object[]} opts5[].what.bad - Now we're nesting inside a nested type 120 * @param {string} opts5[].what.bad[].idea - I don't think you can get back out of this level... 121 * @param {boolean} opts5[].what.bad[].oh - Oh ... that's how you do it. 125 >foo5 : (opts5: { help: string; what: { a: string; bad: { idea: stri… 126 >opts5 : { help: string; what: { a: string; bad: { idea: string; oh: boolean; }[]; }; unnest: numbe… 128 opts5[0].what.bad[0].idea; 129 >opts5[0].what.bad[0].idea : string 130 >opts5[0].what.bad[0] : { idea: string; oh: boolean; } [all …]
|
| D | jsdocParamTagTypeLiteral.symbols | 97 * @param {object} opts5[].what - Look at us go! Here's the first nest! 98 * @param {string} opts5[].what.a - (Another normal one) 99 * @param {Object[]} opts5[].what.bad - Now we're nesting inside a nested type 100 * @param {string} opts5[].what.bad[].idea - I don't think you can get back out of this level... 101 * @param {boolean} opts5[].what.bad[].oh - Oh ... that's how you do it. 108 opts5[0].what.bad[0].idea; 109 >opts5[0].what.bad[0].idea : Symbol(idea, Decl(0.js, 61, 3)) 110 >opts5[0].what.bad : Symbol(bad, Decl(0.js, 60, 3)) 111 >opts5[0].what : Symbol(what, Decl(0.js, 58, 3)) 113 >what : Symbol(what, Decl(0.js, 58, 3)) [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-debug.hh | 93 #define DEBUG_LEVEL_ENABLED(WHAT, LEVEL) (_hb_debug ((LEVEL), HB_DEBUG_##WHAT)) argument 94 #define DEBUG_ENABLED(WHAT) (DEBUG_LEVEL_ENABLED (WHAT, 0)) argument 121 _hb_debug_msg_va (const char *what, 130 _hb_debug_msg_va (const char *what, in _hb_debug_msg_va() argument 142 fprintf (stderr, "%-10s", what ? what : ""); in _hb_debug_msg_va() 179 _hb_debug_msg_va<0> (const char *what HB_UNUSED, in _hb_debug_msg_va() 189 _hb_debug_msg (const char *what, 198 _hb_debug_msg (const char *what, in _hb_debug_msg() argument 209 _hb_debug_msg_va<max_level> (what, obj, func, indented, level, level_dir, message, ap); in _hb_debug_msg() 213 _hb_debug_msg<0> (const char *what HB_UNUSED, [all …]
|
| /third_party/gn/src/gn/ |
| D | function_get_path_info.cc | 18 // Corresponds to the various values of "what" in the function call. 19 enum What { enum 53 What what, in GetOnePathInfo() argument 64 switch (what) { in GetOnePathInfo() 124 get_path_info(input, what) 130 Possible values for the "what" parameter 207 // Extract the "what". 210 What what; local 212 what = WHAT_FILE; 214 what = WHAT_NAME; [all …]
|
| D | desc_builder.cc | 69 // Optionally, if "what" is specified while generating description, two other 121 BaseDescBuilder(const std::set<std::string>& what, in BaseDescBuilder() argument 125 : what_(what), all_(all), tree_(tree), blame_(blame) {} in BaseDescBuilder() 130 bool what(const std::string& w) const { in what() function in __anon4971235a0111::BaseDescBuilder 217 if (what(variables::kPrecompiledHeader) && in FillInPrecompiledHeader() 223 if (what(variables::kPrecompiledSource) && in FillInPrecompiledHeader() 238 ConfigDescBuilder(const Config* config, const std::set<std::string>& what) in ConfigDescBuilder() argument 239 : BaseDescBuilder(what, false, false, false), config_(config) {} in ConfigDescBuilder() 251 if (what(variables::kConfigs) && !config_->configs().empty()) { in BuildDescription() 257 if (what(variables::kVisibility)) { in BuildDescription() [all …]
|
| D | function_get_label_info.cc | 20 get_label_info(target_label, what) 28 Possible values for the "what" parameter 95 // Extract the "what" parameter. in RunGetLabelInfo() 98 const std::string& what = args[1].string_value(); in RunGetLabelInfo() local 101 if (what == "name") { in RunGetLabelInfo() 104 } else if (what == "dir") { in RunGetLabelInfo() 107 } else if (what == "target_gen_dir") { in RunGetLabelInfo() 112 } else if (what == "root_gen_dir") { in RunGetLabelInfo() 116 } else if (what == "target_out_dir") { in RunGetLabelInfo() 121 } else if (what == "root_out_dir") { in RunGetLabelInfo() [all …]
|
| /third_party/icu/tools/multi/c/ |
| D | Makefile-c.inc | 33 what=`basename $$file .o` ; \ 35 echo compiling '(C++)' $*/$$what ; \ 36 …S)/$*/bin/icu-config --cxxflags` $(DEBUGOPT) -c -o $(C_INS)/$*/tmp/$$what.o $$what.cpp -I $(C_INS… 37 …S)/$*/bin/icu-config --cxxflags` $(DEBUGOPT) -c -o $(C_INS)/$*/tmp/$$what.o $$what.cpp -I $(C_INS… 38 …$(CXX) $(DEBUGOPT) -c -o $(C_INS)/$*/tmp/$$what.o $${what}.cpp -I $(C_INS)/$*/include -I $(C_BLD)/… 44 what=`basename $$file .o` ; \ 45 echo compiling '(C )' $*/$$what ; \ 46 …$(CC) $(DEBUGOPT) -c -o $(C_INS)/$*/tmp/$$what.o $${what}.c -I $(C_INS)/$*/include -I $(C_BLD)/$*/… 49 @echo linking $*/$$what
|
| /third_party/curl/docs/libcurl/opts/ |
| D | CURLMOPT_SOCKETFUNCTION.md | 15 CURLMOPT_SOCKETFUNCTION - callback informed about what to wait for 24 int what, /* describes the socket */ 52 **what** argument is not CURL_POLL_REMOVE then it holds information about 53 what activity on this socket the application is supposed to 54 monitor. Subsequent calls to this callback might update the **what** bits 65 The **what** parameter informs the callback on the status of the given 101 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) 106 if(what == CURL_POLL_REMOVE) { 109 if(what & CURL_POLL_IN) { 112 if(what & CURL_POLL_OUT) {
|
| /third_party/protobuf/.github/ISSUE_TEMPLATE/ |
| D | bug_report.md | 7 **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/node/test/parallel/ |
| D | test-child-process-fork-net-server.js | 39 if (msg.what !== 'server') return; 49 process.send({ what: 'connection' }); property 55 process.send({ what: 'listening' }); property 64 if (msg.what !== 'close') return; 68 process.send({ what: 'close' }); property 75 process.send({ what: 'ready' }); property 92 child.send({ what: 'close' }); property 116 child.send({ what: 'server' }, server); property 126 if (msg.what === 'listening') { 139 } else if (msg.what === 'connection') { [all …]
|
| /third_party/libwebsockets/ |
| D | bug_report.md | 1 ** What version of lws ** 8 ** What platform and arch? ** 12 ** What parts of lws does it involve? ** 26 …lag you didn't try to debug the issue much... exactly how does it "fail", what evidence is it leav… 27 …what does it mean, whole device frozen? Spinning 100% cpu? Just idle? Building on fire? Have you t… 28 …"crashes" --> what happens if you run under valgrind? You know lws is not threadsafe except for lw…
|
| /third_party/css-what/ |
| D | readme.md | 1 # css-what 3 …img.shields.io/github/workflow/status/fb55/css-what/Node.js%20CI/master)](https://github.com/fb55/… 4 …https://img.shields.io/coveralls/github/fb55/css-what/master)](https://coveralls.io/github/fb55/cs… 11 import * as CSSwhat from "css-what"; 65 ## `css-what` for enterprise 69 …what` and thousands of other packages are working with Tidelift to deliver commercial support and …
|
| /third_party/ffmpeg/tests/ref/fate/ |
| D | sub-lrc-remux | 16 [01:19.82]What's yours and mine 18 [01:26.44]What I was ever hoping I would find 29 [02:30.38]What's yours and mine 31 [02:36.98]What I was ever hoping I would find 39 [03:15.50]What's yours and mine 41 [03:22.11]What I was ever hoping I would find 45 [03:38.02]What's yours and mine 47 [03:44.54]What I was ever hoping I would find
|
| /third_party/skia/third_party/externals/tint/docs/ |
| D | experimental_extensions.md | 15 2. Write down what the feature is supposed to mean. 16 This informs the Tint implementation, and tells shader authors what 22 - A description of what the contents of that PR would be, committed 38 - 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/curl/tests/libtest/ |
| D | lib586.c | 44 const char *what; in my_lock() local 52 what = "share"; in my_lock() 55 what = "dns"; in my_lock() 58 what = "cookie"; in my_lock() 61 what = "ssl_session"; in my_lock() 67 printf("lock: %-6s [%s]: %d\n", what, user->text, user->counter); in my_lock() 74 const char *what; in my_unlock() local 79 what = "share"; in my_unlock() 82 what = "dns"; in my_unlock() 85 what = "cookie"; in my_unlock() [all …]
|
| /third_party/openssl/apps/ |
| D | CA.pl.in | 46 my $WHAT = shift @ARGV || ""; 121 if ( $WHAT =~ /^(-\?|-h|-help)$/ ) { 132 if ($WHAT eq '-newcert' ) { 137 } elsif ($WHAT eq '-precert' ) { 142 } elsif ($WHAT =~ /^\-newreq(\-nodes)?$/ ) { 146 } elsif ($WHAT eq '-newca' ) { 186 } elsif ($WHAT eq '-pkcs12' ) { 193 } elsif ($WHAT eq '-xsign' ) { 195 } elsif ($WHAT eq '-sign' ) { 199 } elsif ($WHAT eq '-signCA' ) { [all …]
|
| /third_party/node/deps/openssl/openssl/apps/ |
| D | CA.pl.in | 46 my $WHAT = shift @ARGV || ""; 121 if ( $WHAT =~ /^(-\?|-h|-help)$/ ) { 132 if ($WHAT eq '-newcert' ) { 137 } elsif ($WHAT eq '-precert' ) { 142 } elsif ($WHAT =~ /^\-newreq(\-nodes)?$/ ) { 146 } elsif ($WHAT eq '-newca' ) { 186 } elsif ($WHAT eq '-pkcs12' ) { 193 } elsif ($WHAT eq '-xsign' ) { 195 } elsif ($WHAT eq '-sign' ) { 199 } elsif ($WHAT eq '-signCA' ) { [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
| D | en-thelittleprince.txt | 49 history, arithmetic and grammar. That is why, at the age of six, I gave up what might have been a 83 “What!” 102 When at last I was able to speak, I said to him: “But, what are you doing here?” And in answer he 120 small. What I need is a sheep. Draw me a sheep. 165 too complicated for me), he asked me: “What is that object?” 168 learn that I could fly. He cried out, then: “What! You dropped down from the sky?” 189 “My little man, where do you come from? What is this ‘where I live,’ of which you speak? Where 198 But the little prince seemed shocked by this offer: “Tie him! What a queer idea!” 231 what he said. Grown-ups are like that... 240 they never ask you any questions about essential matters. They never say to you, “What does his [all …]
|