Home
last modified time | relevance | path

Searched refs:expanded (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/third_party/rust/crates/cxx/macro/src/
Dderive.rs8 let mut expanded = TokenStream::new(); in expand_struct() localVariable
14 Trait::Copy => expanded.extend(struct_copy(strct, span)), in expand_struct()
15 Trait::Clone => expanded.extend(struct_clone(strct, span)), in expand_struct()
16 Trait::Debug => expanded.extend(struct_debug(strct, span)), in expand_struct()
17 Trait::Default => expanded.extend(struct_default(strct, span)), in expand_struct()
21 Trait::Ord => expanded.extend(struct_ord(strct, span)), in expand_struct()
23 Trait::PartialOrd => expanded.extend(struct_partial_ord(strct, span)), in expand_struct()
35 expanded in expand_struct()
39 let mut expanded = TokenStream::new(); in expand_enum() localVariable
50 expanded.extend(enum_copy(enm, span)); in expand_enum()
[all …]
Dexpand.rs52 let mut expanded = TokenStream::new(); in expand() localVariable
58 expanded.extend(expand_rust_type_import(ety)); in expand()
67 expanded.extend(expand_struct(strct)); in expand()
71 Api::Enum(enm) => expanded.extend(expand_enum(enm)), in expand()
75 expanded.extend(expand_cxx_type(ety)); in expand()
80 expanded.extend(expand_cxx_function_shim(efn, types)); in expand()
83 expanded.extend(expand_rust_type_impl(ety)); in expand()
88 expanded.extend(expand_type_alias(alias)); in expand()
103 expanded.extend(expand_unique_ptr(ident, types, explicit_impl)); in expand()
106 expanded.extend(expand_shared_ptr(ident, types, explicit_impl)); in expand()
[all …]
/third_party/node/deps/v8/tools/
Dlocs.py178 def __init__(self, loc, in_bytes, expanded, expanded_bytes): argument
181 self.expanded = expanded
185 return self.expanded / (self.loc+1)
191 self.loc, in_bytes, in_unit, self.expanded, exp_bytes, exp_unit, self.ratio())
195 def __init__(self, file, target, loc, in_bytes, expanded, expanded_bytes): argument
196 super().__init__(loc, in_bytes, expanded, expanded_bytes)
215 self.expanded += unit.expanded
275 def recordFile(self, filename, targetname, loc, in_bytes, expanded, expanded_bytes): argument
276 unit = File(filename, targetname, loc, in_bytes, expanded, expanded_bytes)
301 "expanded": o.expanded, "expanded_bytes": o.expanded_bytes}
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DVariablePacker.cpp26 std::vector<ShaderVariable> *expanded);
30 std::vector<ShaderVariable> *expanded) in ExpandStructVariable() argument
39 ExpandVariable(field, name + "." + field.name, expanded); in ExpandStructVariable()
46 std::vector<ShaderVariable> *expanded) in ExpandStructArrayVariable() argument
56 ExpandStructArrayVariable(variable, arrayNestingIndex + 1u, elementName, expanded); in ExpandStructArrayVariable()
60 ExpandStructVariable(variable, elementName, expanded); in ExpandStructArrayVariable()
67 std::vector<ShaderVariable> *expanded) in ExpandVariable() argument
73 ExpandStructArrayVariable(variable, 0u, name, expanded); in ExpandVariable()
77 ExpandStructVariable(variable, name, expanded); in ExpandVariable()
85 expanded->push_back(expandedVar); in ExpandVariable()
/third_party/openssl/crypto/ec/curve448/
Deddsa.c183 uint8_t expanded[EDDSA_448_PRIVATE_BYTES * 2]; in ossl_c448_ed448_sign() local
185 if (!oneshot_hash(ctx, expanded, sizeof(expanded), privkey, in ossl_c448_ed448_sign()
188 clamp(expanded); in ossl_c448_ed448_sign()
189 ossl_curve448_scalar_decode_long(secret_scalar, expanded, in ossl_c448_ed448_sign()
196 expanded + EDDSA_448_PRIVATE_BYTES, in ossl_c448_ed448_sign()
199 OPENSSL_cleanse(expanded, sizeof(expanded)); in ossl_c448_ed448_sign()
202 OPENSSL_cleanse(expanded, sizeof(expanded)); in ossl_c448_ed448_sign()
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
Deddsa.c183 uint8_t expanded[EDDSA_448_PRIVATE_BYTES * 2]; in ossl_c448_ed448_sign() local
185 if (!oneshot_hash(ctx, expanded, sizeof(expanded), privkey, in ossl_c448_ed448_sign()
188 clamp(expanded); in ossl_c448_ed448_sign()
189 ossl_curve448_scalar_decode_long(secret_scalar, expanded, in ossl_c448_ed448_sign()
196 expanded + EDDSA_448_PRIVATE_BYTES, in ossl_c448_ed448_sign()
199 OPENSSL_cleanse(expanded, sizeof(expanded)); in ossl_c448_ed448_sign()
202 OPENSSL_cleanse(expanded, sizeof(expanded)); in ossl_c448_ed448_sign()
/third_party/rust/crates/rust-openssl/openssl-sys/build/
Dmain.rs158 let expanded = match gcc.file("build/expando.c").try_expand() { in validate_headers() localVariable
159 Ok(expanded) => expanded, in validate_headers()
189 let expanded = String::from_utf8(expanded).unwrap(); in validate_headers() localVariable
195 for line in expanded.lines() { in validate_headers()
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/
Dindex.js224 const expanded = [];
231 ArrayPrototypePush(expanded, `-${shortOption}`);
235 ArrayPrototypePush(expanded, `-${StringPrototypeSlice(arg, index)}`);
239 ArrayPrototypeUnshiftApply(remainingArgs, expanded);
240 groupCount = expanded.length;
/third_party/node/lib/internal/util/parse_args/
Dparse_args.js220 const expanded = [];
227 ArrayPrototypePush(expanded, `-${shortOption}`);
231 ArrayPrototypePush(expanded, `-${StringPrototypeSlice(arg, index)}`);
235 ArrayPrototypeUnshiftApply(remainingArgs, expanded);
236 groupCount = expanded.length;
/third_party/rust/crates/syn/examples/heapsize/heapsize_derive/src/
Dlib.rs23 let expanded = quote! { in derive_heap_size() localVariable
33 proc_macro::TokenStream::from(expanded) in derive_heap_size()
/third_party/rust/crates/syn/examples/lazy-static/lazy-static/src/
Dlib.rs118 let expanded = quote! { in lazy_static() localVariable
139 TokenStream::from(expanded) in lazy_static()
/third_party/openGLES/xml/
Dglxproto.reserved.txt492 command opcode and command length fields above are expanded to
509 command opcode and command length fields above are expanded to
526 command opcode and command length fields above are expanded to
543 command opcode and command length fields above are expanded to
560 command opcode and command length fields above are expanded to
577 command opcode and command length fields above are expanded to
679 opcode and command length fields are expanded to 4 bytes each.
/third_party/skia/third_party/externals/opengl-registry/xml/
Dglxproto.reserved.txt463 command opcode and command length fields above are expanded to
480 command opcode and command length fields above are expanded to
497 command opcode and command length fields above are expanded to
514 command opcode and command length fields above are expanded to
531 command opcode and command length fields above are expanded to
548 command opcode and command length fields above are expanded to
650 opcode and command length fields are expanded to 4 bytes each.
/third_party/node/doc/api_assets/
Dstyle.css186 li.picker-header .collapsed-arrow, li.picker-header .expanded-arrow {
195 li.picker-header .expanded-arrow {
199 li.picker-header.expanded .collapsed-arrow,
204 li.picker-header.expanded .expanded-arrow,
205 :root:not(.has-js) li.picker-header:hover .expanded-arrow {
209 li.picker-header.expanded > a,
214 li.picker-header.expanded > .picker,
/third_party/node/doc/api/assets/
Dstyle.css186 li.picker-header .collapsed-arrow, li.picker-header .expanded-arrow {
195 li.picker-header .expanded-arrow {
199 li.picker-header.expanded .collapsed-arrow,
204 li.picker-header.expanded .expanded-arrow,
205 :root:not(.has-js) li.picker-header:hover .expanded-arrow {
209 li.picker-header.expanded > a,
214 li.picker-header.expanded > .picker,
/third_party/skia/bench/
DBlurImageFilterBench.cpp64 bool expanded) in BlurImageFilterBench() argument
67 , fIsExpanded(expanded) in BlurImageFilterBench()
/third_party/python/Tools/i18n/
Dpygettext.py627 expanded = []
630 expanded.append(arg)
632 expanded.extend(getFilesForName(arg))
633 args = expanded
/third_party/rust/crates/syn/
DREADME.md97 let expanded = quote! {
102 TokenStream::from(expanded)
199 the Rust compiler in the expanded code following misuse of the macro. Such tests
211 --pretty=expanded` or the [`cargo expand`] subcommand.
215 To show the expanded code for some crate that uses your procedural macro, run
216 `cargo expand` from that crate. To show the expanded code for one of your own
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp302 dst_reg expanded = dst_reg(this, glsl_type::vec4_type); in fix_3src_operand() local
303 expanded.type = src.type; in fix_3src_operand()
304 emit(VEC4_OPCODE_UNPACK_UNIFORM, expanded, src); in fix_3src_operand()
305 return src_reg(expanded); in fix_3src_operand()
328 dst_reg expanded = dst_reg(this, glsl_type::vec4_type); in fix_math_operand() local
329 expanded.type = src.type; in fix_math_operand()
330 emit(MOV(expanded, src)); in fix_math_operand()
331 return src_reg(expanded); in fix_math_operand()
/third_party/libevdev/m4/
Dltsugar.m449 # Note that neither SEPARATOR nor STRING are expanded; they are appended
55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
/third_party/skia/third_party/externals/libpng/scripts/
Dltsugar.m449 # Note that neither SEPARATOR nor STRING are expanded; they are appended
55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
/third_party/mesa3d/src/panfrost/midgard/
Dhelpers.h307 unsigned expanded = (1 << factor) - 1; in expand_writemask() local
311 o |= (expanded << (factor * i)); in expand_writemask()
/third_party/curl/m4/
Dltsugar.m449 # Note that neither SEPARATOR nor STRING are expanded; they are appended
55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
/third_party/node/deps/cares/m4/
Dltsugar.m449 # Note that neither SEPARATOR nor STRING are expanded; they are appended
55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
/third_party/skia/third_party/externals/microhttpd/m4/
Dltsugar.m448 # Note that neither SEPARATOR nor STRING are expanded; they are appended
54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.

12345678910>>...20