| /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/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/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/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/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/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/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/mindspore/mindspore-src/source/tests/ut/cpp/dataset/ |
| D | c_api_pull_based_get_next_mappable_op_test.cc | 72 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 110 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 148 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 192 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 227 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 286 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 332 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 369 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 409 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 446 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() [all …]
|
| D | c_api_cache_test.cc | 44 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 75 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 103 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 149 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 193 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 238 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 282 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 326 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 370 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() 415 // This will trigger the creation of the Execution Tree and launch it. in TEST_F() [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/multiprocessing/ |
| D | __init__.py | 31 Trigger fork callbacks by overriding native multiprocessing methods. 37 Trigger child_at_fork callback function after fork by overriding 49 Trigger prepare_before_fork and parent_at_fork callback functions 64 Trigger fork callbacks by overriding native multiprocessing methods.
|
| /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/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| D | driver_common.c | 209 static int wpa_check_wowlan_trigger(const char *start, const char *trigger, in wpa_check_wowlan_trigger() argument 212 if (os_strcmp(start, trigger) != 0) in wpa_check_wowlan_trigger() 241 #define CHECK_TRIGGER(trigger) \ in wpa_get_wowlan_triggers() argument 242 wpa_check_wowlan_trigger(start, #trigger, \ in wpa_get_wowlan_triggers() 243 capa->wowlan_triggers.trigger, \ in wpa_get_wowlan_triggers() 244 &triggers->trigger) in wpa_get_wowlan_triggers() 266 "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/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/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/json/docs/mkdocs/docs/features/ |
| D | assertions.md | 32 The following code will trigger an assertion at runtime: 59 The following code will trigger an assertion at runtime: 86 The following code will trigger an assertion at runtime: 113 The following code will trigger an assertion at runtime:
|
| /third_party/typescript/tests/baselines/reference/ |
| D | noCrashOnMixin.symbols | 42 public trigger() { 43 >trigger : Symbol(CrashTrigger.trigger, Decl(noCrashOnMixin.ts, 18, 41))
|
| /third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
| D | README.md | 143 Set a trigger value to be used by the tracer. This should be set to the *number of frames* you want 147 adb shell setprop debug.angle.capture.trigger 10 163 ANGLE : INFO: Capture trigger detected, disabling capture start/end frame. 172 ## Trigger the capture 174 When you have reached the content in your application that you want to record, set the trigger 177 adb shell setprop debug.angle.capture.trigger 0
|
| /third_party/ltp/testcases/kernel/security/integrity/ima/tests/ |
| D | ima_selinux.sh | 57 # Trigger measurement of SELinux constructs and verify that 69 # Trigger a measurement by changing SELinux state 95 # Trigger measurement of SELinux constructs and verify that 111 # Trigger a measurement by changing SELinux state
|
| /third_party/rust/crates/nix/src/sys/ |
| D | timer.rs | 97 /// - one shot: the alarm will trigger once after the specified amount of 101 /// - interval: the alarm will trigger every specified interval of time. 106 /// - interval delayed: the alarm will trigger after a certain amount of 107 /// time and then trigger at a specified interval. 109 /// The alarm will first trigger 1h after I set it and then every 60s
|