/external/libxml2/result/ |
D | ent9.rde | 21 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 26 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 31 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 36 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 41 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 46 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 51 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 56 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 61 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 66 2 3 #text 0 1 WE need lot of garbage now to trigger the problem [all …]
|
D | ent9.rdr | 11 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 16 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 21 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 26 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 31 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 36 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 41 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 46 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 51 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 56 2 3 #text 0 1 WE need lot of garbage now to trigger the problem [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | masked_memop.ll | 20 define <16 x i32> @test1(<16 x i32> %trigger, <16 x i32>* %addr) { 21 %mask = icmp eq <16 x i32> %trigger, zeroinitializer 33 define <16 x i32> @test2(<16 x i32> %trigger, <16 x i32>* %addr) { 34 %mask = icmp eq <16 x i32> %trigger, zeroinitializer 50 define void @test3(<16 x i32> %trigger, <16 x i32>* %addr, <16 x i32> %val) { 51 %mask = icmp eq <16 x i32> %trigger, zeroinitializer 63 define <16 x float> @test4(<16 x i32> %trigger, <16 x float>* %addr, <16 x float> %dst) { 64 %mask = icmp eq <16 x i32> %trigger, zeroinitializer 77 define <8 x double> @test5(<8 x i32> %trigger, <8 x double>* %addr, <8 x double> %dst) { 78 %mask = icmp eq <8 x i32> %trigger, zeroinitializer [all …]
|
/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/llvm/test/Transforms/LoopVectorize/X86/ |
D | masked_load_store.ll | 12 ;void foo1(int *A, int *B, int *trigger) { 15 ; if (trigger[i] < 100) { 16 ; A[i] = B[i] + trigger[i]; 36 define void @foo1(i32* %A, i32* %B, i32* %trigger) { 40 %trigger.addr = alloca i32*, align 8 44 store i32* %trigger, i32** %trigger.addr, align 8 56 %2 = load i32*, i32** %trigger.addr, align 8 70 %8 = load i32*, i32** %trigger.addr, align 8 96 ;void foo2(float *A, float *B, int *trigger) { 99 ; if (trigger[i] < 100) { [all …]
|
/external/llvm/test/Analysis/CostModel/X86/ |
D | masked-intrinsic-cost.ll | 6 define <2 x double> @test1(<2 x i64> %trigger, <2 x double>* %addr, <2 x double> %dst) { 7 %mask = icmp eq <2 x i64> %trigger, zeroinitializer 14 define <4 x i32> @test2(<4 x i32> %trigger, <4 x i32>* %addr, <4 x i32> %dst) { 15 %mask = icmp eq <4 x i32> %trigger, zeroinitializer 22 define void @test3(<4 x i32> %trigger, <4 x i32>* %addr, <4 x i32> %val) { 23 %mask = icmp eq <4 x i32> %trigger, zeroinitializer 30 define <8 x float> @test4(<8 x i32> %trigger, <8 x float>* %addr, <8 x float> %dst) { 31 %mask = icmp eq <8 x i32> %trigger, zeroinitializer 38 define void @test5(<2 x i32> %trigger, <2 x float>* %addr, <2 x float> %val) { 39 %mask = icmp eq <2 x i32> %trigger, zeroinitializer [all …]
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_common.c | 147 static int wpa_check_wowlan_trigger(const char *start, const char *trigger, in wpa_check_wowlan_trigger() argument 150 if (os_strcmp(start, trigger) != 0) in wpa_check_wowlan_trigger() 179 #define CHECK_TRIGGER(trigger) \ in wpa_get_wowlan_triggers() argument 180 wpa_check_wowlan_trigger(start, #trigger, \ in wpa_get_wowlan_triggers() 181 capa->wowlan_triggers.trigger, \ in wpa_get_wowlan_triggers() 182 &triggers->trigger) in wpa_get_wowlan_triggers()
|
/external/lldb/www/cpp_reference/html/ |
D | dynsections.js | 6 var trigger = $('#'+base+'-trigger'); 7 var src=$(trigger).attr('src'); 12 $(trigger).attr('src',src.substring(0,src.length-8)+'closed.png'); 17 $(trigger).attr('src',src.substring(0,src.length-10)+'open.png');
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | event.cpp | 41 _cl_event::trigger() { in trigger() function in _cl_event 46 __chain.back()->trigger(); in trigger() 82 trigger(); 140 trigger(); in soft_event()
|
D | event.hpp | 60 void trigger(); 129 bool trigger, action action = [](event &){}); in __anon0edb94060202()
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/ |
D | bootstrap.js | 114 $parent.trigger(e = $.Event('close')) 122 .trigger('closed') 352 this.$element.trigger(e) 362 setTimeout(function () { that.$element.trigger('slid') }, 0) 365 this.$element.trigger(e) 370 this.$element.trigger('slid') 516 that.$element.trigger(completeEvent) 519 this.$element.trigger(startEvent) 718 this.$element.trigger(e) 744 … that.$element.one($.support.transition.end, function () { that.$element.trigger('shown') }) : [all …]
|
/external/okhttp/website/static/ |
D | bootstrap.min.js | 6 …trigger("closed").remove()}var n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&&r.rep… property
|
/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/skia/src/utils/ |
D | SkThreadUtils_pthread.cpp | 24 void PThreadEvent::trigger() { in trigger() function in PThreadEvent 88 pthreadData->fCanceled.trigger(); in ~SkThread() 106 pthreadData->fStarted.trigger(); in start()
|
/external/valgrind/callgrind/ |
D | callstack.c | 133 HChar trigger[VG_(strlen)(fn->name) + 20]; 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 HChar trigger[VG_(strlen)(fn->name) + 20]; 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 | 1173 static VgFile *new_dumpfile(int tid, const HChar* trigger) in new_dumpfile() argument 1186 if (trigger) in new_dumpfile() 1264 trigger ? trigger : "Program termination"); in new_dumpfile() 1450 static void print_bbccs(const HChar* trigger, Bool only_current_thread) in print_bbccs() argument 1455 print_trigger = trigger; in print_bbccs() 1474 void CLG_(dump_profile)(const HChar* trigger, Bool only_current_thread) in CLG_() 1477 trigger ? trigger : "Prg.Term."); in CLG_() 1484 trigger ? trigger : "Prg.Term."); in CLG_() 1488 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]);
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | preserve-branchweights-partial.ll | 3 ; This test case was written to trigger an incorrect assert statement in 11 ; be 0 to trigger the assert.
|
D | duplicate-landingpad.ll | 45 ; Don't trigger if blocks aren't the same/empty 79 ; Should not trigger when the landing pads are not the exact same
|
/external/clang/test/SemaTemplate/ |
D | instantiate-complete.cpp | 116 static T trigger(); 118 enum { value = sizeof(dispatch(trigger())) == sizeof(true_t) };
|
/external/lldb/examples/summaries/cocoa/ |
D | metrics.py | 70 def metric_hit(self,metric,trigger): argument 71 self.metrics[metric].update(trigger)
|
/external/kernel-headers/original/uapi/linux/ |
D | if_plip.h | 21 unsigned long trigger; member
|
/external/llvm/test/Bindings/llvm-c/ |
D | set_metadata.ll | 2 ; This used to trigger an assertion
|
D | add_named_metadata_operand.ll | 2 ; This used to trigger an assertion
|