/third_party/selinux/libsepol/cil/src/ |
H A D | cil_fqn.c | 43 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 D | queue.c | 76 queue_node_ptr_t node; in queue_remove() local
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | fold.rs | 81 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 D | visit_mut.rs | 97 fn node(traits: &mut TokenStream, impls: &mut TokenStream, s: &Node, defs: &Definitions) { in node() functions
|
H A D | visit.rs | 97 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 D | vktRobustnessTests.cpp | 49 bool operator()(tcu::TestNode* node) in operator ()() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | FlagStd140Structs.cpp | 51 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 D | serializable.cpp | 54 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 D | fusion_security.cpp | 122 NodeBasicInfo node; in GetLocalNetworkId() local
|
/base/startup/init/test/unittest/modules/ |
H A D | sysevent_unittest.cpp | 52 static void BootEventDestroyProc(ListNode *node) in BootEventDestroyProc() argument
|
/base/update/updater/services/ui/control/ |
H A D | callback_manager.cpp | 33 bool CallbackManager::LoadCallbacks(const JsonNode &node) in LoadCallbacks() argument
|
/base/update/updater/utils/json/ |
H A D | json_visitor.h | 126 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 D | co_auth_service_test.cpp | 119 auto node = MockResourceNode::CreateWithExecuteIndex(20); in HWTEST_F() local
|
/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/ |
H A D | resource_node_pool_fuzzer.cpp | 35 auto node = Common::MakeShared<DummyResourceNode>(); in FuzzResourcePoolInsert() local
|
/base/web/webview/test/unittest/nweb_config_helper_test/ |
H A D | nweb_config_helper_test.cpp | 182 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 D | libudev-private.h | 88 struct udev_list_node node; member [all...] |
/third_party/cJSON/tests/ |
H A D | parse_object.c | 117 cJSON *node = NULL; in parse_object_should_parse_objects_with_multiple_elements() local
|
/third_party/gn/src/gn/ |
H A D | unique_vector.h | 69 void Insert(Node* node, size_t hash, size_t index) { in Insert() argument [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | bytestrie.cpp | 74 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 D | bytestrieiterator.cpp | 134 int32_t node=*pos++; in next() local 198 int32_t node=*pos++; branchNext() local [all...] |
H A D | ucharstrieiterator.cpp | 133 int32_t node=*pos++; in next() local 199 int32_t node=*pos++; branchNext() local [all...] |
/third_party/libuv/src/ |
H A D | heap-inl.h | 151 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 D | nir_control_flow.h | 56 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 D | async_resource.cc | 4 namespace node { namespace
|
/third_party/node/src/ |
H A D | connection_wrap.cc | 11 namespace node { namespace
|