/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_sndhdr.py | 19 what = sndhdr.what(filename) 20 self.assertNotEqual(what, None, filename) 21 self.assertSequenceEqual(what, expected) 22 self.assertEqual(what.filetype, expected[0]) 23 self.assertEqual(what.framerate, expected[1]) 24 self.assertEqual(what.nchannels, expected[2]) 25 self.assertEqual(what.nframes, expected[3]) 26 self.assertEqual(what.sampwidth, expected[4]) 30 what = sndhdr.what(filename) 32 dump = pickle.dumps(what, proto) [all …]
|
D | test_imghdr.py | 47 self.assertEqual(imghdr.what(filename), expected) 49 self.assertEqual(imghdr.what(stream), expected) 52 self.assertEqual(imghdr.what(None, data), expected) 53 self.assertEqual(imghdr.what(None, bytearray(data)), expected) 59 self.assertEqual(imghdr.what(pathlib.Path(filename)), expected) 67 self.assertEqual(imghdr.what(None, b'eggs'), 'ham') 76 self.assertEqual(imghdr.what(stream), 'png') 81 imghdr.what() 83 imghdr.what(None) 85 imghdr.what(self.testfile, 1) [all …]
|
D | test_string.py | 210 self.assertEqual(s.substitute(dict(who='tim', what='ham')), 217 d = dict(who='tim', what='ham', meal='dinner') 220 dict(who='tim', what='ham')) 235 eq(s.substitute(dict(who='tim', what='ham')), 238 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $') 267 eq(s.safe_substitute(dict(what='ham')), '$who likes ham for ${meal}') 268 eq(s.safe_substitute(dict(what='ham', meal='dinner')), 270 eq(s.safe_substitute(dict(who='tim', what='ham')), 272 eq(s.safe_substitute(dict(who='tim', what='ham', meal='dinner')), 297 m.bag.what = 'ham' [all …]
|
/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/gn/src/gn/ |
D | desc_builder.cc | 120 BaseDescBuilder(const std::set<std::string>& what, in BaseDescBuilder() argument 124 : what_(what), all_(all), tree_(tree), blame_(blame) {} in BaseDescBuilder() 129 bool what(const std::string& w) const { in what() function in __anon1955f9190111::BaseDescBuilder 216 if (what(variables::kPrecompiledHeader) && in FillInPrecompiledHeader() 222 if (what(variables::kPrecompiledSource) && in FillInPrecompiledHeader() 237 ConfigDescBuilder(const Config* config, const std::set<std::string>& what) in ConfigDescBuilder() argument 238 : BaseDescBuilder(what, false, false, false), config_(config) {} in ConfigDescBuilder() 250 if (what(variables::kConfigs) && !config_->configs().empty()) { in BuildDescription() 256 if (what(variables::kVisibility)) { in BuildDescription() 262 if (what(#name)) { \ in BuildDescription() [all …]
|
D | command_help.cc | 215 bool PrintHelpOnSwitch(const std::string& what) { in PrintHelpOnSwitch() argument 218 all.find(std::string_view(what)); in PrintHelpOnSwitch() 261 std::string what; in RunHelp() local 280 what = args[0]; in RunHelp() 286 if (what == "args") { in RunHelp() 293 auto found_command = command_map.find(what); in RunHelp() 303 auto found_function = function_map.find(what); in RunHelp() 312 auto found_builtin_var = builtin_vars.find(what); in RunHelp() 321 auto found_target_var = target_vars.find(what); in RunHelp() 355 auto found_random_topic = random_topics.find(what); in RunHelp() [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/toybox/toys/posix/ |
D | file.c | 292 char *what; in do_regular_file() local 296 if (s[4] == 7) what = (bit==32)?"x86":"x86-"; in do_regular_file() 297 else if (s[4] == 12) what = "arm"; in do_regular_file() 298 else if (s[4] == 18) what = "ppc"; in do_regular_file() 299 else what = NULL; in do_regular_file() 300 if (what) xprintf("%s%s ", what, (bit==32)?"":"64"); in do_regular_file() 303 if (s[12] == 1) what = "object"; in do_regular_file() 304 else if (s[12] == 2) what = "executable"; in do_regular_file() 305 else if (s[12] == 6) what = "shared library"; in do_regular_file() 306 else what = NULL; in do_regular_file() [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/node/deps/npm/lib/install/ |
D | report-optional-failure.js | 12 function reportOptionalFailure (tree, what, error) { argument 16 if (what) { 17 var depVer = tree.package.dependencies && tree.package.dependencies[what] 18 var optDepVer = tree.package.optionalDependencies && tree.package.optionalDependencies[what] 19 var devDepVer = tree.package.devDependencies && tree.package.devDependencies[what] 21 id = what + (version ? '@' + version : '') 26 if (what) location = path.join(location, 'node_modules', what)
|
/third_party/openssl/ |
D | configdata.pm.in | 265 foreach my $what (@disablables) { 266 $longest = length($what) if $longest < length($what); 267 $longest2 = length($disabled{$what}) 268 if $disabled{$what} && $longest2 < length($disabled{$what}); 271 foreach my $what (@disablables) { 272 print " $what\n" unless $disabled{$what}; 275 foreach my $what (@disablables) { 276 if ($disabled{$what}) { 277 print " $what", ' ' x ($longest - length($what) + 1), 278 "[$disabled{$what}]", ' ' x ($longest2 - length($disabled{$what}) + 1); [all …]
|
/third_party/ltp/testcases/kernel/controllers/cpuset/ |
D | cpuset_regression_test.sh | 40 local what=$1 42 find . -mindepth 2 -name ${what} | 51 local what=$1 53 find . -mindepth 2 -name ${what} | 66 local what=$2 74 cpuset_find_parent_first ${what} | 87 cpuset_find_child_first ${what} | 105 local what=$2 111 cpuset_find_parent_first ${what} | 116 cpuset_find_child_first ${what} |
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhcireg.h | 207 #define XREAD1(sc, what, a) \ argument 209 (a) + (sc)->sc_##what##_off) 210 #define XREAD2(sc, what, a) \ argument 212 (a) + (sc)->sc_##what##_off) 213 #define XREAD4(sc, what, a) \ argument 215 (a) + (sc)->sc_##what##_off) 216 #define XWRITE1(sc, what, a, x) \ argument 218 (a) + (sc)->sc_##what##_off, (x)) 219 #define XWRITE2(sc, what, a, x) \ argument 221 (a) + (sc)->sc_##what##_off, (x)) [all …]
|
/third_party/FreeBSD/sys/sys/ |
D | mutex.h | 73 #define _mtx_assert(m, what) do { \ argument 74 switch (what) { \ 87 #define mtx_assert_(m, what, file, line) \ argument 88 _mtx_assert((m), (what), (file), (line)) 93 #define mtx_assert_(m, what, file, line) (void)0 argument 97 #define mtx_assert(m, what) mtx_assert_(m, what, __FILE__, __LINE__) argument
|
/third_party/node/deps/npm/lib/ |
D | update.js | 37 what: ww[1] + '@' + ww[3] 58 if (url.parse(ww.req).protocol) ww.what = ww.req 63 … if (!toInstall[key]) toInstall[key] = {where: where, opts: {saveOnlyLock: isTransitive}, what: []} 64 if (toInstall[key].what.indexOf(ww.what) === -1) toInstall[key].what.push(ww.what) 68 const inst = new Installer(deps.where, dryrun, deps.what, deps.opts)
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-debug.hh | 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, 222 _hb_debug_msg<0> (const char *what HB_UNUSED, in _hb_debug_msg() 280 : plevel (plevel_), what (what_), obj (obj_), returned (false) in hb_auto_trace_t() [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-debug.hh | 122 _hb_debug_msg_va (const char *what, 131 _hb_debug_msg_va (const char *what, in _hb_debug_msg_va() argument 143 fprintf (stderr, "%-10s", what ? what : ""); in _hb_debug_msg_va() 180 _hb_debug_msg_va<0> (const char *what HB_UNUSED, in _hb_debug_msg_va() 190 _hb_debug_msg (const char *what, 199 _hb_debug_msg (const char *what, in _hb_debug_msg() argument 210 _hb_debug_msg_va<max_level> (what, obj, func, indented, level, level_dir, message, ap); in _hb_debug_msg() 214 _hb_debug_msg<0> (const char *what HB_UNUSED, 223 _hb_debug_msg<0> (const char *what HB_UNUSED, in _hb_debug_msg() 281 : plevel (plevel_), what (what_), obj (obj_), returned (false) in hb_auto_trace_t() [all …]
|
/third_party/harfbuzz/src/ |
D | hb-debug.hh | 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, 222 _hb_debug_msg<0> (const char *what HB_UNUSED, in _hb_debug_msg() 280 : plevel (plevel_), what (what_), obj (obj_), returned (false) in hb_auto_trace_t() [all …]
|
/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/musl/porting/uniproton/kernel/include/ |
D | signal.h | 206 #define sigaddset(what, sig) (*(what) |= (1U << (sig)), 0) argument 207 #define sigdelset(what, sig) (*(what) &= ~(1U << (sig)), 0) argument 208 #define sigemptyset(what) (*(what) = 0, 0) argument 209 #define sigfillset(what) (*(what) = ~(0), 0) argument 210 #define sigismember(what, sig) (((*(what)) & (1U << (sig))) != 0) argument
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | signal.h | 206 #define sigaddset(what, sig) (*(what) |= (1U << (sig)), 0) argument 207 #define sigdelset(what, sig) (*(what) &= ~(1U << (sig)), 0) argument 208 #define sigemptyset(what) (*(what) = 0, 0) argument 209 #define sigfillset(what) (*(what) = ~(0), 0) argument 210 #define sigismember(what, sig) (((*(what)) & (1U << (sig))) != 0) argument
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | signal.h | 206 #define sigaddset(what, sig) (*(what) |= (1U << (sig)), 0) argument 207 #define sigdelset(what, sig) (*(what) &= ~(1U << (sig)), 0) argument 208 #define sigemptyset(what) (*(what) = 0, 0) argument 209 #define sigfillset(what) (*(what) = ~(0), 0) argument 210 #define sigismember(what, sig) (((*(what)) & (1U << (sig))) != 0) argument
|
/third_party/json/doc/examples/ |
D | at_json_pointer.cpp | 46 std::cout << e.what() << '\n'; in main() 57 std::cout << e.what() << '\n'; in main() 68 std::cout << e.what() << '\n'; in main() 79 std::cout << e.what() << '\n'; in main() 90 std::cout << e.what() << '\n'; in main() 101 std::cout << e.what() << '\n'; in main()
|