Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 2989) sorted by relevance

12345678910>>...120

/external/ltp/runtest/
Dnet_stress.route5 route4-change-dst route4-change-dst
6 route4-change-gw route4-change-gw
7 route4-change-if route4-change-if
11 route6-change-dst route6-change-dst
12 route6-change-gw route6-change-gw
13 route6-change-if route6-change-if
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/changes/
DChangeSetPerformer.java119 final Change change = it.next(); in perform() local
121 if (change.type() == Change.TYPE_ADD && change.isReplaceMode()) { in perform()
122 copyStream(change.getInput(), out, change.getEntry()); in perform()
124 results.addedFromChangeSet(change.getEntry().getName()); in perform()
133 final Change change = it.next(); in perform() local
135 final int type = change.type(); in perform()
138 if (name.equals(change.targetFile())) { in perform()
146 if (name.startsWith(change.targetFile() + "/")) { // NOPMD in perform()
164 final Change change = it.next(); in perform() local
166 if (change.type() == Change.TYPE_ADD && in perform()
[all …]
DChangeSet.java101 final Change change = it.next(); in addAddition() local
102 if (change.type() == Change.TYPE_ADD in addAddition()
103 && change.getEntry() != null) { in addAddition()
104 final ArchiveEntry entry = change.getEntry(); in addAddition()
137 final Change change = it.next(); in addDeletion() local
138 if (change.type() == Change.TYPE_ADD in addDeletion()
139 && change.getEntry() != null) { in addDeletion()
140 final String target = change.getEntry().getName(); in addDeletion()
/external/webrtc/webrtc/libjingle/xmpp/
Dhangoutpubsubclient.cc238 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/libnl/src/
Dnl-link-set.c53 struct rtnl_link *change = arg; in set_cb() local
60 if ((err = rtnl_link_change(sock, link, change, 0)) < 0) in set_cb()
73 struct rtnl_link *link, *change; in main() local
80 change = nl_cli_link_alloc(); in main()
117 case ARG_RENAME: nl_cli_link_parse_name(change, optarg); break; in main()
118 case ARG_MTU: nl_cli_link_parse_mtu(change, optarg); break; in main()
119 case ARG_TXQLEN: nl_cli_link_parse_txqlen(change, optarg); break; in main()
120 case ARG_WEIGHT: nl_cli_link_parse_weight(change, optarg); break; in main()
121 case ARG_IFALIAS: nl_cli_link_parse_ifalias(change, optarg); break; in main()
124 rtnl_link_set_flags(change, IFF_UP); in main()
[all …]
/external/webp/
DChangeLog4 - 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/
Dmediachannel.h102 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/python/cpython3/Lib/lib2to3/fixes/
Dfix_urllib.py51 for change in changes:
52 new_module, members = change
107 for change in MAPPING[mod_member.value]:
108 if member.value in change[1]:
109 new_name = change[0]
131 for change in MAPPING[mod_member.value]:
132 if member_name in change[1]:
133 if change[0] not in mod_dict:
134 modules.append(change[0])
135 mod_dict.setdefault(change[0], []).append(member)
[all …]
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_urllib.py52 for change in changes:
53 new_module, members = change
108 for change in MAPPING[mod_member.value]:
109 if member.value in change[1]:
110 new_name = change[0]
132 for change in MAPPING[mod_member.value]:
133 if member_name in change[1]:
134 if change[0] not in mod_dict:
135 modules.append(change[0])
136 mod_dict.setdefault(change[0], []).append(member)
[all …]
/external/boringssl/src/
DBREAKING-CHANGES.md1 # How to change BoringSSL's API
5 Ultimately, the strategy for each breaking change is decided on a case-by-case basis. This document…
9change, etc. But this is a poor approximation of the true impact. Removing an API may not a breaki…
11 Thus, we do not think about whether a change is formally a breaking change, but about the *risk* of…
15 … commit message, prefixed by `Update-Note: `. This can include what this change may break and inst…
19 …in various Code Search instances. This can predict the impact of a risky change and identify code …
21 ## Evaluate a change's cost
23 If some change has high cost (from having to fix consumers) and relatively little benefit to Boring…
25 Conversely, a change that leads to a major improvement to all BoringSSL consumers, at the cost of f…
29change. While unexpected breakage is always possible, we generally consider it the responsibility …
[all …]
/external/ltp/testcases/network/stress/route/
D00_Descriptions.txt1 route4-change-dst01
5 route4-change-dst02
9 route4-change-gw01
13 route4-change-gw02
17 route4-change-if01
21 route4-change-if02
38 route6-change-dst01
42 route6-change-dst02
46 route6-change-gw01
50 route6-change-gw02
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DLexicalDifferenceCalculator.java135 …calculatedSyntaxModelForNode(CsmElement csm, Node node, List<CsmElement> elements, Change change) { in calculatedSyntaxModelForNode() argument
138 … csmSequence.getElements().forEach(e -> calculatedSyntaxModelForNode(e, node, elements, change)); in calculatedSyntaxModelForNode()
144 …if (change instanceof PropertyChange && ((PropertyChange)change).getProperty() == csmSingleReferen… in calculatedSyntaxModelForNode()
145 child = (Node)((PropertyChange)change).getNewValue(); in calculatedSyntaxModelForNode()
161 Object rawValue = change.getValue(csmList.getProperty(), node); in calculatedSyntaxModelForNode()
180 calculatedSyntaxModelForNode(csmList.getPreceeding(), node, elements, change); in calculatedSyntaxModelForNode() local
183 … calculatedSyntaxModelForNode(csmList.getSeparatorPre(), node, elements, change); in calculatedSyntaxModelForNode() local
187 … calculatedSyntaxModelForNode(csmList.getSeparatorPost(), node, elements, change); in calculatedSyntaxModelForNode() local
191 calculatedSyntaxModelForNode(csmList.getFollowing(), node, elements, change); in calculatedSyntaxModelForNode() local
194 Collection collection = (Collection) change.getValue(csmList.getProperty(), node); in calculatedSyntaxModelForNode()
[all …]
/external/libevent/
Devmap.c707 const struct event_change *change) argument
710 if (change->read_change & EV_CHANGE_SIGNAL) {
712 GET_SIGNAL_SLOT(ctx, &base->sigmap, change->fd, evmap_signal);
716 GET_IO_SLOT(ctx, &base->io, change->fd, evmap_io);
829 struct event_change *change; local
841 change = &changelist->changes[idx];
844 memset(change, 0, sizeof(struct event_change));
845 change->fd = fd;
846 change->old_events = old_events;
848 change = &changelist->changes[fdinfo->idxplus1 - 1];
[all …]
/external/iproute2/tc/
Dq_cbq.c161 lss.change = TCF_CBQ_LSS_MAXIDLE|TCF_CBQ_LSS_EWMA|TCF_CBQ_LSS_AVPKT; in cbq_parse_opt()
216 lss.change |= TCF_CBQ_LSS_MINIDLE; in cbq_parse_class_opt()
223 lss.change |= TCF_CBQ_LSS_OFFTIME; in cbq_parse_class_opt()
230 lss.change |= TCF_CBQ_LSS_MAXIDLE; in cbq_parse_class_opt()
233 lss.change |= TCF_CBQ_LSS_FLAGS; in cbq_parse_class_opt()
236 lss.change |= TCF_CBQ_LSS_FLAGS; in cbq_parse_class_opt()
239 lss.change |= TCF_CBQ_LSS_FLAGS; in cbq_parse_class_opt()
242 lss.change |= TCF_CBQ_LSS_FLAGS; in cbq_parse_class_opt()
253 lss.change |= TCF_CBQ_LSS_EWMA; in cbq_parse_class_opt()
297 lss.change |= TCF_CBQ_LSS_AVPKT; in cbq_parse_class_opt()
[all …]
/external/skqp/site/dev/chrome/
Dblink.md4 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
16 …youtTests/TestExpectations), flagging tests expected to fail as a result of your change as follows:
20 5. Check in another change to the Blink TestExpectations file removing all the
39 1. Make a change in Skia which will change many Blink layout tests.
40 2. Put the change behind a code suppression.
41 3. Check in the change to the Skia repository.
48 2. Make a change in Skia which will change many Blink layout tests.
49 3. Put the change behind a code suppression.
[all …]
/external/skia/site/dev/chrome/
Dblink.md4 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
16 …youtTests/TestExpectations), flagging tests expected to fail as a result of your change as follows:
20 5. Check in another change to the Blink TestExpectations file removing all the
39 1. Make a change in Skia which will change many Blink layout tests.
40 2. Put the change behind a code suppression.
41 3. Check in the change to the Skia repository.
48 2. Make a change in Skia which will change many Blink layout tests.
49 3. Put the change behind a code suppression.
[all …]
/external/tcpdump/tests/
Dmstp-v.out8 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/mesa3d/src/gallium/auxiliary/util/
Du_ringbuffer.c19 cnd_t change; member
38 cnd_init(&ring->change); in util_ringbuffer_create()
50 cnd_destroy(&ring->change); in util_ringbuffer_destroy()
88 cnd_wait(&ring->change, &ring->mutex); in util_ringbuffer_enqueue()
105 cnd_signal(&ring->change); in util_ringbuffer_enqueue()
126 cnd_wait(&ring->change, &ring->mutex); in util_ringbuffer_dequeue()
157 cnd_signal(&ring->change); in util_ringbuffer_dequeue()
Du_debug_refcnt.c150 debug_reference_descriptor get_desc, int change) in debug_reference_slowpath() argument
152 assert(change >= -1); in debug_reference_slowpath()
153 assert(change <= 1); in debug_reference_slowpath()
188 for (i = 1; i <= refcnt - change; ++i) { in debug_reference_slowpath()
195 if (change) { in debug_reference_slowpath()
197 change > 0 ? "AddRef" : "Release", refcnt); in debug_reference_slowpath()
Du_debug_refcnt.h45 debug_reference_descriptor get_desc, int change);
49 debug_reference_descriptor get_desc, int change) in debug_reference() argument
52 debug_reference_slowpath(p, get_desc, change); in debug_reference()
59 UNUSED debug_reference_descriptor get_desc, UNUSED int change) in debug_reference() argument
/external/clang/test/SemaObjCXX/
Dobjcbridge-attribute.mm32 … // 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 …]
Dobjcbridge-attribute-arc.mm32 … // 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 …]
/external/clang/test/SemaObjC/
Dobjcbridge-attribute-arc.m50 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
76 // expected-note {{__bridge to convert directly (no change in ownership)}} \
79 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
82 // expected-note {{__bridge to convert directly (no change in ownership)}} \
86 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
89 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
93 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
97 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
101 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
108 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dlsf_check.c31 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/selinux/prebuilts/bin/
Dsediff.py158 change = [] variable
160 change.append("{0} Added permissions".format(len(mod.added_perms)))
162 change.append("{0} Removed permissions".format(len(mod.removed_perms)))
164 print(" * {0} ({1})".format(name, ", ".join(change)))
186 change = [] variable
188 change.append("{0} Added permissions".format(len(mod.added_perms)))
190 change.append("{0} Removed permissions".format(len(mod.removed_perms)))
192 print(" * {0} ({1})".format(name, ", ".join(change)))
238 change = [] variable
240 change.append("{0} Added types".format(len(mod.added_types)))
[all …]

12345678910>>...120