| /external/cronet/base/process/ |
| D | environment_internal_unittest.cc | 38 EnvironmentMap changes; in TEST_F() local 41 e = AlterEnvironment(empty, changes); in TEST_F() 44 changes[L"A"] = L"1"; in TEST_F() 45 e = AlterEnvironment(empty, changes); in TEST_F() 48 changes.clear(); in TEST_F() 49 changes[L"A"] = std::wstring(); in TEST_F() 50 e = AlterEnvironment(empty, changes); in TEST_F() 53 changes.clear(); in TEST_F() 54 e = AlterEnvironment(a2, changes); in TEST_F() 57 changes.clear(); in TEST_F() [all …]
|
| /external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/ |
| D | PluralFormatTest.java | 32 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules() argument 38 String lastValue = (String) changes.get(Integer.valueOf(0)); in helperTestRules() 42 if (changes.get(Integer.valueOf(i)) != null) { in helperTestRules() 49 lastValue = (String) changes.get(Integer.valueOf(i)); in helperTestRules() 59 String expected = changes.get(0); in helperTestRules() 61 String value = changes.get(n); in helperTestRules() 78 Map<Integer, String> changes = new HashMap<>(); in TestOneFormLocales() local 79 changes.put(0, "other"); in TestOneFormLocales() 80 helperTestRules(localeIDs, testPattern, changes); in TestOneFormLocales() 88 Map<Integer, String> changes = new HashMap<>(); in TestSingular1Locales() local [all …]
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
| D | PluralFormatTest.java | 35 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules() argument 41 String lastValue = (String) changes.get(Integer.valueOf(0)); in helperTestRules() 45 if (changes.get(Integer.valueOf(i)) != null) { in helperTestRules() 52 lastValue = (String) changes.get(Integer.valueOf(i)); in helperTestRules() 62 String expected = changes.get(0); in helperTestRules() 64 String value = changes.get(n); in helperTestRules() 81 Map<Integer, String> changes = new HashMap<>(); in TestOneFormLocales() local 82 changes.put(0, "other"); in TestOneFormLocales() 83 helperTestRules(localeIDs, testPattern, changes); in TestOneFormLocales() 91 Map<Integer, String> changes = new HashMap<>(); in TestSingular1Locales() local [all …]
|
| /external/clang/lib/Format/ |
| D | WhitespaceManager.cpp | 46 Changes.clear(); in reset() 57 Changes.push_back( in replaceWhitespace() 69 Changes.push_back(Change( in addUntouchableToken() 84 Changes.push_back(Change( in replaceWhitespaceInToken() 94 if (Changes.empty()) in generateReplacements() 97 std::sort(Changes.begin(), Changes.end(), Change::IsBeforeInFile(SourceMgr)); in generateReplacements() 109 Changes[0].PreviousEndOfTokenColumn = 0; in calculateLineBreakInformation() 110 Change *LastOutsideTokenChange = &Changes[0]; in calculateLineBreakInformation() 111 for (unsigned i = 1, e = Changes.size(); i != e; ++i) { in calculateLineBreakInformation() 113 SourceMgr.getFileOffset(Changes[i].OriginalWhitespaceRange.getBegin()); in calculateLineBreakInformation() [all …]
|
| /external/mesa3d/.gitlab-ci/ |
| D | farm-rules.yml | 10 # - changes: [ .ci-farms-disabled/$FARM ] 13 # Note: the "manual" variant of each farm rules changes the above to `never`, 19 # - changes: [ .ci-farms-disabled/* ] 24 # contains all the jobs, as `changes` conditions in scheduled pipelines are 35 - changes: [ .ci-farms-disabled/microsoft ] # 2. Removed from disabled, run 38 - changes: [ .ci-farms-disabled/* ] # 3. We touched other farms in MR, do not run 49 - changes: [ .ci-farms-disabled/microsoft ] 60 - changes: [ .ci-farms-disabled/microsoft ] 63 - changes: [ .ci-farms-disabled/microsoft ] 66 - changes: [ .ci-farms-disabled/microsoft ] [all …]
|
| /external/libchrome/base/ |
| D | environment_unittest.cc | 107 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/licenseclassifier/v2/assets/License/Vim/ |
| D | license.txt | 17 a) If you make changes to Vim yourself, you must clearly describe in the distribution 19 the modified Vim you distributed, you must make your changes, including source 21 right to include your changes in the official version of Vim . What the maintainer 22 will do with your changes and under what license they will be distributed 24 version, also applies to your changes. The current maintainer is Bram Moolenaar 25 <Bram@vim.org>. If this changes it will be announced in appropriate places 27 impossible to contact the maintainer, the obligation to send him your changes 28 ceases. Once the maintainer has confirmed that he has received your changes 33 If you make additional changes the text under a) applies to those changes. 35 c) Provide all the changes, including source code, with every copy of the [all …]
|
| /external/apache-commons-compress/src/test/java/org/apache/commons/compress/changes/ |
| D | ChangeSetTestCase.java | 19 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/libphonenumber/ |
| D | release_notes.txt | 2 Code changes: 13 Metadata changes: 24 GitHub project changes: 27 Metadata structure changes in XML file: 39 Code changes: 50 Metadata changes: 61 Internal changes: 65 to backwards-incompatible changes without notice or guarantees. 66 Metadata changes: 78 Code changes: [all …]
|
| /external/llvm/lib/Support/ |
| D | DAGDeltaAlgorithm.cpp | 118 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 121 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 139 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, 144 /// GetTestResult - Get the test result for the active set \p Changes with 145 /// \p Required changes from the cache, executing the test if necessary. 147 /// \param Changes - The set of active changes being minimized, which should 149 /// \param Required - The set of changes which have previously been 152 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required); 155 /// Helper object for minimizing an active set of changes. 162 /// UpdatedSearchState - Callback used when the search state changes. [all …]
|
| D | DeltaAlgorithm.cpp | 17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult() argument 18 if (FailedTestsCache.count(Changes)) in GetTestResult() 21 bool Result = ExecuteOneTest(Changes); in GetTestResult() 23 FailedTestsCache.insert(Changes); in GetTestResult() 44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() argument 46 // Invariant: union(Res) == Changes in Delta() 47 UpdatedSearchState(Changes, Sets); in Delta() 51 return Changes; in Delta() 55 if (Search(Changes, Sets, Res)) in Delta() 64 return Changes; in Delta() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | DAGDeltaAlgorithm.cpp | 117 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 120 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 138 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, 143 /// GetTestResult - Get the test result for the active set \p Changes with 144 /// \p Required changes from the cache, executing the test if necessary. 146 /// \param Changes - The set of active changes being minimized, which should 148 /// \param Required - The set of changes which have previously been 151 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required); 154 /// Helper object for minimizing an active set of changes. 161 /// UpdatedSearchState - Callback used when the search state changes. [all …]
|
| D | DeltaAlgorithm.cpp | 17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult() argument 18 if (FailedTestsCache.count(Changes)) in GetTestResult() 21 bool Result = ExecuteOneTest(Changes); in GetTestResult() 23 FailedTestsCache.insert(Changes); in GetTestResult() 44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() argument 46 // Invariant: union(Res) == Changes in Delta() 47 UpdatedSearchState(Changes, Sets); in Delta() 51 return Changes; in Delta() 55 if (Search(Changes, Sets, Res)) in Delta() 64 return Changes; in Delta() [all …]
|
| /external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/ |
| D | NodeListTest.java | 43 private AstObserver createObserver(List<String> changes) { in createObserver() argument 47 …changes.add(String.format("change of property %s for %s: from '%s' to '%s'", property, observedNod… in createObserver() 52 …changes.add(String.format("setting parent for %s: was %s, now is %s", observedNode, previousParent… in createObserver() 57 … changes.add(String.format("'%s' %s in list at %d", nodeAddedOrRemoved, type, index)); in createObserver() 62 … changes.add(String.format("'%s' %s in list at %d", oldNode, ListChangeType.REMOVAL, index)); in createObserver() 63 … changes.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 …]
|
| /external/deqp-deps/glslang/ |
| D | CHANGES.md | 3 All notable changes to this project will be documented in this file. 8 ### Breaking changes 13 ### Other changes 52 ### Breaking changes 58 ### Other changes 68 ### Other changes 73 ### Other changes 86 ### Other changes 99 ### Other changes 108 ### Breaking changes [all …]
|
| /external/clang/test/SemaOpenCL/ |
| D | address-spaces.cl | 10 …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/google-cloud-java/ |
| D | changelog.json | 5 "changes": [ array 22 "changes": [ array 39 "changes": [ array 80 "changes": [ array 97 "changes": [ array 114 "changes": [ array 173 "changes": [ array 196 "changes": [ array 213 "changes": [ array 230 "changes": [ array [all …]
|
| /external/googleapis/google/ads/googleads/v16/enums/ |
| D | change_client_type.proto | 43 // Changes made through the "ads.google.com". 44 // For example, changes made through campaign management. 47 // Changes made through Google Ads automated rules. 50 // Changes made through Google Ads scripts. 53 // Changes made by Google Ads bulk upload. 56 // Changes made by Google Ads API. 59 // Changes made by Google Ads Editor. This value is a placeholder. 60 // The API does not return these changes. 63 // Changes made by Google Ads mobile app. 66 // Changes made through Google Ads recommendations. [all …]
|
| /external/googleapis/google/ads/googleads/v15/enums/ |
| D | change_client_type.proto | 43 // Changes made through the "ads.google.com". 44 // For example, changes made through campaign management. 47 // Changes made through Google Ads automated rules. 50 // Changes made through Google Ads scripts. 53 // Changes made by Google Ads bulk upload. 56 // Changes made by Google Ads API. 59 // Changes made by Google Ads Editor. This value is a placeholder. 60 // The API does not return these changes. 63 // Changes made by Google Ads mobile app. 66 // Changes made through Google Ads recommendations. [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
| D | DAGDeltaAlgorithm.cpp | 116 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 119 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 137 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, 142 /// GetTestResult - Get the test result for the active set \p Changes with 143 /// \p Required changes from the cache, executing the test if necessary. 145 /// \param Changes - The set of active changes being minimized, which should 147 /// \param Required - The set of changes which have previously been 150 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required); 153 /// Helper object for minimizing an active set of changes. 160 /// UpdatedSearchState - Callback used when the search state changes. [all …]
|
| D | DeltaAlgorithm.cpp | 16 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult() argument 17 if (FailedTestsCache.count(Changes)) in GetTestResult() 20 bool Result = ExecuteOneTest(Changes); in GetTestResult() 22 FailedTestsCache.insert(Changes); in GetTestResult() 43 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() argument 45 // Invariant: union(Res) == Changes in Delta() 46 UpdatedSearchState(Changes, Sets); in Delta() 50 return Changes; in Delta() 54 if (Search(Changes, Sets, Res)) in Delta() 62 return Changes; in Delta() [all …]
|
| /external/angle/third_party/glslang/src/ |
| D | CHANGES.md | 3 All notable changes to this project will be documented in this file. 46 ### Breaking changes 51 ### Other changes 90 ### Breaking changes 96 ### Other changes 106 ### Other changes 111 ### Other changes 124 ### Other changes 137 ### Other changes 146 ### Breaking changes [all …]
|
| /external/openscreen/discovery/dnssd/impl/ |
| D | querier_impl_unittest.cc | 157 const std::vector<PendingQueryChange>& changes, in ValidateRecordChangeStartsQuery() argument 160 ValidateRecordChangeResult(changes, name, expected_size, in ValidateRecordChangeStartsQuery() 165 const std::vector<PendingQueryChange>& changes, in ValidateRecordChangeStopsQuery() argument 168 ValidateRecordChangeResult(changes, name, expected_size, in ValidateRecordChangeStopsQuery() 223 const std::vector<PendingQueryChange>& changes, in ValidateRecordChangeResult() argument 227 EXPECT_EQ(changes.size(), expected_size); in ValidateRecordChangeResult() 229 changes.begin(), changes.end(), in ValidateRecordChangeResult() 235 EXPECT_TRUE(it != changes.end()); in ValidateRecordChangeResult() 310 auto changes = querier->OnRecordChanged(ptr, RecordChangedEvent::kCreated); in TEST_F() local 311 ValidateRecordChangeStartsQuery(changes, name, 1); in TEST_F() [all …]
|
| /external/googleapis/google/ads/googleads/v14/enums/ |
| D | change_client_type.proto | 43 // Changes made through the "ads.google.com". 44 // For example, changes made through campaign management. 47 // Changes made through Google Ads automated rules. 50 // Changes made through Google Ads scripts. 53 // Changes made by Google Ads bulk upload. 56 // Changes made by Google Ads API. 59 // Changes made by Google Ads Editor. This value is a placeholder. 60 // The API does not return these changes. 63 // Changes made by Google Ads mobile app. 66 // Changes made through Google Ads recommendations. [all …]
|
| /external/clang/test/SemaCXX/ |
| D | warn-literal-conversion.cpp | 8 …int y0 = 1.2222F; // expected-warning {{implicit conversion from 'float' to 'int' changes value fr… in test0() 9 …int y1 = (1.2222F); // expected-warning {{implicit conversion from 'float' to 'int' changes value … in test0() 10 …int y2 = (((1.2222F))); // expected-warning {{implicit conversion from 'float' to 'int' changes va… in test0() 11 …int y3 = 12E-1F; // expected-warning {{implicit conversion from 'float' to 'int' changes value fro… in test0() 12 …int y4 = 1.23E1F; // expected-warning {{implicit conversion from 'float' to 'int' changes value fr… in test0() 14 …int y5 = 1.2222; // expected-warning {{implicit conversion from 'double' to 'int' changes value fr… in test0() 15 …int y6 = 12E-1; // expected-warning {{implicit conversion from 'double' to 'int' changes value fro… in test0() 16 …int y7 = 1.23E1; // expected-warning {{implicit conversion from 'double' to 'int' changes value fr… in test0() 17 …int y8 = (1.23E1); // expected-warning {{implicit conversion from 'double' to 'int' changes value … in test0() 20 …y8 = 2.22F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 2.2… in test0() [all …]
|