/third_party/skia/src/core/ |
H A D | SkGlyph.h | 123 // The last trick is to extend the range from [0, 1) to [0, 2). The extend range is 265 // Merge the from glyph into this glyph using alloc to allocate image data. Return the number 268 size_t setMetricsAndImage(SkArenaAlloc* alloc, const SkGlyph& from); 385 // The offset from the glyphs origin on the baseline to the top left of the glyph mask.
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | evp.h | 123 int (*copy) (EVP_MD_CTX *to, const EVP_MD_CTX *from); 151 /* Get parameters from a ASN1_TYPE */
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctint-avx2.asm | 14 ; NASM is available from http://nasm.sourceforge.net/ or
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jfdctint-avx2.asm | 14 ; NASM is available from http://nasm.sourceforge.net/ or
|
/third_party/skia/third_party/externals/icu/source/samples/all/ |
H A D | samplecheck.bat | 37 REM Change the codepage to UTF-8 in order to better handle non-ASCII characters from the samples.
|
/third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
H A D | filterRFC3454.pl | 27 $copyright = "###################\n# This file was generated from RFC 3454 (http://www.ietf.org/rfc/rfc3454.txt)\n# Copyright (C) The Internet Society (2002). All Rights Reserved. \n###################\n\n"; 222 $comment = "# This table contains code points from Table A.1 from RFC 3454\n"; 231 $comment = "# This table contains code points from Table B.1 from RFC 3454\n"; 240 $comment = $warning."# This table contains code points from Table B.2 from RFC 3454\n"; 249 $comment = $warning."# This table contains code points from Table B.3 from RFC 3454\n"; 258 $comment = "# code points from [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/ |
H A D | main.go | 15 // idlgen is a tool used to generate code from WebIDL files and a golang 43 idlgen is a tool used to generate code from WebIDL files and a golang 591 // * Underscores are removed from the returned string
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder.h | 70 /// Builder class to create SPIR-V instructions from a module. 465 /// @param from the ID to store from 467 bool GenerateStore(uint32_t to, uint32_t from); 544 /// Determines if the given type constructor is created from constant values
|
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/ |
H A D | updates-errors-correctly-when-declaration-emit-is-disabled-in-compiler-options.js | 3 import test from './b';
|
/third_party/vixl/src/aarch32/ |
H A D | location-aarch32.h | 13 // used to endorse or promote products derived from this software without 215 // Add forward reference to this object. Called from the assembler. 225 int32_t from, 403 // When is the literal to be removed from the memory
|
/third_party/typescript/tests/baselines/reference/ |
H A D | jsxComplexSignatureHasApplicabilityError.js | 4 import * as React from "react"; 44 // Copied from "type-zoo" version 3.4.0 48 // Everything below here copied from "@types/react-select" version 1.3.4 163 * Callback to remove selection from option; receives the option as a parameter. 223 * Callback to invoke when removing an option from a multi-selection. (Not necessarily the one 533 * whether the selected option is removed from the dropdown on multi selects
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Internal.java | 16 // contributors may be used to endorse or promote products derived from 96 * This function -- stringDefaultValue -- converts from the generated string to the string we 137 // Make a duplicate of the source ByteBuffer and read data from the in copyByteBuffer() 396 /** Convert individual elements of the List from F to T. */ 398 T convert(F from); in convert() argument
|
/third_party/python/PCbuild/ |
H A D | build.bat | 6 echo.Build CPython from the command line. Requires the appropriate
|
H A D | prepare_libffi.bat | 13 echo Tested with cygwin-x86 from https://www.cygwin.com/install.html
|
/third_party/rust/crates/clap/src/ |
H A D | macros.rs | 1 /// Allows you to pull the version from your Cargo.toml at compile time as 24 /// Allows you to pull the authors for the command from your Cargo.toml at 64 /// Allows you to pull the description from your Cargo.toml at compile time. 86 /// Allows you to pull the name from your Cargo.toml at compile time. 88 /// **NOTE:** This macro extracts the name from an environment variable `CARGO_PKG_NAME`. 89 /// When the crate name is set to something different from the package name, 113 /// Allows you to build the `Command` instance from your Cargo.toml at compile time. 440 /// Create an [`Arg`] from a usage string. 608 fn from(setting: $settings) -> Self { in from() functions
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | lib.rs | 3 //! This is intended to be used from Cargo build scripts to execute CXX's 42 //! $ cargo install cxxbridge-cmd # or build it from the repo 147 // The `links = "..."` value from Cargo.toml. 149 // Output directory as received from Cargo. 158 // have access to headers from arbitrary other parts of the dependency 280 // crate_dir on the include line so that `#include "path/to/file.rs"` from in make_this_crate() 281 // C++ "magically" works and refers to the API generated from that Rust in make_this_crate() 296 path: PathBuf::from(exported_dir), in make_this_crate()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | mman.rs | 276 /// Exclude the given range from a core dump. 429 |a| usize::from(a) as *mut c_void in mmap()
|
H A D | aio.rs | 387 SigEvent::from(&self.aiocb.aiocb.0.aio_sigevent) in sigevent() 502 /// Asynchronously reads from a file descriptor into a buffer 567 /// * `fd`: File descriptor to read from 618 /// Asynchronously reads from a file descriptor into a scatter/gather list of buffers. 685 /// * `fd`: File descriptor to read from 742 /// Asynchronously writes from a buffer to a file descriptor 854 /// Asynchronously writes from a scatter/gather list of buffers to a file descriptor.
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | syscalls.rs | 317 let data = c::c_int::from(value); 364 // TODO: This code would benefit from having a better way to read into
|
/third_party/rust/crates/which-rs/tests/ |
H A D | basic.rs | 112 String::from(result.unwrap().to_str().unwrap()), in _which_all()
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | syscalls.rs | 381 c::c_int::from(domain.0), 876 // Convert from a `bool` to a `SocketBool`. 882 // Convert from a `SocketBool` to a `bool`.
|
/third_party/rust/crates/rust-cexpr/src/ |
H A D | expr.rs | 8 //! Evaluating C expressions from tokens. 90 fn from(s: Vec<u8>) -> EvalResult { in from() functions 517 /// Parse and evaluate a macro definition from a list of tokens. in expr() 550 /// Parse and evaluate a macro definition from a list of tokens. in expr() 562 /// Parse a functional macro declaration from a list of tokens. 566 /// may be obtained from the unparsed data returned.
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | cms.rs | 5 //! generated from a `Vec` of bytes. This `Vec` follows the smime protocol standards. 307 let input = String::from("My Message"); in cms_encrypt_decrypt() 323 let encrypted_der = encrypt.to_der().expect("failed to create der from cms"); in cms_encrypt_decrypt() 325 CmsContentInfo::from_der(&encrypted_der).expect("failed read cms from der"); in cms_encrypt_decrypt() 334 .expect("failed to create string from cms content"); in cms_encrypt_decrypt() 340 .expect("failed to create string from cms content"); in cms_encrypt_decrypt() 348 let encrypted_pem = encrypt.to_pem().expect("failed to create pem from cms"); in cms_encrypt_decrypt() 350 CmsContentInfo::from_pem(&encrypted_pem).expect("failed read cms from pem"); in cms_encrypt_decrypt() 359 .expect("failed to create string from cms content"); in cms_encrypt_decrypt() 365 .expect("failed to create string from cm in cms_encrypt_decrypt() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | nmake.mak | 172 # If using Win32 OpenSSL binary installation from Shining Light Productions,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | nmake.mak | 172 # If using Win32 OpenSSL binary installation from Shining Light Productions,
|