Home
last modified time | relevance | path

Searched +full:fully +full:- +full:qualified (Results 1 – 25 of 1402) sorted by relevance

12345678910>>...57

/aosp_15_r20/external/icu/icu4c/source/test/testdata/
H A Demoji-test.txt1 # emoji-test.txt
2 # Date: 2017-02-18, 15:26:57 GMT
16 # fully-qualified — see “Emoji Implementation Notes” in UTR#51
17 # non-fully-qualified — see “Emoji Implementation Notes” in UTR#51
25 # subgroup: face-positive
26 1F600 ; fully-qualified # �� grinning face
27 1F601 ; fully-qualified # �� grinning face with smiling ey…
28 1F602 ; fully-qualified # �� face with tears of joy
29 1F923 ; fully-qualified # �� rolling on the floor laughing
30 1F603 ; fully-qualified # �� smiling face with open mouth
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/test/testdata/
H A Demoji-test.txt1 # emoji-test.txt
2 # Date: 2017-02-18, 15:26:57 GMT
16 # fully-qualified — see “Emoji Implementation Notes” in UTR#51
17 # non-fully-qualified — see “Emoji Implementation Notes” in UTR#51
25 # subgroup: face-positive
26 1F600 ; fully-qualified # �� grinning face
27 1F601 ; fully-qualified # �� grinning face with smiling ey…
28 1F602 ; fully-qualified # �� face with tears of joy
29 1F923 ; fully-qualified # �� rolling on the floor laughing
30 1F603 ; fully-qualified # �� smiling face with open mouth
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/emoji/
H A Demoji-test.txt1 # emoji-test.txt
2 # Date: 2022-08-12, 20:24:39 GMT
17 # excluding Regional_Indicators, ASCII, and non-Emoji.
18 # fully-qualified — a fully-qualified emoji (see ED-18 in UTS #51),
20 # minimally-qualified — a minimally-qualified emoji (see ED-18a in UTS #51)
21 # unqualified — a unqualified emoji (See ED-19 in UTS #51)
26 # • The RGI set is covered by the listed fully-qualified emoji.
27 # • The listed minimally-qualified and unqualified cover all cases where an
37 # subgroup: face-smiling
38 1F600 ; fully-qualified # �� grinning face
[all …]
/aosp_15_r20/external/unicode/
H A Demoji-test.txt1 # emoji-test.txt
2 # Date: 2024-08-14, 23:51:54 GMT
17 # excluding Regional_Indicators, ASCII, and non-Emoji.
18 # fully-qualified — a fully-qualified emoji (see ED-18 in UTS #51),
20 # minimally-qualified — a minimally-qualified emoji (see ED-18a in UTS #51)
21 # unqualified — a unqualified emoji (See ED-19 in UTS #51)
26 # • The RGI set is covered by the listed fully-qualified emoji.
27 # • The listed minimally-qualified and unqualified cover all cases where an
35 # subgroup: face-smiling
36 1F600 ; fully-qualified # �� E1.0 grinning face
[all …]
/aosp_15_r20/external/google-cloud-java/java-vision/
H A Dowlbot.py7 # https://www.apache.org/licenses/LICENSE-2.0
39 * Formats a string containing the fully-qualified path to represent a location resource.
51 * Formats a string containing the fully-qualified path to represent a product resource.
64 * Formats a string containing the fully-qualified path to represent a product_set resource.
78 * Formats a string containing the fully-qualified path to represent a reference_image resource.
93 * Parses the project from the given fully-qualified path which represents a location resource.
103 * Parses the location from the given fully-qualified path which represents a location resource.
113 * Parses the project from the given fully-qualified path which represents a product resource.
123 * Parses the location from the given fully-qualified path which represents a product resource.
133 * Parses the product from the given fully-qualified path which represents a product resource.
[all …]
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
H A DClassPathUtils.java9 * http://www.apache.org/licenses/LICENSE-2.0
56 …* Returns the fully qualified name for the resource with name {@code resourceName} relative to the…
67 * @param resourceName the resource name to construct the fully qualified name for.
68 * @return the fully qualified name of the resource with name {@code resourceName}.
78 …* Returns the fully qualified name for the resource with name {@code resourceName} relative to the…
89 * @param resourceName the resource name to construct the fully qualified name for.
90 * @return the fully qualified name of the resource with name {@code resourceName}.
100 …* Returns the fully qualified path for the resource with name {@code resourceName} relative to the…
111 * @param resourceName the resource name to construct the fully qualified path for.
112 * @return the fully qualified path of the resource with name {@code resourceName}.
[all …]
/aosp_15_r20/external/clang/lib/Tooling/Core/
H A DQualTypeNames.cpp1 //===------- QualTypeNames.cpp - Generate Complete QualType Names ---------===//
5 //===----------------------------------------------------------------------===//
10 //===----------------------------------------------------------------------===//
30 /// \param[in] QT - the type for which the fully qualified type will be
32 /// \param[in] Ctx - the ASTContext to be used.
33 /// \param[in] WithGlobalNsPrefix - Indicate whether the global namespace
41 /// \param[in] Ctx - the AST Context to be used.
42 /// \param[in] Namesp - the NamespaceDecl for which a NestedNameSpecifier
44 /// \param[in] WithGlobalNsPrefix - Indicate whether the global namespace
54 /// \param[in] Ctx - the AST Context to be used.
[all …]
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/datatype/
H A DDatatypeConstants.java9 * http://www.apache.org/licenses/LICENSE-2.0
18 // $Id: DatatypeConstants.java 446598 2006-09-15 12:55:40Z jeremias $
29 * @version $Revision: 446598 $, $Date: 2006-09-15 05:55:40 -0700 (Fri, 15 Sep 2006) $
104 public static final int LESSER = -1;
157 * Type-safe enum class that represents six fields
186 * and not for display to end-users.
189 * a non-null valid String constant.
204 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>dateTime</code>.</p>
209 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>time</code>.</p>
214 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>date</code>.</p>
[all …]
/aosp_15_r20/external/nullaway/nullaway/src/main/java/com/uber/nullaway/
H A DConfig.java54 * @param className fully qualified name for class
62 * Checks if a class comes from an explicitly unannotated (sub-)package.
64 * @param className fully qualified name for class
82 * @param className fully-qualified class name
109 * @param annotationName fully-qualified annotation name
118 * @param annotationName fully-qualified annotation name
126 * @param annotationName fully-qualified annotation name
134 * @param annotationName fully-qualified annotation name
157 * Checks if annotation marks an "external-init class," i.e., a class where some external
158 * framework initializes object fields after invoking the zero-argument constructor.
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/doc/
Dadapted.qbk2 Copyright (C) 2001-2011 Joel de Guzman
14 written using Fusion's non-intrusive __extension__ mechanism. If you wish
16 they will be regarded as first-class, fully conforming fusion sequences.
19 various data structures, non-intrusively, as full fledged Fusion sequences.
29 header makes any array a fully conforming __random_access_sequence__.
55 makes `std::pair` a fully conforming __random_access_sequence__.
82 makes `std::tuple` a fully conforming __random_access_sequence__.
84 [important To be fully conforming, compiler should support C++11 Variadic Templates.]
111 header makes all __mpl__ sequences fully conforming fusion sequences.
135 [heading Bi-directional adaptation]
[all …]
/aosp_15_r20/external/google-cloud-java/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/
H A DRedactionConfig.java8 * https://www.apache.org/licenses/LICENSE-2.0
79 * The fully-qualified DLP deidentify template resource name.
104 * The fully-qualified DLP deidentify template resource name.
134 * The fully-qualified DLP inspect template resource name.
159 * The fully-qualified DLP inspect template resource name.
181 private byte memoizedIsInitialized = -1;
207 if (size != -1) return size; in getSerializedSize()
553 * The fully-qualified DLP deidentify template resource name.
577 * The fully-qualified DLP deidentify template resource name.
601 * The fully-qualified DLP deidentify template resource name.
[all …]
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/
H A DOperationInfo.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * A message representing the message types used by a long-running operation.
88 * long-running operation.
90 * If the response is in a different package from the rpc, a fully-qualified
116 * long-running operation.
118 * If the response is in a different package from the rpc, a fully-qualified
148 * Required. The message name of the metadata type for this long-running
150 * If the response is in a different package from the rpc, a fully-qualified
175 * Required. The message name of the metadata type for this long-running
177 * If the response is in a different package from the rpc, a fully-qualified
[all …]
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta/
H A DExperimentInfo.java8 * https://www.apache.org/licenses/LICENSE-2.0
79 * The fully qualified resource name of the original
94 * The fully qualified resource name of the original
110 * The fully qualified resource name of the serving config
125 * The fully qualified resource name of the serving config
195 * The fully qualified resource name of the original
221 * The fully qualified resource name of the original
252 * The fully qualified resource name of the serving config
278 * The fully qualified resource name of the serving config
301 private byte memoizedIsInitialized = -1;
[all …]
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/java/com/google/cloud/retail/v2/
H A DExperimentInfo.java8 * https://www.apache.org/licenses/LICENSE-2.0
79 * The fully qualified resource name of the original
94 * The fully qualified resource name of the original
110 * The fully qualified resource name of the serving config
125 * The fully qualified resource name of the serving config
195 * The fully qualified resource name of the original
221 * The fully qualified resource name of the original
252 * The fully qualified resource name of the serving config
278 * The fully qualified resource name of the serving config
301 private byte memoizedIsInitialized = -1;
[all …]
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/
H A DExperimentInfo.java8 * https://www.apache.org/licenses/LICENSE-2.0
79 * The fully qualified resource name of the original
94 * The fully qualified resource name of the original
110 * The fully qualified resource name of the serving config
125 * The fully qualified resource name of the serving config
195 * The fully qualified resource name of the original
221 * The fully qualified resource name of the original
252 * The fully qualified resource name of the serving config
278 * The fully qualified resource name of the serving config
301 private byte memoizedIsInitialized = -1;
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dfirebasedatabase_v1beta.projects.locations.instances.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 …]
/aosp_15_r20/system/libhidl/transport/manager/1.0/
H A DIServiceManager.hal8 * http://www.apache.org/licenses/LICENSE-2.0
34 * Fully-qualified interface name: "[email protected]::IServiceManager"
36 * Fully-qualified instance name: "[email protected]::IServiceManager/manager"
46 * @param fqName Fully-qualified interface name.
85 * @param fqName Fully-qualified interface name.
95 * @return fqInstanceNames List of fully-qualified instance names.
102 * @param fqName Fully-qualified interface name.
119 * @param fqName Fully-qualified interface name.
135 NO_PID = -1,
/aosp_15_r20/external/javassist/src/main/javassist/
H A DClassPool.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
58 * <p><code>ClassPool</code>s can make a parent-child hierarchy as
109 * If true, unmodified and not-recently-used class files are
181 * <code>-classpath</code> option or the <code>CLASSPATH</code>
269 * fully-qualified class name.
339 * Undocumented method. Do not use; internal-use only.
365 * @param orgName the original (fully-qualified) class name
412 * @param classname a fully-qualified class name.
437 * @param classname a fully-qualified class name.
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/spin/src/
Dlib.rs5 //! This crate provides [spin-based](https://en.wikipedia.org/wiki/Spinlock) versions of the
11 //! - `Mutex`, `RwLock`, `Once`/`SyncOnceCell`, and `SyncLazy` equivalents
13 //! - Support for `no_std` environments
15 //! - [`lock_api`](https://crates.io/crates/lock_api) compatibility
17 //! - Upgradeable `RwLock` guards
19 //! - Guards can be sent and shared between threads
21 //! - Guard leaking
23 //! - Ticket locks
25 //! - Different strategies for dealing with contention
29 //! While `spin` is not a drop-in replacement for `std::sync` (and
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/system/libhidl/transport/manager/1.2/[email protected]_genc++_headers/gen/android/hidl/manager/1.2/
DIServiceManager.h28 * Fully qualified interface name: "[email protected]::IServiceManager"
43 * @param fqName Fully-qualified interface name.
76 * @param fqName Fully-qualified interface name.
90 * @return fqInstanceNames List of fully-qualified instance names.
101 * @param fqName Fully-qualified interface name.
118 * @param fqName Fully-qualified interface name.
150 * @param fqName Fully-qualified interface name. If empty, unregister for
166 * @param fqName Fully-qualified interface name (used to register)
168 * @param server non-null service waiting to have no clients (previously registered)
169 * @param cb non-null callback to call when there are no clients
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/generated-headers/system/libhidl/transport/manager/1.2/[email protected]_genc++_headers/gen/android/hidl/manager/1.2/
DIServiceManager.h28 * Fully qualified interface name: "[email protected]::IServiceManager"
43 * @param fqName Fully-qualified interface name.
76 * @param fqName Fully-qualified interface name.
90 * @return fqInstanceNames List of fully-qualified instance names.
101 * @param fqName Fully-qualified interface name.
118 * @param fqName Fully-qualified interface name.
150 * @param fqName Fully-qualified interface name. If empty, unregister for
166 * @param fqName Fully-qualified interface name (used to register)
168 * @param server non-null service waiting to have no clients (previously registered)
169 * @param cb non-null callback to call when there are no clients
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/system/libhidl/transport/manager/1.2/[email protected]_genc++_headers/gen/android/hidl/manager/1.2/
DIServiceManager.h28 * Fully qualified interface name: "[email protected]::IServiceManager"
43 * @param fqName Fully-qualified interface name.
76 * @param fqName Fully-qualified interface name.
90 * @return fqInstanceNames List of fully-qualified instance names.
101 * @param fqName Fully-qualified interface name.
118 * @param fqName Fully-qualified interface name.
150 * @param fqName Fully-qualified interface name. If empty, unregister for
166 * @param fqName Fully-qualified interface name (used to register)
168 * @param server non-null service waiting to have no clients (previously registered)
169 * @param cb non-null callback to call when there are no clients
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/system/libhidl/transport/manager/1.2/[email protected]_genc++_headers/gen/android/hidl/manager/1.2/
DIServiceManager.h28 * Fully qualified interface name: "[email protected]::IServiceManager"
43 * @param fqName Fully-qualified interface name.
76 * @param fqName Fully-qualified interface name.
90 * @return fqInstanceNames List of fully-qualified instance names.
101 * @param fqName Fully-qualified interface name.
118 * @param fqName Fully-qualified interface name.
150 * @param fqName Fully-qualified interface name. If empty, unregister for
166 * @param fqName Fully-qualified interface name (used to register)
168 * @param server non-null service waiting to have no clients (previously registered)
169 * @param cb non-null callback to call when there are no clients
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/system/libhidl/transport/manager/1.2/[email protected]_genc++_headers/gen/android/hidl/manager/1.2/
DIServiceManager.h28 * Fully qualified interface name: "[email protected]::IServiceManager"
43 * @param fqName Fully-qualified interface name.
76 * @param fqName Fully-qualified interface name.
90 * @return fqInstanceNames List of fully-qualified instance names.
101 * @param fqName Fully-qualified interface name.
118 * @param fqName Fully-qualified interface name.
150 * @param fqName Fully-qualified interface name. If empty, unregister for
166 * @param fqName Fully-qualified interface name (used to register)
168 * @param server non-null service waiting to have no clients (previously registered)
169 * @param cb non-null callback to call when there are no clients
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86/include/generated-headers/system/libhidl/transport/manager/1.2/[email protected]_genc++_headers/gen/android/hidl/manager/1.2/
DIServiceManager.h28 * Fully qualified interface name: "[email protected]::IServiceManager"
43 * @param fqName Fully-qualified interface name.
76 * @param fqName Fully-qualified interface name.
90 * @return fqInstanceNames List of fully-qualified instance names.
101 * @param fqName Fully-qualified interface name.
118 * @param fqName Fully-qualified interface name.
150 * @param fqName Fully-qualified interface name. If empty, unregister for
166 * @param fqName Fully-qualified interface name (used to register)
168 * @param server non-null service waiting to have no clients (previously registered)
169 * @param cb non-null callback to call when there are no clients
[all …]

12345678910>>...57