Home
last modified time | relevance | path

Searched +full:set +full:- +full:output (Results 1 – 25 of 1436) sorted by relevance

12345678910>>...58

/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dnumberformattestspecification.txt3 // Copyright (C) 2015-2016, International Business Machines
9 // per-test field names, and finally the test specific field values, 1 test
16 // P = Properties-based ICU4J (bypasses DecimalFormat wrapper)
20 // https://docs.google.com/document/d/1T2P0p953_Lh1pRwo-5CuPVrHlIBa_wcXElG-Hhg_WHM/edit?usp=sharing
23 set locale ar-EG
24 set pattern +0;-#
26 format output breaks
28 -6 \u061C-\u0666 K
31 set locale fr_FR
32 set format 1234.567
[all …]
/external/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/data/
Dnumberformattestspecification.txt3 // Copyright (C) 2015-2016, International Business Machines
9 // per-test field names, and finally the test specific field values, 1 test
16 // P = Properties-based ICU4J (bypasses DecimalFormat wrapper)
20 // https://docs.google.com/document/d/1T2P0p953_Lh1pRwo-5CuPVrHlIBa_wcXElG-Hhg_WHM/edit?usp=sharing
23 set locale ar-EG
24 set pattern +0;-#
26 format output breaks
28 -6 \u061C-\u0666 K
31 set locale fr_FR
32 set format 1234.567
[all …]
/external/cronet/third_party/icu/source/test/testdata/
Dnumberformattestspecification.txt3 // Copyright (C) 2015-2016, International Business Machines
9 // per-test field names, and finally the test specific field values, 1 test
16 // P = Properties-based ICU4J (bypasses DecimalFormat wrapper)
20 // https://docs.google.com/document/d/1T2P0p953_Lh1pRwo-5CuPVrHlIBa_wcXElG-Hhg_WHM/edit?usp=sharing
23 set locale ar-EG
24 set pattern +0;-#
26 format output breaks
28 -6 \u061C-\u0666 K
31 set locale fr_FR
32 set format 1234.567
[all …]
/external/icu/icu4c/source/test/testdata/
Dnumberformattestspecification.txt3 // Copyright (C) 2015-2016, International Business Machines
9 // per-test field names, and finally the test specific field values, 1 test
16 // P = Properties-based ICU4J (bypasses DecimalFormat wrapper)
20 // https://docs.google.com/document/d/1T2P0p953_Lh1pRwo-5CuPVrHlIBa_wcXElG-Hhg_WHM/edit?usp=sharing
23 set locale ar-EG
24 set pattern +0;-#
26 format output breaks
28 -6 \u061C-\u0666 K
31 set locale fr_FR
32 set format 1234.567
[all …]
/external/snakeyaml/src/test/java/examples/collections/
DTypeSafeSetImplementationsTest.java7 * http://www.apache.org/licenses/LICENSE-2.0
18 import java.util.Set;
42 String output = yaml.dumpAsMap(bean); in testDumpSet() local
43 // System.out.println(output); in testDumpSet()
44 String etalon = Util.getLocalResource("examples/set-bean-1.yaml"); in testDumpSet()
45 assertEquals(etalon, output); in testDumpSet()
61 String output = yaml.dumpAsMap(bean); in testDumpSet2() local
62 // System.out.println(output); in testDumpSet2()
63 String etalon = Util.getLocalResource("examples/set-bean-6.yaml"); in testDumpSet2()
64 assertEquals(etalon, output); in testDumpSet2()
[all …]
/external/aws-sdk-java-v2/services/waf/src/main/resources/codegen-resources/waf/
Dexamples-1.json7 "ChangeToken": "abcd12f2-46da-4fdb-b8d5-fbd4c466928f",
10 "output": { object
11 "ChangeToken": "abcd12f2-46da-4fdb-b8d5-fbd4c466928f",
19 "IPSetId": "example1ds3t-46da-4fdb-b8d5-abc321j569j5",
26 "output": { object
29 "description": "The following example creates an IP match set named MyIPSetFriendlyName.",
30 "id": "createipset-1472501003122",
31 "title": "To create an IP set"
37 "ChangeToken": "abcd12f2-46da-4fdb-b8d5-fbd4c466928f",
41 "output": { object
[all …]
/external/aws-sdk-java-v2/services/waf/src/main/resources/codegen-resources/wafregional/
Dexamples-1.json7 "ChangeToken": "abcd12f2-46da-4fdb-b8d5-fbd4c466928f",
10 "output": { object
11 "ChangeToken": "abcd12f2-46da-4fdb-b8d5-fbd4c466928f",
19 "IPSetId": "example1ds3t-46da-4fdb-b8d5-abc321j569j5",
26 "output": { object
29 "description": "The following example creates an IP match set named MyIPSetFriendlyName.",
30 "id": "createipset-1472501003122",
31 "title": "To create an IP set"
37 "ChangeToken": "abcd12f2-46da-4fdb-b8d5-fbd4c466928f",
41 "output": { object
[all …]
/external/iptables/extensions/
Dlibxt_MARK.txlate1 iptables-translate -t mangle -A OUTPUT -j MARK --set-mark 0
2 nft 'add rule ip mangle OUTPUT counter meta mark set 0x0'
4 iptables-translate -t mangle -A OUTPUT -j MARK --set-mark 64
5 nft 'add rule ip mangle OUTPUT counter meta mark set 0x40'
7 iptables-translate -t mangle -A OUTPUT -j MARK --set-xmark 0x40/0x32
8 nft 'add rule ip mangle OUTPUT counter meta mark set mark and 0xffffffcd xor 0x40'
10 iptables-translate -t mangle -A OUTPUT -j MARK --or-mark 64
11 nft 'add rule ip mangle OUTPUT counter meta mark set mark or 0x40'
13 iptables-translate -t mangle -A OUTPUT -j MARK --and-mark 64
14 nft 'add rule ip mangle OUTPUT counter meta mark set mark and 0x40'
[all …]
/external/libpng/scripts/cmake/
Dgenout.cmake.in4 # Copyright (c) 2022-2024 Cosmin Truta
5 # Copyright (c) 2016 Glenn Randers-Pehrson
11 # http://libpng.org/pub/png/src/libpng-LICENSE.txt
13 # SPDX-License-Identifier: libpng-2.0
16 set(SRCDIR "@CMAKE_CURRENT_SOURCE_DIR@")
17 set(BINDIR "@CMAKE_CURRENT_BINARY_DIR@")
19 set(AWK "@AWK@")
20 set(CMAKE_C_COMPILER "@CMAKE_C_COMPILER@")
21 set(CMAKE_C_FLAGS @CMAKE_C_FLAGS@)
22 set(INCDIR "@CMAKE_CURRENT_BINARY_DIR@")
[all …]
/external/libvpx/test/
Didct_test.cc4 * Use of this source code is governed by a BSD-style license
35 ASSERT_TRUE(input->Init()); in SetUp()
38 ASSERT_TRUE(predict->Init()); in SetUp()
39 output = new Buffer<uint8_t>(4, 4, 3); in SetUp()
40 ASSERT_NE(output, nullptr); in SetUp()
41 ASSERT_TRUE(output->Init()); in SetUp()
47 delete output; in TearDown()
54 Buffer<uint8_t> *output; member in __anon3e72ac2f0111::IDCTTest
58 // When the input is '0' the output will be '0'. in TEST_P()
59 input->Set(0); in TEST_P()
[all …]
/external/aws-sdk-java-v2/services/mediaconvert/src/main/resources/codegen-resources/
Dservice-2.json3 "apiVersion": "2017-08-29",
8 "protocol": "rest-json",
10 "uid": "mediaconvert-2017-08-29",
19 "requestUri": "/2017-08-29/certificates",
25 "output": { object
60 "requestUri": "/2017-08-29/jobs/{id}",
66 "output": { object
101 "requestUri": "/2017-08-29/jobs",
107 "output": { object
136 …job settings, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html"
[all …]
/external/armnn/delegate/test/
DElementwiseUnaryTest.cpp2 // Copyright © 2022-2023 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
29 // Set input data
32 -0.1f, -0.2f, -0.3f,
35 // Calculate output data
48 // Set input data
55 // Set output data
70 // Set input data
76 // Set output data
90 // Set input data
[all …]
/external/pcre/doc/
Dpcre2test.13 pcre2test - a program for testing Perl-compatible regular expressions.
7 .B pcre2test "[options] [input file [output file]]"
25 defaults and controlling some special actions. The output shows the result of
28 subject is processed, and what output is produced.
37 .SH "PCRE2's 8-BIT, 16-BIT AND 32-BIT LIBRARIES"
41 strings that are encoded in 8-bit, 16-bit, or 32-bit code units. One, two, or
44 input and output are always in 8-bit format. When testing the 16-bit or 32-bit
45 libraries, patterns and subject strings are converted to 16-bit or 32-bit
47 to 8-bit code units for output.
65 zeros, even though in Unix-like environments, \fBfgets()\fP treats any bytes
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/cmake/
Dtest-compress.cmake1 # test-compress.cmake -- Runs a test against an input file to make sure that the specified
3 # the results with gzip. Output files are generated with unique names to prevent parallel
12 # INPUT - Input file to test
13 # TARGET or - Command to run for both compress and decompress
14 # COMPRESS_TARGET and - Command to run to compress input file
15 # DECOMPRESS_TARGET - Command to run to decompress output file
18 # TEST_NAME - Name of test to use when constructing output file paths
19 # COMPRESS_ARGS - Arguments to pass for compress command (default: -c -k)
20 # DECOMPRESS_ARGS - Arguments to pass to decompress command (default: -d -c)
22 # GZIP_VERIFY - Verify that gzip can decompress the COMPRESS_TARGET output and
[all …]
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h2 * Copyright (c) 2017-2022 Arm Limited.
4 * SPDX-License-Identifier: MIT
43 /** Calculate the output tensor shape for the reduce mean operation
55 const int input_dims = input->num_dimensions(); in calculate_reduce_mean_shape()
57 TensorShape out_shape = input->tensor_shape(); in calculate_reduce_mean_shape()
66 out_shape.remove_dimension(axis_local[i] - i); in calculate_reduce_mean_shape()
74 out_shape.set(axis_local[i], 1); in calculate_reduce_mean_shape()
79 /** Calculate the output tensor shape of a vector input given the convolution dimensions
95 output_shape.set(idx_w, conv_w); in compute_vector_to_tensor_output_shape()
96 output_shape.set(idx_h, conv_h); in compute_vector_to_tensor_output_shape()
[all …]
/external/cldr/keyboards/3.0/
Dfr.xml1 <?xml version="1.0" encoding="UTF-8"?>
9 <!-- display for diacritics -->
10 <display output="\u0300" display="${grave}" />
11 <display output="\m{acute}" display="´" />
12 <display output="\m{grave}" display="`" />
13 <display output="\m{umlaut}" display="¨" />
14 <display output="\m{caret}" display="^" />
15 <display output="\m{tilde}" display="~" />
16 <display output="\m{invbreve}" display="\u{20}\u{0311}" />
18 <!-- display for 'mode' keys -->
[all …]
/external/antlr/runtime/C/
Ddoxyfile13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
18 # that follow. The default is UTF-8 which is also the encoding used for all
23 DOXYFILE_ENCODING = UTF-8
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
44 # 4096 sub-directories (in 2 levels) under the output directory of each output
54 # information to generate all constant output in the proper language.
56 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
58 # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
59 # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
[all …]
/external/googleapis/google/ads/googleads/v16/resources/
Dchange_event.proto7 // http://www.apache.org/licenses/LICENSE-2.0
67 // Only the resource of the change_resource_type will be set.
69 // Output only. Set if change_resource_type == AD.
72 // Output only. Set if change_resource_type == AD_GROUP.
75 // Output only. Set if change_resource_type == AD_GROUP_CRITERION.
79 // Output only. Set if change_resource_type == CAMPAIGN.
82 // Output only. Set if change_resource_type == CAMPAIGN_BUDGET.
86 // Output only. Set if change_resource_type == AD_GROUP_BID_MODIFIER.
90 // Output only. Set if change_resource_type == CAMPAIGN_CRITERION.
94 // Output only. Set if change_resource_type == FEED.
[all …]
/external/googleapis/google/ads/googleads/v14/resources/
Dchange_event.proto7 // http://www.apache.org/licenses/LICENSE-2.0
67 // Only the resource of the change_resource_type will be set.
69 // Output only. Set if change_resource_type == AD.
72 // Output only. Set if change_resource_type == AD_GROUP.
75 // Output only. Set if change_resource_type == AD_GROUP_CRITERION.
79 // Output only. Set if change_resource_type == CAMPAIGN.
82 // Output only. Set if change_resource_type == CAMPAIGN_BUDGET.
86 // Output only. Set if change_resource_type == AD_GROUP_BID_MODIFIER.
90 // Output only. Set if change_resource_type == CAMPAIGN_CRITERION.
94 // Output only. Set if change_resource_type == FEED.
[all …]
/external/googleapis/google/ads/googleads/v15/resources/
Dchange_event.proto7 // http://www.apache.org/licenses/LICENSE-2.0
67 // Only the resource of the change_resource_type will be set.
69 // Output only. Set if change_resource_type == AD.
72 // Output only. Set if change_resource_type == AD_GROUP.
75 // Output only. Set if change_resource_type == AD_GROUP_CRITERION.
79 // Output only. Set if change_resource_type == CAMPAIGN.
82 // Output only. Set if change_resource_type == CAMPAIGN_BUDGET.
86 // Output only. Set if change_resource_type == AD_GROUP_BID_MODIFIER.
90 // Output only. Set if change_resource_type == CAMPAIGN_CRITERION.
94 // Output only. Set if change_resource_type == FEED.
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dshuffle_and_repeat_fusion.cc7 http://www.apache.org/licenses/LICENSE-2.0
46 MutableGraphView* graph, GraphDef* output, in FuseShuffleV1AndRepeat() argument
48 fused_node->set_op(kShuffleAndRepeatDataset); in FuseShuffleV1AndRepeat()
49 graph_utils::SetUniqueGraphNodeName(kShuffleAndRepeatDataset, output, in FuseShuffleV1AndRepeat()
52 // Set the `input` input argument. in FuseShuffleV1AndRepeat()
53 fused_node->add_input(shuffle_node.input(0)); in FuseShuffleV1AndRepeat()
55 // Set the `buffer_size` input argument. in FuseShuffleV1AndRepeat()
56 fused_node->add_input(shuffle_node.input(1)); in FuseShuffleV1AndRepeat()
58 // Set the `seed` input argument. in FuseShuffleV1AndRepeat()
59 fused_node->add_input(shuffle_node.input(2)); in FuseShuffleV1AndRepeat()
[all …]
/external/harfbuzz_ng/docs/
Dusermanual-utilities.xml2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
11 main APIs. These include a set of command-line tools, a set of
12 lower-level APIs for common data types that may be of interest to
16 <section id="utilities-command-line-tools">
17 <title>Command-line tools</title>
19 HarfBuzz include three command-line tools:
20 <command>hb-shape</command>, <command>hb-view</command>, and
21 <command>hb-subset</command>. They can be used to examine
26 <section id="utilities-command-line-hbshape">
[all …]
/external/ot-br-posix/third_party/Simple-web-server/repo/docs/
DDoxyfile16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
21 # file that follow. The default is UTF-8 which is also the encoding used for all
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
35 PROJECT_NAME = "Simple-Web-Server"
52 # the logo to the output directory.
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64 # directories (in 2 levels) under the output directory of each output format and
[all …]
/external/python/google-api-python-client/docs/dyn/
Dcompute_beta.targetHttpsProxies.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/python/cpython3/Tools/nuget/
Dbuild.bat3 set D=%~dp0
4 set PCBUILD=%D%..\..\PCbuild\
5 if "%Py_OutDir%"=="" set Py_OutDir=%PCBUILD%
7 set BUILDX86=
8 set BUILDX64=
9 set BUILDARM32=
10 set REBUILD=
11 set OUTPUT= variable
12 set PACKAGES=
13 set PYTHON_EXE=
[all …]

12345678910>>...58