Home
last modified time | relevance | path

Searched refs:from (Results 1 - 25 of 3110) sorted by relevance

12345678910>>...125

/third_party/rust/crates/glob/tests/
H A Dglob-std.rs85 PathBuf::from("r/another"), in main()
86 PathBuf::from("r/one"), in main()
87 PathBuf::from("r/one/another"), in main()
88 PathBuf::from("r/one/another/deep"), in main()
89 PathBuf::from("r/three"), in main()
90 PathBuf::from("r/two") in main()
98 PathBuf::from("r/another"), in main()
99 PathBuf::from("r/one"), in main()
100 PathBuf::from("r/one/another"), in main()
101 PathBuf::from(" in main()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtypedArrays.js49 typedArrays[0] = Int8Array.from(obj);
50 typedArrays[1] = Uint8Array.from(obj);
51 typedArrays[2] = Int16Array.from(obj);
52 typedArrays[3] = Uint16Array.from(obj);
53 typedArrays[4] = Int32Array.from(obj);
54 typedArrays[5] = Uint32Array.from(obj);
55 typedArrays[6] = Float32Array.from(obj);
56 typedArrays[7] = Float64Array.from(obj);
57 typedArrays[8] = Uint8ClampedArray.from(obj);
64 typedArrays[0] = Int8Array.from(ob
[all...]
H A DramdaToolsNoInfinite2.js3 import { Extends } from "Any/Extends";
4 import { List } from "List/List";
14 import { Key } from "Any/Key";
25 import { Keys as UKeys } from "Union/Keys";
30 import { _Pick } from "Object/Pick";
31 import { Exclude } from "Union/Exclude";
32 import { Key } from "Any/Key";
33 import { Keys } from "Object/Keys";
39 import { Key } from "Any/Key";
40 import { Boolean } from "Boolea
[all...]
H A Des6ExportEqualsInterop.js127 import x1 from "interface";
128 import x2 from "variable";
129 import x3 from "interface-variable";
130 import x4 from "module";
131 import x5 from "interface-module";
132 import x6 from "variable-module";
133 import x7 from "function";
134 import x8 from "function-module";
135 import x9 from "class";
136 import x0 from "clas
[all...]
H A DpathMappingBasedModuleResolution_rootImport_aliasWithRoot_differentRootTypes.js10 import { foo as foo1 } from "/foo";
11 import { bar as bar1 } from "/bar";
12 import { foo as foo2 } from "c:/foo";
13 import { bar as bar2 } from "c:/bar";
14 import { foo as foo3 } from "c:\\foo";
15 import { bar as bar3 } from "c:\\bar";
16 import { foo as foo4 } from "//server/foo";
17 import { bar as bar4 } from "//server/bar";
18 import { foo as foo5 } from "\\\\server\\foo";
19 import { bar as bar5 } from "\\\\serve
[all...]
H A DarrayFrom.js2 // Tests fix for #20432, ensures Array.from accepts all valid inputs
19 const result1: A[] = Array.from(inputA);
20 const result2: A[] = Array.from(inputA.values());
21 const result3: B[] = Array.from(inputA.values()); // expect error
22 const result4: A[] = Array.from(inputB, ({ b }): A => ({ a: b }));
23 const result5: A[] = Array.from(inputALike);
24 const result6: B[] = Array.from(inputALike); // expect error
25 const result7: B[] = Array.from(inputALike, ({ a }): B => ({ b: a }));
26 const result8: A[] = Array.from(inputARand);
27 const result9: B[] = Array.from(inputARan
[all...]
/third_party/node/deps/npm/test/fixtures/
H A Deresolve-explanations.js2 // copied from arborist or generated there.
10 from: {
19 from: { location: '/some/project' },
33 from: { location: '/some/project' },
48 from: {
58 from: {
67 from: { location: '/some/project' },
88 from: {
98 from: {
107 from
[all...]
/third_party/node/test/parallel/
H A Dtest-buffer-alloc.js33 const d = Buffer.from([]);
44 // Test creating a Buffer from a Uint8Array
47 const e = Buffer.from(ui8);
52 // Test creating a Buffer from a Uint8Array (old constructor)
61 // Test creating a Buffer from a Uint32Array
65 const e = Buffer.from(ui32);
70 // Test creating a Buffer from a Uint32Array (old constructor)
91 Buffer.from('');
92 Buffer.from('', 'ascii');
93 Buffer.from('', 'latin
[all...]
H A Dtest-string-decoder.js38 test('utf-8', Buffer.from('$', 'utf-8'), '$');
39 test('utf-8', Buffer.from('¢', 'utf-8'), '¢');
40 test('utf-8', Buffer.from('€', 'utf-8'), '€');
41 test('utf-8', Buffer.from('?', 'utf-8'), '?');
43 // Test stolen from deps/v8/test/cctest/test-strings.cc
51 Buffer.from([0xCB, 0xA4, 0x64, 0xE1, 0x8B, 0xA4, 0x30, 0xE3, 0x81, 0x85]),
65 test('utf-8', Buffer.from('C9B5A941', 'hex'), '\u0275\ufffdA');
66 test('utf-8', Buffer.from('E2', 'hex'), '\ufffd');
67 test('utf-8', Buffer.from('E241', 'hex'), '\ufffdA');
68 test('utf-8', Buffer.from('CCCCB
[all...]
H A Dtest-crypto-hmac.js74 hmac: { // HMACs lifted from Wikipedia.
104 hmac: { // HMACs lifted from Wikipedia.
122 key: Buffer.from('0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b', 'hex'),
123 data: Buffer.from('4869205468657265', 'hex'), // 'Hi There'
139 key: Buffer.from('4a656665', 'hex'), // 'Jefe'
140 data: Buffer.from('7768617420646f2079612077616e7420666f72206e6f74686' +
157 key: Buffer.from('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 'hex'),
158 data: Buffer.from('ddddddddddddddddddddddddddddddddddddddddddddddddd' +
176 key: Buffer.from('0102030405060708090a0b0c0d0e0f10111213141516171819',
178 data: Buffer.from('cdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcd
[all...]
H A Dtest-buffer-indexof.js5 const b = Buffer.from('abcdef');
6 const buf_a = Buffer.from('a');
7 const buf_bc = Buffer.from('bc');
8 const buf_f = Buffer.from('f');
9 const buf_z = Buffer.from('z');
10 const buf_empty = Buffer.from('');
74 assert.strictEqual(b.indexOf(Buffer.from('d'), 2), 3);
75 assert.strictEqual(b.indexOf(Buffer.from('f'), 5), 5);
76 assert.strictEqual(b.indexOf(Buffer.from('f'), -1), 5);
77 assert.strictEqual(b.indexOf(Buffer.from('
[all...]
H A Dtest-stream2-transform.js56 pt.write(Buffer.from('foog'));
57 pt.write(Buffer.from('bark'));
58 pt.write(Buffer.from('bazy'));
59 pt.write(Buffer.from('kuel'));
113 pt.write(Buffer.from('foog'));
114 pt.write(Buffer.from('bark'));
115 pt.write(Buffer.from('bazy'));
116 pt.write(Buffer.from('kuel'));
161 pt.write(Buffer.from('foog'));
162 pt.write(Buffer.from('bar
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedGLEnums_autogen.h2 // Generated by gen_packed_gl_enums.py using data from packed_gl_enums.json.
24 Enum FromGLenum(GLenum from);
42 AlphaTestFunc FromGLenum<AlphaTestFunc>(GLenum from);
43 GLenum ToGLenum(AlphaTestFunc from);
67 BufferBinding FromGLenum<BufferBinding>(GLenum from);
68 GLenum ToGLenum(BufferBinding from);
88 BufferUsage FromGLenum<BufferUsage>(GLenum from);
89 GLenum ToGLenum(BufferUsage from);
105 ClientVertexArrayType FromGLenum<ClientVertexArrayType>(GLenum from);
106 GLenum ToGLenum(ClientVertexArrayType from);
[all...]
H A DPackedGLEnums_autogen.cpp2 // Generated by gen_packed_gl_enums.py using data from packed_gl_enums.json.
19 AlphaTestFunc FromGLenum<AlphaTestFunc>(GLenum from) in FromGLenum() argument
21 switch (from) in FromGLenum()
44 GLenum ToGLenum(AlphaTestFunc from) in ToGLenum() argument
46 switch (from) in ToGLenum()
106 BufferBinding FromGLenum<BufferBinding>(GLenum from) in FromGLenum() argument
108 switch (from) in FromGLenum()
141 GLenum ToGLenum(BufferBinding from) in ToGLenum() argument
143 switch (from) in ToGLenum()
228 BufferUsage FromGLenum<BufferUsage>(GLenum from) in FromGLenum() argument
255 ToGLenum(BufferUsage from) ToGLenum() argument
322 FromGLenum(GLenum from) FromGLenum() argument
341 ToGLenum(ClientVertexArrayType from) ToGLenum() argument
388 FromGLenum(GLenum from) FromGLenum() argument
403 ToGLenum(CullFaceMode from) ToGLenum() argument
440 FromGLenum(GLenum from) FromGLenum() argument
459 ToGLenum(FilterMode from) ToGLenum() argument
506 FromGLenum(GLenum from) FromGLenum() argument
521 ToGLenum(FogMode from) ToGLenum() argument
558 FromGLenum(GLenum from) FromGLenum() argument
577 ToGLenum(GraphicsResetStatus from) ToGLenum() argument
624 FromGLenum(GLenum from) FromGLenum() argument
639 ToGLenum(HandleType from) ToGLenum() argument
676 FromGLenum(GLenum from) FromGLenum() argument
691 ToGLenum(HintSetting from) ToGLenum() argument
728 FromGLenum(GLenum from) FromGLenum() argument
757 ToGLenum(ImageLayout from) ToGLenum() argument
829 FromGLenum(GLenum from) FromGLenum() argument
860 ToGLenum(LightParameter from) ToGLenum() argument
937 FromGLenum(GLenum from) FromGLenum() argument
978 ToGLenum(LogicalOperation from) ToGLenum() argument
1080 FromGLenum(GLenum from) FromGLenum() argument
1101 ToGLenum(MaterialParameter from) ToGLenum() argument
1153 FromGLenum(GLenum from) FromGLenum() argument
1168 ToGLenum(MatrixType from) ToGLenum() argument
1205 FromGLenum(GLenum from) FromGLenum() argument
1222 ToGLenum(PointParameter from) ToGLenum() argument
1264 FromGLenum(GLenum from) FromGLenum() argument
1277 ToGLenum(ProvokingVertexConvention from) ToGLenum() argument
1309 FromGLenum(GLenum from) FromGLenum() argument
1332 ToGLenum(QueryType from) ToGLenum() argument
1389 FromGLenum(GLenum from) FromGLenum() argument
1410 ToGLenum(ShaderType from) ToGLenum() argument
1462 FromGLenum(GLenum from) FromGLenum() argument
1475 ToGLenum(ShadingModel from) ToGLenum() argument
1507 FromGLenum(GLenum from) FromGLenum() argument
1532 ToGLenum(TextureCombine from) ToGLenum() argument
1594 FromGLenum(GLenum from) FromGLenum() argument
1615 ToGLenum(TextureEnvMode from) ToGLenum() argument
1667 FromGLenum(GLenum from) FromGLenum() argument
1714 ToGLenum(TextureEnvParameter from) ToGLenum() argument
1831 FromGLenum(GLenum from) FromGLenum() argument
1844 ToGLenum(TextureEnvTarget from) ToGLenum() argument
1876 FromGLenum(GLenum from) FromGLenum() argument
1893 ToGLenum(TextureOp from) ToGLenum() argument
1935 FromGLenum(GLenum from) FromGLenum() argument
1952 ToGLenum(TextureSrc from) ToGLenum() argument
1994 FromGLenum(GLenum from) FromGLenum() argument
2035 ToGLenum(TextureTarget from) ToGLenum() argument
2137 FromGLenum(GLenum from) FromGLenum() argument
2168 ToGLenum(TextureType from) ToGLenum() argument
2245 FromGLenum(GLenum from) FromGLenum() argument
2264 ToGLenum(VertexArrayType from) ToGLenum() argument
2311 FromGLenum(GLenum from) FromGLenum() argument
2328 ToGLenum(WrapMode from) ToGLenum() argument
[all...]
H A DPackedEGLEnums_autogen.cpp2 // Generated by gen_packed_gl_enums.py using data from packed_egl_enums.json.
19 ColorSpace FromEGLenum<ColorSpace>(EGLenum from) in FromEGLenum() argument
21 switch (from) in FromEGLenum()
32 EGLenum ToEGLenum(ColorSpace from) in ToEGLenum() argument
34 switch (from) in ToEGLenum()
64 CompositorTiming FromEGLenum<CompositorTiming>(EGLenum from) in FromEGLenum() argument
66 switch (from) in FromEGLenum()
79 EGLenum ToEGLenum(CompositorTiming from) in ToEGLenum() argument
81 switch (from) in ToEGLenum()
116 ContextPriority FromEGLenum<ContextPriority>(EGLenum from) in FromEGLenum() argument
131 ToEGLenum(ContextPriority from) ToEGLenum() argument
168 FromEGLenum(EGLenum from) FromEGLenum() argument
185 ToEGLenum(MessageType from) ToEGLenum() argument
227 FromEGLenum(EGLenum from) FromEGLenum() argument
250 ToEGLenum(ObjectType from) ToEGLenum() argument
307 FromEGLenum(EGLenum from) FromEGLenum() argument
322 ToEGLenum(TextureFormat from) ToEGLenum() argument
359 FromEGLenum(EGLenum from) FromEGLenum() argument
386 ToEGLenum(Timestamp from) ToEGLenum() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dcast.c10 #define DEFINE_CAST(from, to) \
11 static to from##2##to(from x) { \
15 #define DEFINE_CASTS(from) \
16 DEFINE_CAST(from, bool) \
17 DEFINE_CAST(from, char) \
18 DEFINE_CAST(from, schar) \
19 DEFINE_CAST(from, uchar) \
20 DEFINE_CAST(from, short) \
21 DEFINE_CAST(from, ushor
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dtypedarray-from.js49 assert(constructor.from.length === 1);
52 function f() {constructor.from.call(Array, []);}
57 assert(constructor.from(set).toString() === '1,2,3');
58 assert(constructor.from(weak_set).toString() === '');
62 assert(constructor.from(map).toString() === 'NaN,NaN');
66 assert(constructor.from(map).toString() === '0,0');
69 assert(constructor.from(weak_map).toString() === '');
70 assert(constructor.from(string).toString() === '1,2,3');
73 function f() {constructor.from.call({}, []);}
79 function f() {constructor.from
[all...]
/third_party/protobuf/php/tests/
H A Dmemory_leak_test.php64 $from = new TestMessage(); variable
65 TestUtil::setTestMessage($from);
66 TestUtil::assertTestMessage($from);
68 $data = $from->serializeToString();
75 $from = new TestMessage(); variable
76 TestUtil::setTestMessage2($from);
78 $data = $from->serializeToString();
83 # $from->setRecursive($from);
149 $from variable
154 $from = new \\Google\\Protobuf\\Timestamp(); global() variable
161 $from = new DateTime('2011-01-01T15:03:01.012345UTC'); global() variable
170 $from = new \\Google\\Protobuf\\Value(); global() variable
176 $from = hex2bin('F80601'); global() variable
198 $from = new TestMessage(); global() variable
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/moduleSpecifiers/
H A Dsynthesized-module-specifiers-across-projects-resolve-correctly.js31 import { DogConfig } from 'src-types';
32 import { DOG_CONFIG } from './dogconfig.js';
43 import { DogConfig } from 'src-types';
51 export * from 'src-types';
52 export * from './lassie/lassiedog.js';
56 import { DogConfig } from 'src-types';
62 import { Dog } from '../dog.js';
63 import { LASSIE_CONFIG } from './lassieconfig.js';
97 export * from './dogconfig.js';
145 import { DogConfig } from 'sr
[all...]
/third_party/rust/crates/clap/tests/derive/
H A Dutf8.rs21 let m = Positional::try_parse_from(vec![OsString::from(""), OsString::from_vec(vec![0xe9])]); in invalid_utf8_strict_positional()
29 OsString::from(""), in invalid_utf8_strict_option_short_space()
30 OsString::from("-a"), in invalid_utf8_strict_option_short_space()
40 OsString::from(""), in invalid_utf8_strict_option_short_equals()
50 OsString::from(""), in invalid_utf8_strict_option_short_no_space()
60 OsString::from(""), in invalid_utf8_strict_option_long_space()
61 OsString::from("--arg"), in invalid_utf8_strict_option_long_space()
71 OsString::from(""), in invalid_utf8_strict_option_long_equals()
91 let r = PositionalOs::try_parse_from(vec![OsString::from(""), OsString::from_vec(vec![0xe9])]); in invalid_utf8_positional()
103 OsString::from(""), in invalid_utf8_option_short_space()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dwrappers.pb.cc318 DoubleValue::DoubleValue(const DoubleValue& from) in DoubleValue() argument
320 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); in DoubleValue()
321 value_ = from.value_; in DoubleValue()
443 void DoubleValue::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() argument
445 GOOGLE_DCHECK_NE(&from, this); in MergeFrom()
448 &from); in MergeFrom()
451 ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); in MergeFrom()
458 void DoubleValue::MergeFrom(const DoubleValue& from) { in MergeFrom() argument
460 GOOGLE_DCHECK_NE(&from, this); in MergeFrom()
461 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from in MergeFrom()
470 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
477 CopyFrom(const DoubleValue& from) CopyFrom() argument
513 FloatValue(const FloatValue& from) FloatValue() argument
638 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
653 MergeFrom(const FloatValue& from) MergeFrom() argument
665 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
672 CopyFrom(const FloatValue& from) CopyFrom() argument
708 Int64Value(const Int64Value& from) Int64Value() argument
835 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
850 MergeFrom(const Int64Value& from) MergeFrom() argument
862 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
869 CopyFrom(const Int64Value& from) CopyFrom() argument
905 UInt64Value(const UInt64Value& from) UInt64Value() argument
1032 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1047 MergeFrom(const UInt64Value& from) MergeFrom() argument
1059 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1066 CopyFrom(const UInt64Value& from) CopyFrom() argument
1102 Int32Value(const Int32Value& from) Int32Value() argument
1229 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1244 MergeFrom(const Int32Value& from) MergeFrom() argument
1256 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1263 CopyFrom(const Int32Value& from) CopyFrom() argument
1299 UInt32Value(const UInt32Value& from) UInt32Value() argument
1426 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1441 MergeFrom(const UInt32Value& from) MergeFrom() argument
1453 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1460 CopyFrom(const UInt32Value& from) CopyFrom() argument
1496 BoolValue(const BoolValue& from) BoolValue() argument
1621 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1636 MergeFrom(const BoolValue& from) MergeFrom() argument
1648 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1655 CopyFrom(const BoolValue& from) CopyFrom() argument
1691 StringValue(const StringValue& from) StringValue() argument
1830 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1845 MergeFrom(const StringValue& from) MergeFrom() argument
1857 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1864 CopyFrom(const StringValue& from) CopyFrom() argument
1900 BytesValue(const BytesValue& from) BytesValue() argument
2034 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
2049 MergeFrom(const BytesValue& from) MergeFrom() argument
2061 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
2068 CopyFrom(const BytesValue& from) CopyFrom() argument
[all...]
H A Dtype.pb.cc385 Type::Type(const Type& from) in Type() argument
387 fields_(from.fields_), in Type()
388 oneofs_(from.oneofs_), in Type()
389 options_(from.options_) { in Type()
390 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); in Type()
392 if (!from._internal_name().empty()) { in Type()
393 name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from._internal_name(), in Type()
396 if (from._internal_has_source_context()) { in Type()
397 source_context_ = new PROTOBUF_NAMESPACE_ID::SourceContext(*from.source_context_); in Type()
401 syntax_ = from in Type()
674 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
689 MergeFrom(const Type& from) MergeFrom() argument
710 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
717 CopyFrom(const Type& from) CopyFrom() argument
763 Field(const Field& from) Field() argument
1142 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1157 MergeFrom(const Field& from) MergeFrom() argument
1194 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1201 CopyFrom(const Field& from) CopyFrom() argument
1262 Enum(const Enum& from) Enum() argument
1517 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1532 MergeFrom(const Enum& from) MergeFrom() argument
1552 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1559 CopyFrom(const Enum& from) CopyFrom() argument
1604 EnumValue(const EnumValue& from) EnumValue() argument
1795 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1810 MergeFrom(const EnumValue& from) MergeFrom() argument
1826 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1833 CopyFrom(const EnumValue& from) CopyFrom() argument
1884 Option(const Option& from) Option() argument
2056 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
2071 MergeFrom(const Option& from) MergeFrom() argument
2086 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
2093 CopyFrom(const Option& from) CopyFrom() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface_udp.c29 * ctrl_iface_udp.c and should not be touched directly from other files.
79 struct sockaddr_in6 *from, in wpa_supplicant_ctrl_iface_attach()
81 struct sockaddr_in *from, in wpa_supplicant_ctrl_iface_attach()
93 os_memcpy(&dst->addr, from, sizeof(*from)); in wpa_supplicant_ctrl_iface_attach()
100 inet_ntop(AF_INET6, &from->sin6_addr, addr, sizeof(*from)), in wpa_supplicant_ctrl_iface_attach()
101 ntohs(from->sin6_port)); in wpa_supplicant_ctrl_iface_attach()
104 inet_ntoa(from->sin_addr), ntohs(from in wpa_supplicant_ctrl_iface_attach()
77 wpa_supplicant_ctrl_iface_attach(struct wpa_ctrl_dst **head, struct sockaddr_in6 *from, socklen_t fromlen) wpa_supplicant_ctrl_iface_attach() argument
110 wpa_supplicant_ctrl_iface_detach(struct wpa_ctrl_dst **head, struct sockaddr_in6 *from, socklen_t fromlen) global() argument
154 wpa_supplicant_ctrl_iface_level(struct ctrl_iface_priv *priv, struct sockaddr_in6 *from, socklen_t fromlen, char *level) global() argument
225 struct sockaddr_in6 from; global() local
230 struct sockaddr_in from; global() local
627 struct sockaddr_in6 from; global() local
632 struct sockaddr_in from; global() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface_udp.c29 * ctrl_iface_udp.c and should not be touched directly from other files.
79 struct sockaddr_in6 *from, in wpa_supplicant_ctrl_iface_attach()
81 struct sockaddr_in *from, in wpa_supplicant_ctrl_iface_attach()
93 os_memcpy(&dst->addr, from, sizeof(*from)); in wpa_supplicant_ctrl_iface_attach()
100 inet_ntop(AF_INET6, &from->sin6_addr, addr, sizeof(*from)), in wpa_supplicant_ctrl_iface_attach()
101 ntohs(from->sin6_port)); in wpa_supplicant_ctrl_iface_attach()
104 inet_ntoa(from->sin_addr), ntohs(from in wpa_supplicant_ctrl_iface_attach()
77 wpa_supplicant_ctrl_iface_attach(struct wpa_ctrl_dst **head, struct sockaddr_in6 *from, socklen_t fromlen) wpa_supplicant_ctrl_iface_attach() argument
110 wpa_supplicant_ctrl_iface_detach(struct wpa_ctrl_dst **head, struct sockaddr_in6 *from, socklen_t fromlen) global() argument
154 wpa_supplicant_ctrl_iface_level(struct ctrl_iface_priv *priv, struct sockaddr_in6 *from, socklen_t fromlen, char *level) global() argument
225 struct sockaddr_in6 from; global() local
230 struct sockaddr_in from; global() local
607 struct sockaddr_in6 from; global() local
609 struct sockaddr_in from; global() local
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dedge.js14 const edgeFrom = edge.from?.location
19 this.from = edgeFrom
40 #from
64 const { type, name, spec, accept, from, overrides } = options
79 if (!from) {
80 throw new TypeError('must provide "from" node')
96 this.#from = from
98 from.edgesOut.get(this.#name)?.detach()
99 from
[all...]

Completed in 11 milliseconds

12345678910>>...125