Home
last modified time | relevance | path

Searched refs:from (Results 1701 - 1725 of 3572) sorted by relevance

1...<<61626364656667686970>>...143

/third_party/node/test/parallel/
H A Dtest-buffer-fakes.js13 Buffer.from(fb);
H A Dtest-dgram-send-cb-quelches-error.js9 const buffer = Buffer.from('gary busey');
H A Dtest-fs-read-stream-fd-leak.js27 console.log(`testing for leaks from fs.createReadStream().${endFn}()...`);
H A Dtest-fs-readSync-optional-params.js9 const expected = Buffer.from('xyz\n');
H A Dtest-fs-sir-writes-alot.js44 const buffer = Buffer.from(line);
H A Dtest-http-client-headers-array.js24 `Basic ${Buffer.from(options.auth).toString('base64')}`;
54 // Authorization and Host header both missing from the second
H A Dtest-tls-env-bad-extra-ca.js40 const re = /Warning: Ignoring extra certs from.*no-such-file-exists-?.* load failed:.*No such file or directory/;
/third_party/node/test/pummel/
H A Dtest-tls-server-large-request.js32 const request = Buffer.from('ABCD'.repeat(1024 * 256 - 1)); // 1mb
/third_party/musl/src/signal/loongarch64/
H A Dsigsetjmp.s15 move $a1, $a0 # Return from 'setjmp' or 'longjmp'
/third_party/node/benchmark/buffers/
H A Dbuffer-bytelength-string.js22 Buffer.from(original, 'utf8').toString('base64');
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/timestamp/
H A Dset.js37 const data = Buffer.from(core_1.json.canonicalize(payload), 'utf8');
38 // Extract the SET from the tlog entry
/third_party/libexif/test/
H A Dextract-parse.sh2 # Compares the parsed EXIF data extracted from test images with the parsed EXIF
47 ./test-parse-from-data$EXEEXT "${fn}" | tr -d '\015' | parse_canonicalize > "${TMPEXTRACTED}"
51 echo "ERROR: Difference between test-parse and test-parse-from-data for $fn !"
/third_party/lwip/src/include/lwip/distributed_net/
H A Ddistributed_net_core.h14 * to endorse or promote products derived from this software without specific prior written
77 ssize_t distributed_net_recvfrom(int sock, void *buf, size_t buf_len, int flags, struct sockaddr *from,
/third_party/node/deps/v8/src/compiler/
H A Dgraph-trimmer.cc34 Node* const user = edge.from(); in TrimGraph()
/third_party/rust/crates/cxx/gen/build/src/
H A Dtarget.rs12 let target_dir = PathBuf::from(target_dir);
/third_party/rust/crates/cxx/gen/lib/src/
H A Derror.rs24 fn from(err: crate::gen::Error) -> Self { in from() functions
71 .map(|syn_err| Error::from(crate::gen::Error::Syn(syn_err))), in next()
/third_party/rust/crates/env_logger/tests/
H A Dregexp_filter.rs10 if env::var("LOG_REGEXP_TEST").ok() == Some(String::from("1")) { in main()
/third_party/typescript/tests/baselines/reference/
H A DreexportNameAliasedAndHoisted.js8 export { Sizing as GridViewSizing } from './gridview';
H A DdecoratedClassFromExternalModule.js10 import Decorated from 'decorated';
H A DdecoratorMetadataWithImportDeclarationNameCollision4.js10 import db from './db'; // error no default export
H A DemptyModuleName.js2 import * as A from "";
H A DfilterNamespace_import.js18 import type ns from './ns';
H A DimportClause_namespaceImport.js10 import type * as types from './a';
H A DjsNoImplicitAnyNoCascadingReferenceErrors.js8 import {Foo} from "./somelib";
H A DjsxExcessPropsAndAssignability.js4 import * as React from 'react';

Completed in 7 milliseconds

1...<<61626364656667686970>>...143