/external/iptables/extensions/ |
D | libxt_LED.man | 1 This creates an LED-trigger that can then be attached to system indicator 5 the trigger behavior: 7 \fB\-\-led\-trigger\-id\fP \fIname\fP 8 This is the name given to the LED trigger. The actual name of the trigger 15 leave the LED on permanently once activated. (In this case the trigger will 26 Create an LED trigger for incoming SSH traffic: 27 iptables \-A INPUT \-p tcp \-\-dport 22 \-j LED \-\-led\-trigger\-id ssh 29 Then attach the new trigger to an LED: 30 echo netfilter\-ssh >/sys/class/leds/\fIledname\fP/trigger
|
/external/openssl/crypto/ |
D | sparcv9cap.c | 94 static int trigger=0; 96 if (trigger) return; 97 trigger=1; 173 static int trigger=0; in OPENSSL_cpuid_setup() local 175 if (trigger) return; in OPENSSL_cpuid_setup() 176 trigger=1; in OPENSSL_cpuid_setup()
|
/external/quake/quake/src/QW/progs/ |
D | plats.qc | 13 local entity trigger; 17 // middle trigger 19 trigger = spawn(); 20 trigger.touch = plat_center_touch; 21 trigger.movetype = MOVETYPE_NONE; 22 trigger.solid = SOLID_TRIGGER; 23 trigger.enemy = self; 42 setsize (trigger, tmin, tmax); 139 … plat is the target of another trigger or button, it will start out disabled in the extended posit… 203 plat_spawn_inside_trigger (); // the "start moving" trigger [all …]
|
D | triggers.qc | 27 // the trigger was just touched/killed/used 48 // don't trigger again until reset 86 // if the trigger has an angles field, check player's facing direction 99 Variable sized repeatable trigger. Must be targeted at one or more entities. If "health" is set, … 100 If "delay" is set, the trigger waits some time after activating before firing. 102 If notouch is set, the trigger is only fired by other entities, not by touching. 156 Variable sized trigger. Triggers once, then removes itself. You must set the key "target" to the n… 157 "targetname". If "health" is set, the trigger must be killed to activate. 158 If notouch is set, the trigger is only fired by other entities, not by touching. 159 if "killtarget" is set, any objects that have a matching "target" will be removed when the trigger … [all …]
|
D | doors.qc | 10 Doors are similar to buttons, but can spawn a fat trigger field around them 136 // trigger all paired doors 279 local entity trigger; 282 trigger = spawn(); 283 trigger.movetype = MOVETYPE_NONE; 284 trigger.solid = SOLID_TRIGGER; 285 trigger.owner = self; 286 trigger.touch = door_trigger_touch; 290 setsize (trigger, t1 - '60 60 8', t2 + '60 60 8'); 291 return (trigger); [all …]
|
D | subs.qc | 34 // trigger angles are used for one-way touches. An angle of 0 is assumed 94 // set nextthink to trigger a think when dest is reached 152 // set nextthink to trigger a think when dest is reached
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | GCActivityCallbackCF.cpp | 48 static void trigger(CFRunLoopTimerRef, void *info); 58 void DefaultGCActivityCallbackPlatformData::trigger(CFRunLoopTimerRef timer, void *info) in trigger() function in JSC::DefaultGCActivityCallbackPlatformData 92 …TimerCreate(0, decade, decade, 0, 0, DefaultGCActivityCallbackPlatformData::trigger, &d->context)); in commonConstructor()
|
/external/javassist/src/main/javassist/util/ |
D | HotSwapper.java | 81 private Trigger trigger; field in HotSwapper 108 trigger = new Trigger(); in HotSwapper() 194 synchronized (trigger) { in reload2() 198 trigger.doSwap(); in reload2()
|
/external/webkit/Source/WebCore/manual-tests/inspector-wrappers/ |
D | inspector-wrappers-test-utils.js | 40 str += "<li>Type " + params.trigger + " into the console and hit Enter"; 42 str += "<li>" + params.trigger;
|
/external/valgrind/main/callgrind/ |
D | callstack.c | 133 Char trigger[FN_NAME_LEN]; in function_entered() local 134 VG_(sprintf)(trigger, "--dump-before=%s", fn->name); in function_entered() 135 CLG_(dump_profile)(trigger, True); in function_entered() 155 Char trigger[FN_NAME_LEN]; in function_left() local 156 VG_(sprintf)(trigger, "--dump-after=%s", fn->name); in function_left() 157 CLG_(dump_profile)(trigger, True); in function_left()
|
D | dump.c | 1284 static int new_dumpfile(Char buf[BUF_LEN], int tid, Char* trigger) in new_dumpfile() argument 1297 if (trigger) in new_dumpfile() 1391 trigger ? trigger : (Char*)"Program termination"); in new_dumpfile() 1591 static void print_bbccs(Char* trigger, Bool only_current_thread) in print_bbccs() argument 1597 print_trigger = trigger; in print_bbccs() 1616 void CLG_(dump_profile)(Char* trigger, Bool only_current_thread) in CLG_() 1619 trigger ? trigger : (Char*)"Prg.Term."); in CLG_() 1626 trigger ? trigger : (Char*)"Prg.Term."); in CLG_() 1630 print_bbccs(trigger, only_current_thread); in CLG_()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCreatorhlp.dat | 3 play = Plays the segment with associated event attributes. To trigger the event, click the event in… 7 event type = Selects the type of trigger event. 12 trigger = 26 trigger clips = 51 …ute the associated track. You should mute a track if you intent to add a trigger event for that tr… 65 trigger clips = 104 graph = The currently playing segment is displayed graphically here. You may trigger clips by clic…
|
/external/doclava/res/assets/templates/assets/ |
D | jquery-history.js | 33 $.event.trigger('history', [current, previousNav]); 47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
|
D | doclava-developer-reference.js | 311 var trigger = document.getElementById(base + "-trigger"); 316 trigger.src = toRoot + "assets/images/triangle-opened.png"; 322 trigger.src = toRoot + "assets/images/triangle-closed.png";
|
/external/clang/test/SemaTemplate/ |
D | instantiate-complete.cpp | 109 static T trigger(); 111 enum { value = sizeof(dispatch(trigger())) == sizeof(true_t) };
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | draggable_button_unittest.mm | 16 - (void)trigger:(id)sender; 33 - (void)trigger:(id)sender { 54 [button setAction:@selector(trigger:)];
|
/external/kernel-headers/original/asm-x86/ |
D | apicdef_32.h | 257 trigger : 1, member 315 trigger : 1, member 328 trigger : 1, member
|
D | io_apic_32.h | 77 trigger : 1, /* 0: edge, 1: level */ member
|
/external/qemu/hw/ |
D | arm_gic.c | 47 unsigned trigger:1; /* nonzero = edge triggered. */ member 67 #define GIC_SET_TRIGGER(irq) s->irq_state[irq].trigger = 1 68 #define GIC_CLEAR_TRIGGER(irq) s->irq_state[irq].trigger = 0 69 #define GIC_TEST_TRIGGER(irq) s->irq_state[irq].trigger 677 qemu_put_byte(f, s->irq_state[i].trigger); in gic_save() 714 s->irq_state[i].trigger = qemu_get_byte(f); in gic_load()
|
/external/chromium/build/ |
D | whitespace_file.txt | 5 This file is used for making non-code changes to trigger buildbot cycles. Make
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | messagequeue.h | 145 DelayedMessage(int delay, uint32 trigger, uint32 num, const Message& msg) in DelayedMessage() argument 146 : cmsDelay_(delay), msTrigger_(trigger), num_(num), msg_(msg) { } in DelayedMessage()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2009-07-16-InlineAsm-M-Operand.ll | 7 ; of PowerPC "m" operands trigger this bug.
|
/external/webkit/Source/WebCore/loader/ |
D | FormSubmission.cpp | 137 …t Attributes& attributes, PassRefPtr<Event> event, bool lockHistory, FormSubmissionTrigger trigger) in create() argument 209 RefPtr<FormState> formState = FormState::create(form, formValues, document->frame(), trigger); in create()
|
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/ |
D | tst_qdeclarativewebview.cpp | 131 reloadAction->trigger(); in basicProperties() 193 reloadAction->trigger(); in historyNav() 212 backAction->trigger(); in historyNav() 265 reloadAction->trigger(); in loadError()
|
/external/clang/test/Analysis/ |
D | idempotent-operations.m | 44 // trigger an assertion failure when the object is nil.
|