Home
last modified time | relevance | path

Searched refs:from (Results 776 - 800 of 3126) sorted by relevance

1...<<31323334353637383940>>...126

/third_party/rust/crates/syn/src/
H A Dparse_macro_input.rs13 /// This macro must be called from a function that returns
96 /// Err(err) => return proc_macro::TokenStream::from(err.to_compile_error()),
113 return $crate::__private::TokenStream::from(err.to_compile_error());
121 return $crate::__private::TokenStream::from(err.to_compile_error());
/third_party/ffmpeg/tests/fate/
H A Dopus.mak1 # The samples were produced by simply rewrapping the official test vectors from
2 # their custom format into Matroska. The reference decoded outputs are from the
3 # newest testvectors file from RFC8251
/third_party/node/test/node-api/test_make_callback_recurse/
H A Dtest.js16 throw new Error('hi from domain error');
18 }, /^Error: hi from domain error$/);
22 // relation to running multiple MakeCallback's from bootstrap,
97 // levels from both node::MakeCallback() and AsyncWrap::MakeCallback
139 assert.strictEqual(e.message, `throw from domain ${id}`);
142 throw new Error(`throw from domain ${id}`);
/third_party/node/test/parallel/
H A Dtest-crypto-async-sign-verify.js42 const data = Buffer.from('Hello world');
62 crypto.verify(algorithm, data, key, Buffer.from(''), common.mustSucceed(
129 const data = Buffer.from('hello world');
H A Dtest-stream-readable-unshift.js43 const string = Buffer.from('abc').toString(encoding);
74 Buffer.from(string, encoding).toString(streamEncoding) : string;
99 assert.strictEqual(chunk, Buffer.from(string).toString(encoding));
H A Dtest-zlib-bytes-read.js7 const expectBuf = Buffer.from(expectStr);
12 target.write(Buffer.from([buffer[writer.size++]]), () => {
76 const compDataExtra = Buffer.concat([compData, Buffer.from('extra')]);
/third_party/node/test/addons/make-callback-recurse/
H A Dtest.js15 throw new Error('hi from domain error');
17 }, /^Error: hi from domain error$/);
21 // relation to running multiple MakeCallback's from bootstrap,
96 // levels from both node::MakeCallback() and AsyncWrap::MakeCallback
138 assert.strictEqual(e.message, `throw from domain ${id}`);
141 throw new Error(`throw from domain ${id}`);
/third_party/node/deps/npm/node_modules/chalk/source/vendor/supports-color/
H A Dindex.js1 import process from 'node:process';
2 import os from 'node:os';
3 import tty from 'node:tty';
/third_party/node/deps/npm/node_modules/supports-color/
H A Dindex.js1 import process from 'node:process';
2 import os from 'node:os';
3 import tty from 'node:tty';
/third_party/node/deps/v8/src/compiler/
H A Dscheduler.h30 // Computes a schedule from a graph, placing nodes into basic blocks and
39 // nodes from the graph into it.
66 // from the end have kUnknown placement. After the PrepareUses phase runs,
68 // reachable from the end.
112 void IncrementUnscheduledUseCount(Node* node, Node* from);
113 void DecrementUnscheduledUseCount(Node* node, Node* from);
121 // Not meant to be called directly, only from {GetCommonDominator}.
149 void MovePlannedNodes(BasicBlock* from, BasicBlock* to);
/third_party/node/deps/v8/src/regexp/
H A Dregexp-stack.cc44 char* RegExpStack::RestoreStack(char* from) { in RestoreStack() argument
45 MemCopy(&thread_local_, reinterpret_cast<void*>(from), kThreadLocalSize); in RestoreStack()
46 return from + kThreadLocalSize; in RestoreStack()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DRangeTreeSubject.java92 RangeTree tree = RangeTree.from(spec); in containsExactly()
99 RangeTree tree = RangeTree.from(specs); in containsExactly()
110 containsExactly(FluentIterable.from(specs).transform(RangeSpecification::parse)); in containsExactly()
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
H A Dlib.rs71 let mut predicate_script_path = PathBuf::from(env!("CARGO_MANIFEST_DIR")); in run_predicate_script()
118 Some(String::from(PathBuf::from(path).to_str().unwrap())); in test_bindgen()
/third_party/rust/crates/clap/src/builder/
H A Dstyled_str.rs247 fn from(name: std::string::String) -> Self { in from() functions
255 fn from(name: &'_ std::string::String) -> Self { in from() functions
263 fn from(name: &'static str) -> Self { in from() functions
271 fn from(name: &'_ &'static str) -> Self { in from() functions
272 StyledStr::from(*name) in from()
/third_party/rust/crates/io-lifetimes/src/
H A Dtraits.rs12 /// A trait to borrow the file descriptor from an underlying object.
36 /// A trait to borrow the handle from an underlying object. in as_fd()
56 /// A trait to borrow the socket from an underlying object.
124 /// A trait to express the ability to construct an object from a file
128 /// Constructs a new instance of `Self` from the given file descriptor.
144 note = "`FromFd::from_fd` is replaced by `From<OwnedFd>::from`"
148 /// Constructs a new instance of `Self` from the given file descriptor
149 /// converted from `into_owned`.
167 Self::from(into_owned.into()) in from_into_fd()
171 /// A trait to express the ability to construct an object from
[all...]
/third_party/rust/crates/cxx/src/
H A Drust_vec.rs21 Self::from(Vec::new()) in new()
24 pub fn from(v: Vec<T>) -> Self { in from() functions
83 Self::from(unsafe { Vec::from_raw_parts(ptr, len, cap) }) in from_vec_string()
/third_party/openssl/test/recipes/
H A Dtconversion.pl46 + $n # initial conversions from p to all forms (A)
47 + $n*$n # conversion from result of A to all forms (B)
80 foreach my $from (@conversionforms) {
82 "-in", "$prefix-f.$from",
83 "-inform", $from,
84 "-out", "$prefix-ff.$from$to",
86 "$from -> $to");
97 foreach my $from (@conversionforms) {
98 is(cmp_text("$prefix-f.$to", "$prefix-ff.$from$to"), 0,
99 "comparing $to to $from
[all...]
/third_party/typescript/tests/baselines/reference/
H A DexportAsNamespace2(module=commonjs).js8 export * as ns from './0';
13 import * as foo from './1'
89 export * as ns from './0';
H A DexportAsNamespace3(module=amd).js8 export * as ns from './0';
16 import * as foo from './1'
101 export * as ns from './0';
H A DexportAsNamespace3(module=commonjs).js8 export * as ns from './0';
16 import * as foo from './1'
95 export * as ns from './0';
H A DjsxNamespaceGlobalReexport.js8 // Include the remaining properties from Props
48 export { Fragment } from '..';
55 } from '..';
56 import { JSXInternal } from '..';
H A DjsxNamespaceGlobalReexportMissingAliasTarget.js8 // Include the remaining properties from Props
48 export { Fragment } from '..';
55 } from '..';
56 import { JSXInternal } from '..';
H A DjsxNamespaceImplicitImportJSXNamespace.js8 // Include the remaining properties from Props
48 export { Fragment } from '..';
55 } from '..';
56 import { JSXInternal } from '..';
H A DtsxExternalModuleEmit1.js9 import * as React from 'react';
12 import { Button } from './button';
23 import * as React from 'react';
/third_party/icu/icu4c/source/common/
H A Duloc_keytype.cpp278 const char* from = ures_getKey(typeAliasDataEntry.getAlias()); in initFromResourceBundle() local
281 if (uprv_strchr(from, ':') != NULL) { in initFromResourceBundle()
283 gKeyTypeStringPool->create(from, sts); in initFromResourceBundle()
295 from = fromBuf->data(); in initFromResourceBundle()
298 uhash_put(typeDataMap, (void*)from, t, &sts); in initFromResourceBundle()
319 const char* from = ures_getKey(bcpTypeAliasDataEntry.getAlias()); in initFromResourceBundle() local
320 uhash_put(typeDataMap, (void*)from, t, &sts); in initFromResourceBundle()

Completed in 9 milliseconds

1...<<31323334353637383940>>...126