Home
last modified time | relevance | path

Searched defs:args (Results 2426 - 2450 of 3300) sorted by relevance

1...<<919293949596979899100>>...132

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_mips_dsp_r2.c151 const int* const args[3] = in FTransform_MIPSdspR2() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkgitems.cpp51 printError(void *context, const char *fmt, va_list args) { in printError() argument
/third_party/skia/src/sksl/
H A DSkSLRehydrator.cpp434 ExpressionArray args = this->expressionArray(); in expression() local
441 ExpressionArray args = this->expressionArray(); in expression() local
448 ExpressionArray args = this->expressionArray(); in expression() local
454 ExpressionArray args in expression() local
464 ExpressionArray args = this->expressionArray(); expression() local
485 ExpressionArray args = this->expressionArray(); expression() local
[all...]
/third_party/skia/src/pdf/
H A DSkPDFDocument.cpp203 static void reset_object(T* dst, Args&&... args) { in reset_object() argument
/third_party/skia/src/ports/
H A DSkFontMgr_fuchsia.cpp203 CreateTypefaceFromSkStream(std::unique_ptr<SkStreamAsset> stream, const SkFontArguments& args, TypefaceId id) CreateTypefaceFromSkStream() argument
/third_party/skia/tests/
H A DSkSLInterpreterTest.cpp97 auto args = std::make_unique<void*[]>(sig.fParameterSlots + sig.fReturnSlots); in test() local
816 float args[] = { 1.0f, 4.0f, -6.0f, -2.0f, 7.0f, -3.0f }; DEF_TEST() local
827 float args[4] = { m[0], m[3], m[1], m[4] }; DEF_TEST() local
835 float args[9] = { m[0], m[3], m[6], m[1], m[4], m[7], m[2], m[5], m[8] }; DEF_TEST() local
841 float args[16], expt[16]; DEF_TEST() local
852 float args[] = { 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, 8.0f }; DEF_TEST() local
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftmac.c973 FT_Open_Args args; in FT_EXPORT_DEF() local
1016 FT_Open_Args args; in FT_EXPORT_DEF() local
/third_party/python/Modules/
H A D_abc.c74 abc_data_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in abc_data_new() argument
/third_party/python/Modules/_io/
H A Dbytesio.c903 bytesio_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in bytesio_new() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMustExecute.cpp490 getOrCreateCachedOptional(K Key, DenseMap<K, Optional<V>> &Map, FnTy &&Fn, ArgsTy&&... args) getOrCreateCachedOptional() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DHashing.h602 template <typename ...Ts> hash_code hash_combine(const Ts &...args) { in hash_combine() argument
H A DSTLExtras.h563 make_unique(Args &&... args) { in make_unique() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DFunction.h564 iterator_range<arg_iterator> args() { in args() function in llvm::Function
567 iterator_range<const_arg_iterator> args() const { in args() function in llvm::Function
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.h756 T* create(ARGS&&... args) { in create() argument
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dtype_constructor_validation_test.cc1844 ast::ExpressionList args; in TEST_P() local
1865 ast::ExpressionList args; in TEST_P() local
1885 ast::ExpressionList args; in TEST_P() local
1906 ast::ExpressionList args; in TEST_P() local
1927 ast::ExpressionList args; TEST_P() local
1949 ast::ExpressionList args; TEST_P() local
1975 ast::ExpressionList args; TEST_P() local
2005 ast::ExpressionList args; TEST_P() local
2040 ast::ExpressionList args; TEST_P() local
2058 ast::ExpressionList args; TEST_P() local
2076 ast::ExpressionList args; TEST_P() local
2098 ast::ExpressionList args; TEST_P() local
2135 ast::ExpressionList args; TEST_P() local
2151 ast::ExpressionList args; TEST_P() local
2171 ast::ExpressionList args; TEST_P() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl.cc1005 const auto& args = expr->args; in EmitUniformBufferAccess() local
1144 const auto& args in EmitStorageBufferAccess() local
[all...]
/third_party/skia/third_party/skcms/src/
H A DTransform_inl.h804 static void exec_ops(const Op* ops, const void** args, in exec_ops() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_ct.cpp335 UConverter_fromUnicode_CompoundText_OFFSETS(UConverterFromUnicodeArgs* args, UErrorCode* err){ in UConverter_fromUnicode_CompoundText_OFFSETS() argument
467 UConverter_toUnicode_CompoundText_OFFSETS(UConverterToUnicodeArgs *args, UErrorCode* err) UConverter_toUnicode_CompoundText_OFFSETS() argument
[all...]
H A Ducnv_lmb.cpp852 _LMBCSFromUnicode(UConverterFromUnicodeArgs* args, in _LMBCSFromUnicode() argument
1121 _LMBCSGetNextUCharWorker(UConverterToUnicodeArgs* args, UErrorCode* err) _LMBCSGetNextUCharWorker() argument
1263 _LMBCSToUnicodeWithOffsets(UConverterToUnicodeArgs* args, UErrorCode* err) _LMBCSToUnicodeWithOffsets() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DHashing.h600 template <typename ...Ts> hash_code hash_combine(const Ts &...args) { in hash_combine() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h200 Predicate all(Predicate P0, Predicate P1, Args... args) { in all() argument
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc476 uint32_t args = (reg4.GetType() << 12) | (reg3.GetType() << 8) | in Printf() local
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc458 static PyObject* ScalarMapGet(PyObject* self, PyObject* args, in ScalarMapGet() argument
754 PyObject* MessageMapGet(PyObject* self, PyObject* args, PyObject* kwargs) { in MessageMapGet() argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmessage.c139 VALUE args[1] = {hash}; in ruby_wrapper_type() local
403 VALUE args[1] = { hash }; in create_submsg_from_hash() local
/third_party/python/PC/
H A Dpyshellext.cpp262 LPWSTR args = (LPWSTR)CoTaskMemAlloc(sizeof(WCHAR) * (len + 1)); in GetArguments() local
285 LPWSTR args = (LPWSTR)CoTaskMemAlloc(sizeof(WCHAR) * (wlen + 1)); in GetArguments() local
363 LPCWSTR args; in Drop() local
[all...]

Completed in 41 milliseconds

1...<<919293949596979899100>>...132