Home
last modified time | relevance | path

Searched full:destination (Results 1 – 25 of 7989) sorted by relevance

12345678910>>...320

/external/mesa3d/src/gallium/drivers/crocus/ci/
Dcrocus-hsw-fails.txt247 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R16/Destination: GL_R16I,Fail
248 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R16/Destination: GL_RG8I,Fail
249 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R16I/Destination: GL_R16,Fail
250 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R16I/Destination: GL_R16I,Fail
251 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R16I/Destination: GL_R16UI,Fail
252 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R16I/Destination: GL_R16_SNORM,Fa…
253 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R16I/Destination: GL_RG8,Fail
254 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R16I/Destination: GL_RG8I,Fail
255 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R16I/Destination: GL_RG8UI,Fail
256 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R16I/Destination: GL_RG8_SNORM,Fa…
[all …]
/external/mesa3d/src/gallium/drivers/r600/ci/
Dr600-rv770-fails.txt613 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R8/Destination: GL_R8I,Fail
614 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R8/Destination: GL_R8UI,Fail
615 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R8I/Destination: GL_R8,Fail
616 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R8I/Destination: GL_R8I,Fail
617 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R8I/Destination: GL_R8UI,Fail
618 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R8I/Destination: GL_R8_SNORM,Fail
619 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R8UI/Destination: GL_R8,Fail
620 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R8UI/Destination: GL_R8I,Fail
621 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R8UI/Destination: GL_R8UI,Fail
622 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_R8UI/Destination: GL_R8_SNORM,Fail
[all …]
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DFieldMaskTreeTest.cs162 …private void Merge(FieldMaskTree tree, IMessage source, IMessage destination, FieldMask.MergeOptio… in Merge() argument
170 newDestination.MergeFrom(destination.ToByteString()); in Merge()
175 foreach (var fieldDescriptor in destination.Descriptor.Fields.InFieldNumberOrder()) in Merge()
177 fieldDescriptor.Accessor.Clear(destination); in Merge()
179 destination.MergeFrom(newDestination.ToByteString()); in Merge()
183 tree.Merge(source, destination, options); in Merge()
219 NestedTestAllTypes destination = new NestedTestAllTypes(); in Merge()
221 source, destination, options, useDynamicMessage); in Merge()
229 Assert.AreEqual(expected, destination); in Merge()
231 destination = new NestedTestAllTypes(); in Merge()
[all …]
/external/protobuf/csharp/src/Google.Protobuf.Test/
DFieldMaskTreeTest.cs162 …private void Merge(FieldMaskTree tree, IMessage source, IMessage destination, FieldMask.MergeOptio… in Merge() argument
170 newDestination.MergeFrom(destination.ToByteString()); in Merge()
175 foreach (var fieldDescriptor in destination.Descriptor.Fields.InFieldNumberOrder()) in Merge()
177 fieldDescriptor.Accessor.Clear(destination); in Merge()
179 destination.MergeFrom(newDestination.ToByteString()); in Merge()
183 tree.Merge(source, destination, options); in Merge()
219 NestedTestAllTypes destination = new NestedTestAllTypes(); in Merge()
221 source, destination, options, useDynamicMessage); in Merge()
229 Assert.AreEqual(expected, destination); in Merge()
231 destination = new NestedTestAllTypes(); in Merge()
[all …]
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DFieldMaskTreeTest.cs162 …private void Merge(FieldMaskTree tree, IMessage source, IMessage destination, FieldMask.MergeOptio… in Merge() argument
170 newDestination.MergeFrom(destination.ToByteString()); in Merge()
175 foreach (var fieldDescriptor in destination.Descriptor.Fields.InFieldNumberOrder()) in Merge()
177 fieldDescriptor.Accessor.Clear(destination); in Merge()
179 destination.MergeFrom(newDestination.ToByteString()); in Merge()
183 tree.Merge(source, destination, options); in Merge()
219 NestedTestAllTypes destination = new NestedTestAllTypes(); in Merge()
221 source, destination, options, useDynamicMessage); in Merge()
229 Assert.AreEqual(expected, destination); in Merge()
231 destination = new NestedTestAllTypes(); in Merge()
[all …]
/external/webrtc/common_video/h264/
Dsps_vui_rewriter.cc57 uint8_t CopyUInt8(BitstreamReader& source, rtc::BitBufferWriter& destination) { in CopyUInt8() argument
59 if (!destination.WriteUInt8(tmp)) { in CopyUInt8()
66 rtc::BitBufferWriter& destination) { in CopyExpGolomb() argument
68 if (!destination.WriteExponentialGolomb(tmp)) { in CopyExpGolomb()
76 rtc::BitBufferWriter& destination) { in CopyBits() argument
80 if (!destination.WriteBits(tmp, bits)) { in CopyBits()
88 rtc::BitBufferWriter& destination,
93 rtc::BitBufferWriter& destination);
94 bool AddBitstreamRestriction(rtc::BitBufferWriter* destination,
97 bool AddVideoSignalTypeInfo(rtc::BitBufferWriter& destination,
[all …]
/external/gemmlowp/meta/generators/
Dneon_emitter.py287 def EmitAdd(self, destination, source, param): argument
288 self.EmitOp3('add', destination, source, param)
290 def EmitSubs(self, destination, source, param): argument
291 self.EmitOp3('subs', destination, source, param)
293 def EmitSub(self, destination, source, param): argument
294 self.EmitOp3('sub', destination, source, param)
296 def EmitMul(self, destination, source, param): argument
297 self.EmitOp3('mul', destination, source, param)
326 def EmitVAdd(self, add_type, destination, source_1, source_2): argument
327 destination, source_1, source_2 = _MakeCompatible(destination, source_1,
[all …]
Dneon_emitter_64.py523 def EmitAdd(self, destination, source, param): argument
524 self.EmitOp3('add', destination, source, param)
526 def EmitSubs(self, destination, source, param): argument
527 self.EmitOp3('subs', destination, source, param)
529 def EmitSub(self, destination, source, param): argument
530 self.EmitOp3('sub', destination, source, param)
532 def EmitMul(self, destination, source, param): argument
533 self.EmitOp3('mul', destination, source, param)
538 def EmitVMovl(self, mov_type, destination, source): argument
540 destination = _AppendType(wide_type, destination)
[all …]
/external/iptables/extensions/
Dlibipt_DNAT.t3 -j DNAT --to-destination 1.1.1.1;=;OK
4 -j DNAT --to-destination 1.1.1.1-1.1.1.10;=;OK
5 -j DNAT --to-destination 1.1.1.1:1025-65535;;FAIL
6 -j DNAT --to-destination 1.1.1.1 --to-destination 2.2.2.2;;FAIL
7 -p tcp -j DNAT --to-destination 1.1.1.1:1025-65535;=;OK
8 -p tcp -j DNAT --to-destination 1.1.1.1-1.1.1.10:1025-65535;=;OK
9 -p tcp -j DNAT --to-destination 1.1.1.1-1.1.1.10:1025-65536;;FAIL
10 -p tcp -j DNAT --to-destination 1.1.1.1-1.1.1.10:1025-65535 --to-destination 2.2.2.2-2.2.2.20:1025-…
11 -p tcp -j DNAT --to-destination 1.1.1.1:1000-2000/1000;=;OK
12 -p tcp -j DNAT --to-destination 1.1.1.1:1000-2000/3000;=;OK
[all …]
Dlibip6t_DNAT.t3 -j DNAT --to-destination dead::beef;=;OK
4 -j DNAT --to-destination dead::beef-dead::fee7;=;OK
5 -j DNAT --to-destination [dead::beef]:1025-65535;;FAIL
6 -j DNAT --to-destination [dead::beef] --to-destination [dead::fee7];;FAIL
7 -p tcp -j DNAT --to-destination [dead::beef]:1025-65535;=;OK
8 -p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1025-65535;=;OK
9 -p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1025-65536;;FAIL
10 -p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1025-65535 --to-destination [dead::beef-dea…
11 -p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1000-2000/1000;=;OK
12 -p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1000-2000/3000;=;OK
[all …]
/external/aws-sdk-java-v2/services/pinpointsmsvoice/src/main/resources/codegen-resources/
Ddocs-2.json6 …"CreateConfigurationSetEventDestination" : "Create a new event destination in a configuration set.…
8 … "DeleteConfigurationSetEventDestination" : "Deletes an event destination in a configuration set.",
9 …vent destination, including the types of events it reports, the Amazon Resource Name (ARN) of the
11destination in a configuration set. An event destination is a location that you publish informatio…
17 …e event destination is enabled. If the event destination is enabled, then Amazon Pinpoint sends re…
18 …e event destination is enabled. If the event destination is enabled, then Amazon Pinpoint sends re…
28 …"base" : "An object that contains information about a event destination that sends data to Amazon …
35 "base" : "Create a new event destination in a configuration set.",
39 … "base" : "An empty object that indicates that the event destination was created successfully.",
51 … "base" : "An empty object that indicates that the event destination was deleted successfully.",
[all …]
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/model/
DDownloadFileRequest.java45 private final Path destination; field in DownloadFileRequest
50 this.destination = Validate.paramNotNull(builder.destination, "destination"); in DownloadFileRequest()
73 * @return the destination path
75 public Path destination() { in destination() method in DownloadFileRequest
76 return destination; in destination()
106 if (!Objects.equals(destination, that.destination)) { in equals()
117 int result = destination != null ? destination.hashCode() : 0; in hashCode()
126 .add("destination", destination) in toString()
147 * @param destination the destination path
150 Builder destination(Path destination); in destination() method
[all …]
DDownloadDirectoryRequest.java42 private final Path destination; field in DownloadDirectoryRequest
49 this.destination = Validate.paramNotNull(builder.destination, "destination"); in DownloadDirectoryRequest()
57 * The destination directory to which files should be downloaded.
59 * @return the destination directory
60 * @see Builder#destination(Path)
62 public Path destination() { in destination() method in DownloadDirectoryRequest
63 return destination; in destination()
124 if (!Objects.equals(destination, that.destination)) { in equals()
141 int result = destination != null ? destination.hashCode() : 0; in hashCode()
152 .add("destination", destination) in toString()
[all …]
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/integration/downloader/
DDownloadDestinationOpenerTest.java90 // Create destination. in opener_withNoExistingData_createsNewMetadata()
93 DownloadDestination destination = storage.open(fileUri, opener); in opener_withNoExistingData_createsNewMetadata() local
95 // Asset that destination has initial, empty values. in opener_withNoExistingData_createsNewMetadata()
96 assertThat(destination.numExistingBytes().get(TIMEOUT, SECONDS)).isEqualTo(0); in opener_withNoExistingData_createsNewMetadata()
97 assertThat(destination.readMetadata().get(TIMEOUT, SECONDS)).isEqualTo(emptyMetadata); in opener_withNoExistingData_createsNewMetadata()
111 // Create destination and write data/metadata. in opener_withNoExistingData_writes()
114 DownloadDestination destination = storage.open(fileUri, opener); in opener_withNoExistingData_writes() local
117 destination.openByteChannel(0, metadataToWrite).get(TIMEOUT, SECONDS)) { in opener_withNoExistingData_writes()
128 // Assert that destination now reflects the latest state. in opener_withNoExistingData_writes()
129 assertThat(destination.numExistingBytes().get(TIMEOUT, SECONDS)).isEqualTo(CONTENT.length); in opener_withNoExistingData_writes()
[all …]
/external/mesa3d/src/panfrost/ci/
Dpanfrost-g57-fails.txt332 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_ALPHA/Destination: GL_ALPHA,Fail
333 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_ALPHA12/Destination: GL_ALPHA12,Fail
334 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_ALPHA16/Destination: GL_ALPHA16,Fail
335 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_ALPHA8/Destination: GL_ALPHA8,Fail
336 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_INTENSITY/Destination: GL_INTENSITY…
337 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_INTENSITY8/Destination: GL_INTENSIT…
338 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_LUMINANCE/Destination: GL_LUMINANCE…
339 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_LUMINANCE12_ALPHA12/Destination: GL…
340 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_LUMINANCE16_ALPHA16/Destination: GL…
341 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_LUMINANCE8/Destination: GL_LUMINANC…
[all …]
/external/icu/icu4c/packaging/
Ddistrelease.ps143 Copy-Item -Path "$icuDir\lib64" -Destination $source -Recurse
44 Copy-Item -Path "$icuDir\bin64" -Destination $source -Recurse
48 Copy-Item -Path "$icuDir\lib" -Destination $source -Recurse
49 Copy-Item -Path "$icuDir\bin" -Destination $source -Recurse
53 Copy-Item -Path "$icuDir\libARM64" -Destination $source -Recurse
54 Copy-Item -Path "$icuDir\binARM64" -Destination $source -Recurse
64 Copy-Item -Path "$icuDir\include" -Destination $source -Recurse
65 Copy-Item -Path "$icuDir\APIChangeReport.html" -Destination $source -Recurse
66 Copy-Item -Path "$icuDir\icu4c.css" -Destination $source -Recurse
67 Copy-Item -Path "$icuDir\LICENSE" -Destination $source -Recurse
[all …]
/external/pigweed/pw_build/py/pw_build/
Dzip.py36 help='Symbol that separates the path and the zip path destination.',
43 parser.add_argument('--out_filename', help='Zip file destination.')
55 the delimiter, and a path to the desired .zip destination.
58 destination. Defaults to '>'. Examples:
67 source, destination = _input.split(delimiter)
69 destination = destination.strip()
82 if not destination.startswith('/'):
85 f'"{destination}" must start with "/" to indicate the '
89 destination_path = pathlib.PurePath(destination)
93 # Case: "foo.txt > /mydir/"; destination is dir. Put foo.txt
[all …]
/external/clang/test/Sema/
Dwarn-strlcpycat-size.c22 … source; expected the size of the destination}} expected-note {{change size argument to be the siz… in f()
23 … source; expected the size of the destination}} expected-note {{change size argument to be the siz… in f()
24 … source; expected the size of the destination}} expected-note {{change size argument to be the siz… in f()
25 … source; expected the size of the destination}} expected-note {{change size argument to be the siz… in f()
26 … source; expected the size of the destination}} expected-note {{change size argument to be the siz… in f()
27 …argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} in f()
38 …argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} in flexible_arrays()
46 …argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} in size_1()
54 … source; expected the size of the destination}} expected-note {{change size argument to be the siz… in vlas()
/external/google-breakpad/src/common/windows/
Dstring_utils-inl.h72 // not fail if source is longer than destination_size. The destination
74 static void safe_wcscpy(wchar_t* destination, size_t destination_size,
79 // are longer than destination_size. The destination buffer is always
81 static void safe_wcsncpy(wchar_t* destination, size_t destination_size,
104 inline void WindowsStringUtils::safe_wcscpy(wchar_t* destination, in safe_wcscpy() argument
108 wcscpy_s(destination, destination_size, source); in safe_wcscpy()
111 // wcsncpy doesn't 0-terminate the destination buffer if the source string in safe_wcscpy()
112 // is longer than size. Ensure that the destination is 0-terminated. in safe_wcscpy()
113 wcsncpy(destination, source, destination_size); in safe_wcscpy()
114 if (destination && destination_size) in safe_wcscpy()
[all …]
/external/pytorch/torch/nn/parallel/
Dcomm.py70 def reduce_add(inputs, destination=None): argument
78 destination (int, optional): a device on which the output will be
83 :attr:`destination` device.
85 destination = _get_device_index(destination, optional=True)
90 if inp.get_device() == destination:
100 "reduce_add expects destination to be on the same GPU with one of the tensors"
110 destination_device = torch.device(inputs[root_index].device.type, destination)
121 def reduce_add_coalesced(inputs, destination=None, buffer_size=10485760): argument
130 destination (int, optional): a device on which the output will be
136 inputs, placed on the ``destination`` device.
[all …]
/external/llvm/tools/msbuild/
DCMakeLists.txt43 …install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${platform}/${prop_file_v100}" DESTINATION tools/msbuil…
44 …install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${platform}/${prop_file_v110}" DESTINATION tools/msbuil…
45 …install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${platform}/${prop_file_v110_xp}" DESTINATION tools/msb…
46 …install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${platform}/${prop_file_v120}" DESTINATION tools/msbuil…
47 …install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${platform}/${prop_file_v120_xp}" DESTINATION tools/msb…
48 …install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${platform}/${prop_file_v140}" DESTINATION tools/msbuil…
49 …install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${platform}/${prop_file_v140_xp}" DESTINATION tools/msb…
51 …install(FILES "Microsoft.Cpp.Win32.LLVM-vs2010.targets" DESTINATION "tools/msbuild/${platform}" RE…
52 …install(FILES "Microsoft.Cpp.Win32.LLVM-vs2012.targets" DESTINATION "tools/msbuild/${platform}" RE…
53 …install(FILES "Microsoft.Cpp.Win32.LLVM-vs2012_xp.targets" DESTINATION "tools/msbuild/${platform}"…
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/
DCollection.kt9 * Collects given flow into a [destination] in <lambda>()
11 …ublic suspend fun <T> Flow<T>.toList(destination: MutableList<T> = ArrayList()): List<T> = toColle… in <lambda>()
14 * Collects given flow into a [destination] in <lambda>()
16 …ublic suspend fun <T> Flow<T>.toSet(destination: MutableSet<T> = LinkedHashSet()): Set<T> = toColl… in <lambda>()
19 * Collects given flow into a [destination] in <lambda>()
21 public suspend fun <T, C : MutableCollection<in T>> Flow<T>.toCollection(destination: C): C { in <lambda>()
23 destination.add(value) in <lambda>()
25 return destination in <lambda>()
/external/clang/lib/Headers/
Dtmmintrin.h34 /// results in the destination.
52 /// results in the destination.
70 /// results in the destination.
88 /// results in the destination.
106 /// results in the destination.
124 /// results in the destination.
196 /// destination.
200 /// destination.
219 /// destination.
223 /// destination.
[all …]
/external/libcups/man/
Dlpoptions.120 \fB\-d \fIdestination\fR[\fB/\fIinstance\fR]
31 \fB\-p \fIdestination\fR[\fB/\fIinstance\fR]
41 \fB\-p \fIdestination\fR[\fB/\fIinstance\fR]
52 \fB\-x \fIdestination\fR[\fB/\fIinstance\fR]
74 \fB\-d \fIdestination\fR[\fB/\fIinstance\fR]
75 Sets the user default printer to \fIdestination\fR.
86 Specifies a new option for the named destination.
88 \fB\-p \fIdestination\fR[\fB/\fIinstance\fR]
89 Sets the destination and instance, if specified, for any options that follow.
96 Removes the specified option from the named destination.
[all …]
/external/libaom/third_party/vector/
Dvector.c181 int aom_vector_copy(Vector *destination, Vector *source) {
182 assert(destination != NULL);
185 assert(!aom_vector_is_initialized(destination));
187 if (destination == NULL) return VECTOR_ERROR;
189 if (aom_vector_is_initialized(destination)) return VECTOR_ERROR;
193 destination->size = source->size;
194 destination->capacity = source->size * 2;
195 destination->element_size = source->element_size;
198 destination->data = malloc(destination->capacity * source->element_size);
199 if (destination->data == NULL) return VECTOR_ERROR;
[all …]

12345678910>>...320