Home
last modified time | relevance | path

Searched refs:from (Results 601 - 625 of 3152) sorted by relevance

1...<<21222324252627282930>>...127

/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_remote.rs221 fn from(def: PrimitivePrivDef) -> Self { in from() functions
227 fn from(def: NewtypePrivDef) -> Self { in from() functions
233 fn from(def: TuplePrivDef) -> Self { in from() functions
239 fn from(def: StructPrivDef) -> Self { in from() functions
245 fn from(def: StructGenericWithGetterDef<T>) -> Self { in from() functions
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm31 my $ordinals = OpenSSL::Ordinals->new(from => "foo.num");
72 =item B<< from => FILENAME >>
74 Not only create a new instance, but immediately load it with data from the
100 $instance->load($opts{from}) if defined($opts{from});
107 Loads the data from FILENAME into the instance. Any previously loaded data
133 my $item = OpenSSL::Ordinals::Item->new(source => $filename, from => $_);
195 If an ordinals file has been loaded, it gets rewritten with the data from
200 from B<sort>, which is forbidden here.
220 from
[all...]
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm31 my $ordinals = OpenSSL::Ordinals->new(from => "foo.num");
72 =item B<< from => FILENAME >>
74 Not only create a new instance, but immediately load it with data from the
100 $instance->load($opts{from}) if defined($opts{from});
107 Loads the data from FILENAME into the instance. Any previously loaded data
133 my $item = OpenSSL::Ordinals::Item->new(source => $filename, from => $_);
195 If an ordinals file has been loaded, it gets rewritten with the data from
200 from B<sort>, which is forbidden here.
220 from
[all...]
/third_party/typescript/tests/baselines/reference/
H A DfromAsIdentifier1.js2 var from; variable
5 var from; variable
H A DfromAsIdentifier2.js3 var from; variable
7 var from; variable
H A DdeclarationEmitDefaultExportWithStaticAssignment.js7 import {Foo} from './foo';
12 import {Foo} from './foo';
98 import { Foo } from './foo';
H A DdeclarationsForFileShadowingGlobalNoError.js8 import { Node } from './custom'
9 import { DOMNode } from './dom'
62 import { DOMNode } from './dom';
H A DelidedJSImport2(module=commonjs).js4 import { Foo } from "./other.js";
5 import * as other from "./other.js";
6 import defaultFoo from "./other.js";
H A DmoduleSameValueDuplicateExportedBindings2.js4 export * from "./b";
5 export * from "./c";
8 export {Animals} from "./c";
H A DesModuleInterop.js12 import { sayHello } from "./hybrid";
13 import path from "./path";
14 import * as fs from "./fs";
H A DesModuleInteropNamedDefaultImports.js7 import Foo from "./mod";
8 import { default as Foo2 } from "./mod";
9 import { Bar, default as Foo3 } from "./mod";
H A DjsDeclarationsExportFormsErr.js11 import * as ns from "./cls";
15 export * from "./cls";
78 export * from "./cls";
/third_party/node/test/parallel/
H A Dtest-crypto-dh-errors.js52 for (const g of [Buffer.from([]),
53 Buffer.from([0]),
54 Buffer.from([1])]) {
H A Dtest-stream-readable-event.js38 r.push(Buffer.from('blerg'));
58 r.push(Buffer.from('bl'));
77 r.push(Buffer.from('blerg'));
H A Dtest-blob.js51 const b = new Blob([Buffer.from('abc')]);
83 const b = new Blob(['hello', Buffer.from('world')]);
106 Buffer.from('world'),
115 const b = new Blob(['hello', Buffer.from('world')]);
160 const b = new Blob([Buffer.from('hello'), Buffer.from('world')]);
H A Dtest-buffer-fill.js377 const buf = Buffer.from('w00t');
391 Buffer.from('61006200610062006100620061006200', 'hex'));
395 Buffer.from('610062006100620061006200610062', 'hex'));
399 Buffer.from('61006200610062006100620061006200', 'hex'));
402 Buffer.from('61006100610061006100610061006100', 'hex'));
425 const buf = Buffer.from('a'.repeat(1000));
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_internal.h46 #define PAD(from, to) \
48 from = (from + to - 1) & ~(to - 1); \
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
H A Dbin.rs27 Err(_) => Err(String::from( in validate_generate_range()
37 Err(_) => Err(String::from( in validate_tests_count()
47 false => Err(String::from("Provided directory path does not exist.")), in validate_path()
/third_party/skia/third_party/externals/tint/src/
H A Dclone_context.cc30 Program const* from, in CloneContext()
32 : dst(to), src(from) { in CloneContext()
37 from->Symbols().Foreach([&](Symbol s, const std::string&) { Clone(s); }); in CloneContext()
29 CloneContext(ProgramBuilder* to, Program const* from, bool auto_clone_symbols) CloneContext() argument
/third_party/skia/tools/perf-canvaskit-puppeteer/
H A Dbenchmark.js31 // This allows us to make sure the noise from the first few renders (e.g shader
32 // compilation, caches) is removed from the data we capture.
82 'total_frame_ms': Array.from(totalFrame).slice(0, idx),
84 'with_flush_ms': Array.from(withFlush).slice(0, idx),
87 'without_flush_ms': Array.from(withoutFlush).slice(0, idx),
/third_party/eudev/src/udev/
H A Dudev-builtin-usb_id.c84 static int set_usb_mass_storage_ifsubtype(char *to, const char *from, size_t len) { in set_usb_mass_storage_ifsubtype() argument
89 type_num = strtoul(from, &eptr, 0); in set_usb_mass_storage_ifsubtype()
90 if (eptr != from) { in set_usb_mass_storage_ifsubtype()
115 static void set_scsi_type(char *to, const char *from, size_t len) { in set_scsi_type() argument
120 type_num = strtoul(from, &eptr, 0); in set_scsi_type()
121 if (eptr != from) { in set_scsi_type()
217 * 1.) Get the USB device type from InterfaceClass and InterfaceSubClass
/third_party/gn/src/gn/
H A Dcommand_path.cc103 // Don't print toolchains unless they differ from the first target. in PrintPath()
119 // Take type from the next entry. in PrintPath()
137 // Don't try to insert the 0th item in the list which is the "from" target. in InsertTargetsIntoFoundPaths()
139 // if the "from" target was in the list, subsequent passes could never run in InsertTargetsIntoFoundPaths()
143 // here but the "from" item is erased at the beginning of each search, but in InsertTargetsIntoFoundPaths()
169 void BreadthFirstSearch(const Target* from, in BreadthFirstSearch() argument
175 // Seed the initial stack with just the "from" target. in BreadthFirstSearch()
177 initial_stack.emplace_back(from, DepType::NONE); in BreadthFirstSearch()
250 void DoSearch(const Target* from, in DoSearch() argument
254 BreadthFirstSearch(from, t in DoSearch()
[all...]
/third_party/alsa-lib/src/pcm/
H A Dmask_inline.h142 MASK_INLINE void snd_mask_set_range(snd_mask_t *mask, unsigned int from, unsigned int to) in snd_mask_set_range() argument
145 assert(to <= SND_MASK_MAX && from <= to); in snd_mask_set_range()
146 for (i = from; i <= to; i++) in snd_mask_set_range()
150 MASK_INLINE void snd_mask_reset_range(snd_mask_t *mask, unsigned int from, unsigned int to) in snd_mask_reset_range() argument
153 assert(to <= SND_MASK_MAX && from <= to); in snd_mask_reset_range()
154 for (i = from; i <= to; i++) in snd_mask_reset_range()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditransformtst.c64 static void shapeLetters(UChar *str, const UChar *from, const UChar *to);
216 shapeLetters(UChar *str, const UChar *from, const UChar *to) in shapeLetters() argument
223 index = c - from[0]; in shapeLetters()
224 if (index < NUM_LETTERS && from[index * from[NUM_LETTERS]] != 0) { in shapeLetters()
227 str[j] = to[index * from[NUM_LETTERS]]; in shapeLetters()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h435 static inline unsigned long copy_from_user(void *to, const void *from, unsigned long n) in copy_from_user() argument
437 if ((to == NULL) || (from == NULL)) { in copy_from_user()
441 return LOS_ArchCopyFromUser(to, from, n); in copy_from_user()
444 static inline unsigned long copy_to_user(void *to, const void *from, unsigned long n) in copy_to_user() argument
446 if ((to == NULL) || (from == NULL)) { in copy_to_user()
450 return LOS_ArchCopyToUser(to, from, n); in copy_to_user()

Completed in 9 milliseconds

1...<<21222324252627282930>>...127