Home
last modified time | relevance | path

Searched full:typically (Results 1 – 25 of 6027) sorted by relevance

12345678910>>...242

/external/skia/include/core/
DSkFontMetrics.h52 … //!< greatest extent above origin of any glyph bounding box, typically negative; deprec…
53 SkScalar fAscent; //!< distance to reserve above baseline, typically negative
54 SkScalar fDescent; //!< distance to reserve below baseline, typically positive
55 … //!< greatest extent below origin of any glyph bounding box, typically positive; deprec…
56 SkScalar fLeading; //!< distance to add between lines, typically positive or zero
59 … //!< greatest extent to left of origin of any glyph bounding box, typically negative; deprec…
60 … //!< greatest extent to right of origin of any glyph bounding box, typically positive; deprec…
61 SkScalar fXHeight; //!< height of lower-case 'x', zero if unknown, typically negative
62 …SkScalar fCapHeight; //!< height of an upper-case letter, zero if unknown, typically nega…
64 SkScalar fUnderlinePosition; //!< distance from baseline to top of stroke, typically positive
[all …]
/external/llvm-project/mlir/docs/Tutorials/
DCreatingADialect.md5 Public dialects are typically separated into at least 3 directories:
19 The 'IR' directory typically contains implementations of functions for
21 typically defined in FooDialect.cpp, which includes FooOps.cpp.inc and
25 typically described in TableGen file using the [DDR
36 Operations in dialects are typically declared using the ODS format in
48 Dialect transformations are typically declared in a file FooTransforms.td.
61 Dialects may have multiple libraries. Each library is typically
65 other dialect libraries. Typically this dependence is declared using
130 Each conversion typically exists in a separate library, declared with
131 add_mlir_conversion_library(). Conversion libraries typically depend
[all …]
/external/cldr/seed/main/
Den_ZZ.xml166 …<displayName>pixels per centimeter [translation hint: typically used for display resolution]</disp…
167 …<unitPattern count="one">{0} pixel per centimeter [translation hint: typically used for display re…
168 …<unitPattern count="other">{0} pixels per centimeter [translation hint: typically used for display…
171 …<displayName>pixels per inch [translation hint: typically used for display resolution]</displayNam…
172 …<unitPattern count="one">{0} pixel per inch [translation hint: typically used for display resoluti…
173 …<unitPattern count="other">{0} pixels per inch [translation hint: typically used for display resol…
176 …<displayName>dots per centimeter [translation hint: typically used for printer resolution]</displa…
177 …<unitPattern count="one">{0} dot per centimeter [translation hint: typically used for printer reso…
178 …<unitPattern count="other">{0} dots per centimeter [translation hint: typically used for printer r…
181 … <displayName>dots per inch [translation hint: typically used for printer resolution]</displayName>
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DDeserializers.java28 * other information typically needed for building deserializers
56 * other information typically needed for building deserializers
73 * other information typically needed for building deserializers
91 * annotations, typically), but usually are not.
98 * other information typically needed for building deserializers
118 * annotations, typically), but usually are not.
125 * other information typically needed for building deserializers
146 * annotations, typically), but usually are not.
153 * other information typically needed for building deserializers
172 * annotations, typically), but usually are not.
[all …]
/external/skqp/include/core/
DSkFilterQuality.h18 kNone_SkFilterQuality, //!< fastest but lowest quality, typically nearest-neighbor
19 kLow_SkFilterQuality, //!< typically bilerp
20 kMedium_SkFilterQuality, //!< typically bilerp + mipmaps for down-scaling
21 kHigh_SkFilterQuality, //!< slowest but highest quality, typically bicubic or better
/external/libcups/man/
Dfilter.768 Options passed on the command-line typically do not include the default choices the printer's PPD f…
133 Sets the named keywords in the printer's PPD file. This is typically used to update default option …
140 Sets, adds, or removes "printer-state-reason" keywords for the current queue. Typically this is use…
149 The default text character set, typically "utf-8".
177 The default language locale (typically C or en).
192 The name and version number of the server (typically CUPS/\fImajor.minor\fR).
198 The user executing the filter, typically "lp" or "root"; consult the \fIcups-files.conf\fR file for…
207 …rs also expect specific environment variables and file descriptors, and typically run in a user se…
Dcupsd-logs.580 Bad HTTP request; typically this means that you have a malicious program trying to access your serv…
86 Access is forbidden; typically this means that a client tried to access a file or resource they do …
92 URL access method is not allowed; typically this means you have a web browser using your server as …
95 Request too large; typically this means that a client tried to print a file larger than the MaxRequ…
101 Server error; typically this happens when the server is unable to open/create a file - consult the …
107 HTTP version number not supported; typically this means that you have a malicious program trying to…
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ExperimentalGroupByReducerDataset.pbtxt13 A list of tensors, typically values that were captured when
27 A list of tensors, typically values that were captured when
41 A list of tensors, typically values that were captured when
55 A list of tensors, typically values that were captured when
Dapi_def_GroupByReducerDataset.pbtxt13 A list of tensors, typically values that were captured when
27 A list of tensors, typically values that were captured when
41 A list of tensors, typically values that were captured when
55 A list of tensors, typically values that were captured when
/external/gemmlowp/doc/
Dquantization.md71 '0'. That would typically introduce inaccuracy in the result. In fact, using
131 values (i.e. typically is a uint8 value).
139 to quantized values (typically uint8), we turn to applying this knowledge to
223 entries, and their `zero_point` quantization parameters. Typically, all of these
224 values are uint8. Typically, the above differences of uint8 values would be
256 than one &mdash; each of the `scale` values here is typically smaller than one,
257 as we are typically mapping the `[0..255]` quantized uint8 value range to an
258 interval of real values that is much narrower than that, typically within
260 activation functions will typically have real activation values in the interval
264 constant that is smaller than one? Typically, by multiplying by a fixed-point
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dbasic_resolver_query.hpp44 * This constructor is typically used to perform name resolution for local
54 * @note On POSIX systems, service names are typically defined in the file
78 * This constructor is typically used to perform name resolution for local
91 * @note On POSIX systems, service names are typically defined in the file
115 * This constructor is typically used to perform name resolution for
139 * On POSIX systems, service names are typically defined in the file
163 * This constructor is typically used to perform name resolution for
190 * On POSIX systems, service names are typically defined in the file
/external/python/setuptools/pkg_resources/_vendor/
Dappdirs.py51 appauthor or distributing body for this application. Typically
57 would typically be "<major>.<minor>".
106 appauthor or distributing body for this application. Typically
112 would typically be "<major>.<minor>".
172 appauthor or distributing body for this application. Typically
178 would typically be "<major>.<minor>".
212 appauthor or distributing body for this application. Typically
218 would typically be "<major>.<minor>".
263 appauthor or distributing body for this application. Typically
269 would typically be "<major>.<minor>".
[all …]
/external/python/google-api-python-client/docs/dyn/
Dpeople_v1.people.html148 # verified field is typically a name, email address, phone number, or
199 # verified field is typically a name, email address, phone number, or
249 # verified field is typically a name, email address, phone number, or
281 # verified field is typically a name, email address, phone number, or
312 # verified field is typically a name, email address, phone number, or
343 # verified field is typically a name, email address, phone number, or
389 # verified field is typically a name, email address, phone number, or
423 # verified field is typically a name, email address, phone number, or
454 # verified field is typically a name, email address, phone number, or
463 # specified. The `date` and `text` fields typically represent the same
[all …]
Dpeople_v1.people.connections.html196 # verified field is typically a name, email address, phone number, or
247 # verified field is typically a name, email address, phone number, or
297 # verified field is typically a name, email address, phone number, or
329 # verified field is typically a name, email address, phone number, or
360 # verified field is typically a name, email address, phone number, or
391 # verified field is typically a name, email address, phone number, or
437 # verified field is typically a name, email address, phone number, or
471 # verified field is typically a name, email address, phone number, or
502 # verified field is typically a name, email address, phone number, or
511 # specified. The `date` and `text` fields typically represent the same
[all …]
/external/openssh/
DPROTOCOL.u2f18 of "user presence" for each signature operation (typically achieved
26 which takes an application ID - a URL-like string, typically "ssh:"
28 and a challenge string (typically randomly generated). The enrollment
62 string application (user-specified, but typically "ssh:")
69 string application (user-specified, but typically "ssh:")
78 string application (user-specified, but typically "ssh:")
84 string application (user-specified, but typically "ssh:")
/external/exoplayer/tree/extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/
DOkHttpDataSourceFactory.java37 * @param callFactory A {@link Call.Factory} (typically an {@link okhttp3.OkHttpClient}) for use
46 * @param callFactory A {@link Call.Factory} (typically an {@link okhttp3.OkHttpClient}) for use
57 * @param callFactory A {@link Call.Factory} (typically an {@link okhttp3.OkHttpClient}) for use
68 * @param callFactory A {@link Call.Factory} (typically an {@link okhttp3.OkHttpClient}) for use
/external/jsilver/src/com/google/streamhtmlparser/
DHtmlParser.java39 * HTML attribute name and value pairs. This is typically the case for
119 * a Javascript litteral that is quoted. The caller will typically
154 * The caller will typically invoke this method after determining
199 * value may be incomplete. The caller will typically first determine
211 * The caller will typically first determine that the parser is
257 * to the parser but wants it to know there typically will be content
276 * external states. The caller will typically first determine that the
/external/webrtc/modules/audio_coding/neteq/tools/
Dpacket.h36 // associated with this packet, typically used to denote arrival time.
38 // |virtual_packet_length_bytes| is typically used when reading RTP dump files
42 // is the length of the remaining payload (typically only the RTP header).
51 // This is typically used when reading RTP dump files that only contain the
/external/icu/icu4c/source/i18n/
Desctrn.h27 * empty, a radix, typically 16 or 10, a minimum digit count,
28 * typically 1, 4, or 8, and a boolean that specifies whether
61 * The radix to display the number in. Typically 16 or 10. Must
67 * The minimum number of digits. Typically 1, 4, or 8. Values
/external/icu/libicu/cts_headers/
Desctrn.h27 * empty, a radix, typically 16 or 10, a minimum digit count,
28 * typically 1, 4, or 8, and a boolean that specifies whether
61 * The radix to display the number in. Typically 16 or 10. Must
67 * The minimum number of digits. Typically 1, 4, or 8. Values
/external/boringssl/src/
DAPI-CONVENTIONS.md31 errors. Functions which return an `int` typically return one on success and zero
32 on failure. Functions which return a pointer typically return `NULL` on failure.
201 arguments. The pointer typically must remain valid for the duration of the
214 and Rust, functions in BoringSSL typically only transfer on success.
227 ownership of arguments. Functions named `set1` do not. They typically take a
247 or `EVP_PKEY` which represent keys may typically be used from multiple threads
/external/skqp/docs/
Dundocumented.bmh449 Typically less than zero.
455 Typically less than zero.
461 Typically greater than zero.
467 Typically greater than zero.
473 Typically greater than or equal to zero.
489 Typically less than zero.
495 Typically greater than zero.
517 Typically positive when valid.
533 Typically negative when valid.
/external/avb/libavb_ab/
Davb_ab_flow.h154 * read_ab_metadata() operation. Typically this means it's read from
180 * NULL-terminated array of NUL-terminated strings. Typically the
229 * This function is typically used by the OS updater when completing
238 * This function is typically used by the OS updater before writing to
251 * This function is typically used by the OS updater after having
/external/libcups/doc/help/
Dman-filter.html64 <p>Options passed on the command-line typically do not include the default choices the printer's PP…
117 <dd style="margin-left: 5.0em">Sets the named keywords in the printer's PPD file. This is typically
121 …adds, or removes "printer-state-reason" keywords for the current queue. Typically this is used to …
130 <dd style="margin-left: 5.0em">The default text character set, typically "utf-8".
149 <dd style="margin-left: 5.0em">The default language locale (typically C or en).
159 <dd style="margin-left: 5.0em">The name and version number of the server (typically CUPS/<i>major.m…
163 <dd style="margin-left: 5.0em">The user executing the filter, typically "lp" or "root"; consult the…
172 …rs also expect specific environment variables and file descriptors, and typically run in a user se…
/external/skqp/src/core/
DSkCachedData.h94 * ref's the data (typically from a find(key, visitor) call).
102 * (typically in the Rec's constructor).
108 * (typically in the Rec's destructor).

12345678910>>...242