/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | binary.hpp | 82 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/ |
D | gptcl.cc | 507 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/ |
D | SkSLConstructor.h | 87 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
|
D | SkSLConstructorStruct.cpp | 33 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/ |
D | FunctionLookup.cpp | 98 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/ |
D | FunctionLookup.cpp | 98 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/ |
D | sched.py | 62 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/ |
D | SkCallableTraits.h | 17 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/ |
D | SkCallableTraits.h | 17 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/ |
D | type-check.js | 31 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/ |
D | method_call_unittests.cc | 16 const int argument = 42; in TEST() local
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/ |
D | MethodCall.java | 70 public <T> T argument(String key) { in argument() method in MethodCall
|
/third_party/node/deps/npm/node_modules/validate-npm-package-license/ |
D | index.js | 32 module.exports = function(argument) { argument
|
/third_party/openh264/codec/decoder/core/inc/ |
D | wels_decoder_thread.h | 127 #define DECLARE_PROCTHREAD(name, argument) \ argument 133 #define CREATE_THREAD(ph, threadproc,argument) \ argument
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-jobqueue.c | 46 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/ |
D | tirpc_svc_3.c | 90 } argument; in exm_proc() local
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | factory_test1.proto | 61 optional string argument = 1; field
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_freeargs/ |
D | rpc_svc_freeargs_svc.c | 42 static int argument; variable
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_sendreply/ |
D | rpc_svc_sendreply.c | 42 static int argument; variable
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_getargs/ |
D | rpc_svc_getargs.c | 42 static int argument; variable
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_11/ |
D | tirpc_svc_11.c | 102 } argument; in exm_proc() local
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | common_test.py | 54 def assertFlavor(self, expected, argument, param): argument
|
/third_party/mbedtls/programs/test/ |
D | dlopen.c | 49 #define CHECK_DLERROR( function, argument ) \ argument
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | thread.cc | 40 Thread* argument, in CreateThread()
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | common_test.py | 59 def assertFlavor(self, expected, argument, param): argument
|