Home
last modified time | relevance | path

Searched refs:Change (Results 1 – 25 of 1337) sorted by relevance

12345678910>>...54

/third_party/mbedtls/tests/suites/
Dtest_suite_pkcs7.data165 PKCS7 Parse Failure Invalid ASN1: Change tag 30 to 02 #22.0
169 PKCS7 Parse Failure Invalid ASN1: Change length from 1280 to 1281 #23.0
173 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #…
177 PKCS7 Parse Failure Invalid ASN1: Change tag 06 to 02 #25.0
181 PKCS7 Parse Failure Invalid ASN1: Change length from 9 to 10 #26.0
185 PKCS7 Parse Failure Invalid ASN1: Change length from 9 to 8 #27.0
189 PKCS7 Parse Failure Invalid ASN1: Change tag a0 to 02 #28.0
193 PKCS7 Parse Failure Invalid ASN1: Change length from 1265 to 1266 #29.0
197 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #…
201 PKCS7 Parse Failure Invalid ASN1: Change length from 1265 to 1264 #31.0
[all …]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
DChangeTest.java37 assertThat(Change.empty().getRanges()).isEmpty(); in testEmpty()
38 assertThat(Change.empty().getAssignments()).isEmpty(); in testEmpty()
42 assertThat(Change.empty()) in testEmpty()
43 .isNotEqualTo(Change.builder(RangeTree.empty()).assign(COL_A, "foo").build()); in testEmpty()
44 assertThat(Change.empty()).isNotEqualTo(Change.builder(ranges("12xxxx")).build()); in testEmpty()
49 Change c = Change.builder(ranges("12xxxx")).assign(COL_A, "foo").assign(COL_B, "bar").build(); in testBuilder()
54 assertThat(c).isEqualTo(Change.of(ranges("12xxxx"), asList(assignFoo, assignBar))); in testBuilder()
57 () -> Change.builder(ranges("12xxxx")).assign(COL_A, "foo").assign(COL_A, "bar").build()); in testBuilder()
62 Change c = Change.builder(ranges("12xxxx")).unassign(COL_A).build(); in testBuilderUnassignment()
65 assertThat(c).isEqualTo(Change.of(ranges("12xxxx"), asList(unassign))); in testBuilderUnassignment()
/third_party/skia/third_party/externals/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)
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)
33 Change in 0.14: (10 Mar 98)
[all …]
/third_party/node/deps/v8/third_party/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)
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)
33 Change in 0.14: (10 Mar 98)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIModeRegister.cpp99 Status Change; member in BlockData
259 insertSetreg(MBB, InsertionPoint, TII, IPChange.delta(NewInfo->Change)); in processBlockPhase1()
272 NewInfo->Change = NewInfo->Change.merge(Setreg); in processBlockPhase1()
274 NewInfo->Change = NewInfo->Change.mergeUnknown(Mask); in processBlockPhase1()
276 } else if (!NewInfo->Change.isCompatible(InstrMode)) { in processBlockPhase1()
283 if (!IPChange.delta(NewInfo->Change).isCombinable(InstrMode)) { in processBlockPhase1()
289 NewInfo->Require = NewInfo->Change; in processBlockPhase1()
293 IPChange.delta(NewInfo->Change)); in processBlockPhase1()
294 IPChange = NewInfo->Change; in processBlockPhase1()
299 NewInfo->Change = NewInfo->Change.merge(InstrMode); in processBlockPhase1()
[all …]
/third_party/typescript/tests/baselines/reference/tsc/incremental/
DnoEmit-changes-incremental-declaration.js253 Change:: No Change run with noEmit
264 Change:: No Change run with noEmit
275 Change:: Introduce error but still noEmit
486 Change:: Fix error and emit
617 Change:: No Change run with emit
636 Change:: No Change run with noEmit
647 Change:: No Change run with noEmit
658 Change:: No Change run with emit
677 Change:: Introduce error and emit
893 Change:: No Change run with emit
[all …]
DnoEmit-changes-composite.js254 Change:: No Change run with noEmit
265 Change:: No Change run with noEmit
276 Change:: Introduce error but still noEmit
502 Change:: Fix error and emit
630 Change:: No Change run with emit
649 Change:: No Change run with noEmit
660 Change:: No Change run with noEmit
671 Change:: No Change run with emit
690 Change:: Introduce error and emit
904 Change:: No Change run with emit
[all …]
DnoEmit-changes-incremental.js227 Change:: No Change run with noEmit
238 Change:: No Change run with noEmit
249 Change:: Introduce error but still noEmit
451 Change:: Fix error and emit
583 Change:: No Change run with emit
602 Change:: No Change run with noEmit
613 Change:: No Change run with noEmit
624 Change:: No Change run with emit
643 Change:: Introduce error and emit
853 Change:: No Change run with emit
[all …]
DnoEmit-changes-incremental-discrepancies.js1 0:: No Change run with noEmit
21 1:: No Change run with noEmit
61 4:: No Change run with emit
81 5:: No Change run with noEmit
101 6:: No Change run with noEmit
121 7:: No Change run with emit
161 9:: No Change run with emit
181 10:: No Change run with noEmit
201 11:: No Change run with noEmit
221 12:: No Change run with emit
[all …]
Dwhen-new-file-is-added-to-the-referenced-project.js97 Change:: Add class3 to project1 and build it
123 Change:: Add output of class3
188 Change:: Add excluded file to project1
202 Change:: Delete output for class3
268 Change:: Create output for class3
DnoEmit-changes-with-initial-noEmit-incremental.js186 Change:: No Change run with emit
368 Change:: Introduce error with emit
574 Change:: Fix error and no emit
704 Change:: No Change run with emit
DnoEmit-changes-with-initial-noEmit-incremental-declaration.js189 Change:: No Change run with emit
397 Change:: Introduce error with emit
613 Change:: Fix error and no emit
754 Change:: No Change run with emit
DnoEmit-changes-with-initial-noEmit-composite.js197 Change:: No Change run with emit
406 Change:: Introduce error with emit
620 Change:: Fix error and no emit
776 Change:: No Change run with emit
/third_party/ltp/testcases/network/stress/route/
D00_Descriptions.txt2 Change IPv4/IPv6 route destination by ip command
5 Change IPv4/IPv6 route gateway by ip command
8 Change IPv4/IPv6 route interface by ip command
11 Change IPv4/IPv6 route destination by Netlink API via libmnl
14 Change IPv4/IPv6 route gateway by Netlink API via libmnl
17 Change IPv4/IPv6 route interface by Netlink API via libmnl
20 Change IPv4/IPv6 route by ICMP Redirects frequently
/third_party/node/deps/v8/src/compiler/
Djs-intrinsic-lowering.cc90 return Change( in ReduceCopyDataProperties()
118 return Change(node, javascript()->CreateIterResultObject(), value, done, in ReduceCreateIterResultObject()
163 return Change(node, op, generator, closed, effect, control); in ReduceGeneratorClose()
167 return Change( in ReduceAsyncFunctionAwaitCaught()
173 return Change( in ReduceAsyncFunctionAwaitUncaught()
197 return Change( in ReduceAsyncGeneratorAwaitCaught()
203 return Change( in ReduceAsyncGeneratorAwaitUncaught()
210 return Change( in ReduceAsyncGeneratorReject()
216 return Change( in ReduceAsyncGeneratorResolve()
222 return Change( in ReduceAsyncGeneratorYield()
[all …]
Djs-intrinsic-lowering.h71 Reduction Change(Node* node, const Operator* op); in NON_EXPORTED_BASE()
72 Reduction Change(Node* node, const Operator* op, Node* a, Node* b); in NON_EXPORTED_BASE()
73 Reduction Change(Node* node, const Operator* op, Node* a, Node* b, Node* c); in NON_EXPORTED_BASE()
74 Reduction Change(Node* node, const Operator* op, Node* a, Node* b, Node* c, in NON_EXPORTED_BASE()
81 Reduction Change(Node* node, Callable const& callable, in NON_EXPORTED_BASE()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DChange.java35 public abstract class Change { class
36 private static final Change EMPTY = of(RangeTree.empty(), ImmutableList.of());
68 public Change build() { in build()
69 return Change.of(ranges, assignments.values()); in build()
78 public static Change empty() { in empty()
83 public static Change of(RangeTree ranges, Iterable<Assignment<?>> assignments) { in of()
130 Change() {} in Change() method in Change
DRangeTable.java310 public Builder apply(Change change) { in apply()
321 public Builder apply(Change change, OverwriteMode mode) { in apply()
387 table.apply(Change.of(RangeTree.from(row.getKey()), assignments)); in from()
540 public ImmutableList<Change> toChanges() { in toChanges()
560 public static ImmutableList<Change> toChanges( in toChanges()
587 for (Change c : toChanges(schema, table, getAllRanges())) { in toImmutableTable()
663 Function<Change, RangeTree> simplifyFn, in simplify() argument
670 ImmutableList<Change> rows = subTable(getAllRanges(), first, rest).toChanges(); in simplify()
698 ImmutableList<Change> rows, Function<Change, RangeTree> simplifyFn, int minPrefixLength) { in simplifyIndexTable() argument
765 simplifyFn.apply(Change.of(disjointRange, rows.get(n).getAssignments())); in simplifyIndexTable()
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/
Dextended-source-files-are-watched.js85 Change:: Change config to extend another config
148 Change:: Change first extended config
209 Change:: Change second extended config
262 Change:: Change config to stop extending another config
/third_party/skia/third_party/externals/angle2/include/GLES/
DREADME.md12 …1. Change `prefixText = prefixStrings + gles1PlatformStrings + genDateCommentString,` to `p…
13 1. Change `genFuncPointers = False,` to `genFuncPointers = True,`
14 1. Change `protectProto = False,` to `protectProto = 'nonzero',`
15 …1. Change `protectProtoStr = 'GL_GLEXT_PROTOTYPES',` to `protectProtoStr = 'GL_GLES_PROTOTYPES…
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_shader_image_atomic.txt67 Change the first paragraph of section 7.10 "Images" on p. 113:
74 Change the third paragraph of section 7.10:
81 Change the first sentence of section 7.11 "Shader Memory Access" on p.
90 Change the caption to table 8.26, p. 199
95 Change the first sentence of the second paragraph on p. 199:
101 Change the fourth paragraph:
109 Change the first complete paragraph on p. 200:
118 Change the last paragraph on p. 200:
124 Change the last paragraph on p. 200:
144 Change the third sentence of the first paragraph in section A.1, p. 408:
[all …]
/third_party/openGLES/extensions/OES/
DOES_shader_image_atomic.txt77 Change the first paragraph of section 7.10 "Images" on p. 113:
84 Change the third paragraph of section 7.10:
91 Change the first sentence of section 7.11 "Shader Memory Access" on p.
100 Change the caption to table 8.26, p. 199
105 Change the first sentence of the second paragraph on p. 199:
111 Change the fourth paragraph:
119 Change the first complete paragraph on p. 200:
128 Change the last paragraph on p. 200:
134 Change the last paragraph on p. 200:
154 Change the third sentence of the first paragraph in section A.1, p. 408:
[all …]
/third_party/typescript/tests/baselines/reference/tsbuild/configFileErrors/
Dreports-syntax-errors-in-config-file.js89 Change:: reports syntax errors after change to config file
120 Change:: reports syntax errors after change to ts file
142 Change:: no-change-run
161 Change:: builds after fixing config file errors
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/watchFile/
Dusing-dynamic-priority-polling.js56 Change:: Time spent to Transition libFile and file1 to low priority queue
71 Change:: Make change to file
89 Change:: Callbacks: medium priority + high priority queue and scheduled program update
128 Change:: Polling queues polled and everything is in the high polling queue
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/
Dwith-non-synchronous-watch-directory.js84 Change:: Directory watch updates because of file1.js creation
117 Change:: Remove directory node_modules
172 Change:: Pending directory watchers and program update
223 Change:: Start npm install
252 Change:: npm install folder creation of file2
281 Change:: npm install index file in file2
313 Change:: Updates the program
344 Change:: Invalidates module resolution cache
375 Change:: Pending updates

12345678910>>...54