Home
last modified time | relevance | path

Searched refs:did (Results 1 - 25 of 61) sorted by relevance

123

/third_party/python/Lib/idlelib/
H A Ddebugger_r.py129 did = id(dict)
130 dicttable[did] = dict
131 return did
136 did = id(dict)
137 dicttable[did] = dict
138 return did
159 def dict_keys(self, did):
161 ## dict = dicttable[did]
166 def dict_keys_list(self, did):
167 dict = dicttable[did]
[all...]
/third_party/node/benchmark/http/
H A D_chunky_http_client.js62 let did = false;
67 did = true;
73 did = true;
77 if (did) {
/third_party/cups-filters/backend/
H A Dieee1284.c80 struct ecpp_device_id did; /* Device ID buffer */ in backendGetDeviceID()
251 did.mode = ECPP_CENTRONICS; in backendGetDeviceID()
252 did.len = device_id_size - 1; in backendGetDeviceID()
253 did.rlen = 0; in backendGetDeviceID()
254 did.addr = device_id; in backendGetDeviceID()
256 if (!ioctl(fd, ECPPIOC_GETDEVID, &did)) in backendGetDeviceID()
262 if (did.rlen < (device_id_size - 1)) in backendGetDeviceID()
263 device_id[did.rlen] = '\0'; in backendGetDeviceID()
/third_party/node/test/parallel/
H A Dtest-cluster-basic.js167 `The cluster event "${name}" on the cluster object did not fire`);
173 `The cluster event "${name}" did not emit with correct argument`);
185 `The worker event "${name}" on the worker object did not fire`);
191 `The worker event "${name}" did not emit with correct argument`);
H A Dtest-cluster-message.js142 assert.ok(check.receive, `The ${type} did not receive any message`);
143 assert.ok(check.correct, `The ${type} did not get the correct message`);
H A Dtest-pending-deprecation.js21 return `${name} did not affect getOptionValue('--pending-deprecation')`;
H A Dtest-cluster-worker-disconnect.js61 assert.strictEqual(worker, w, `${worker.id} did not return a reference`);
92 assert.ok(w.emitDisconnect, 'Disconnect event did not emit');
94 'Disconnect event did not emit inside worker');
95 assert.ok(c.emitDisconnect, 'Disconnect event did not emit');
96 assert.ok(w.emitExit, 'Exit event did not emit');
97 assert.ok(c.emitExit, 'Exit event did not emit');
104 assert.ok(w.died, 'The worker did not die');
/third_party/libdrm/amdgpu/
H A Damdgpu_asic_id.c41 uint32_t did; in parse_one_line() local
61 did = strtol(s_did, &endptr, 16); in parse_one_line()
65 if (did != dev->info.asic_id) { in parse_one_line()
/third_party/libwebsockets/lib/misc/
H A Dlws-struct-sqlite.c244 int n, m, pk = 0, nentries = (int)(ssize_t)schema->child_map_size, nef = 0, did; in _lws_struct_sq3_ser_one() local
338 did = 0; in _lws_struct_sq3_ser_one()
347 did++; in _lws_struct_sq3_ser_one()
349 did == nef ? "%s" : "%s, ", in _lws_struct_sq3_ser_one()
356 did = 0; in _lws_struct_sq3_ser_one()
410 did++; in _lws_struct_sq3_ser_one()
411 if (did != nef) { in _lws_struct_sq3_ser_one()
/third_party/mesa3d/src/gallium/targets/d3dadapter9/
H A Ddrm.c134 int vid, did; in get_bus_info() local
136 if (loader_get_pci_id_for_fd(fd, &vid, &did)) { in get_bus_info()
138 vid, did); in get_bus_info()
140 *deviceid = did; in get_bus_info()
/third_party/node/test/common/
H A Dchild_process.js48 return { passed: false, reason: `did not match ${util.inspect(check)}` };
56 reason: `did not match expectation, checker throws:\n${util.inspect(error)}`,
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dload-actual.js333 const did = this.#actualTreeLoaded
334 if (!node.isLink && !did.has(node.target.realpath)) {
335 did.add(node.target.realpath)
339 .filter(([name, kid]) => !did.has(kid.realpath))
/third_party/node/test/fixtures/wpt/dom/events/non-cancelable-when-passive/resources/
H A Dwait-for.js7 reject(new Error(`Condition did not become true after ${MAX_FRAME} frames`));
/third_party/node/test/addons/openssl-test-engine/
H A Dtestsetengine.cc4 # error did not get engine.h
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djcphuff.c1053 boolean did[NUM_HUFF_TBLS]; in finish_pass_gather_phuff() local
1063 MEMZERO(did, sizeof(did)); in finish_pass_gather_phuff()
1074 if (!did[tbl]) { in finish_pass_gather_phuff()
1082 did[tbl] = TRUE; in finish_pass_gather_phuff()
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dinternal.h123 # error Compiler did not define ULONG_MAX for us
/third_party/python/Modules/expat/
H A Dinternal.h124 # error Compiler did not define ULONG_MAX for us
/third_party/node/test/addons/openssl-client-cert-engine/
H A Dtestengine.cc13 # error did not get engine.h
/third_party/node/test/addons/openssl-key-engine/
H A Dtestkeyengine.cc13 # error did not get engine.h
/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp314 uint16_t did = py[0]; // data id in teletext_data_unit_from_ancillary_packet() local
319 if (did == 0x143 && sdid == 0x102) { // subtitle distribution packet in teletext_data_unit_from_ancillary_packet()
321 } else if (allow_multipacket && did == 0x143 && sdid == 0x203) { // VANC multipacket in teletext_data_unit_from_ancillary_packet()
429 uint16_t did = buf[3] & 0xFF; // data id in get_metadata() local
443 if (did == 0x43 && (sdid == 0x02 || sdid == 0x03) && cctx->teletext_lines && in get_metadata()
450 } else if (did == 0x61 && sdid == 0x01) { in get_metadata()
465 did, sdid); in get_metadata()
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9lpf_16bpp_neon.S886 @ If we did the flat8out part, we get the output in
/third_party/ltp/utils/benchmark/kernbench-0.42/
H A Dkernbench84 echo If you did not plan this, -M flag is recommended to bypass maximal load.
/third_party/FreeBSD/sys/dev/usb/
H A Dusbdi.h357 #define USB_GET_DRIVER_INFO(did) \
358 (did)->driver_info
/third_party/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c319 uint16_t did; in device_select_find_boot_vga_vid_did() member
356 id.did == pci_infos[i].dev_info.device_id) { in device_select_find_boot_vga_vid_did()
/third_party/node/lib/internal/debugger/
H A Dinspect_client.js58 `WebSocket secret mismatch: ${requestKey} did not match ${responseKey}`,

Completed in 14 milliseconds

123