Home
last modified time | relevance | path

Searched refs:node (Results 1776 - 1800 of 2502) sorted by relevance

1...<<71727374757677787980>>...101

/third_party/libcoap/examples/
H A Detsi_iot_01.c534 get_context(const char *node, const char *port) { in get_context() argument
545 s = getaddrinfo(node, port, &hints, &result); in get_context()
568 fprintf(stderr, "no context available for interface '%s'\n", node); in get_context()
/third_party/lzma/CPP/Common/
H A DWildcard.cpp512 const CCensorNode &node = fromNodes.SubNodes[i]; in ExtendExclude() local
513 Find_SubNode_Or_Add_New(node.Name).ExtendExclude(node); in ExtendExclude()
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer_sp.c300 list_addtail(&fd_submit_ref(submit)->node, &dev->deferred_submits); in fd_submit_sp_flush()
358 list_del(&deferred_submit->node); in fd_pipe_sp_flush()
359 list_addtail(&deferred_submit->node, &submit_list); in fd_pipe_sp_flush()
/third_party/node/src/
H A Dinspector_js_api.cc12 namespace node { namespace
125 // See https://github.com/nodejs/node/pull/46942
402 } // namespace node
404 NODE_BINDING_CONTEXT_AWARE_INTERNAL(inspector, node::inspector::Initialize)
406 node::inspector::RegisterExternalReferences)
H A Dnode_dir.cc21 namespace node { namespace
426 } // end namespace node
428 NODE_BINDING_CONTEXT_AWARE_INTERNAL(fs_dir, node::fs_dir::Initialize)
430 node::fs_dir::RegisterExternalReferences)
H A Dnode_credentials.cc20 namespace node { namespace
483 } // namespace node
485 NODE_BINDING_CONTEXT_AWARE_INTERNAL(credentials, node::credentials::Initialize)
487 node::credentials::RegisterExternalReferences)
H A Dnode_perf.cc14 namespace node { namespace
122 // See https://github.com/nodejs/node/issues/44046 in MarkGarbageCollectionStart()
374 } // namespace node
376 NODE_BINDING_CONTEXT_AWARE_INTERNAL(performance, node::performance::Initialize)
378 node::performance::RegisterExternalReferences)
H A Dnode_os.cc38 namespace node { namespace
431 } // namespace node
433 NODE_BINDING_CONTEXT_AWARE_INTERNAL(os, node::os::Initialize)
434 NODE_BINDING_EXTERNAL_REFERENCE(os, node::os::RegisterExternalReferences)
H A Dnode_v8.cc27 #include "node.h"
32 namespace node { namespace
480 } // namespace node
482 NODE_BINDING_CONTEXT_AWARE_INTERNAL(v8, node::v8_utils::Initialize)
483 NODE_BINDING_EXTERNAL_REFERENCE(v8, node::v8_utils::RegisterExternalReferences)
H A Dnode_url.cc14 namespace node { namespace
382 } // namespace node
384 NODE_BINDING_CONTEXT_AWARE_INTERNAL(url, node::url::BindingData::Initialize)
386 url, node::url::BindingData::RegisterExternalReferences)
H A Dstream_wrap.cc40 namespace node { namespace
416 } // namespace node
419 node::LibuvStreamWrap::Initialize)
421 stream_wrap, node::LibuvStreamWrap::RegisterExternalReferences)
/third_party/node/deps/icu-small/source/common/
H A Ducharstriebuilder.cpp399 UCharsTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { in writeValueAndType() argument
401 return write(node); in writeValueAndType()
418 intUnits[0]|=(char16_t)node; in writeValueAndType()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmir.c267 /* Creates a mask of the components of a node read by an instruction, by
317 mir_bytemask_of_read_components(midgard_instruction *ins, unsigned node) in mir_bytemask_of_read_components() argument
321 if (node == ~0) in mir_bytemask_of_read_components()
325 if (ins->src[i] != node) continue; in mir_bytemask_of_read_components()
/third_party/libevdev/doc/html/search/
H A Dsearch.js265 var node = child.firstChild;
268 node.innerHTML='&#8226;';
272 node.innerHTML='&#160;';
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-interpreter-frame-state.h375 return value->input(0).node(); in TagValue()
382 if (tagged != nullptr && value == tagged->input().node()) { in TagValue()
405 // If the merged node is null, this is a pre-created loop header merge in MergeValue()
463 DCHECK_NULL(result->input(0).node()); in MergeLoopValue()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.h124 bool constErrorCheck(TIntermTyped* node);
125 bool integerErrorCheck(TIntermTyped* node, const char* token);
200 TIntermTyped* addConstArrayNode(int index, TIntermTyped* node, const TSourceLoc &line);
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_dependence_helpers.cpp333 int64_t LoopDependenceAnalysis::CountInductionVariables(SENode* node) { in CountInductionVariables() argument
334 if (!node) { in CountInductionVariables()
338 std::vector<SERecurrentNode*> recurrent_nodes = node->CollectRecurrentNodes(); in CountInductionVariables()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence_helpers.cpp333 int64_t LoopDependenceAnalysis::CountInductionVariables(SENode* node) { in CountInductionVariables() argument
334 if (!node) { in CountInductionVariables()
338 std::vector<SERecurrentNode*> recurrent_nodes = node->CollectRecurrentNodes(); in CountInductionVariables()
/third_party/skia/third_party/externals/oboe/docs/reference/search/
H A Dsearch.js263 var node = child.firstChild;
266 node.innerHTML='&#8226;';
270 node.innerHTML='&#160;';
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver.h178 // Returns the semantic node pointer on success, nullptr on failure.
322 /// This method does not mark the ast::Array node, nor attach the generated
323 /// semantic information to the AST node.
330 /// This method does not mark the ast::Alias node, nor attach the generated
331 /// semantic information to the AST node.
336 /// This method does not mark the ast::Struct node, nor attach the generated
337 /// semantic information to the AST node.
414 /// Mark records that the given AST node has been visited, and asserts that
415 /// the given node has not already been seen. Diamonds in the AST are
417 /// @param node th
478 ResolvedSymbol(const ast::Node* node) ResolvedSymbol() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducharstriebuilder.cpp399 UCharsTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { in writeValueAndType() argument
401 return write(node); in writeValueAndType()
418 intUnits[0]|=(UChar)node; in writeValueAndType()
/third_party/protobuf/src/google/protobuf/
H A Darena.cc302 CleanupNode* node = &list->nodes[0]; in CleanupListFallback() local
305 node[i - 1].cleanup(node[i - 1].elem); in CleanupListFallback()
/third_party/spirv-tools/source/opt/
H A Dloop_dependence_helpers.cpp331 int64_t LoopDependenceAnalysis::CountInductionVariables(SENode* node) { in CountInductionVariables() argument
332 if (!node) { in CountInductionVariables()
336 std::vector<SERecurrentNode*> recurrent_nodes = node->CollectRecurrentNodes(); in CountInductionVariables()
/third_party/python/Modules/
H A D_elementtree.c2137 * iterating when a node doesn't have text (so it doesn't return any in elementiter_next()
2138 * node like iter()) in elementiter_next()
2140 * children of a node. in elementiter_next()
2317 PyObject *root; /* root node (first created node) */
2319 PyObject *this; /* current node */
2320 PyObject *last; /* most recently created node */
2321 PyObject *last_for_tail; /* most recently created node that takes a tail */
2643 PyObject *node) in treebuilder_append_event()
2647 PyObject *event = PyTuple_Pack(2, action, node); in treebuilder_append_event()
2642 treebuilder_append_event(TreeBuilderObject *self, PyObject *action, PyObject *node) treebuilder_append_event() argument
2666 PyObject* node; treebuilder_handle_start() local
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBManagerGUI.java576 DefaultMutableTreeNode node = (DefaultMutableTreeNode)selPath.getLastPathComponent(); in mousePopup()
577 Object obj = node.getUserObject(); in mousePopup()
594 if (node.getLevel() != 1) { in mousePopup()
606 DefaultMutableTreeNode node = (DefaultMutableTreeNode)selPath.getLastPathComponent(); in mousePopup()
607 Object obj = node.getUserObject(); in mousePopup()
716 // A node that is not a root was selected.... I need to do something here in updateDisplayPanels()
720 // The base class node was selected in updateDisplayPanels()
832 // Look for a node representing this language in updateDisplayTree()
841 // There is a non-leaf node with this language in updateDisplayTree()
854 // There is a non-leaf node fo in updateDisplayTree()
[all...]

Completed in 25 milliseconds

1...<<71727374757677787980>>...101