Home
last modified time | relevance | path

Searched refs:from (Results 726 - 750 of 3596) sorted by relevance

1...<<21222324252627282930>>...144

/third_party/node/test/internet/
H A Dtest-dgram-multicast-ssmv6-multi-process.js14 Buffer.from('First message to send'),
15 Buffer.from('Second message to send'),
16 Buffer.from('Third message to send'),
17 Buffer.from('Fourth message to send'),
202 console.error('[CHILD] %s received "%s" from %j', process.pid,
H A Dtest-dgram-multicast-ssm-multi-process.js14 Buffer.from('First message to send'),
15 Buffer.from('Second message to send'),
16 Buffer.from('Third message to send'),
17 Buffer.from('Fourth message to send'),
202 console.error('[CHILD] %s received "%s" from %j', process.pid,
/third_party/ninja/src/
H A Dmissing_deps_test.cc46 void RecordDepsLogDep(const std::string& from, const std::string& to) { in RecordDepsLogDep()
48 deps_log_.RecordDeps(state_.LookupNode(from), 0, 1, node_deps); in RecordDepsLogDep()
72 void CreateGraphDependencyBetween(const char* from, const char* to) { in CreateGraphDependencyBetween()
73 Node* from_node = state_.LookupNode(from); in CreateGraphDependencyBetween()
/third_party/node/deps/npm/node_modules/chalk/source/
H A Dindex.js1 import ansiStyles from '#ansi-styles';
2 import supportsColor from '#supports-color';
6 } from './utilities.js';
26 throw new Error('The `level` option should be an integer from 0 to 3');
218 } from './vendor/ansi-styles/index.js';
/third_party/ltp/testcases/network/tcp_cmds/sendfile/
H A Dtestsf_s.c33 sa_t from; in main() local
55 signal(SIGCHLD, SIG_IGN); /* ignore signals from children */ in main()
89 socklen_t fromlen = sizeof(from); in main()
94 /* accept a connection from a client */ in main()
95 if ((as = accept(s, &from, &fromlen)) < 0) { in main()
103 ap = (sai_t *) & from; in main()
/third_party/rust/crates/codespan/codespan/src/
H A Dfile.rs144 /// assert_eq!(files.line_index(file_id, 0), LineIndex::from(0));
145 /// assert_eq!(files.line_index(file_id, 7), LineIndex::from(1));
146 /// assert_eq!(files.line_index(file_id, 8), LineIndex::from(1));
147 /// assert_eq!(files.line_index(file_id, 9), LineIndex::from(2));
148 /// assert_eq!(files.line_index(file_id, 100), LineIndex::from(3));
236 Ok(PathBuf::from(self.name(id)).display().to_string()) in name()
280 .map(|i| ByteIndex::from(i as u32)) in new()
292 .map(|i| ByteIndex::from(i as u32)) in update()
316 LineIndex::from(self.line_starts.len() as RawIndex) in last_line_index()
321 let next_line_start = self.line_start(line_index + LineOffset::from( in line_span()
[all...]
/third_party/rust/crates/clap/clap_complete/tests/
H A Ddynamic.rs14 .map(std::ffi::OsString::from) in suggest_subcommand_subset()
60 .map(std::ffi::OsString::from) in suggest_long_flag_subset()
95 .map(std::ffi::OsString::from) in suggest_possible_value_subset()
141 .map(std::ffi::OsString::from) in suggest_additional_short_flags()
/third_party/rust/crates/rust-openssl/openssl-sys/build/
H A Dfind_normal.rs8 let lib_dir = env("OPENSSL_LIB_DIR").map(PathBuf::from); in get_openssl()
9 let include_dir = env("OPENSSL_INCLUDE_DIR").map(PathBuf::from); in get_openssl()
97 return OsString::from("/usr"); in find_openssl_dir()
102 return OsString::from("/usr/local"); in find_openssl_dir()
139 - Use the `vendored` feature of openssl-sys crate to build OpenSSL from source. in find_openssl_dir()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Drsa.rs65 from: *const u8, in RSA_public_encrypt()
72 from: *const u8, in RSA_private_encrypt()
79 from: *const u8, in RSA_public_decrypt()
86 from: *const u8, in RSA_private_decrypt()
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A Dmultiple-emitHelpers-in-different-projects.js343 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
344 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
345 if (ar || !(i in from)) {
346 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
347 ar[i] = from[i];
350 return to.concat(ar || Array.prototype.slice.call(from));
407 >>>var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
408 >>> if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
409 >>> if (ar || !(i in from)) {
410 >>> if (!ar) ar = Array.prototype.slice.call(from,
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dconnect.rs167 fn from(value: FieldRaw) -> Self { in from() functions
355 fn from(value: &FieldType) -> Self { in from() functions
390 let code = u8::from(self) as u32; in serialize()
773 // wait for the return value from the cloud,
774 // get the required app infos from the cloud.
806 // wait for the return value from the cloud,
807 // get the required user info from the cloud.
927 assert_eq!(msg_parcel.read_string16().unwrap(), String::from("")); in ut_response_serialize()
928 assert_eq!(msg_parcel.read_string16().unwrap(), String::from("")); in ut_response_serialize()
1090 assert_eq!(msg_parcel.read_string16().unwrap(), String::from("")); in ut_asset_serialize()
[all...]
/third_party/jsframework/runtime/main/util/
H A Dprops.js1 import Vm from '../model';
2 import { hasOwn } from '../../utils/index';
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/
H A Dencoding.js22 return Buffer.from(str, UTF8_ENCODING).toString(BASE64_ENCODING);
26 return Buffer.from(str, BASE64_ENCODING).toString(UTF8_ENCODING);
/third_party/typescript/tests/baselines/reference/
H A DreExportDefaultExport.js10 import foo from "./m1";
11 import {f} from "./m1";
H A DreservedWords2.js3 import * as while from "foo"
22 while (from)
H A DdeclarationEmitExportAssignment.js9 import {foo} from "./utils";
32 import { foo } from "./utils";
H A DdeclarationEmitOfTypeofAliasedExport.js8 import * as a from "./a";
34 import * as a from "./a";
H A DerrorWithSameNameType.js14 import * as A from './a'
15 import * as B from './b'
H A DmergedDeclarations7.js20 import * as passport from "passport";
21 import { Passport } from "passport";
H A DmoduleAugmentationInAmbientModule1.js13 import { Cls } from "M";
24 import {Observable} from "Observable";
H A DmoduleAugmentationInAmbientModule2.js13 import { Cls } from "M";
24 import {Observable} from "Observable";
H A DmoduleResolutionWithSymlinks_notInNodeModules.js11 import { x } from "./shared/abc";
12 import { x as x2 } from "./shared2/abc";
H A Des6ImportDefaultBindingAmd.js8 import defaultBinding from "es6ImportDefaultBindingAmd_0";
10 import defaultBinding2 from "es6ImportDefaultBindingAmd_0"; // elide this import since defaultBinding2 is not used
H A Des6ImportDefaultBindingFollowedWithNamespaceBindingDts.js7 import defaultBinding, * as nameSpaceBinding from "./server";
32 import * as nameSpaceBinding from "./server";
H A Des6ImportDefaultBindingWithExport.js8 export import defaultBinding from "server";
10 export import defaultBinding2 from "server"; // non referenced

Completed in 12 milliseconds

1...<<21222324252627282930>>...144