| /third_party/node/lib/internal/process/ |
| D | report.js | 73 set reportOnFatalError(trigger) { argument 74 validateBoolean(trigger, 'trigger'); 76 nr.setReportOnFatalError(trigger); 81 set reportOnSignal(trigger) { argument 82 validateBoolean(trigger, 'trigger'); 84 nr.setReportOnSignal(trigger); 91 set reportOnUncaughtException(trigger) { argument 92 validateBoolean(trigger, 'trigger'); 94 nr.setReportOnUncaughtException(trigger);
|
| /third_party/node/test/fixtures/wpt/streams/writable-streams/ |
| D | properties.any.js | 7 trigger: () => Promise.resolve() 11 trigger: writer => writer.write() 15 trigger: writer => writer.close() 19 trigger: writer => writer.abort() 24 const { length, trigger } = sinkMethods[method]; 35 return Promise.resolve(trigger(ws.getWriter())).then(() => { 49 return Promise.resolve(trigger(ws.getWriter())).then(() => {
|
| /third_party/openGLES/extensions/I3D/ |
| D | WGL_I3D_genlock.txt | 137 The genlock trigger is used to synchronize the start of a frame 138 with a trigger pulse. If field data is being displayed (e.g. 142 The genlock trigger is derived from the genlock source. The 185 to generate the genlock trigger. 199 The genlock trigger is generated by sampling the genlock pulses. 206 <uRate> specifies every nth pulse be used for the genlock trigger. 208 genlock pulse would generate a genlock trigger. The minimum 214 The genlock trigger can be delayed up to an entire frame by 220 <uDelay> specifies the delay (in pixels) that the trigger is 257 the genlock trigger delay with wglGenlockSourceDelayI3D.
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/I3D/ |
| D | WGL_I3D_genlock.txt | 137 The genlock trigger is used to synchronize the start of a frame 138 with a trigger pulse. If field data is being displayed (e.g. 142 The genlock trigger is derived from the genlock source. The 185 to generate the genlock trigger. 199 The genlock trigger is generated by sampling the genlock pulses. 206 <uRate> specifies every nth pulse be used for the genlock trigger. 208 genlock pulse would generate a genlock trigger. The minimum 214 The genlock trigger can be delayed up to an entire frame by 220 <uDelay> specifies the delay (in pixels) that the trigger is 257 the genlock trigger delay with wglGenlockSourceDelayI3D.
|
| /third_party/skia/infra/bots/gen_tasks_logic/ |
| D | job_builder.go | 40 // trigger dictates when the job should be triggered. 41 func (b *jobBuilder) trigger(trigger string) { func 42 b.Spec.Trigger = trigger 223 b.trigger(specs.TRIGGER_NIGHTLY) 225 b.trigger(specs.TRIGGER_WEEKLY) 227 b.trigger(specs.TRIGGER_MAIN_ONLY) 229 b.trigger(specs.TRIGGER_ON_DEMAND) 231 b.trigger(specs.TRIGGER_ANY_BRANCH)
|
| /third_party/node/test/fixtures/wpt/streams/transform-streams/ |
| D | properties.any.js | 7 trigger: () => Promise.resolve() 11 trigger: ts => ts.writable.getWriter().write() 15 trigger: ts => ts.writable.getWriter().close() 20 const { length, trigger } = transformerMethods[method]; 31 return Promise.resolve(trigger(ts)).then(() => { 45 return Promise.resolve(trigger(ts)).then(() => {
|
| /third_party/libabigail/tests/data/test-diff-dwarf-abixml/ |
| D | test0-pr19026-libvtkIOSQL-6.1.so.1-report-0.txt | 67 …Trigger* std::__uninitialized_copy_a<vtkSQLDatabaseSchemaInternals::Trigger*, vtkSQLDatabaseSchema… 68 …parameter 4 of type 'std::allocator<vtkSQLDatabaseSchemaInternals::Trigger>&' has sub-type changes: 69 …in referenced type 'class std::allocator<vtkSQLDatabaseSchemaInternals::Trigger>' at allocator.h:8… 72 …'class __gnu_cxx::new_allocator<vtkSQLDatabaseSchemaInternals::Trigger>' at new_allocator.h:52:1 c… 112 … 'std::vector<vtkSQLDatabaseSchemaInternals::Trigger, std::allocator<vtkSQLDatabaseSchemaInternals… 115 …:_Vector_base<vtkSQLDatabaseSchemaInternals::Trigger, std::allocator<vtkSQLDatabaseSchemaInternals… 118 …:_Vector_base<vtkSQLDatabaseSchemaInternals::Trigger, std::allocator<vtkSQLDatabaseSchemaInternals… 121 … 'class std::allocator<vtkSQLDatabaseSchemaInternals::Trigger>' at allocator.h:87:1 changed: 216 …Trigger, std::allocator<vtkSQLDatabaseSchemaInternals::Trigger> >::_M_fill_insert(__gnu_cxx::__nor… 217 …seSchemaInternals::Trigger*, std::vector<vtkSQLDatabaseSchemaInternals::Trigger, std::allocator<vt…
|
| /third_party/node/src/ |
| D | node_report.cc | 59 const char* trigger, 68 const char* trigger); 72 const char* trigger); 91 const char* trigger, in WriteNodeReport() argument 113 writer.json_keyvalue("trigger", trigger); in WriteNodeReport() 182 PrintJavaScriptErrorStack(&writer, isolate, error, trigger); in WriteNodeReport() 231 env, "Worker thread subreport", trigger, Local<Value>(), os); in WriteNodeReport() 459 const char* trigger) { in PrintJavaScriptStack() argument 462 if (!strcmp(trigger, "OOMError") || !isolate->InContext()) { in PrintJavaScriptStack() 490 writer->json_keyvalue("message", trigger); in PrintJavaScriptStack() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| D | vktDrawSampleAttributeTests.cpp | 59 enum class Trigger enum 71 Trigger trigger; member 116 const bool sampleFragInput = (m_params.trigger == Trigger::SAMPLE_DECORATION_DYNAMIC_USE); in initPrograms() 117 const bool declareSampleId = (m_params.trigger == Trigger::SAMPLE_ID_STATIC_USE); in initPrograms() 118 const bool declareSamplePosition = (m_params.trigger == Trigger::SAMPLE_POSITION_STATIC_USE); in initPrograms() 472 Trigger trigger; in createSampleAttributeTests() member 477 { Trigger::SAMPLE_DECORATION_DYNAMIC_USE, "sample_decoration_dynamic_use"}, in createSampleAttributeTests() 479 { Trigger::SAMPLE_ID_STATIC_USE, "sample_id_static_use"}, in createSampleAttributeTests() 481 { Trigger::SAMPLE_POSITION_STATIC_USE, "sample_position_static_use"}, in createSampleAttributeTests() 488 const TestParameters params { groupParams, triggerCase.trigger }; in createSampleAttributeTests()
|
| /third_party/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/ |
| D | ftrace_set_ftrace_filter.sh | 70 trigger=$1 74 trigger=$1:$event_sys_name 86 trigger=$1 91 trigger=$trigger:$count 93 echo $function_str:$trigger
|
| /third_party/skia/include/core/ |
| D | SkPixmap.h | 246 Input is not validated: out of bounds values of x or y trigger an assert() if 275 Input is not validated: out of bounds values of x or y trigger an assert() if 290 Will trigger an assert() if SkColorType is not kAlpha_8_SkColorType or 303 Will trigger an assert() if SkColorType is not kRGB_565_SkColorType or 316 Will trigger an assert() if SkColorType is not kRGBA_8888_SkColorType or 329 Will trigger an assert() if SkColorType is not kRGBA_F16_SkColorType and is built 342 Will trigger an assert() if SkColorType is not kRGBA_F16_SkColorType and is built 359 Input is not validated: out of bounds values of x or y trigger an assert() if 362 Will trigger an assert() if SkColorType is not kAlpha_8_SkColorType or 377 Input is not validated: out of bounds values of x or y trigger an assert() if [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| D | conditionvariable_test.cpp | 23 bool trigger[3] = {false, false, false}; in TEST_F() local 33 return trigger[i]; in TEST_F() 48 trigger[i] = true; in TEST_F() 66 bool trigger[3] = {false, false, false}; in TEST_P() local 76 return trigger[i]; in TEST_P() 91 trigger[i] = true; in TEST_P()
|
| /third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/java/com/plausibleaudio/drumthumper/ |
| D | DrumThumperActivity.kt | 249 // trigger the sound based on the pad in triggerDown() 251 R.id.kickPad -> mDrumPlayer.trigger(DrumPlayer.BASSDRUM) in triggerDown() 252 R.id.snarePad -> mDrumPlayer.trigger(DrumPlayer.SNAREDRUM) in triggerDown() 253 R.id.midTomPad -> mDrumPlayer.trigger(DrumPlayer.MIDTOM) in triggerDown() 254 R.id.lowTomPad -> mDrumPlayer.trigger(DrumPlayer.LOWTOM) in triggerDown() 255 R.id.hihatOpenPad -> mDrumPlayer.trigger(DrumPlayer.HIHATOPEN) in triggerDown() 256 R.id.hihatClosedPad -> mDrumPlayer.trigger(DrumPlayer.HIHATCLOSED) in triggerDown() 257 R.id.ridePad -> mDrumPlayer.trigger(DrumPlayer.RIDECYMBAL) in triggerDown() 258 R.id.crashPad -> mDrumPlayer.trigger(DrumPlayer.CRASHCYMBAL) in triggerDown()
|
| /third_party/node/lib/internal/watch_mode/ |
| D | files_watcher.js | 76 #onChange(trigger) { argument 77 if (this.#debouncing.has(trigger)) { 80 if (this.#mode === 'filter' && !this.#filteredFiles.has(trigger)) { 83 this.#debouncing.add(trigger); 84 const owners = this.#depencencyOwners.get(trigger); 86 this.#debouncing.delete(trigger);
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| D | driver_common.c | 175 static int wpa_check_wowlan_trigger(const char *start, const char *trigger, in wpa_check_wowlan_trigger() argument 178 if (os_strcmp(start, trigger) != 0) in wpa_check_wowlan_trigger() 207 #define CHECK_TRIGGER(trigger) \ in wpa_get_wowlan_triggers() argument 208 wpa_check_wowlan_trigger(start, #trigger, \ in wpa_get_wowlan_triggers() 209 capa->wowlan_triggers.trigger, \ in wpa_get_wowlan_triggers() 210 &triggers->trigger) in wpa_get_wowlan_triggers() 232 "Unknown/unsupported wowlan trigger '%s'", in wpa_get_wowlan_triggers()
|
| /third_party/libevdev/doc/style/ |
| D | dynsections.js | 2 …trigger=$('#'+base+'-trigger');var src=$(trigger).attr('src');if(content.is(':visible')===true){co…
|
| /third_party/rust/crates/nom/tests/ |
| D | overflow.rs | 14 // We request a length that would trigger an overflow if computing consumed + requested 34 // Trigger an overflow in length_data in overflow_incomplete_length_bytes() 48 // Trigger an overflow in many0 in overflow_incomplete_many0() 64 // Trigger an overflow in many1 in overflow_incomplete_many1() 80 // Trigger an overflow in many_till in overflow_incomplete_many_till() 96 // Trigger an overflow in many_m_n in overflow_incomplete_many_m_n()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| D | driver_common.c | 181 static int wpa_check_wowlan_trigger(const char *start, const char *trigger, in wpa_check_wowlan_trigger() argument 184 if (os_strcmp(start, trigger) != 0) in wpa_check_wowlan_trigger() 213 #define CHECK_TRIGGER(trigger) \ in wpa_get_wowlan_triggers() argument 214 wpa_check_wowlan_trigger(start, #trigger, \ in wpa_get_wowlan_triggers() 215 capa->wowlan_triggers.trigger, \ in wpa_get_wowlan_triggers() 216 &triggers->trigger) in wpa_get_wowlan_triggers() 238 "Unknown/unsupported wowlan trigger '%s'", in wpa_get_wowlan_triggers()
|
| /third_party/cmsis/CMSIS/Core/Include/a-profile/ |
| D | irq_ctrl.h | 49 #define IRQ_MODE_TRIG_LEVEL (0x00UL /*<< IRQ_MODE_TRIG_Pos*/) ///< Trigger: level triggered… 50 #define IRQ_MODE_TRIG_LEVEL_LOW (0x01UL /*<< IRQ_MODE_TRIG_Pos*/) ///< Trigger: low level trigg… 51 #define IRQ_MODE_TRIG_LEVEL_HIGH (0x02UL /*<< IRQ_MODE_TRIG_Pos*/) ///< Trigger: high level trig… 52 #define IRQ_MODE_TRIG_EDGE (0x04UL /*<< IRQ_MODE_TRIG_Pos*/) ///< Trigger: edge triggered … 53 #define IRQ_MODE_TRIG_EDGE_RISING (0x05UL /*<< IRQ_MODE_TRIG_Pos*/) ///< Trigger: rising edge tri… 54 #define IRQ_MODE_TRIG_EDGE_FALLING (0x06UL /*<< IRQ_MODE_TRIG_Pos*/) ///< Trigger: falling edge tr… 55 #define IRQ_MODE_TRIG_EDGE_BOTH (0x07UL /*<< IRQ_MODE_TRIG_Pos*/) ///< Trigger: rising and fall…
|
| /third_party/ltp/testcases/kdump/lib/ |
| D | test.sh | 39 echo c >/proc/sysrq-trigger 202 echo c >/proc/sysrq-trigger 211 echo c >/proc/sysrq-trigger 220 echo c >/proc/sysrq-trigger 229 echo c >/proc/sysrq-trigger 243 echo c >/proc/sysrq-trigger 256 echo c >/proc/sysrq-trigger
|
| /third_party/ltp/testcases/kernel/security/dirtyc0w_shmem/ |
| D | dirtyc0w_shmem_child.c | 55 * Zap that page first, such that we can trigger a new in discard_thread_fn() 60 * Touch the page to trigger a UFFD minor fault. The uffd in discard_thread_fn() 78 * have to trigger a uffd fault and sleep, which the GUP in write_thread_fn() 206 * We want the following sequence to trigger. Assuming the pagecache page is in main() 209 * -> Trigger write fault, replace mapped page by anonymous page in main() 214 * -> Trigger a minor uffd fault in main()
|
| /third_party/node/test/fixtures/wpt/dom/events/resources/ |
| D | prefixed-animation-event-tests.js | 92 }, `dispatchEvent of a ${prefixedType} event does trigger a ` + 109 }, `dispatchEvent of a ${prefixedType} event does not trigger an ` + 129 }, `dispatchEvent of an ${unprefixedType} event does not trigger a ` + 143 }, `${prefixedHandler} event handler should trigger for an animation`); 161 }, `${prefixedHandler} event handler should not trigger if an unprefixed ` + 180 }, `${prefixedHandler} event handler should not trigger if an unprefixed ` + 221 }, `${prefixedType} event listener should trigger for an animation`); 239 }, `${prefixedType} event listener should not trigger if an unprefixed ` + 258 }, `${prefixedType} event listener should not trigger if an unprefixed ` +
|
| /third_party/skia/third_party/externals/oboe/docs/reference/ |
| D | dynsections.js | 29 var trigger = $('#'+base+'-trigger'); 30 var src=$(trigger).attr('src'); 35 $(trigger).attr('src',src.substring(0,src.length-8)+'closed.png'); 40 $(trigger).attr('src',src.substring(0,src.length-10)+'open.png');
|
| /third_party/libevdev/doc/html/ |
| D | dynsections.js | 30 var trigger = $('#'+base+'-trigger'); 31 var src=$(trigger).attr('src'); 36 $(trigger).attr('src',src.substring(0,src.length-8)+'closed.png'); 41 $(trigger).attr('src',src.substring(0,src.length-10)+'open.png');
|
| /third_party/node/test/cctest/ |
| D | test_report.cc | 38 // Simple checks on the output string contains the message and trigger. in TEST_F() 54 // Simple checks on the output string contains the message and trigger. in TEST_F() 74 // Simple checks on the output string contains the message and trigger. in TEST_F() 110 // Simple checks on the output string contains the message and trigger. in TEST_F()
|