/external/webp/ |
D | ChangeLog | 4 - 7/11: Updated WebP with head change#Ia53f845b 5 - 8/12: release version 0.2.0-rc1 (head change#Ia5475247) 6 - : Updated WebP with head change#I3da2063b 7 - 3/13: Updated WebP with head change#I9e5ae737 8 - 8/13: Release version 0.3.1 (head change#Idea3464b) 9 - 9/13: Fix memleak in WebPIDelete() (change#Id4faef1b) 10 - 1/14: Release version 0.4.0-rc1 (change#I22be12d8) 11 - 7/14: Release version 0.4.1-rc1 (change#I5346984d2) 12 - 1/15: Release version 0.4.2 (change#I32a22786f)
|
/external/iproute2/tc/ |
D | q_cbq.c | 163 lss.change = TCF_CBQ_LSS_MAXIDLE|TCF_CBQ_LSS_EWMA|TCF_CBQ_LSS_AVPKT; in cbq_parse_opt() 224 lss.change |= TCF_CBQ_LSS_MINIDLE; in cbq_parse_class_opt() 231 lss.change |= TCF_CBQ_LSS_OFFTIME; in cbq_parse_class_opt() 238 lss.change |= TCF_CBQ_LSS_MAXIDLE; in cbq_parse_class_opt() 241 lss.change |= TCF_CBQ_LSS_FLAGS; in cbq_parse_class_opt() 244 lss.change |= TCF_CBQ_LSS_FLAGS; in cbq_parse_class_opt() 247 lss.change |= TCF_CBQ_LSS_FLAGS; in cbq_parse_class_opt() 250 lss.change |= TCF_CBQ_LSS_FLAGS; in cbq_parse_class_opt() 261 lss.change |= TCF_CBQ_LSS_EWMA; in cbq_parse_class_opt() 303 lss.change |= TCF_CBQ_LSS_AVPKT; in cbq_parse_class_opt() [all …]
|
/external/valgrind/ |
D | README_DEVELOPERS_processes | 27 - a short description of each functional change, 28 - a short description of each technical change impacting the users. 31 code change (or as part of the last committed change) that fixes the 32 bug or implements the new feature/technical change. 34 the code change. 41 Once you have commit the change, update the bug status in bugzilla, 51 Implementing a change 53 When implementing a functional or 'user impacting' technical change, 54 add a short description of the change in the relevant sub-section 61 possible to commit the NEWS change together with the code changes. [all …]
|
/external/libnl/src/ |
D | nl-link-set.c | 51 struct rtnl_link *change = arg; in set_cb() local 58 if ((err = rtnl_link_change(sock, link, change, 0) < 0)) in set_cb() 71 struct rtnl_link *link, *change; in main() local 78 change = nl_cli_link_alloc(); in main() 111 case ARG_RENAME: nl_cli_link_parse_name(change, optarg); break; in main() 121 nl_cache_foreach_filter(link_cache, OBJ_CAST(link), set_cb, change); in main()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_ringbuffer.c | 19 pipe_condvar change; member 38 pipe_condvar_init(ring->change); in util_ringbuffer_create() 50 pipe_condvar_destroy(ring->change); in util_ringbuffer_destroy() 88 pipe_condvar_wait(ring->change, ring->mutex); in util_ringbuffer_enqueue() 105 pipe_condvar_signal(ring->change); in util_ringbuffer_enqueue() 126 pipe_condvar_wait(ring->change, ring->mutex); in util_ringbuffer_dequeue() 157 pipe_condvar_signal(ring->change); in util_ringbuffer_dequeue()
|
D | u_debug_refcnt.h | 43 …eference_slowpath(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change); 45 …id debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change) in debug_reference() argument 48 debug_reference_slowpath(p, get_desc, change); in debug_reference() 53 …id debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change) in debug_reference() argument
|
D | u_debug_refcnt.c | 125 …reference_slowpath(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change) in debug_reference_slowpath() argument 170 for(i = 1; i <= refcnt - change; ++i) in debug_reference_slowpath() 178 if(change) in debug_reference_slowpath() 181 change > 0 ? "AddRef" : "Release", refcnt); in debug_reference_slowpath()
|
/external/valgrind/none/tests/x86/ |
D | pushpopseg.stdout.exp | 1 sp change after push = -2 2 sp change after pop = 2 4 sp change after push = -4 5 sp change after pop = 4
|
/external/skia/site/dev/chrome/ |
D | blink.md | 4 How to land Skia changes that change Blink layout test results. 11 1. Prepare your Skia change, taking note of which layout tests will turn red 15 3. Ahead of the Skia auto roll including your change, manually push a change to the 17 flagging tests expected to fail as a result of your change with \[ NeedsManualRebaseline \]. 19 5. Check in another change to the Blink TestExpectations file changing the flags to 46 1. Make a change in Skia which will change many Blink layout tests. 47 2. Put the change behind a code suppression. 48 3. Check in the change to the Skia repository. 58 2. Make a change in Skia which will change many Blink layout tests. 59 3. Put the change behind a code suppression. [all …]
|
/external/clang/test/SemaObjCXX/ |
D | objcbridge-attribute-arc.mm | 32 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 58 // expected-note {{__bridge to convert directly (no change in ownership)}} \ 61 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 64 // expected-note {{__bridge to convert directly (no change in ownership)}} \ 68 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 71 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 75 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 79 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 83 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 90 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ [all …]
|
D | objcbridge-attribute.mm | 32 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 58 // expected-note {{__bridge to convert directly (no change in ownership)}} \ 61 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 64 // expected-note {{__bridge to convert directly (no change in ownership)}} \ 68 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 71 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 75 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 79 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 83 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 90 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ [all …]
|
D | objcbridge-static-cast.mm | 32 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \ 58 … // expected-note {{__bridge with C-style cast to convert directly (no change in ownership)}} \ 61 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \ 64 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \ 68 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \ 71 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \ 75 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \ 79 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \ 83 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \ 90 // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \ [all …]
|
/external/openssh/ |
D | auth2-passwd.c | 55 int change; in userauth_passwd() local 58 change = packet_get_char(); in userauth_passwd() 60 if (change) { in userauth_passwd() 68 if (change) in userauth_passwd()
|
/external/clang/test/SemaObjC/ |
D | objcbridge-attribute-arc.m | 47 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 73 // expected-note {{__bridge to convert directly (no change in ownership)}} \ 76 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 79 // expected-note {{__bridge to convert directly (no change in ownership)}} \ 83 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 86 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 90 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 94 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 98 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 105 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ [all …]
|
/external/skia/tools/chromium/ |
D | chrome_changes | 2 # changes. If your Skia change requires a change in Chrome, add a line to this 3 # file which contains the codereview issue(s) for the Chrome change, eg: 6 # part of the DEPS roll which contains the Skia change.
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-memset-to-bzero.ll | 8 ; For small size (<= 256), we do not change memset to bzero. 19 ; When the size is bigger than 256, change into bzero. 29 ; For unknown size, change to bzero. 40 ; Size <= 256, no change. 54 ; Size > 256, change. 65 ; Size = unknown, change. 80 ; memset with something that is not a zero, no change. 90 ; memset with something that is not a zero, no change. 100 ; memset with something that is not a zero, no change.
|
D | atomic-ops.ll | 24 ; w0 below is a reasonable guess but could change: it certainly comes into the 44 ; w0 below is a reasonable guess but could change: it certainly comes into the 64 ; w0 below is a reasonable guess but could change: it certainly comes into the 84 ; x0 below is a reasonable guess but could change: it certainly comes into the 104 ; w0 below is a reasonable guess but could change: it certainly comes into the 124 ; w0 below is a reasonable guess but could change: it certainly comes into the 144 ; w0 below is a reasonable guess but could change: it certainly comes into the 164 ; x0 below is a reasonable guess but could change: it certainly comes into the 184 ; w0 below is a reasonable guess but could change: it certainly comes into the 204 ; w0 below is a reasonable guess but could change: it certainly comes into the [all …]
|
/external/v8/src/ |
D | hydrogen-representation-changes.cc | 54 static bool IsNonDeoptingIntToSmiChange(HChange* change) { in IsNonDeoptingIntToSmiChange() argument 55 Representation from_rep = change->from(); in IsNonDeoptingIntToSmiChange() 56 Representation to_rep = change->to(); in IsNonDeoptingIntToSmiChange() 58 DCHECK(!change->CheckFlag(HValue::kUint32)); in IsNonDeoptingIntToSmiChange() 86 HChange* change = HChange::cast(input); in InsertRepresentationChangesForValue() local 87 if (change->from().Equals(req) && IsNonDeoptingIntToSmiChange(change)) { in InsertRepresentationChangesForValue() 88 use_value->SetOperandAt(use_index, change->value()); in InsertRepresentationChangesForValue()
|
/external/toybox/ |
D | Makefile | 14 uinstall uninstall_flat test tests help toybox_stuff change 48 change: target 49 scripts/change.sh 52 rm -rf toybox toybox_unstripped generated change .singleconfig*
|
/external/skia/site/dev/contrib/ |
D | submit.md | 32 If you are willing to change Skia codebase, it's nice to add a test at the same 39 Unit tests are best, but if your change touches rendering and you can't think of 41 of SampleApp. Also, if your change is the GPU code, you may not be able to write 56 Now that you've made a change and written a test for it, it's ready for the code 81 Use git cl to upload your change: 98 by me**. Select the change you want to submit for review and click **Edit 101 change off for review. Unless you publish your change, no one will know to look 106 send the email directly when uploading a change in both gcl and git-cl. 127 change. Be sure to respond to all comments before you request review of an 149 Once your commit has gone in, you should delete the branch containing your change: [all …]
|
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
D | SelectorManager.java | 421 public void addChange(Object change) in addChange() argument 423 _changes.add(change); in addChange() 454 Object change; in doSelect() 456 while (changes-->0 && (change=_changes.poll())!=null) in doSelect() 463 if (change instanceof EndPoint) in doSelect() 466 SelectChannelEndPoint endpoint = (SelectChannelEndPoint)change; in doSelect() 470 else if (change instanceof ChannelAndAttachment) in doSelect() 473 final ChannelAndAttachment asc = (ChannelAndAttachment)change; in doSelect() 490 else if (change instanceof SocketChannel) in doSelect() 493 final SocketChannel channel=(SocketChannel)change; in doSelect() [all …]
|
/external/jdiff/src/jdiff/ |
D | DiffMyers.java | 359 private change build_reverse_script() { in build_reverse_script() 360 change script = null; in build_reverse_script() 381 script = new change(line0, line1, i0 - line0, i1 - line1, script); in build_reverse_script() 394 private change build_script() { in build_script() 395 change script = null; in build_script() 415 script = new change(i0, i1, line0 - i0, line1 - i1, script); in build_script() 427 public change diff_2(final boolean reverse) { in diff_2() 478 public static class change { class in DiffMyers 480 public change link; 497 change(int line0, int line1, int deleted, int inserted, change old) { in change() method in DiffMyers.change
|
/external/v8/test/cctest/compiler/ |
D | test-changes-lowering.cc | 107 Node* change = this->graph()->NewNode(op, p0); in BuildAndLower() local 108 Node* ret = this->graph()->NewNode(this->common()->Return(), change, in BuildAndLower() 112 LowerChange(change); in BuildAndLower() 120 Node* change = this->graph()->NewNode(op, p0); in BuildStoreAndLower() local 123 change, this->start(), this->start()); in BuildStoreAndLower() 128 LowerChange(change); in BuildStoreAndLower() 138 Node* change = this->graph()->NewNode(op, load); in BuildLoadAndLower() local 139 Node* ret = this->graph()->NewNode(this->common()->Return(), change, in BuildLoadAndLower() 143 LowerChange(change); in BuildLoadAndLower() 146 void LowerChange(Node* change) { in LowerChange() argument [all …]
|
/external/v8/test/mjsunit/es7/ |
D | object-observe-debug-event.js | 44 print(change.type + " " + change.name + " " + change.oldValue);
|
/external/clang/test/ARCMT/ |
D | nonobjc-to-objc-cast.m | 32 NSString *str = (NSString *)kUTTypePlainText; // no change 33 str = b ? kUTTypeRTF : kUTTypePlainText; // no change 34 str = (NSString *)(b ? kUTTypeRTF : kUTTypePlainText); // no change 35 str = (NSString *)p; // no change.
|