Home
last modified time | relevance | path

Searched +full:source +full:- +full:map +full:- +full:support (Results 1 – 25 of 1130) sorted by relevance

12345678910>>...46

/external/fonttools/Tests/designspaceLib/data/split_output/
DMutatorSansVariable_Weight_Width.designspace1 <?xml version='1.0' encoding='UTF-8'?>
5 <map input="300" output="0"/>
6 <map input="500" output="500"/>
7 <map input="700" output="1000"/>
10 <map input="50" output="0"/>
11 <map input="100" output="500"/>
12 <map input="200" output="1000"/>
30 …<source filename="../MutatorSansLightCondensed.ufo" name="master.MutatorMathTest.LightCondensed.0"…
35 </source>
36 …<source filename="../MutatorSansBoldCondensed.ufo" name="master.MutatorMathTest.BoldCondensed.1" f…
[all …]
Dtest_v5_MutatorSans_and_Serif_serif_0.0.designspace1 <?xml version='1.0' encoding='UTF-8'?>
5 <map input="300" output="0"/>
6 <map input="500" output="500"/>
7 <map input="700" output="1000"/>
10 <map input="50" output="0"/>
11 <map input="100" output="500"/>
12 <map input="200" output="1000"/>
30 …<source filename="../MutatorSansLightCondensed.ufo" name="master.MutatorMathTest.LightCondensed.0"…
35 </source>
36 …<source filename="../MutatorSansBoldCondensed.ufo" name="master.MutatorMathTest.BoldCondensed.1" f…
[all …]
DMutatorSansVariable_Weight.designspace1 <?xml version='1.0' encoding='UTF-8'?>
5 <map input="300" output="0"/>
6 <map input="500" output="500"/>
7 <map input="700" output="1000"/>
22 …<source filename="../MutatorSansLightCondensed.ufo" name="master.MutatorMathTest.LightCondensed.0"…
26 </source>
27 …<source filename="../MutatorSansBoldCondensed.ufo" name="master.MutatorMathTest.BoldCondensed.1" f…
31 </source>
32 …<source filename="../MutatorSansLightCondensed.ufo" name="support.crossbar" layer="support.crossba…
36 </source>
[all …]
/external/fonttools/Tests/designspaceLib/data/
Dtest_v5_MutatorSans_and_Serif.designspace1 <?xml version='1.0' encoding='UTF-8'?>
11 <map input="300" output="0"/>
12 <map input="500" output="500"/>
13 <map input="700" output="1000"/>
21 <map input="50" output="0"/>
22 <map input="100" output="500"/>
23 <map input="200" output="1000"/>
63 …<source filename="MutatorSansLightCondensed.ufo" name="master.MutatorMathTest.LightCondensed.0" fa…
68 </source>
69 …<source filename="MutatorSansBoldCondensed.ufo" name="master.MutatorMathTest.BoldCondensed.1" fami…
[all …]
/external/rappor/tests/
Dassoc_sim.R9 # http://www.apache.org/licenses/LICENSE-2.0
19 # be easily extended to support more.
22 # $ ./assoc_sim.R -n 1000
23 # Inputs: uvals, params, reports, map, num, unif
34 option_list <- list(
35 make_option(c("--uvals", "-v"), default = "uvals.csv",
38 comma-separated strings each line of which refers
40 make_option(c("--params", "-p"), default = "params.csv",
42 make_option(c("--reports", "-r"), default = "reports.csv",
44 make_option(c("--map", "-m"), default = "map",
[all …]
/external/kotlinx.coroutines/gradle/
Dtest-mocha-js.gradle2 …* Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
5 // -- Testing with Mocha under Node
10 "source-map-support@$source_map_support_version",
11 '--no-save']
12 …if (project.hasProperty("teamcity")) args.addAll(["mocha-teamcity-reporter@$mocha_teamcity_reporte…
23 // todo: use atomicfu-transformed test files here (not critical)
26 …args = [compileTestJsLegacy.outputFileProperty.get().path, '--require', 'source-map-support/regist…
27 if (project.hasProperty("teamcity")) args.addAll(['--reporter', 'mocha-teamcity-reporter'])
35 // -- Testing with Mocha under headless Chrome
40 "mocha-headless-chrome@$mocha_headless_chrome_version",
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp1 //===- SymbolRewriter.cpp - Symbol Rewriter -------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
23 // Identifier := [0-9a-zA-Z]+
27 // - function: (function rewriting)
28 // + Source (original name of the function)
32 // - global variable: (external linkage global variable rewriting)
33 // + Source (original name of externally visible variable)
36 // - global alias: (global alias rewriting)
37 // + Source (original name of the aliased name)
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp1 //===- SymbolRewriter.cpp - Symbol Rewriter -------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
23 // Identifier := [0-9a-zA-Z]+
27 // - function: (function rewriting)
28 // + Source (original name of the function)
32 // - global variable: (external linkage global variable rewriting)
33 // + Source (original name of externally visible variable)
36 // - global alias: (global alias rewriting)
37 // + Source (original name of the aliased name)
[all …]
/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp1 //===- SymbolRewriter.cpp - Symbol Rewriter ---------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
8 //===----------------------------------------------------------------------===//
24 // Identifier := [0-9a-zA-Z]+
28 // - function: (function rewriting)
29 // + Source (original name of the function)
33 // - global variable: (external linkage global variable rewriting)
34 // + Source (original name of externally visible variable)
37 // - global alias: (global alias rewriting)
38 // + Source (original name of the aliased name)
[all …]
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DInternal.java1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
5 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions of source code must retain the above copyright
43 import java.util.Map;
58 static final Charset US_ASCII = Charset.forName("US-ASCII");
59 static final Charset UTF_8 = Charset.forName("UTF-8");
60 static final Charset ISO_8859_1 = Charset.forName("ISO-8859-1");
81 * <p>The protocol compiler does not actually contain a UTF-8 decoder -- it just pushes
82 * UTF-8-encoded text around without touching it. The one place where this presents a problem is
[all …]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DInternal.java1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
5 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions of source code must retain the above copyright
43 import java.util.Map;
58 static final Charset US_ASCII = Charset.forName("US-ASCII");
59 static final Charset UTF_8 = Charset.forName("UTF-8");
60 static final Charset ISO_8859_1 = Charset.forName("ISO-8859-1");
81 * <p>The protocol compiler does not actually contain a UTF-8 decoder -- it just pushes
82 * UTF-8-encoded text around without touching it. The one place where this presents a problem is
[all …]
/external/clang/lib/Serialization/
DModule.cpp1 //===--- Module.cpp - Module description ------------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
16 #include "llvm/Support/MemoryBuffer.h"
17 #include "llvm/Support/raw_ostream.h"
54 const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) { in dumpLocalRemap() argument
55 if (Map.begin() == Map.end()) in dumpLocalRemap()
60 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end(); in dumpLocalRemap()
62 llvm::errs() << " " << I->first << " -> " << I->second << "\n"; in dumpLocalRemap()
[all …]
/external/iproute2/man/man8/
Dip-link.8.in1 .TH IP\-LINK 8 "13 Dec 2012" "iproute2" "Linux"
3 ip-link \- network device configuration
93 .RB "[ " link-netnsid
105 .RI "[ " VFVLAN-LIST " ]"
221 .IR VFVLAN-LIST " := [ " VFVLAN-LIST " ] " VFVLAN
228 .IR VLAN-QOS " ] ["
230 .IR VLAN-PROTO " ] ]"
233 .SS ip link add - add virtual link
249 - Ethernet Bridge device
252 - Bonding device
[all …]
Dtc-bpf.83 BPF \- BPF programmable classifier and actions for ingress/egress
9 .B object-file
30 .B object-file
42 .B bytecode-file
55 .B bytecode-file
70 and thus executed in a tiny virtual machine from kernel space. An in-kernel
77 or at setup time, they can be just-in-time compiled (JIT'ed) to run as
79 architectures have eBPF JIT support, whereas PPC, SPARC, ARM and MIPS have
80 cBPF, but did not (yet) switch to eBPF JIT support.
85 achieve a better run-time performance. It is designed to be JIT'ed with
[all …]
/external/gson/
DUserGuide.md4 2. [Goals for Gson](#goals-for-gson)
5 3. [Gson Performance and Scalability](#gson-performance-and-scalability)
6 4. [Gson Users](#gson-users)
7 5. [Using Gson](#using-gson)
8 * [Using Gson with Gradle/Android](#using-gson-with-gradleandroid)
9 * [Using Gson with Maven](#using-gson-with-maven)
10 * [Primitives Examples](#primitives-examples)
11 * [Object Examples](#object-examples)
12 * [Finer Points with Objects](#finer-points-with-objects)
13 * [Nested Classes (including Inner Classes)](#nested-classes-including-inner-classes)
[all …]
/external/llvm/lib/DebugInfo/PDB/Raw/
DPublicsStream.cpp1 //===- PublicsStream.cpp - PDB Public Symbol Stream -----------------------===//
5 // This file is distributed under the University of Illinois Open Source
8 //===----------------------------------------------------------------------===//
12 // https://github.com/Microsoft/microsoft-pdb/blob/master/PDB/dbi/gsi.h
14 // When you are reading the reference source code, you'd find the
17 // - ppdb1->m_fMinimalDbgInfo seems to be always true.
18 // - SMALLBUCKETS macro is defined.
23 //===----------------------------------------------------------------------===//
38 #include "llvm/Support/Endian.h"
39 #include "llvm/Support/Format.h"
[all …]
/external/google-cloud-java/java-translate/proto-google-cloud-translate-v3/src/main/java/com/google/cloud/translate/v3/
DTranslateDocumentRequestOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/translate/v3/translation_service.proto
31 * Format: `projects/{project-number-or-id}/locations/{location-id}`.
32 * For global calls, use `projects/{project-number-or-id}/locations/global` or
33 * `projects/{project-number-or-id}`.
34 * Non-global location is required for requests using AutoML models or custom
37 * location-id), otherwise an INVALID_ARGUMENT (400) error is returned.
50 * Format: `projects/{project-number-or-id}/locations/{location-id}`.
51 * For global calls, use `projects/{project-number-or-id}/locations/global` or
52 * `projects/{project-number-or-id}`.
[all …]
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DReferenceType.java19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
29 import java.util.Map;
121 * Gets an identifying name for the source corresponding to the
123 * the responsibility of the source repository mechanism.
129 * unqualified name of the source file containing the declaration
130 * of this type. In other strata the returned source name is
131 * the first source name for that stratum. Since other languages
132 * may have more than one source name for a reference type,
139 * @return the string source file name
140 * @throws AbsentInformationException if the source name is not
[all …]
/external/googleapis/google/api/expr/v1alpha1/
Dsyntax.proto7 // http://www.apache.org/licenses/LICENSE-2.0
31 // An expression together with source information as returned by the parser.
36 // The source info derived from input that generated the parsed `expr`.
48 // [Decl][google.api.expr.v1alpha1.Decl] provided at type-check for an
92 // The target of an method call-style expression. For example, `x` in
114 // When an optional-typed value is present, the value it contains
115 // is included in the list. If the optional-typed value is absent, the list
120 // A map or message creation expression.
138 // The key expression for a map creation statement.
145 // optional-typed value. If the optional value is present, the key will be
[all …]
/external/google-cloud-java/java-run/proto-google-cloud-run-v2/src/main/java/com/google/cloud/run/v2/
DExecutionTemplateOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/run/v2/execution_template.proto
30 * Unstructured key value map that can be used to organize and categorize
32 * User-provided labels are shared with Google's billing system, so they can
35 * https://cloud.google.com/resource-manager/docs/creating-managing-labels or
37 * &lt;p&gt;Cloud Run API v2 does not support labels with `run.googleapis.com`,
43 * <code>map&lt;string, string&gt; labels = 1;</code>
50 * Unstructured key value map that can be used to organize and categorize
52 * User-provided labels are shared with Google's billing system, so they can
55 * https://cloud.google.com/resource-manager/docs/creating-managing-labels or
[all …]
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dsignatures.ipynb9 "source": [
22 "source": [
27 "# https://www.apache.org/licenses/LICENSE-2.0\n",
42 "source": [
52 "source": [
53 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n",
61 …03e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eView source on …
75 "source": [
85 "* Allow a single TensorFlow Lite model to support multiple entry points.\n",
89 "* Inputs: Map for inputs from input name in the signature to an input tensor.\n",
[all …]
/external/kotlinx.serialization/formats/hocon/src/test/kotlin/kotlinx/serialization/hocon/
DHoconRootObjectsTest.kt2 …* Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
43 val obj = Hocon.decodeFromConfig<Map<String, CompositeValue>>(config) in testConfigWithRootMap()
53 // non-null map decoded from empty object as empty map in testEmptyObjectDecode()
54 val map = Hocon.decodeFromConfig<Map<String, String>>(config) in testEmptyObjectDecode() constant
55 assertTrue(map.isEmpty()) in testEmptyObjectDecode()
57 // nullable map decoded from empty object as null - not obvious in testEmptyObjectDecode()
58 assertNull(Hocon.decodeFromConfig<Map<String, String>?>(config)) in testEmptyObjectDecode()
60 … // root-level list in config not supported but nullable list can be decoded from empty object in testEmptyObjectDecode()
75 "It should be either object or map." in assertWrongRootValue()
82 // because com.typesafe:config lib not support list in root we can't decode non-null list in testErrors()
[all …]
/external/cronet/third_party/protobuf/
DCHANGES.txt1 2022-09-29 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
4 2022-09-27 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
6 * Refactoring java full runtime to reuse sub-message builders and prepare to
13 * Make message-type extensions merge from wire-format instead of building up
16 sub-messages directly from text rather than building a new sub-message and
19 2022-09-13 version 3.20.2 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
24 2022-04-05 version 3.20.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
36 2022-03-04 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
39 * Dropped Ruby 2.3 and 2.4 support for CI and releases. (#9311)
40 * Added Ruby 3.1 support for CI and releases (#9566).
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DPublicsStream.cpp1 //===- PublicsStream.cpp - PDB Public Symbol Stream -----------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // https://github.com/Microsoft/microsoft-pdb/blob/master/PDB/dbi/gsi.h
13 // When you are reading the reference source code, you'd find the
16 // - ppdb1->m_fMinimalDbgInfo seems to be always true.
17 // - SMALLBUCKETS macro is defined.
22 //===----------------------------------------------------------------------===//
28 #include "llvm/Support/BinaryStreamReader.h"
29 #include "llvm/Support/Endian.h"
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPublicsStream.cpp1 //===- PublicsStream.cpp - PDB Public Symbol Stream -----------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // https://github.com/Microsoft/microsoft-pdb/blob/master/PDB/dbi/gsi.h
13 // When you are reading the reference source code, you'd find the
16 // - ppdb1->m_fMinimalDbgInfo seems to be always true.
17 // - SMALLBUCKETS macro is defined.
22 //===----------------------------------------------------------------------===//
29 #include "llvm/Support/BinaryStreamReader.h"
30 #include "llvm/Support/Endian.h"
[all …]

12345678910>>...46