| /third_party/node/test/fixtures/wpt/user-timing/ |
| D | structured-serialize-detail.any.js | 3 const detail = { randomInfo: 123 } variable 4 const markEntry = new PerformanceMark("A", { detail }); field 11 const detail = { randomInfo: 123 } variable 12 const markEntry = performance.mark("A", { detail }); field 25 const detail = { unserializable: Symbol() }; variable 27 new PerformanceMark("A", { detail }); field 33 const detail = { randomInfo: 123 } variable 34 const measureEntry = performance.measure("A", { start: 0, detail }); field 41 const detail = { randomInfo: 123 } variable 42 const measureEntry = performance.measure("A", { start: 0, detail }); field [all …]
|
| D | mark-l3.any.js | 6 [{ entryType: "mark", name: "mark1", detail: null}, property 7 { entryType: "mark", name: "mark2", detail: null}, property 8 { entryType: "mark", name: "mark3", detail: null}, property 9 { entryType: "mark", name: "mark4", detail: null}, property 10 { entryType: "mark", name: "mark5", detail: null}, property 11 { entryType: "mark", name: "mark6", detail: {}}, property 12 { entryType: "mark", name: "mark7", detail: {info: 'abc'}}, property 13 { entryType: "mark", name: "mark8", detail: null, startTime: 234.56}, property 14 { entryType: "mark", name: "mark9", detail: {count: 3}, startTime: 345.67}]; property 33 returned_entries.push(self.performance.mark("mark5", {detail: null})); property [all …]
|
| D | measure-with-dict.any.js | 16 [{ entryType: "measure", name: "measure1", detail: null, startTime: 0 }, property 17 { entryType: "measure", name: "measure2", detail: null, startTime: 0 }, property 18 { entryType: "measure", name: "measure3", detail: null, startTime: 0 }, property 19 { entryType: "measure", name: "measure4", detail: null }, property 20 { entryType: "measure", name: "measure5", detail: null, startTime: 0 }, property 21 { entryType: "measure", name: "measure6", detail: null, startTime: timeStamp1 }, property 22 …{ entryType: "measure", name: "measure7", detail: null, startTime: timeStamp1, duration: timeStamp… property 23 { entryType: "measure", name: "measure8", detail: null, startTime: 0 }, property 24 { entryType: "measure", name: "measure9", detail: null, startTime: 0 }, property 25 { entryType: "measure", name: "measure10", detail: null, startTime: timeStamp1 }, property [all …]
|
| D | mark-entry-constructor.any.js | 22 const entry = new PerformanceMark("name", {detail: {info: "abc"}}); property 24 checkEntry(entry, {name: "name", entryType: "mark", detail: {info: "abc"}}); property 29 new PerformanceMark("name", {startTime: 1, detail: {info: "abc"}}); property 31 checkEntry(entry, {name: "name", entryType: "mark", startTime: 1, detail: {info: "abc"}}); property
|
| /third_party/jsframework/test/ut/model/ |
| D | index.ts | 119 let detail = { lunch: 'banana' }; variable 131 const detail = { lunch: 'banana' }; constant 142 const detail = { lunch: 'banana' }; constant 153 const detail = { lunch: 'banana' }; constant 159 const detail = { lunch: 'banana' }; constant 204 const detail = { aaa: 1 }; constant
|
| /third_party/node/test/parallel/ |
| D | test-events-customevent.js | 48 detail: 56, property 62 const ev = new CustomEvent('$', { detail: i }); property 70 detail: 56, property 84 detail: 96, property 198 const ev = new CustomEvent('$', { detail: obj }); property 235 ok(eventTarget.dispatchEvent(new CustomEvent('foo', { detail: obj }))); property 236 eventTarget.dispatchEvent(new CustomEvent('foo', { detail: obj })); property 245 const event = new CustomEvent('foo', { detail: obj }); property 283 const event = new CustomEvent('foo', { detail: obj }); property 302 const ev = new SubEvent('foo', { detail: 56 }); property
|
| /third_party/node/test/fixtures/wpt/dom/events/ |
| D | EventTarget-constructible.any.js | 36 dispatch(type, detail) { argument 37 this.dispatchEvent(new CustomEvent(type, { detail })); field 43 const detail = "some data"; constant
|
| /third_party/node/deps/npm/lib/utils/ |
| D | error-message.js | 10 const jsonError = (er, npm, { summary, detail }) => { argument 24 const detail = [] variable 432 return { summary: short, detail, files, json: jsonError(er, npm, { summary: short, detail }) } field
|
| /third_party/curl/scripts/ |
| D | schemetable.c | 32 struct detail { struct 37 static const struct detail scheme[] = { argument
|
| /third_party/node/lib/internal/dns/ |
| D | promises.js | 89 stopPerf(this, kPerfHooksDnsLookupContext, { detail: { addresses } }); property 112 stopPerf(this, kPerfHooksDnsLookupContext, { detail: { addresses } }); property 164 startPerf(req, kPerfHooksDnsLookupContext, { type: 'dns', name: 'lookup', detail }); field 229 stopPerf(this, kPerfHooksDnsLookupServiceContext, { detail: { hostname, service } }); property 251 detail: { property 285 stopPerf(this, kPerfHooksDnsLookupResolveContext, { detail: { result } }); property 308 detail: { property
|
| D | callback_resolver.js | 49 stopPerf(this, kPerfHooksDnsLookupResolveContext, { detail: { result } }); property 77 detail: { property
|
| /third_party/node/lib/ |
| D | dns.js | 111 stopPerf(this, kPerfHooksDnsLookupContext, { detail: { addresses } }); property 132 stopPerf(this, kPerfHooksDnsLookupContext, { detail: { addresses } }); property 235 startPerf(req, kPerfHooksDnsLookupContext, { type: 'dns', name: 'lookup', detail }); field 250 stopPerf(this, kPerfHooksDnsLookupServiceContext, { detail: { hostname, service } }); property 280 detail: { property
|
| /third_party/node/lib/internal/perf/ |
| D | performance_entry.js | 43 get detail() { return this[kDetail]; } getter in PerformanceEntry 68 constructor(name, type, start, duration, detail) { argument
|
| /third_party/mesa3d/src/gallium/frontends/clover/util/ |
| D | tuple.hpp | 50 namespace detail { namespace 82 namespace detail { namespace
|
| D | algebra.hpp | 67 namespace detail { namespace 136 namespace detail { namespace
|
| /third_party/json/include/nlohmann/detail/meta/ |
| D | std_fs.hpp | 16 namespace detail namespace
|
| D | identity_tag.hpp | 14 namespace detail namespace
|
| D | void_t.hpp | 14 namespace detail namespace
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | func_vector_relational_simd.inl | 5 namespace detail namespace
|
| D | func_packing_simd.inl | 5 namespace detail namespace
|
| D | type_half.hpp | 9 namespace detail namespace
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | templateref_opaque.hpp | 3 namespace detail { namespace
|
| D | template_alias.hpp | 4 namespace detail { namespace
|
| D | template_alias_namespace.hpp | 4 namespace detail { namespace
|
| D | replace_template_alias.hpp | 4 namespace detail { namespace
|