| /third_party/selinux/libsepol/cil/src/ |
| D | cil_resolve_ast.c | 1082 struct cil_tree_node *node = NULL; in cil_resolve_roletransition() local 1187 struct cil_tree_node *node; member 1597 struct cil_tree_node *node = NULL; in cil_resolve_catorder() local 1851 struct cil_tree_node *node = NULL; in cil_resolve_context() local 2332 struct cil_tree_node *node = NULL; in cil_resolve_blockinherit_link() local 2397 static void cil_mark_subtree_abstract(struct cil_tree_node *node) in cil_mark_subtree_abstract() 2484 struct cil_tree_node *node = NULL; in cil_resolve_in_list() local 2739 struct cil_args *arg = NULL; in cil_build_call_args() local 3097 struct cil_args *arg = item->data; in cil_resolve_call_args() local 3234 struct cil_args * arg = item->data; in cil_resolve_name_call_args() local [all …]
|
| /third_party/node/ |
| D | vcbuild.bat | 160 :arg-ok-2 label 162 :arg-ok label 678 :node-check-deopts label 683 :node-test-inspect label 688 :node-tests label
|
| /third_party/node/deps/v8/src/interpreter/ |
| D | bytecode-array-builder.cc | 156 void BytecodeArrayBuilder::AttachOrEmitDeferredSourceInfo(BytecodeNode* node) { in AttachOrEmitDeferredSourceInfo() 169 void BytecodeArrayBuilder::Write(BytecodeNode* node) { in Write() 174 void BytecodeArrayBuilder::WriteJump(BytecodeNode* node, BytecodeLabel* label) { in WriteJump() 179 void BytecodeArrayBuilder::WriteJumpLoop(BytecodeNode* node, in WriteJumpLoop() 185 void BytecodeArrayBuilder::WriteSwitch(BytecodeNode* node, in WriteSwitch() 193 BytecodeNode node(BytecodeNode::Ldar(BytecodeSourceInfo(), operand)); in OutputLdarRaw() local 200 BytecodeNode node = short_code in OutputStarRaw() local 209 BytecodeNode node( in OutputMovRaw() local 382 BytecodeNode node(CreateJumpLoopNode(0, loop_depth)); in BYTECODE_LIST() local 388 BytecodeNode node(CreateSwitchOnSmiNoFeedbackNode( in OutputSwitchOnSmiNoFeedback() local [all …]
|
| /third_party/node/src/ |
| D | process_wrap.cc | 31 namespace node { namespace 199 node::Utf8Value arg(env->isolate(), in Spawn() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 179 PostResult visitAggregatePost(TIntermAggregate &node) override in visitAggregatePost() 253 TIntermTyped &arg = *arguments[i]->getAsTyped(); in visitAggregatePost() local
|
| /third_party/node/src/tracing/ |
| D | agent.cc | 9 namespace node { namespace 97 CHECK_EQ(0, uv_thread_create(&thread_, [](void* arg) { in Start()
|
| /third_party/selinux/libsepol/src/ |
| D | module_to_cil.c | 275 struct list_node *node = calloc(1, sizeof(*node)); in list_prepend() local 329 static int typealiases_gather_map(char *key, void *data, void *arg) in typealiases_gather_map() 736 struct ebitmap_node *node; in ebitmap_to_cil() local 818 struct ebitmap_node *node; in cil_print_attr_strs() local 899 struct attr_list_node *node; in cil_print_attr_list() local 916 struct attr_list_node *node; in search_attr_list() local 992 struct ebitmap_node *node; in ebitmap_to_names() local 1440 struct ebitmap_node *node; in role_trans_to_cil() local 1532 struct ebitmap_node *node; in range_trans_to_cil() local 1675 static int common_to_cil(char *key, void *data, void *UNUSED(arg)) in common_to_cil() [all …]
|
| /third_party/node/src/quic/ |
| D | tlscontext.cc | 16 namespace node { namespace 45 int AllowEarlyDataCallback(SSL* ssl, void* arg) { in AllowEarlyDataCallback() 66 void* arg) { in AlpnSelectionCallback() 253 void* arg) -> void { in EnableTrace()
|
| /third_party/gn/src/gn/ |
| D | command_format.cc | 357 void Printer::PrintSuffixComments(const ParseNode* node) { in PrintSuffixComments() 415 TraverseBinaryOpNode(binop->right(), [](const ParseNode* node) { in SortIfApplicable() 421 TraverseBinaryOpNode(binop->right(), [](const ParseNode* node) { in SortIfApplicable() 431 const ParseNode* node, in TraverseBinaryOpNode() 520 const PARSENODE* node = statements[i].get(); in SortImports() local 535 int SuffixCommentTreeWalk(const ParseNode* node) { in SuffixCommentTreeWalk() 1402 for (const auto& arg : args) { in RunFormat() local
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| D | module_scope_var_to_entry_point_param.cc | 126 for (auto* node : ctx.src->ASTNodes().Objects()) { in Process() local 324 const ast::Expression* arg = ctx.dst->Expr(new_var.symbol); in Process() local
|
| /third_party/node/deps/npm/test/lib/commands/ |
| D | version.js | 23 mockGlobals(t, { 'process.versions': { node: '1.0.0' } }, { replace: true }) property 41 node: '1.0.0', property 80 node: '1.0.0', property 363 libnpmversion: (arg, opts) => { argument
|
| /third_party/curl/lib/ |
| D | asyn-ares.c | 571 static void query_completed_cb(void *arg, /* (struct connectdata *) */ in query_completed_cb() 672 static struct Curl_addrinfo *ares2addr(struct ares_addrinfo_node *node) in ares2addr() 742 static void addrinfo_cb(void *arg, int status, int timeouts, in addrinfo_cb()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | SymbolEnv.cpp | 48 PreResult visitDeclarationPre(TIntermDeclaration &node) override in visitDeclarationPre() 67 PreResult visitFunctionDefinitionPre(TIntermFunctionDefinition &node) override in visitFunctionDefinitionPre() 194 for (const TemplateArg &arg : templateArgs) in fullName() local
|
| D | EmitMetal.cpp | 690 static TIntermBinary *AsSpecificBinaryNode(TIntermNode &node, TOperator op) in AsSpecificBinaryNode() 700 static bool Parenthesize(TIntermNode &node) in Parenthesize() 756 void GenMetalTraverser::groupedTraverse(TIntermNode &node) in groupedTraverse() 1604 TIntermTyped &arg = *unaryNode->getOperand(); in visitUnary() local 2012 TIntermTyped *arg = args[index]->getAsTyped(); in visitAggregate() local 2100 static bool RequiresSemicolonTerminator(TIntermNode &node) in RequiresSemicolonTerminator() 2130 static bool NewlinePad(TIntermNode &node) in NewlinePad() 2223 TIntermNode &node = *declNode->getChildNode(0); in visitDeclaration() local
|
| /third_party/python/Parser/ |
| D | pegen.c | 44 _PyPegen_insert_memo(Parser *p, int mark, int type, void *node) in _PyPegen_insert_memo() 61 _PyPegen_update_memo(Parser *p, int mark, int type, void *node) in _PyPegen_update_memo() 337 …kahead_with_string(int positive, expr_ty (func)(Parser *, const char*), Parser *p, const char* arg) in _PyPegen_lookahead_with_string() 346 _PyPegen_lookahead_with_int(int positive, Token *(func)(Parser *, int), Parser *p, int arg) in _PyPegen_lookahead_with_int() argument
|
| D | pegen.h | 31 void *node; member 99 arg_ty arg; member 268 INVALID_VERSION_CHECK(Parser *p, int version, char *msg, void *node) in INVALID_VERSION_CHECK() 282 #define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node… argument
|
| /third_party/node/deps/cares/src/lib/ |
| D | ares_dns_name.c | 36 static void ares__nameoffset_free(void *arg) in ares__nameoffset_free() 90 ares__llist_node_t *node; in ares__nameoffset_find() local
|
| D | ares_qcache.c | 133 ares__slist_node_t *node; in ares__qcache_expire() local 184 static void ares__qcache_entry_destroy_cb(void *arg) in ares__qcache_entry_destroy_cb()
|
| /third_party/parse5/ |
| D | package-lock.json | 63 "node": ">= 10.0" string 76 "node": ">=6.0.0" string 88 "node": ">=6.9.0" string 97 "node": ">=6.9.0" string 123 "node": ">=6.9.0" string 156 "node": ">=6.9.0" string 170 "node": ">=6.0.0" string 185 "node": ">=6.9.0" string 206 "node": ">=6.9.0" string 219 "node": ">=6.9.0" string [all …]
|
| /third_party/glslang/SPIRV/ |
| D | GlslangToSpv.cpp | 2129 bool TGlslangToSpvTraverser::visitBinary(glslang::TVisit /* visit */, glslang::TIntermBinary* node) in visitBinary() 2507 bool TGlslangToSpvTraverser::visitUnary(glslang::TVisit /* visit */, glslang::TIntermUnary* node) in visitUnary() 2825 bool TGlslangToSpvTraverser::visitAggregate(glslang::TVisit visit, glslang::TIntermAggregate* node) in visitAggregate() 3386 for (int arg = 0; arg < (int)glslangOperands.size(); ++arg) { in visitAggregate() local 3829 …GlslangToSpvTraverser::visitSelection(glslang::TVisit /* visit */, glslang::TIntermSelection* node) in visitSelection() 3869 const auto operandOkay = [](glslang::TIntermTyped* node) { in visitSelection() 4017 bool TGlslangToSpvTraverser::visitSwitch(glslang::TVisit /* visit */, glslang::TIntermSwitch* node) in visitSwitch() 4071 void TGlslangToSpvTraverser::visitConstantUnion(glslang::TIntermConstantUnion* node) in visitConstantUnion() 4083 bool TGlslangToSpvTraverser::visitLoop(glslang::TVisit /* visit */, glslang::TIntermLoop* node) in visitLoop() 4152 bool TGlslangToSpvTraverser::visitBranch(glslang::TVisit /* visit */, glslang::TIntermBranch* node) in visitBranch() [all …]
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | ParseHelper.cpp | 438 TIntermTyped* node = nullptr; in handleVariable() local 1371 …TIntermNode* arg = fnCandidate->getParamCount() == 1 ? arguments : (aggregate ? aggregate->getSequ… in handleFunctionCall() local 1578 void TParseContext::computeBuiltinPrecisions(TIntermTyped& node, const TFunction& function) in computeBuiltinPrecisions() 1616 for (unsigned int arg = 0; arg < numArgs; ++arg) { in computeBuiltinPrecisions() local 1806 …TIntermTyped* arg = function.getParamCount() == 1 ? arguments->getAsTyped() : (aggregate ? aggrega… in addInputArgumentConversions() local 2295 int arg = -1; in builtInOpCheck() local 2876 int arg = -1; in nonOpBuiltInCheck() local 2940 …ntext::samplerConstructorLocationCheck(const TSourceLoc& loc, const char* token, TIntermNode* node) in samplerConstructorLocationCheck() 3076 bool TParseContext::lValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in lValueErrorCheck() 3196 void TParseContext::rValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in rValueErrorCheck() [all …]
|
| /third_party/NuttX/fs/tmpfs/ |
| D | fs_tmpfs.c | 359 LOS_DL_LIST *node; in tmpfs_find_dirent() local 1400 int tmpfs_ioctl(struct file *filep, int cmd, unsigned long arg) in tmpfs_ioctl() 1504 LOS_DL_LIST *node = tdo->tdo_entry.pstNext; in tmpfs_closedir() local 1542 LOS_DL_LIST *node; in tmpfs_readdir() local 1907 int tmpfs_unlink(struct Vnode *parent, struct Vnode *node, const char *relpath) in tmpfs_unlink()
|
| /third_party/node/deps/v8/src/maglev/ |
| D | maglev-ir.h | 314 explicit Input(ValueNode* node) : node_(node) {} in Input() 315 ValueNode* node() const { return node_; } in node() function 403 Derived* node = in New() local 418 Derived* node = New<Derived>(zone, std::forward<Args>(args)...); in New() local 433 Derived* node = in New() local 611 Derived* node = in Allocate() local 668 void AddNodeAfter(Node* node) { in AddNodeAfter() 1308 Input& arg(int i) { return input(i + kFixedInputCount); } in arg() function 1309 void set_arg(int i, ValueNode* node) { in set_arg() 1425 void set_next_post_dominating_hole(ControlNode* node) { in set_next_post_dominating_hole()
|
| /third_party/libcoap/examples/ |
| D | coap-server.c | 1823 void *arg) { in verify_cn_callback() 2298 get_context(const char *node, const char *port) { in get_context() 2355 cmdline_proxy(char *arg) { in cmdline_proxy() 2392 cmdline_read_user(char *arg, unsigned char **buf, size_t maxlen) { in cmdline_read_user() 2462 cmdline_oscore(char *arg) { in cmdline_oscore() 2481 cmdline_read_key(char *arg, unsigned char **buf, size_t maxlen) { in cmdline_read_key() 2493 cmdline_read_psk_sni_check(char *arg) { in cmdline_read_psk_sni_check() 2538 cmdline_read_identity_check(char *arg) { in cmdline_read_identity_check() 2583 cmdline_unix(char *arg) { in cmdline_unix() 2613 cmdline_ws(char *arg) { in cmdline_ws() [all …]
|
| /third_party/node/deps/v8/src/compiler/ |
| D | raw-machine-assembler.cc | 290 auto update_current_control_and_effect = [&](Node* node) { in MakeReschedulable() 744 for (const auto& arg : args) builder.AddParam(arg.first); in CallCFunctionImpl() local 759 [](const RawMachineAssembler::CFunctionArg& arg) { return arg.second; }); in CallCFunctionImpl() 859 Node* node = MakeNode(op, input_count, inputs); in AddNode() local
|