Home
last modified time | relevance | path

Searched full:change (Results 1 – 25 of 13293) sorted by relevance

12345678910>>...532

/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockContext.java52 … return null; //To change body of implemented methods use File | Settings | File Templates. in getAssets()
60 … return null; //To change body of implemented methods use File | Settings | File Templates. in getPackageManager()
65 … return null; //To change body of implemented methods use File | Settings | File Templates. in getContentResolver()
70 … return null; //To change body of implemented methods use File | Settings | File Templates. in getMainLooper()
75 … return null; //To change body of implemented methods use File | Settings | File Templates. in getApplicationContext()
80 //To change body of implemented methods use File | Settings | File Templates. in setTheme()
85 … return null; //To change body of implemented methods use File | Settings | File Templates. in getTheme()
90 … return null; //To change body of implemented methods use File | Settings | File Templates. in getClassLoader()
95 … return null; //To change body of implemented methods use File | Settings | File Templates. in getPackageName()
100 … return null; //To change body of implemented methods use File | Settings | File Templates. in getApplicationInfo()
[all …]
/external/autotest/utils/frozen_chromite/lib/
Dgob_util.py106 br'change is closed',
107 br'Cannot reduce vote on labels for closed change',
113 GOB_ERROR_REASON_CLOSED_CHANGE = 'CLOSED CHANGE'
391 first_param: A change identifier
419 "MultiQueryChanges requires a list of change numbers/id's")
444 """Given a gerrit host name and change number, return change page url."""
448 def _GetChangePath(change): argument
449 """Given a change id, return a path prefix for the change."""
450 return 'changes/%s' % str(change).replace('/', '%2F')
453 def GetChangeUrl(host, change): argument
[all …]
/external/ltp/runtest/
Dnet_stress.route2 route4-change-dst route-change-dst.sh
3 route4-change-gw route-change-gw.sh
4 route4-change-if route-change-if.sh
5 route4-change-netlink-dst route-change-netlink-dst.sh
6 route4-change-netlink-gw route-change-netlink-gw.sh
7 route4-change-netlink-if route-change-netlink-if.sh
10 route6-change-dst route-change-dst.sh -6
11 route6-change-gw route-change-gw.sh -6
12 route6-change-if route-change-if.sh -6
13 route6-change-netlink-dst route-change-netlink-dst.sh -6
[all …]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/changes/
DChangeSet.java37 private final Set<Change> changes = new LinkedHashSet<>();
46 addDeletion(new Change(filename, Change.TYPE_DELETE)); in delete()
56 addDeletion(new Change(dirName, Change.TYPE_DELETE_DIR)); in deleteDir()
73 * If replace is set to true, this change will replace all other additions
81 * indicates the this change should replace existing entries
84 addAddition(new Change(pEntry, pInput, replace)); in add()
88 * Adds an addition change.
91 * the change which should result in an addition
93 private void addAddition(final Change pChange) { in addAddition()
94 if (Change.TYPE_ADD != pChange.type() || in addAddition()
[all …]
DChangeSetPerformer.java45 private final Set<Change> changes;
116 final Set<Change> workingSet = new LinkedHashSet<>(changes); in perform()
118 for (final Iterator<Change> it = workingSet.iterator(); it.hasNext();) { in perform()
119 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()
132 for (final Iterator<Change> it = workingSet.iterator(); it.hasNext();) { in perform()
133 final Change change = it.next(); in perform() local
135 final int type = change.type(); in perform()
[all …]
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/DSA/FIPS_186-3/
DPQGVer.rsp20 Result = P (No Change)
26 Result = P (No Change)
52 Result = P (No Change)
58 Result = P (No Change)
84 Result = P (No Change)
96 Result = P (No Change)
110 Result = P (No Change)
122 Result = P (No Change)
142 Result = P (No Change)
154 Result = P (No Change)
[all …]
/external/antlr/runtime/C/
DChangeLog1 The following changes (change numbers refer to perforce) were
7 Change 5641 on 2009/02/20 by jimi@jimi.jimi.antlr3
13 Change 5639 on 2009/02/20 by jimi@jimi.jimi.antlr3
19 Change 5577 on 2009/02/12 by jimi@jimi.jimi.antlr3
34 Change 5576 on 2009/02/11 by jimi@jimi.jimi.antlr3
40 Change 5575 on 2009/02/08 by jimi@jimi.jimi.antlr3
52 This change implements the first of two C runtime changes that make
70 This single change alone reduces memory usage in the test case (20,604
104 Change 5563 on 2009/01/28 by jimi@jimi.jimi.antlr3
109 Change 5562 on 2009/01/28 by jimi@jimi.jimi.antlr3
[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/cronet/third_party/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/proguard/src/proguard/optimize/peephole/
DTargetClassChanger.java64 // Change the references of the constant pool. in visitProgramClass()
67 // Change the references of the class members. in visitProgramClass()
71 // Change the references of the attributes. in visitProgramClass()
140 // Change the references of the class members. in visitLibraryClass()
150 // Change the referenced class. in visitProgramField()
154 // Change the references of the attributes. in visitProgramField()
161 // Change the referenced classes. in visitProgramMethod()
164 // Change the references of the attributes. in visitProgramMethod()
171 // Change the referenced class. in visitLibraryField()
179 // Change the referenced classes. in visitLibraryMethod()
[all …]
/external/cronet/third_party/icu/source/common/unicode/
Dedits.h29 * There are two types of edits: <em>change edits</em> and <em>no-change edits</em>. Add edits to
30 * instances of this class using {@link #addReplace(int32_t, int32_t)} (for change edits) and
31 …* {@link #addUnchanged(int32_t)} (for no-change edits). Change edits are retained with full granul…
32 …* whereas adjacent no-change edits are always merged together. In no-change edits, there is a one-…
41 * <li>{@link #getFineIterator()} retains full granularity of change edits.
42 * <li>{@link #getFineChangesIterator()} retains full granularity of change edits, and when calling
43 * next() on the iterator, skips over no-change edits (unchanged regions).
44 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha…
46 * <li>{@link #getCoarseChangesIterator()} treats adjacent change edits as a single edit, and when
47 * calling next() on the iterator, skips over no-change edits (unchanged regions).
[all …]
/external/icu/icu4c/source/common/unicode/
Dedits.h29 * There are two types of edits: <em>change edits</em> and <em>no-change edits</em>. Add edits to
30 * instances of this class using {@link #addReplace(int32_t, int32_t)} (for change edits) and
31 …* {@link #addUnchanged(int32_t)} (for no-change edits). Change edits are retained with full granul…
32 …* whereas adjacent no-change edits are always merged together. In no-change edits, there is a one-…
41 * <li>{@link #getFineIterator()} retains full granularity of change edits.
42 * <li>{@link #getFineChangesIterator()} retains full granularity of change edits, and when calling
43 * next() on the iterator, skips over no-change edits (unchanged regions).
44 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha…
46 * <li>{@link #getCoarseChangesIterator()} treats adjacent change edits as a single edit, and when
47 * calling next() on the iterator, skips over no-change edits (unchanged regions).
[all …]
/external/icu/libicu/cts_headers/unicode/
Dedits.h29 * There are two types of edits: <em>change edits</em> and <em>no-change edits</em>. Add edits to
30 * instances of this class using {@link #addReplace(int32_t, int32_t)} (for change edits) and
31 …* {@link #addUnchanged(int32_t)} (for no-change edits). Change edits are retained with full granul…
32 …* whereas adjacent no-change edits are always merged together. In no-change edits, there is a one-…
41 * <li>{@link #getFineIterator()} retains full granularity of change edits.
42 * <li>{@link #getFineChangesIterator()} retains full granularity of change edits, and when calling
43 * next() on the iterator, skips over no-change edits (unchanged regions).
44 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha…
46 * <li>{@link #getCoarseChangesIterator()} treats adjacent change edits as a single edit, and when
47 * calling next() on the iterator, skips over no-change edits (unchanged regions).
[all …]
/external/libabigail/doc/manuals/
Dlibabigail-concepts.rst21 A change in the diff report is considered harmful if it might cause
31 A change in the diff report is considered harmless if it will not
53 ABI artifacts to avoid emitting change reports about.
59 Syntax`_. For instance, to specify that change reports on a type
66 If we want to ensure that only change reports about structures named
73 But we could also want to suppress change reports avoid typedefs named
80 Or, we could want to suppress change reports about all struct which
152 mentioned in the ABI change report. The internal representation of
154 is just not mentioned in the ABI change report. The change report can
165 change about the matched ABI artifact is going to be mentioned in the
[all …]
/external/zlib/contrib/minizip/
DChangeLogUnzip1 Change in 1.01e (12 feb 05)
5 Change in 1.01b (20 may 04)
9 Change in 1.01 (8 may 04)
13 Change in 1.00: (10 sept 03)
15 - cosmetic code change
17 Change in 0.22: (19 May 03)
21 Change in 0.21: (10 Mar 03)
24 Change in 0.17: (27 Jan 02)
27 Change in 0.16: (19 Jan 02)
30 Change in 0.15: (19 Mar 98)
[all …]
/external/ltp/testcases/network/stress/route/
D00_Descriptions.txt1 route{4,6}-change-dst
2 Change IPv4/IPv6 route destination by ip command
4 route{4,6}-change-gw
5 Change IPv4/IPv6 route gateway by ip command
7 route{4,6}-change-if
8 Change IPv4/IPv6 route interface by ip command
10 route{4,6}-change-netlink-dst
11 Change IPv4/IPv6 route destination by Netlink API via libmnl
13 route{4,6}-change-netlink-gw
14 Change IPv4/IPv6 route gateway by Netlink API via libmnl
[all …]
/external/python/google-api-python-client/docs/dyn/
Ddfareporting_v3_5.changeLogs.html82 <p class="firstline">Gets one change log by ID.</p>
85 <p class="firstline">Retrieves a list of change logs. This method supports paging.</p>
97 <pre>Gets one change log by ID.
101 id: string, Change log ID. (required)
110 { # Describes a change that a user has made to a resource.
112 &quot;action&quot;: &quot;A String&quot;, # Action which caused the change.
115 &quot;id&quot;: &quot;A String&quot;, # ID of this change log.
118 …&quot;objectId&quot;: &quot;A String&quot;, # ID of the object of this change log. The object coul…
119 &quot;objectType&quot;: &quot;A String&quot;, # Object type of the change log.
122 …ransaction ID of this change log. When a single API call results in many changes, each change will…
[all …]
Ddfareporting_v3_3.changeLogs.html82 <p class="firstline">Gets one change log by ID.</p>
85 <p class="firstline">Retrieves a list of change logs. This method supports paging.</p>
97 <pre>Gets one change log by ID.
101 id: string, Change log ID. (required)
110 { # Describes a change that a user has made to a resource.
112 &quot;action&quot;: &quot;A String&quot;, # Action which caused the change.
115 &quot;id&quot;: &quot;A String&quot;, # ID of this change log.
118 …&quot;objectId&quot;: &quot;A String&quot;, # ID of the object of this change log. The object coul…
119 &quot;objectType&quot;: &quot;A String&quot;, # Object type of the change log.
122 …ransaction ID of this change log. When a single API call results in many changes, each change will…
[all …]
Ddfareporting_v3_4.changeLogs.html82 <p class="firstline">Gets one change log by ID.</p>
85 <p class="firstline">Retrieves a list of change logs. This method supports paging.</p>
97 <pre>Gets one change log by ID.
101 id: string, Change log ID. (required)
110 { # Describes a change that a user has made to a resource.
112 &quot;action&quot;: &quot;A String&quot;, # Action which caused the change.
115 &quot;id&quot;: &quot;A String&quot;, # ID of this change log.
118 …&quot;objectId&quot;: &quot;A String&quot;, # ID of the object of this change log. The object coul…
119 &quot;objectType&quot;: &quot;A String&quot;, # Object type of the change log.
122 …ransaction ID of this change log. When a single API call results in many changes, each change will…
[all …]
/external/swiftshader/tests/regres/cmd/regres/
Dmain.go19 // change against the parent changelist. Any differences in results are reported
20 // as a review comment on the change.
97 …dailyChange = flag.String("dailychange", "", "Change hash to use for daily pass, HEAD if not p…
98 priority = flag.Int("priority", 0, "Prioritize a single change with the given number")
146 dailyChange string // Change hash to use for daily pass, HEAD if not provided
147 priority int // Prioritize a single change with the given number
292 changes := map[int]*changeInfo{} // Change number -> changeInfo
324 // Update change info.
325 for _, change := range changes {
326 if time.Since(change.lastUpdated) > changeUpdateFrequency {
[all …]
/external/angle/scripts/
Dangle_presubmit_utils_unittest.py46 Change-Id: I966c79d96175da9eee92ef6da20db50d488137b2
52 commit_msg = """Change-Id: I966c79d96175da9eee92ef6da20db50d488137b2"""
98 Change-Id: I925cdb45779a9cdebe4e14f9e81e4211ade37c12"""
109 Change-Id: I925cdb45779a9cdebe4e14f9e81e4211ade37c12"""
121 Change-Id: I925cdb45779a9cdebe4e14f9e81e4211ade37c12
137 Change-Id: I443c36aaa8956c20da1abddf7aea613659e2cd5b"""
147 Change-Id: I925cdb45779a9cdebe4e14f9e81e4211ade37c12
163 Change-Id: I925cdb45779a9cdebe4e14f9e81e4211ade37c12"""
178 Change-Id: I443c36aaa8956c20da1abddf7aea613659e2cd5b"""
202 Change-Id: I443c36aaa8956c20da1abddf7aea613659e2cd5b"""
[all …]
/external/python/cpython3/Lib/test/
Dtest_dict_version.py66 # creating new keys must change the version
70 # changing values must change the version
78 # setting a key must change the version
82 # must change the version
86 # must change the version
108 # with dict.__setitem__() must change the version
113 # with dict.update() must change the version
124 # setting a key with dict.setdefault() must change the version
127 # don't change the version if the key already exists
133 # deleting a key with dict.__delitem__() must change the version
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DEdits.java13 * There are two types of edits: <em>change edits</em> and <em>no-change edits</em>. Add edits to
14 * instances of this class using {@link #addReplace(int, int)} (for change edits) and
15 …* {@link #addUnchanged(int)} (for no-change edits). Change edits are retained with full granularit…
16 …* whereas adjacent no-change edits are always merged together. In no-change edits, there is a one-…
24 * <li>{@link #getFineIterator()} retains full granularity of change edits.
25 * <li>{@link #getFineChangesIterator()} retains full granularity of change edits, and when calling
26 * next() on the iterator, skips over no-change edits (unchanged regions).
27 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha…
29 * <li>{@link #getCoarseChangesIterator()} treats adjacent change edits as a single edit, and when
30 * calling next() on the iterator, skips over no-change edits (unchanged regions).
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DEdits.java12 * There are two types of edits: <em>change edits</em> and <em>no-change edits</em>. Add edits to
13 * instances of this class using {@link #addReplace(int, int)} (for change edits) and
14 …* {@link #addUnchanged(int)} (for no-change edits). Change edits are retained with full granularit…
15 …* whereas adjacent no-change edits are always merged together. In no-change edits, there is a one-…
23 * <li>{@link #getFineIterator()} retains full granularity of change edits.
24 * <li>{@link #getFineChangesIterator()} retains full granularity of change edits, and when calling
25 * next() on the iterator, skips over no-change edits (unchanged regions).
26 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha…
28 * <li>{@link #getCoarseChangesIterator()} treats adjacent change edits as a single edit, and when
29 * calling next() on the iterator, skips over no-change edits (unchanged regions).
[all …]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
DExecutionDataStore.java32 // BEGIN android-change
34 // END android-change
50 // BEGIN android-change
54 // END android-change in put()
76 // BEGIN android-change
80 // END android-change in subtract()
94 // BEGIN android-change in subtract()
96 // END android-change in subtract()
109 // BEGIN android-change
111 // END android-change in get()
[all …]

12345678910>>...532