| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceInstARM32.h | 232 /// the out-params RotateAmt and Immed_8 if Immediate fits.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| H A D | Inliner.cpp | 1016 return getInlineCost(cast<CallBase>(*CS.getInstruction()), Params,
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | uloc.cpp | 19 * 06/14/99 stephen Changed calls to ures_open for new params
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | duplicateLocalVariable1.symbols | 315 testRunner.addTest(new TestCase("Check App params",
|
| /third_party/skia/third_party/externals/egl-registry/sdk/docs/man/ |
| H A D | db4-upgrade.xsl | 1390 <!-- * for upgrading XSL litprog params documentation -->
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| H A D | item.rs | 1274 // template params. in self_template_params()
|
| /third_party/skia/modules/canvaskit/ |
| H A D | CHANGELOG.md | 717 - `SkCanvas.saveLayer` now takes 3 or 4 params to include up to bounds, paint, SkImageFilter, flags.
|
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil.c | 2854 (*macro)->params = NULL; in cil_macro_init()
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuCommandLine.cpp | 256 << Option<ApplicationParametersInputFile> (DE_NULL, "deqp-app-params-input-file", "File that provides a default set of application parameters"); in registerOptions()
|
| /third_party/libffi/ |
| H A D | ChangeLog | 887 Properly quote and resolve msvcc.sh params (#596) 6031 ffi_call_SYSV function params to avoid register copies, tweaks to 6044 user_data params. 6054 user_data params. 6062 ffi_closure_helper_LINUX64 params. Add .cfi directives to 6068 .cfi directives. Adjust for changed params. Pass extra "closure" 6073 changed ffi_closure_helper_SYSV params. Add .cfi directives to
|
| /third_party/mesa3d/docs/relnotes/ |
| H A D | 21.2.0.rst | 1687 - turnip: do not re-emit same vs params 3834 - zink: add slot params to zink_context_invalidate_descriptor_state 3867 - aux/trace: more effectively unwrap pipe_context params from screen functions 4090 - aux/draw: add a util function for reading back indirect draw params 4877 - vulkan/wsi/wayland: handle dmabuf params allocation failure
|
| /third_party/node/doc/changelogs/ |
| H A D | CHANGELOG_V17.md | 1093 * \[[`943547a0eb`](https://github.com/nodejs/node/commit/943547a0eb)] - _**Revert**_ "**test**: skip different params test for OpenSSL 3.x" (Daniel Bevenius) [#40640](https://github.com/nodejs/node/pull/40640) 1181 * \[[`4c47b0150b`](https://github.com/nodejs/node/commit/4c47b0150b)] - **doc**: document optional params in napi\_get\_cb\_info (Michael Dawson) [#40821](https://github.com/nodejs/node/pull/40821) 1342 * \[[`ef1ace7e88`](https://github.com/nodejs/node/commit/ef1ace7e88)] - **src,crypto**: use `std::variant` in DH params (Darshan Sen) [#40457](https://github.com/nodejs/node/pull/40457) 1528 * \[[`ed01811e71`](https://github.com/nodejs/node/commit/ed01811e71)] - **benchmark**: increase crypto DSA keygen params (Brian White) [#40416](https://github.com/nodejs/node/pull/40416) 1552 * \[[`4cf5563147`](https://github.com/nodejs/node/commit/4cf5563147)] - **doc**: indicate n-api out params that may be NULL (Isaac Brodsky) [#40371](https://github.com/nodejs/node/pull/40371)
|
| /third_party/mesa3d/include/CL/ |
| H A D | cl2.hpp | 1026 // Specialized getInfoHelper for vector params 1087 // Specialized GetInfoHelper for string params 1115 // Specialized GetInfoHelper for clsize_t params
|
| H A D | cl.hpp | 1164 // Specialized getInfoHelper for VECTOR_CLASS params 1233 // Specialized GetInfoHelper for STRING_CLASS params 1278 // Specialized GetInfoHelper for cl::size_t params
|
| /third_party/node/doc/api/ |
| H A D | deprecations.html | 2838 <span class="hljs-keyword">async</span> <span class="hljs-keyword">function</span> <span class="hljs-title function_">openAndClose</span>(<span class="hljs-params"></span>) { 2953 .<span class="hljs-title function_">filter</span>(<span class="hljs-function">(<span class="hljs-params">m</span>) =></span> m.<span class="hljs-property">children</span>.<span class="hljs-title function_">includes</span>(<span class="hljs-variable language_">module</span>));</code> <button class="copy-button">copy</button></pre> 3169 <span class="hljs-keyword">async</span> <span class="hljs-title function_">final</span>(<span class="hljs-params">callback</span>) {
|
| /third_party/skia/third_party/externals/brotli/js/ |
| H A D | decode.js | 1249 this.params = new Int16Array(0); 1252 this.params = new Int16Array(numTransforms); 1355 var /** number */ param = transforms.params[transformIndex];
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 1458 // Declare the .params or .reg need to pass values in LowerCall() 2512 "Only kernels can have image/sampler params"); in LowerFormalArguments() 2549 // to newly created nodes. The SDNodes for params have to in LowerFormalArguments()
|
| /third_party/rust/crates/syn/tests/debug/ |
| H A D | gen.rs | 2059 if !self.value.params.is_empty() { in fmt() 2060 formatter.field("params", Lite(&self.value.params)); in fmt()
|
| /third_party/typescript/src/compiler/ |
| H A D | checker.ts | 6452 const params = getTypeParametersOfClassOrInterface(
6455 typeParameterNodes = mapToTypeNodes(map(params, t => getMappedType(t, (nextSymbol as TransientSymbol).mapper!)), context);
11652 const params = new Array<Symbol>(longestCount + (needsExtraRestElement ? 1 : 0));
11677 params[i] = paramSymbol;
11685 params[longestCount] = restParamSymbol;
11687 return params;
11698 const params = combineUnionParameters(left, right, paramMapper);
11705 params,
12408 // as the constraint for all type params (check type included) have been replace with `unknown`, which
13668 // Run N type params thr [all...] |
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
| H A D | bundle_manager.cpp | 1783 APP_LOGE("params are too few for clone app"); in SetApplicationEnabled() 1895 APP_LOGE("params are too few for clone app"); in SetAbilityEnabled()
|
| /foundation/window/window_manager/window_scene/screen_session_manager/src/ |
| H A D | screen_session_manager.cpp | 5886 TLOGE(WmsLogTag::DMS, "params error"); in MultiScreenModeChange() 5914 TLOGE(WmsLogTag::DMS, "dumper params error"); in MultiScreenModeChange()
|
| /third_party/openGLES/extensions/ARB/ |
| H A D | ARB_tessellation_shader.txt | 229 <params> parameter of GetShaderiv: 1461 void GetProgramiv(uint program, enum pname, int *params);
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | isolate.cc | 3149 Isolate* Isolate::NewShared(const v8::Isolate::CreateParams& params) { in ThrowInternal() argument 3152 v8::Isolate::Initialize(reinterpret_cast<v8::Isolate*>(isolate), params); in ThrowInternal() local
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | implementation-visitor.cc | 3955 std::vector<cpp::TemplateParameter> params = {cpp::TemplateParameter("D"), variable 3957 cpp::Class owner(std::move(params), gen_name_);
|
| /third_party/python/Doc/library/ |
| H A D | unittest.rst | 819 .. method:: subTest(msg=None, **params) 822 subtest. *msg* and *params* are optional, arbitrary values which are
|