Home
last modified time | relevance | path

Searched defs:argument (Results 1 – 25 of 151) sorted by relevance

1234567

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dbinary.hpp82 struct argument { struct
83 enum type {
93 enum ext_type {
98 enum semantic {
108 argument(enum type type, size_t size, in argument() argument
116 argument(enum type type, size_t size) : in argument() argument
121 argument() : type(scalar), size(0), in argument() argument
125 type type;
126 size_t size;
127 size_t target_size;
[all …]
/third_party/gptfdisk/
Dgptcl.cc507 int GPTDataCL::BuildMBR(char* argument, int isHybrid) { in BuildMBR()
563 int CountColons(char* argument) { in CountColons()
573 uint64_t GetInt(const string & argument, int itemNum) { in GetInt()
584 string GetString(string argument, int itemNum) { in GetString()
/third_party/skia/src/sksl/ir/
DSkSLConstructor.h87 std::unique_ptr<Expression> argument) in SingleArgumentConstructor()
91 std::unique_ptr<Expression>& argument() { in argument() function
95 const std::unique_ptr<Expression>& argument() const { in argument() function
DSkSLConstructorStruct.cpp33 std::unique_ptr<Expression>& argument = args[index]; in Convert() local
50 const std::unique_ptr<Expression>& argument = args[index]; in arguments_match_field_types() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DFunctionLookup.cpp98 TIntermNode *argument = arguments[i]; in GetMangledNames() local
116 TIntermNode *argument = arguments[i]; in GetMangledNames() local
164 void TFunctionLookup::addArgument(TIntermTyped *argument) in addArgument()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DFunctionLookup.cpp98 TIntermNode *argument = arguments[i]; in GetMangledNames() local
116 TIntermNode *argument = arguments[i]; in GetMangledNames() local
164 void TFunctionLookup::addArgument(TIntermTyped *argument) in addArgument()
/third_party/python/Lib/
Dsched.py62 def enterabs(self, time, priority, action, argument=(), kwargs=_sentinel): argument
78 def enter(self, delay, priority, action, argument=(), kwargs=_sentinel): argument
/third_party/flutter/skia/src/utils/
DSkCallableTraits.h17 template <std::size_t N> struct argument { struct
19 using type = typename std::tuple_element<N, std::tuple<Args...>>::type;
/third_party/skia/src/utils/
DSkCallableTraits.h17 template <std::size_t N> struct argument { struct
19 using type = typename std::tuple_element<N, std::tuple<Args...>>::type;
/third_party/node/benchmark/util/
Dtype-check.js31 argument: ['true', 'false-primitive', 'false-object'], property
37 function main({ type, argument, version, n }) { property
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dmethod_call_unittests.cc16 const int argument = 42; in TEST() local
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DMethodCall.java70 public <T> T argument(String key) { in argument() method in MethodCall
/third_party/node/deps/npm/node_modules/validate-npm-package-license/
Dindex.js32 module.exports = function(argument) { argument
/third_party/openh264/codec/decoder/core/inc/
Dwels_decoder_thread.h127 #define DECLARE_PROCTHREAD(name, argument) \ argument
133 #define CREATE_THREAD(ph, threadproc,argument) \ argument
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-jobqueue.c46 ecma_value_t argument; /**< argument for the reaction */ member
281 ecma_value_t argument) /**< argument for the reaction */ in ecma_enqueue_promise_reaction_job()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_3/
Dtirpc_svc_3.c90 } argument; in exm_proc() local
/third_party/protobuf/python/google/protobuf/internal/
Dfactory_test1.proto61 optional string argument = 1; field
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_freeargs/
Drpc_svc_freeargs_svc.c42 static int argument; variable
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_sendreply/
Drpc_svc_sendreply.c42 static int argument; variable
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_getargs/
Drpc_svc_getargs.c42 static int argument; variable
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_11/
Dtirpc_svc_11.c102 } argument; in exm_proc() local
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dcommon_test.py54 def assertFlavor(self, expected, argument, param): argument
/third_party/mbedtls/programs/test/
Ddlopen.c49 #define CHECK_DLERROR( function, argument ) \ argument
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dthread.cc40 Thread* argument, in CreateThread()
/third_party/node/tools/gyp/pylib/gyp/
Dcommon_test.py59 def assertFlavor(self, expected, argument, param): argument

1234567