Home
last modified time | relevance | path

Searched defs:args (Results 2551 - 2575 of 2883) sorted by relevance

1...<<101102103104105106107108109110>>...116

/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_core.c2014 ERR_vset_error(ERR_GET_LIB(reason), ERR_GET_REASON(reason), fmt, args); in core_vset_error() local
1999 core_vset_error(const OSSL_CORE_HANDLE *handle, uint32_t reason, const char *fmt, va_list args) core_vset_error() argument
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs1618 let mut args = vec![]; in instantiate_template() variables
[all...]
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs2486 let mut args = clang_args.iter(); in find_effective_target() variables
H A Dclang.rs750 pub fn args(&self) -> Option<Vec<Cursor>> { in args() functions
1289 pub fn args(&self) -> Option<Vec<Type>> { in args() functions
/third_party/rust/crates/log/src/
H A Dlib.rs911 pub fn args(&self) -> &fmt::Arguments<'a> { in builder() functions
1070 pub fn args(&mut self, args: fmt::Arguments<'a>) -> &mut RecordBuilder<'a> { args() functions
[all...]
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs200 pub fn args(mut self, args: impl IntoIterator<Item = impl Into<Arg>>) -> Self { in args() functions
4485 let mut args = vec![]; global() variables
4518 let mut args = vec![]; global() variables
[all...]
/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py966 args=(context,)) variable in TestPendingCalls.test_pendingcalls_threaded.foo
/third_party/python/Lib/
H A Dinspect.py2840 def args(self): global() member in BoundArguments
[all...]
/third_party/openssl/crypto/
H A Dprovider_core.c2012 ERR_vset_error(ERR_GET_LIB(reason), ERR_GET_REASON(reason), fmt, args); in core_vset_error() local
1997 core_vset_error(const OSSL_CORE_HANDLE *handle, uint32_t reason, const char *fmt, va_list args) core_vset_error() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp1153 std::vector<SampleArguments> args; in getSampleArgs() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.cpp121 UpdateNonTFBufferBindingWebGL(const Context *context, BindingT *binding, Buffer *buffer, ArgsT... args) UpdateNonTFBufferBindingWebGL() argument
141 UpdateTFBufferBindingWebGL(const Context *context, BindingT *binding, bool indexed, ArgsT... args) UpdateTFBufferBindingWebGL() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp468 TIntermSequence args = { in declareCoordTranslationFunction() local
710 TIntermSequence args = {P, dPdx, dPdy, dUVdx, dUVdy}; in createCoordTransformationCall() local
721 TIntermSequence args = {P, dPdx, dPdy, dUVdx, dUVdy}; in createImplicitCoordTransformationCall() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp680 StringMap& args = m_templateParams[VertexShader]; in initDefaultVSContext() local
718 StringMap& args = m_templateParams[FragmentShader]; initDefaultFSContext() local
755 StringMap& args = m_templateParams[ComputeShader]; initDefaultCSContext() local
796 StringMap args; buildUniformDecl() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTracePerfTest.cpp1619 std::vector<const char *> args; in PrintFileDiff() local
/third_party/skia/src/gpu/ops/
H A DAAHairLinePathRenderer.cpp1161 const PathData& args = fPaths[i]; in onPrepareDraws() local
1318 onDrawPath(const DrawPathArgs& args) onDrawPath() argument
[all...]
H A DDashOp.cpp357 const LineData& args = fLines[i]; variable
769 onEmitCode(EmitArgs& args, GrGPArgs* gpArgs) onEmitCode() argument
967 onEmitCode(EmitArgs& args, GrGPArgs* gpArgs) onEmitCode() argument
[all...]
/third_party/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp1765 void LightingEffect::ImplBase::emitCode(EmitArgs& args) { in emitCode() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp1303 void CommandBuffer::addCommand(Args &&... args) in addCommand() argument
/third_party/openssl/engines/
H A De_capi.c1101 va_list args; in CAPI_trace() local
H A De_loader_attic.c1105 static int file_ctrl(OSSL_STORE_LOADER_CTX *ctx, int cmd, va_list args) in file_ctrl() argument
/third_party/openssl/test/
H A Dacvp_test.c1280 SELF_TEST_ARGS *args = varg; in self_test_events() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp1084 static string compile_iteration(const CLIArguments &args, std::vector<uint32_t> spirv_file) in compile_iteration() argument
1440 CLIArguments args; main_inner() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstrument_pass.cpp302 std::vector<uint32_t> args = {output_func_id, in GenDebugStreamWrite() local
305 (void)builder->AddNaryOp(GetVoidId(), SpvOpFunctionCall, args); in GenDebugStreamWrite() local
321 std::vector<uint32_t> args = {input_func_id}; in GenDebugDirectRead() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstrument_pass.cpp302 std::vector<uint32_t> args = {output_func_id, in GenDebugStreamWrite() local
305 (void)builder->AddNaryOp(GetVoidId(), SpvOpFunctionCall, args); in GenDebugStreamWrite() local
321 std::vector<uint32_t> args = {input_func_id}; in GenDebugDirectRead() local
[all...]
/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp1022 SkFontArguments args; in onMakeFromStreamIndex() local
1027 apply_fontargument_variation(SkTScopedComPtr<IDWriteFontFace>& fontFace, const SkFontArguments& args) apply_fontargument_variation() argument

Completed in 63 milliseconds

1...<<101102103104105106107108109110>>...116