Home
last modified time | relevance | path

Searched defs:node (Results 226 - 250 of 1620) sorted by relevance

12345678910>>...65

/third_party/selinux/libsepol/cil/src/
H A Dcil_fqn.c43 struct cil_tree_node *node; member
78 struct cil_tree_node *node = NODE(datum); in __cil_fqn_qualify_blocks() local
/third_party/selinux/checkpolicy/
H A Dqueue.c76 queue_node_ptr_t node; in queue_remove() local
/third_party/rust/crates/syn/codegen/src/
H A Dfold.rs81 fn node(traits: &mut TokenStream, impls: &mut TokenStream, s: &Node, defs: &Definitions) { in node() functions
154 let mut node = node; in node() variables
173 let mut node = node; in node() variables
189 let mut node = node; node() variables
[all...]
H A Dvisit_mut.rs97 fn node(traits: &mut TokenStream, impls: &mut TokenStream, s: &Node, defs: &Definitions) { in node() functions
H A Dvisit.rs97 fn node(traits: &mut TokenStream, impls: &mut TokenStream, s: &Node, defs: &Definitions) { in node() functions
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessTests.cpp49 bool operator()(tcu::TestNode* node) in operator ()() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DFlagStd140Structs.cpp51 bool FlagStd140StructsTraverser::visitDeclaration(Visit visit, TIntermDeclaration *node) in visitDeclaration() argument
67 std::vector<MappedStruct> FlagStd140Structs(TIntermNode *node) in FlagStd140Structs() argument
/base/inputmethod/imf/services/json/src/
H A Dserializable.cpp54 bool Serializable::GetValue(cJSON *node, const std::string &name, std::string &value) in GetValue() argument
65 bool Serializable::GetValue(cJSON *node, const std::string &name, int32_t &value) in GetValue() argument
76 bool Serializable::GetValue(cJSON *node, const std::string &name, uint32_t &value) in GetValue() argument
92 bool Serializable::GetValue(cJSON *node, const std::string &name, bool &value) in GetValue() argument
103 bool Serializable::GetValue(cJSON *node, const std::string &name, Serializable &value) in GetValue() argument
113 SetValue(cJSON *node, const std::string &name, const std::string &value) SetValue() argument
119 SetValue(cJSON *node, const std::string &name, const int32_t &value) SetValue() argument
125 GetSubNode(cJSON *node, const std::string &name) GetSubNode() argument
[all...]
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
H A Dfusion_security.cpp122 NodeBasicInfo node; in GetLocalNetworkId() local
/base/startup/init/test/unittest/modules/
H A Dsysevent_unittest.cpp52 static void BootEventDestroyProc(ListNode *node) in BootEventDestroyProc() argument
/base/update/updater/services/ui/control/
H A Dcallback_manager.cpp33 bool CallbackManager::LoadCallbacks(const JsonNode &node) in LoadCallbacks() argument
/base/update/updater/utils/json/
H A Djson_visitor.h126 Visit(const JsonNode &node, T &obj) Visit() argument
133 Visit(const JsonNode &node, const JsonNode &defaultNode, T &obj) Visit() argument
142 Visit(const JsonNode &node, T &obj) Visit() argument
[all...]
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dco_auth_service_test.cpp119 auto node = MockResourceNode::CreateWithExecuteIndex(20); in HWTEST_F() local
/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
H A Dresource_node_pool_fuzzer.cpp35 auto node = Common::MakeShared<DummyResourceNode>(); in FuzzResourcePoolInsert() local
/base/web/webview/test/unittest/nweb_config_helper_test/
H A Dnweb_config_helper_test.cpp182 xmlNodePtr node = nullptr; in HWTEST_F() local
195 xmlNodePtr node = xmlNewNode(nullptr, "comment"); in HWTEST_F() local
209 xmlNodePtr node = xmlNewNode(nullptr, "node"); in HWTEST_F() local
229 xmlNodePtr node = xmlNewNode(nullptr, "node"); HWTEST_F() local
248 xmlNodePtr node = xmlNewNode(nullptr, "node"); HWTEST_F() local
[all...]
/third_party/eudev/src/libudev/
H A Dlibudev-private.h88 struct udev_list_node node; member
[all...]
/third_party/cJSON/tests/
H A Dparse_object.c117 cJSON *node = NULL; in parse_object_should_parse_objects_with_multiple_elements() local
/third_party/gn/src/gn/
H A Dunique_vector.h69 void Insert(Node* node, size_t hash, size_t index) { in Insert() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dbytestrie.cpp74 int32_t node; in current() local
104 int32_t node=*pos; in branchNext() local
142 int32_t node=*pos; branchNext() local
153 int32_t node=*pos++; nextImpl() local
397 int32_t node=*pos++; global() local
[all...]
H A Dbytestrieiterator.cpp134 int32_t node=*pos++; in next() local
198 int32_t node=*pos++; branchNext() local
[all...]
H A Ducharstrieiterator.cpp133 int32_t node=*pos++; in next() local
199 int32_t node=*pos++; branchNext() local
[all...]
/third_party/libuv/src/
H A Dheap-inl.h151 HEAP_EXPORT(void heap_remove(struct heap* heap, struct heap_node* node, heap_compare_fn less_than)) HEAP_EXPORT() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_control_flow.h56 nir_cf_node_insert_after(nir_cf_node *node, nir_cf_node *after) in nir_cf_node_insert_after() argument
63 nir_cf_node_insert_before(nir_cf_node *node, nir_cf_node *before) in nir_cf_node_insert_before() argument
70 nir_cf_node_insert_begin(struct exec_list *list, nir_cf_node *node) nir_cf_node_insert_begin() argument
72 nir_cf_node_insert(nir_before_cf_list(list), node); nir_cf_node_insert_begin() local
77 nir_cf_node_insert_end(struct exec_list *list, nir_cf_node *node) nir_cf_node_insert_end() argument
79 nir_cf_node_insert(nir_after_cf_list(list), node); nir_cf_node_insert_end() local
168 nir_cf_node_remove(nir_cf_node *node) nir_cf_node_remove() argument
[all...]
/third_party/node/src/api/
H A Dasync_resource.cc4 namespace node { namespace
/third_party/node/src/
H A Dconnection_wrap.cc11 namespace node { namespace

Completed in 14 milliseconds

12345678910>>...65