/external/libweave/src/ |
D | config_unittest.cc | 54 Config::Transaction change{&config}; in TEST_F() local 55 change.Commit(); in TEST_F() 189 Config::Transaction change{config_.get()}; in TEST_F() local 191 change.set_client_id("set_client_id"); in TEST_F() 194 change.set_client_secret("set_client_secret"); in TEST_F() 197 change.set_api_key("set_api_key"); in TEST_F() 200 change.set_oauth_url("set_oauth_url"); in TEST_F() 203 change.set_service_url("set_service_url"); in TEST_F() 206 change.set_xmpp_endpoint("set_xmpp_endpoint"); in TEST_F() 209 change.set_name("set_name"); in TEST_F() [all …]
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | hangoutpubsubclient.cc | 238 const PubSubStateChange<bool>& change) { in OnPresenterStateChange() argument 240 change.published_nick, change.old_state, change.new_state); in OnPresenterStateChange() 258 const PubSubStateChange<bool>& change) { in OnAudioMuteStateChange() argument 259 bool was_muted = change.old_state; in OnAudioMuteStateChange() 260 bool is_muted = change.new_state; in OnAudioMuteStateChange() 261 bool remote_action = (!change.publisher_nick.empty() && in OnAudioMuteStateChange() 262 (change.publisher_nick != change.published_nick)); in OnAudioMuteStateChange() 265 const std::string& mutee_nick = change.published_nick; in OnAudioMuteStateChange() 266 const std::string& muter_nick = change.publisher_nick; in OnAudioMuteStateChange() 275 SignalAudioMuteStateChange(change.published_nick, was_muted, is_muted); in OnAudioMuteStateChange() [all …]
|
/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/webrtc/talk/media/base/ |
D | mediachannel.h | 102 void SetAll(const AudioOptions& change) { in SetAll() 103 SetFrom(&echo_cancellation, change.echo_cancellation); in SetAll() 104 SetFrom(&auto_gain_control, change.auto_gain_control); in SetAll() 105 SetFrom(&noise_suppression, change.noise_suppression); in SetAll() 106 SetFrom(&highpass_filter, change.highpass_filter); in SetAll() 107 SetFrom(&stereo_swapping, change.stereo_swapping); in SetAll() 109 change.audio_jitter_buffer_max_packets); in SetAll() 111 change.audio_jitter_buffer_fast_accelerate); in SetAll() 112 SetFrom(&typing_detection, change.typing_detection); in SetAll() 113 SetFrom(&aecm_generate_comfort_noise, change.aecm_generate_comfort_noise); in SetAll() [all …]
|
/external/libevent/ |
D | evmap.c | 509 const struct event_change *change) in event_change_get_fdinfo() argument 512 if (change->read_change & EV_CHANGE_SIGNAL) { in event_change_get_fdinfo() 514 GET_SIGNAL_SLOT(ctx, &base->sigmap, change->fd, evmap_signal); in event_change_get_fdinfo() 518 GET_IO_SLOT(ctx, &base->io, change->fd, evmap_io); in event_change_get_fdinfo() 621 struct event_change *change; in event_changelist_get_or_construct() local 633 change = &changelist->changes[idx]; in event_changelist_get_or_construct() 636 memset(change, 0, sizeof(struct event_change)); in event_changelist_get_or_construct() 637 change->fd = fd; in event_changelist_get_or_construct() 638 change->old_events = old_events; in event_changelist_get_or_construct() 640 change = &changelist->changes[fdinfo->idxplus1 - 1]; in event_changelist_get_or_construct() [all …]
|
/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/selinux/prebuilts/bin/ |
D | sediff.py | 134 change = [] variable 136 change.append("{0} Added permissions".format(len(mod.added_perms))) 138 change.append("{0} Removed permissions".format(len(mod.removed_perms))) 140 print(" * {0} ({1})".format(name, ", ".join(change))) 162 change = [] variable 164 change.append("{0} Added permissions".format(len(mod.added_perms))) 166 change.append("{0} Removed permissions".format(len(mod.removed_perms))) 168 print(" * {0} ({1})".format(name, ", ".join(change))) 214 change = [] variable 216 change.append("{0} Added types".format(len(mod.added_types))) [all …]
|
/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
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | lsf_check.c | 31 int k,n,m, Nit=2, change=0,pos; in WebRtcIlbcfix_LsfCheck() local 53 change=1; in WebRtcIlbcfix_LsfCheck() 59 change=1; in WebRtcIlbcfix_LsfCheck() 64 change=1; in WebRtcIlbcfix_LsfCheck() 70 return change; in WebRtcIlbcfix_LsfCheck()
|
/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/tcpdump/tests/ |
D | mstp-v.out | 8 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated 11 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root 21 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root 24 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated 34 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated 37 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root 47 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root 50 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated 60 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated 63 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root [all …]
|
/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.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-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-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/v8/test/cctest/compiler/ |
D | test-changes-lowering.cc | 89 Node* change = this->graph()->NewNode(op, p0); in BuildAndLower() local 90 Node* ret = this->graph()->NewNode(this->common()->Return(), change, in BuildAndLower() 94 LowerChange(change); in BuildAndLower() 102 Node* change = this->graph()->NewNode(op, p0); in BuildStoreAndLower() local 105 change, this->start(), this->start()); in BuildStoreAndLower() 110 LowerChange(change); in BuildStoreAndLower() 120 Node* change = this->graph()->NewNode(op, load); in BuildLoadAndLower() local 121 Node* ret = this->graph()->NewNode(this->common()->Return(), change, in BuildLoadAndLower() 125 LowerChange(change); in BuildLoadAndLower() 128 void LowerChange(Node* change) { in LowerChange() argument [all …]
|
/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/curl/lib/ |
D | easy.c | 922 if(data->change.cookielist) { in curl_easy_duphandle() 923 outcurl->change.cookielist = in curl_easy_duphandle() 924 Curl_slist_duplicate(data->change.cookielist); in curl_easy_duphandle() 925 if(!outcurl->change.cookielist) in curl_easy_duphandle() 929 if(data->change.url) { in curl_easy_duphandle() 930 outcurl->change.url = strdup(data->change.url); in curl_easy_duphandle() 931 if(!outcurl->change.url) in curl_easy_duphandle() 933 outcurl->change.url_alloc = TRUE; in curl_easy_duphandle() 936 if(data->change.referer) { in curl_easy_duphandle() 937 outcurl->change.referer = strdup(data->change.referer); in curl_easy_duphandle() [all …]
|
/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.
|
/external/skia/site/dev/contrib/ |
D | submit.md | 40 If you are willing to change Skia codebase, it's nice to add a test at the same 47 Unit tests are best, but if your change touches rendering and you can't think of 49 of SampleApp. Also, if your change is the GPU code, you may not be able to write 65 Now that you've made a change and written a test for it, it's ready for the code 91 Use git cl to upload your change: 109 by me**. Select the change you want to submit for review and click **Edit 112 change off for review. Unless you publish your change, no one will know to look 117 send the email directly when uploading a change in both gcl and git-cl. 138 change. Be sure to respond to all comments before you request review of an 158 Once your change has received an LGTM, you can check the "Commit" box [all …]
|
/external/v8/src/crankshaft/ |
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() 96 HChange* change = HChange::cast(input); in InsertRepresentationChangesForValue() local 97 if (change->from().Equals(req) && IsNonDeoptingIntToSmiChange(change)) { in InsertRepresentationChangesForValue() 98 use_value->SetOperandAt(use_index, change->value()); in InsertRepresentationChangesForValue()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | route53 | 75 def _add_del(conn, hosted_zone_id, change, name, type, identifier, weight, values, ttl, comment): argument 78 change = changes.add_change(change, name, type, ttl, 81 change.add_value(value) 84 def _add_del_alias(conn, hosted_zone_id, change, name, type, identifier, weight, alias_hosted_zone_… argument 87 change = changes.add_change(change, name, type, 89 change.set_alias(alias_hosted_zone_id, alias_dns_name)
|