Home
last modified time | relevance | path

Searched refs:changes (Results 1 – 25 of 3589) sorted by relevance

12345678910>>...144

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralFormatTest.java32 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules() argument
59 String expected = changes.get(new Integer(0)); in helperTestRules()
61 String value = changes.get(n); in helperTestRules()
78 Map changes = new HashMap(); in TestOneFormLocales() local
79 changes.put(new Integer(0), "other"); in TestOneFormLocales()
80 helperTestRules(localeIDs, testPattern, changes); in TestOneFormLocales()
88 Map changes = new HashMap(); in TestSingular1Locales() local
89 changes.put(new Integer(0), "other"); in TestSingular1Locales()
90 changes.put(new Integer(1), "one"); in TestSingular1Locales()
91 changes.put(new Integer(2), "other"); in TestSingular1Locales()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralFormatTest.java35 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules() argument
62 String expected = changes.get(new Integer(0)); in helperTestRules()
64 String value = changes.get(n); in helperTestRules()
81 Map changes = new HashMap(); in TestOneFormLocales() local
82 changes.put(new Integer(0), "other"); in TestOneFormLocales()
83 helperTestRules(localeIDs, testPattern, changes); in TestOneFormLocales()
91 Map changes = new HashMap(); in TestSingular1Locales() local
92 changes.put(new Integer(0), "other"); in TestSingular1Locales()
93 changes.put(new Integer(1), "one"); in TestSingular1Locales()
94 changes.put(new Integer(2), "other"); in TestSingular1Locales()
[all …]
/external/libchrome/base/
Denvironment_unittest.cc107 EnvironmentMap changes; in TEST_F() local
110 e = AlterEnvironment(empty, changes); in TEST_F()
113 changes[L"A"] = L"1"; in TEST_F()
114 e = AlterEnvironment(empty, changes); in TEST_F()
117 changes.clear(); in TEST_F()
118 changes[L"A"] = string16(); in TEST_F()
119 e = AlterEnvironment(empty, changes); in TEST_F()
122 changes.clear(); in TEST_F()
123 e = AlterEnvironment(a2, changes); in TEST_F()
126 changes.clear(); in TEST_F()
[all …]
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/changes/
DChangeSetTestCase.java19 package org.apache.commons.compress.changes;
91 final ChangeSet changes = new ChangeSet(); in testAddChangeTwice() local
92 changes.add(e, in); in testAddChangeTwice()
93 changes.add(e2, in2); in testAddChangeTwice()
95 assertEquals(1, changes.getChanges().size()); in testAddChangeTwice()
96 final Change c = changes.getChanges().iterator().next(); in testAddChangeTwice()
126 final ChangeSet changes = new ChangeSet(); in testAddChangeTwiceWithoutReplace() local
127 changes.add(e, in, true); in testAddChangeTwiceWithoutReplace()
128 changes.add(e2, in2, false); in testAddChangeTwiceWithoutReplace()
130 assertEquals(1, changes.getChanges().size()); in testAddChangeTwiceWithoutReplace()
[all …]
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/
DNodeListTest.java43 private AstObserver createObserver(List<String> changes) { in createObserver() argument
47changes.add(String.format("change of property %s for %s: from '%s' to '%s'", property, observedNod… in createObserver()
52changes.add(String.format("setting parent for %s: was %s, now is %s", observedNode, previousParent… in createObserver()
57changes.add(String.format("'%s' %s in list at %d", nodeAddedOrRemoved, type, index)); in createObserver()
62changes.add(String.format("'%s' %s in list at %d", oldNode, ListChangeType.REMOVAL, index)); in createObserver()
63changes.add(String.format("'%s' %s in list at %d", newNode, ListChangeType.ADDITION, index)); in createObserver()
74 List<String> changes = new LinkedList<>();
78 cd.getMembers().register(createObserver(changes));
83 "'int c;' ADDITION in list at 3"), changes);
88 List<String> changes = new LinkedList<>();
[all …]
DNodeTest.java56 List<String> changes = new ArrayList<>(); in registerSubTree() local
60changes.add(String.format("%s.%s changed from %s to %s", observedNode.getClass().getSimpleName(), … in registerSubTree()
65 assertEquals(Arrays.asList(), changes); in registerSubTree() local
68 …rtEquals(Arrays.asList("ClassOrInterfaceDeclaration.name changed from A to MyCoolClass"), changes); in registerSubTree()
73 "VariableDeclarator.type changed from int to boolean"), changes); in registerSubTree()
79 "Parameter.name changed from p to myParam"), changes); in registerSubTree()
86 List<String> changes = new ArrayList<>(); in registerWithJustNodeMode() local
90changes.add(String.format("%s.%s changed from %s to %s", observedNode.getClass().getSimpleName(), … in registerWithJustNodeMode()
95 assertEquals(Arrays.asList(), changes); in registerWithJustNodeMode() local
98 …rtEquals(Arrays.asList("ClassOrInterfaceDeclaration.name changed from A to MyCoolClass"), changes); in registerWithJustNodeMode()
[all …]
/external/libabigail/tests/data/test-fedabipkgdiff/
Dtest0-from-fc20-to-fc23-dbus-glib-report-0.txt3 ================ changes of 'libdbus-glib-1.so.2.2.2'===============
4 Functions changes summary: 0 Removed, 0 Changed, 2 Added functions
5 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
12 ================ end of changes of 'libdbus-glib-1.so.2.2.2'===============
14 ================ changes of 'dbus-binding-tool'===============
15 Functions changes summary: 2 Removed, 0 Changed, 1 Added functions
16 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
17 Function symbols changes summary: 0 Removed, 0 Added function symbol not referenced by debug info
18 Variable symbols changes summary: 2 Removed, 0 Added variable symbols not referenced by debug info
34 ================ end of changes of 'dbus-binding-tool'===============
[all …]
Dtest2-dbus-glib-0.100.2-2.fc20--dbus-glib-0.106-1.fc23-report-0.txt3 ================ changes of 'libdbus-glib-1.so.2.2.2'===============
4 Functions changes summary: 0 Removed, 0 Changed, 2 Added functions
5 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
12 ================ end of changes of 'libdbus-glib-1.so.2.2.2'===============
14 ================ changes of 'dbus-binding-tool'===============
15 Functions changes summary: 2 Removed, 0 Changed, 1 Added functions
16 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
17 Function symbols changes summary: 0 Removed, 0 Added function symbol not referenced by debug info
18 Variable symbols changes summary: 2 Removed, 0 Added variable symbols not referenced by debug info
34 ================ end of changes of 'dbus-binding-tool'===============
[all …]
Dtest5-same-dir-dbus-glib-0.100.2-2.fc20.x86_64--dbus-glib-0.106-1.fc23.x86_64-report-0.txt3 ================ changes of 'libdbus-glib-1.so.2.2.2'===============
4 Functions changes summary: 0 Removed, 0 Changed, 0 Added function
5 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
6 Function symbols changes summary: 0 Removed, 2 Added function symbols not referenced by debug info
7 Variable symbols changes summary: 0 Removed, 0 Added variable symbol not referenced by debug info
14 ================ end of changes of 'libdbus-glib-1.so.2.2.2'===============
16 ================ changes of 'dbus-binding-tool'===============
17 Functions changes summary: 0 Removed, 0 Changed, 0 Added function
18 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
19 Function symbols changes summary: 2 Removed, 0 Added function symbols not referenced by debug info
[all …]
/external/libabigail/tests/data/test-abidiff/
Dtest-PR18791-report0.txt1 Functions changes summary: 1 Removed, 60 Changed, 1 Added functions
2 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
14 [C] 'method bool sigc::connection::block(bool)' has some indirect sub-type changes:
15 implicit parameter 0 of type 'sigc::connection*' has sub-type changes:
34 2 data member changes:
62 [C] 'method bool sigc::connection::blocked()' has some indirect sub-type changes:
63 implicit parameter 0 of type 'const sigc::connection*' has sub-type changes:
67 … 'method sigc::connection::connection(const sigc::connection&)' has some indirect sub-type changes:
68 implicit parameter 0 of type 'sigc::connection*' has sub-type changes:
70 parameter 1 of type 'const sigc::connection&' has sub-type changes:
[all …]
/external/libabigail/tests/data/test-diff-dwarf/
Dtest30-vtable-changes-report-0.txt1 Functions changes summary: 0 Removed, 4 Changed, 1 Added functions
2 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
11 [C] 'method virtual void S::fn0()' has some indirect sub-type changes:
12 implicit parameter 0 of type 'S*' has sub-type changes:
17 5 member function changes:
18 'method virtual S::~S(int)' has some sub-type changes:
19 implicit parameter 0 of type 'S*' has sub-type changes:
21 'method virtual S::~S(int)' has some sub-type changes:
22 implicit parameter 0 of type 'S*' has sub-type changes:
24 'method virtual S::~S(int)' has some sub-type changes:
[all …]
Dtest29-vtable-changes-report-0.txt1 Functions changes summary: 0 Removed, 3 Changed, 1 Added functions
2 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
11 [C] 'method virtual void S::fn0()' has some indirect sub-type changes:
12 implicit parameter 0 of type 'S*' has sub-type changes:
17 4 member function changes:
18 'method virtual S::~S(int)' has some sub-type changes:
19 implicit parameter 0 of type 'S*' has sub-type changes:
21 'method virtual S::~S(int)' has some sub-type changes:
22 implicit parameter 0 of type 'S*' has sub-type changes:
24 'method virtual S::~S(int)' has some sub-type changes:
[all …]
Dtest41-PR20476-hidden-report-0.txt1 Functions changes summary: 0 Removed, 3 Changed, 0 Added functions
2 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
6 [C] 'method virtual Interface::~Interface(int)' has some indirect sub-type changes:
7 implicit parameter 0 of type 'Interface*' has sub-type changes:
12 5 member function changes:
13 'method virtual Interface::~Interface(int)' has some sub-type changes:
14 implicit parameter 0 of type 'Interface*' has sub-type changes:
16 'method virtual Interface::~Interface(int)' has some sub-type changes:
17 implicit parameter 0 of type 'Interface*' has sub-type changes:
19 'method virtual Interface::~Interface(int)' has some sub-type changes:
[all …]
Dtest31-vtable-changes-report-0.txt1 Functions changes summary: 1 Removed, 3 Changed, 0 Added functions
2 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
11 [C] 'method virtual void S::fn1()' has some indirect sub-type changes:
14 implicit parameter 0 of type 'S*' has sub-type changes:
19 4 member function changes:
20 'method virtual S::~S(int)' has some sub-type changes:
21 implicit parameter 0 of type 'S*' has sub-type changes:
23 'method virtual S::~S(int)' has some sub-type changes:
24 implicit parameter 0 of type 'S*' has sub-type changes:
26 'method virtual S::~S(int)' has some sub-type changes:
[all …]
DPR25058-liblttng-ctl-report-1.txt1 Functions changes summary: 0 Removed, 50 Changed, 79 Added functions
2 Variables changes summary: 0 Removed, 0 Changed, 3 Added variables
88 [C] 'function void lttng_action_destroy(lttng_action*)' has some indirect sub-type changes:
89 parameter 1 of type 'lttng_action*' has sub-type changes:
92 2 data member changes:
100 parameter 1 of type 'lttng_action*' has sub-type changes:
109 parameter 1 of type 'lttng_action*' has sub-type changes:
112 …unction lttng_action_type lttng_action_get_type(lttng_action*)' has some indirect sub-type changes:
113 parameter 1 of type 'lttng_action*' has sub-type changes:
116 [C] 'function lttng_action* lttng_action_notify_create()' has some indirect sub-type changes:
[all …]
/external/libabigail/tests/data/test-diff-pkg/
Dtest-rpm-report-2.txt1 ================ changes of 'libdbus-glib-1.so.2.1.0'===============
2 Functions changes summary: 0 Removed, 0 Changed, 0 Added function
3 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
4 Function symbols changes summary: 0 Removed, 8 Added function symbols not referenced by debug info
5 Variable symbols changes summary: 0 Removed, 0 Added variable symbol not referenced by debug info
18 ================ end of changes of 'libdbus-glib-1.so.2.1.0'===============
20 ================ changes of 'dbus-binding-tool'===============
21 Functions changes summary: 0 Removed, 0 Changed, 0 Added function
22 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
23 Function symbols changes summary: 2 Removed, 1 Added function symbols not referenced by debug info
[all …]
Dtest-rpm-report-3.txt1 ================ changes of 'libdbus-glib-1.so.2.1.0'===============
2 Functions changes summary: 0 Removed, 0 Changed, 0 Added function
3 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
4 Function symbols changes summary: 0 Removed, 8 Added function symbols not referenced by debug info
5 Variable symbols changes summary: 0 Removed, 0 Added variable symbol not referenced by debug info
18 ================ end of changes of 'libdbus-glib-1.so.2.1.0'===============
20 ================ changes of 'dbus-binding-tool'===============
21 Functions changes summary: 0 Removed, 0 Changed, 0 Added function
22 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
23 Function symbols changes summary: 2 Removed, 1 Added function symbols not referenced by debug info
[all …]
Dtest-rpm-report-1.txt1 ================ changes of 'libdbus-glib-1.so.2.1.0'===============
2 Functions changes summary: 0 Removed, 0 Changed, 0 Added function
3 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
4 Function symbols changes summary: 0 Removed, 8 Added function symbols not referenced by debug info
5 Variable symbols changes summary: 0 Removed, 0 Added variable symbol not referenced by debug info
18 ================ end of changes of 'libdbus-glib-1.so.2.1.0'===============
20 ================ changes of 'dbus-binding-tool'===============
21 Functions changes summary: 0 Removed, 0 Changed, 0 Added function
22 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
23 Function symbols changes summary: 2 Removed, 1 Added function symbols not referenced by debug info
[all …]
Dtest-rpm-report-0.txt1 ================ changes of 'libdbus-glib-1.so.2.1.0'===============
2 Functions changes summary: 0 Removed, 0 Changed, 0 Added function
3 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
4 Function symbols changes summary: 0 Removed, 8 Added function symbols not referenced by debug info
5 Variable symbols changes summary: 0 Removed, 0 Added variable symbol not referenced by debug info
18 ================ end of changes of 'libdbus-glib-1.so.2.1.0'===============
20 ================ changes of 'dbus-binding-tool'===============
21 Functions changes summary: 2 Removed, 0 Changed, 0 Added functions
22 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
23 Function symbols changes summary: 0 Removed, 1 Added function symbol not referenced by debug info
[all …]
Dnss-3.23.0-1.0.fc23.x86_64-report-0.txt1 ================ changes of 'libnss3.so'===============
2 Functions changes summary: 0 Removed, 1 Changed (62 filtered out), 0 Added functions
3 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
7 …leResponses(CERTOCSPRequest*, SECOidTag, ...)' at ocsp.c:2199:1 has some indirect sub-type changes:
8 parameter 2 of type 'typedef SECOidTag' has sub-type changes:
16 ================ end of changes of 'libnss3.so'===============
18 ================ changes of 'libssl3.so'===============
19 Functions changes summary: 0 Removed, 2 Changed (7 filtered out), 1 Added functions
20 Variables changes summary: 0 Removed, 1 Changed, 0 Added variable
28 …AType NSS_FindCertKEAType(CERTCertificate*)' at sslcert.c:939:1 has some indirect sub-type changes:
[all …]
Dtbb-4.1-9.20130314.fc22.x86_64--tbb-4.3-3.20141204.fc23.x86_64-report-1.txt1 ================ changes of 'libtbb.so.2'===============
2 Functions changes summary: 0 Removed, 16 Changed (94 filtered out), 17 Added functions
3 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
4 Function symbols changes summary: 0 Removed, 0 Added function symbol not referenced by debug info
5 Variable symbols changes summary: 3 Removed, 0 Added variable symbols not referenced by debug info
29 …th_context_proxy::allocate(std::size_t) const' at task.cpp:66:1 has some indirect sub-type changes:
30 …eter 0 of type 'const tbb::internal::allocate_root_with_context_proxy* const' has sub-type changes:
41 1 data member changes (2 filtered):
47 …rent_queue_iterator_base(int)' at concurrent_queue_v2.cpp:360:1 has some indirect sub-type changes:
50 …rnal::concurrent_queue_base_v3&)' at concurrent_queue.cpp:622:1 has some indirect sub-type changes:
[all …]
/external/llvm-project/polly/lib/External/isl/
DChangeLog3 changes:
8 changes:
16 changes:
26 changes:
33 changes:
44 changes:
54 changes:
59 changes:
71 changes:
76 changes:
[all …]
/external/clang/test/SemaOpenCL/
Daddress-spaces.cl10 …ip = gip; // expected-error {{assigning '__global int *' to 'int *' changes address space of point…
11 …ip = &li; // expected-error {{assigning '__local int *' to 'int *' changes address space of pointe…
12 …ip = &ci; // expected-error {{assigning '__constant int *' to 'int *' changes address space of poi…
17 … // expected-error {{casting '__local int *' to type '__global int *' changes address space of …
18 … // expected-error {{casting '__constant int *' to type '__global int *' changes address space of …
19 …pected-error {{casting 'const __constant int *' to type '__global int *' changes address space of …
20 …g = (global int*) p; // expected-error {{casting 'int *' to type '__global int *' changes addre…
22 … // expected-error {{casting '__global int *' to type '__local int *' changes address space of …
23 … // expected-error {{casting '__constant int *' to type '__local int *' changes address space of …
24 …xpected-error {{casting 'const __constant int *' to type '__local int *' changes address space of …
[all …]
/external/llvm-project/clang/test/SemaOpenCL/
Daddress-spaces.cl20 …rror {{assigning '__global int *__private' to '__private int *__private' changes address space of …
21 …ip = &li; // expected-error {{assigning '__local int *' to '__private int *__private' changes addr…
22 …ip = &ci; // expected-error {{assigning '__constant int *' to '__private int *__private' changes a…
28 // expected-error@-2 {{assigning '__constant int *' to '__generic int *__private' changes address s…
30 // expected-error@-4 {{assigning '__constant int *' to '__generic int *' changes address space of p…
38 // expected-error@-2 {{casting '__local int *' to type '__global int *' changes address space of po…
44 // expected-error@-2 {{casting '__constant int *' to type '__global int *' changes address space of…
50 // expected-error@-2 {{casting 'const __constant int *' to type '__global int *' changes address sp…
56 // expected-error@-2 {{casting '__private int *' to type '__global int *' changes address space of …
62 // expected-error@-2 {{casting '__global int *' to type '__local int *' changes address space of po…
[all …]
/external/libabigail/tests/data/test-diff-suppr/
Dtest41-enumerator-changes-report-0.txt1 Functions changes summary: 0 Removed, 2 Changed, 0 Added functions
2 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
6 …unction void bar(EnumType1)' at test41-enumerator-changes-v1.cc:24:1 has some indirect sub-type ch…
7 parameter 1 of type 'enum EnumType1' has sub-type changes:
12 'EnumType1::eenum_count' from value '3' to '4' at test41-enumerator-changes-v1.cc:10:1
14 …unction void foo(EnumType0)' at test41-enumerator-changes-v1.cc:20:1 has some indirect sub-type ch…
15 parameter 1 of type 'enum EnumType0' has sub-type changes:
20 'EnumType0::enum_count' from value '3' to '4' at test41-enumerator-changes-v1.cc:1:1

12345678910>>...144