Home
last modified time | relevance | path

Searched refs:from (Results 4726 - 4750 of 5617) sorted by relevance

1...<<181182183184185186187188189190>>...225

/third_party/skia/src/core/
H A DSkGlyph.h123 // 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 Devp.h123 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 Djfdctint-avx2.asm14 ; NASM is available from http://nasm.sourceforge.net/ or
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djfdctint-avx2.asm14 ; NASM is available from http://nasm.sourceforge.net/ or
/third_party/skia/third_party/externals/icu/source/samples/all/
H A Dsamplecheck.bat37 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 DfilterRFC3454.pl27 $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 Dmain.go15 // 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 Dbuilder.h70 /// 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 Dupdates-errors-correctly-when-declaration-emit-is-disabled-in-compiler-options.js3 import test from './b';
/third_party/vixl/src/aarch32/
H A Dlocation-aarch32.h13 // 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 DjsxComplexSignatureHasApplicabilityError.js4 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 DInternal.java16 // 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 Dbuild.bat6 echo.Build CPython from the command line. Requires the appropriate
H A Dprepare_libffi.bat13 echo Tested with cygwin-x86 from https://www.cygwin.com/install.html
/third_party/rust/crates/clap/src/
H A Dmacros.rs1 /// 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 Dlib.rs3 //! 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 Dmman.rs276 /// Exclude the given range from a core dump.
429 |a| usize::from(a) as *mut c_void in mmap()
H A Daio.rs387 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 Dsyscalls.rs317 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 Dbasic.rs112 String::from(result.unwrap().to_str().unwrap()), in _which_all()
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsyscalls.rs381 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 Dexpr.rs8 //! 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 Dcms.rs5 //! 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 Dnmake.mak172 # If using Win32 OpenSSL binary installation from Shining Light Productions,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dnmake.mak172 # If using Win32 OpenSSL binary installation from Shining Light Productions,

Completed in 20 milliseconds

1...<<181182183184185186187188189190>>...225