/third_party/node/test/internet/ |
H A D | test-dgram-multicast-ssmv6-multi-process.js | 14 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 D | test-dgram-multicast-ssm-multi-process.js | 14 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 D | missing_deps_test.cc | 46 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 D | index.js | 1 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 D | testsf_s.c | 33 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 D | file.rs | 144 /// 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 D | dynamic.rs | 14 .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 D | find_normal.rs | 8 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 D | rsa.rs | 65 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 D | multiple-emitHelpers-in-different-projects.js | 343 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 D | connect.rs | 167 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 D | props.js | 1 import Vm from '../model'; 2 import { hasOwn } from '../../utils/index';
|
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/ |
H A D | encoding.js | 22 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 D | reExportDefaultExport.js | 10 import foo from "./m1"; 11 import {f} from "./m1";
|
H A D | reservedWords2.js | 3 import * as while from "foo" 22 while (from)
|
H A D | declarationEmitExportAssignment.js | 9 import {foo} from "./utils"; 32 import { foo } from "./utils";
|
H A D | declarationEmitOfTypeofAliasedExport.js | 8 import * as a from "./a"; 34 import * as a from "./a";
|
H A D | errorWithSameNameType.js | 14 import * as A from './a' 15 import * as B from './b'
|
H A D | mergedDeclarations7.js | 20 import * as passport from "passport"; 21 import { Passport } from "passport";
|
H A D | moduleAugmentationInAmbientModule1.js | 13 import { Cls } from "M"; 24 import {Observable} from "Observable";
|
H A D | moduleAugmentationInAmbientModule2.js | 13 import { Cls } from "M"; 24 import {Observable} from "Observable";
|
H A D | moduleResolutionWithSymlinks_notInNodeModules.js | 11 import { x } from "./shared/abc"; 12 import { x as x2 } from "./shared2/abc";
|
H A D | es6ImportDefaultBindingAmd.js | 8 import defaultBinding from "es6ImportDefaultBindingAmd_0"; 10 import defaultBinding2 from "es6ImportDefaultBindingAmd_0"; // elide this import since defaultBinding2 is not used
|
H A D | es6ImportDefaultBindingFollowedWithNamespaceBindingDts.js | 7 import defaultBinding, * as nameSpaceBinding from "./server"; 32 import * as nameSpaceBinding from "./server";
|
H A D | es6ImportDefaultBindingWithExport.js | 8 export import defaultBinding from "server"; 10 export import defaultBinding2 from "server"; // non referenced
|