Home
last modified time | relevance | path

Searched refs:parent (Results 176 - 200 of 1793) sorted by relevance

12345678910>>...72

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new.c1268 struct wpa_supplicant *parent; in wpas_dbus_signal_p2p_group_removed() local
1274 parent = wpa_s->parent; in wpas_dbus_signal_p2p_group_removed()
1275 if (parent->p2p_mgmt) in wpas_dbus_signal_p2p_group_removed()
1276 parent = parent->parent; in wpas_dbus_signal_p2p_group_removed()
1279 !parent->dbus_new_path) in wpas_dbus_signal_p2p_group_removed()
1282 msg = dbus_message_new_signal(parent->dbus_new_path, in wpas_dbus_signal_p2p_group_removed()
1346 wpa_s = wpa_s->parent; in wpas_dbus_signal_p2p_provision_discovery()
1581 struct wpa_supplicant *parent; wpas_dbus_signal_p2p_group_started() local
1813 struct wpa_supplicant *parent; wpas_dbus_signal_p2p_peer_joined() local
1870 struct wpa_supplicant *parent; wpas_dbus_signal_p2p_peer_disconnected() local
[all...]
/third_party/libdrm/freedreno/msm/
H A Dmsm_ringbuffer.c50 /* has cmd already been added to parent rb's submit.cmds table? */
58 * Note that bos and cmds are tracked by the parent ringbuffer, since
71 /* Note, only in parent ringbuffer */
82 * related stuff, and *only* is tracked in the parent ringbuffer.
98 /* maps msm_cmd to drm_msm_gem_submit_cmd in parent rb. Each rb has a
101 * drm_msm_gem_submit_cmd in the parent rb which collects the state
379 struct fd_ringbuffer *parent; in finalize_current_cmd() local
381 if (ring->parent) { in finalize_current_cmd()
382 parent = ring->parent; in finalize_current_cmd()
418 handle_stateobj_relocs(struct fd_ringbuffer *parent, struct fd_ringbuffer *stateobj, struct drm_msm_gem_submit_reloc *orig_relocs, unsigned nr_relocs) handle_stateobj_relocs() argument
562 struct fd_ringbuffer *parent = ring->parent ? ring->parent : ring; msm_ringbuffer_emit_reloc() local
639 struct fd_ringbuffer *parent = ring->parent ? ring->parent : ring; msm_ringbuffer_emit_reloc_ring() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource7.js60 export function cloneParentConstructGroupForChildType(child: Type, parent: Type) {
64 if (!parent.construct) {
65 createNewConstructGroupForType(parent);
68 for (var i = 0; i < parent.construct.signatures.length; i++) {
70 sig.parameters = parent.construct.signatures[i].parameters;
71 sig.nonOptionalParameterCount = parent.construct.signatures[i].nonOptionalParameterCount;
72 sig.typeCheckStatus = parent.construct.signatures[i].typeCheckStatus;
73 sig.declAST = parent.construct.signatures[i].declAST;
151 export function preCollectImportTypes(ast: AST, parent: AST, context: TypeCollectionContext) {
187 export function preCollectModuleTypes(ast: AST, parent
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DCompactNotation.java69 MicroPropsGenerator parent) { in withLocaleData()
71 return new CompactHandler(this, locale, nsName, compactType, rules, buildReference, safe, parent); in withLocaleData()
77 final MicroPropsGenerator parent; field in CompactNotation.CompactHandler
90 MicroPropsGenerator parent) { in CompactHandler()
92 this.parent = parent; in CompactHandler()
125 MicroProps micros = parent.processQuantity(quantity); in processQuantity()
62 withLocaleData( ULocale locale, String nsName, CompactType compactType, PluralRules rules, MutablePatternModifier buildReference, boolean safe, MicroPropsGenerator parent) withLocaleData() argument
82 CompactHandler( CompactNotation notation, ULocale locale, String nsName, CompactType compactType, PluralRules rules, MutablePatternModifier buildReference, boolean safe, MicroPropsGenerator parent) CompactHandler() argument
H A DNumberRangeFormatterSettings.java30 private final NumberRangeFormatterSettings<?> parent; field in NumberRangeFormatterSettings
35 NumberRangeFormatterSettings(NumberRangeFormatterSettings<?> parent, int key, Object value) { in NumberRangeFormatterSettings() argument
36 this.parent = parent; in NumberRangeFormatterSettings()
150 // TODO: Remove the reference to the parent after the macros are resolved? in resolve()
158 current = current.parent; in resolve()
187 current = current.parent; in resolve()
/third_party/python/Tools/msi/
H A Dcsv_to_wxs.py57 cache_directories[group].add(target.parent)
60 parent = make_id(dirname.parent)
61 if parent and parent != '.':
62 directories[parent].add(dirname.name)
85 lines.append(' <Component Id="{}" Directory="{}" Guid="*">'.format(make_id(target), make_id(target.parent)))
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_grep.py17 '''GrepDialog.__init__ calls parent SearchDiabolBase which attaches the
91 parent = os.path.dirname(self.path)
92 grepfile = os.path.join(parent, 'grep.py')
95 # Get Python files only in parent directory.
96 filelist = list(ff(parent, pat, False))
105 filelist = list(ff(parent, pat, True))
113 parent = os.path.dirname(parent)
114 filelist = list(ff(parent, '*.py', True))
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dxml-utils.h29 void xml_node_add_child(struct xml_node_ctx *ctx, xml_node_t *parent,
34 xml_node_t * xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent,
37 xml_node_t *parent, xml_namespace_t *ns,
40 xml_node_t *parent, const char *ns_uri,
52 xml_node_t *parent);
62 #define xml_node_for_each_child(ctx, child, parent) \
63 for (child = xml_node_first_child(ctx, parent); \
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dxml-utils.h29 void xml_node_add_child(struct xml_node_ctx *ctx, xml_node_t *parent,
34 xml_node_t * xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent,
37 xml_node_t *parent, xml_namespace_t *ns,
40 xml_node_t *parent, const char *ns_uri,
52 xml_node_t *parent);
62 #define xml_node_for_each_child(ctx, child, parent) \
63 for (child = xml_node_first_child(ctx, parent); \
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree.h18 // pointers (left, right and parent) plus the node color information for each
507 // // A pointer to the node's parent.
508 // btree_node *parent;
510 // // The position of the node in the node's parent.
559 return layout_type(/*parent*/ 1, in SizeWithNSlots()
586 // propagated to the parent as the delimiter for the split). For performance
601 return layout_type(/*parent*/ 1, in LeafLayout()
607 return layout_type(/*parent*/ 1, in InternalLayout()
650 // Getter for the position of this node in its parent.
677 // Getter for the parent o
853 init_leaf(btree_node *parent, int max_count) init_leaf() argument
862 init_internal(btree_node *parent) init_internal() argument
1470 new_internal_node(node_type *parent) new_internal_node() argument
1475 new_leaf_node(node_type *parent) new_leaf_node() argument
1804 btree_node *parent = node->parent(); clear_and_delete() local
[all...]
/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c65 devclass_t parent; /* parent in devclass hierarchy */ member
87 TAILQ_ENTRY(device) link; /**< list of devices in parent */
89 device_t parent; /**< parent of this device */ member
279 * If @p parentname is non-NULL, the parent of the devclass is set to
283 * @param parentname the parent devclass name or @c NULL
306 dc->parent = NULL; in devclass_find_internal()
320 * If a parent class is specified, then set that as our parent s in devclass_find_internal()
388 devclass_t parent; devclass_driver_added() local
497 devclass_t parent; devclass_driver_deleted() local
1350 make_device(device_t parent, const char *name, int unit) make_device() argument
[all...]
/third_party/vulkan-loader/tests/
H A Dloader_unknown_ext_tests.cpp185 void check_custom_functions(FunctionLoader& loader, ParentType parent, DispatchableHandleType handle, FunctionStruct const&, in check_custom_functions() argument
188 decltype(FunctionStruct::func_zero)* returned_func_i = loader.load(parent, func_names.at(i++).c_str()); in check_custom_functions()
192 decltype(FunctionStruct::func_one)* returned_func_ii = loader.load(parent, func_names.at(i++).c_str()); in check_custom_functions()
196 decltype(FunctionStruct::func_two)* returned_func_iif = loader.load(parent, func_names.at(i++).c_str()); in check_custom_functions()
202 decltype(FunctionStruct::func_three)* returned_func_pp = loader.load(parent, func_names.at(i++).c_str()); in check_custom_functions()
208 decltype(FunctionStruct::func_four)* returned_func_ppiiffccc = loader.load(parent, func_names.at(i++).c_str()); in check_custom_functions()
216 void check_layer_custom_functions(FunctionLoader& loader, ParentType parent, DispatchableHandleType handle, TestLayer& layer, in check_layer_custom_functions() argument
220 decltype(FunctionStruct::func_zero)* returned_func_i = loader.load(parent, func_names.at(i).c_str()); in check_layer_custom_functions()
224 decltype(FunctionStruct::func_one)* returned_func_if = loader.load(parent, func_names.at(i).c_str()); in check_layer_custom_functions()
229 decltype(FunctionStruct::func_two)* returned_func_iif = loader.load(parent, func_name in check_layer_custom_functions()
256 check_layer_custom_functions_no_implementation(FunctionLoader& loader, ParentType parent, DispatchableHandleType handle, TestLayer& layer, FunctionStruct const&, std::vector<std::string>& func_names, uint32_t function_count, uint32_t function_start = 0) check_layer_custom_functions_no_implementation() argument
294 check_layer_custom_functions_no_interception(FunctionLoader& loader, ParentType parent, DispatchableHandleType handle, TestLayer& layer, FunctionStruct const&, std::vector<std::string>& func_names, uint32_t function_count, uint32_t function_start = 0) check_layer_custom_functions_no_interception() argument
[all...]
/third_party/skia/third_party/externals/tint/src/sem/
H A Dif_statement.cc26 const CompoundStatement* parent, in IfStatement()
28 : Base(declaration, parent, function) {} in IfStatement()
33 const CompoundStatement* parent, in ElseStatement()
35 : Base(declaration, parent, function) {} in ElseStatement()
25 IfStatement(const ast::IfStatement* declaration, const CompoundStatement* parent, const sem::Function* function) IfStatement() argument
32 ElseStatement(const ast::ElseStatement* declaration, const CompoundStatement* parent, const sem::Function* function) ElseStatement() argument
H A Dstatement.cc30 const CompoundStatement* parent, in Statement()
32 : declaration_(declaration), parent_(parent), function_(function) {} in Statement()
41 const CompoundStatement* parent, in CompoundStatement()
43 : Base(declaration, parent, function) {} in CompoundStatement()
29 Statement(const ast::Statement* declaration, const CompoundStatement* parent, const sem::Function* function) Statement() argument
40 CompoundStatement(const ast::Statement* declaration, const CompoundStatement* parent, const sem::Function* function) CompoundStatement() argument
/third_party/node/deps/npm/node_modules/gauge/lib/
H A Dtheme-set.js11 ThemeSetProto.newTheme = function (parent, theme) {
13 theme = parent
14 parent = this.baseTheme
16 return Object.assign({}, parent, theme)
23 ThemeSetProto.addTheme = function (name, parent, theme) {
24 this.themes[name] = this.newTheme(parent, theme)
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dgetprocpid.c67 pid_t parent = *(pid_t *)arg; in child_func() local
73 if (pid == parent) { in child_func()
100 pid_t parent = *(pid_t *)arg; in pthread_func() local
102 if (parent == pid1) { in pthread_func()
162 pid_t parent = *(pid_t *)arg; in child_func_tid() local
168 if (pid == parent) { in child_func_tid()
/third_party/toybox/toys/posix/
H A Ddu.c115 if (!node->parent) TT.st_dev = node->st.st_dev; in do_du()
126 while ((try = try->parent)) in do_du()
148 if (node->parent) in do_du()
149 node->parent->extra = (unsigned long)node->parent->extra+blocks; in do_du()
152 if (FLAG(a) || !node->parent || (S_ISDIR(node->st.st_mode) && !FLAG(s))) { in do_du()
/third_party/node/test/parallel/
H A Dtest-listen-fd-detached-inherit.js34 case 'parent': return parent();
38 // Spawn the parent, and listen for it to tell us the pid of the child.
45 const parent = spawn(process.execPath, [__filename, 'parent'], {
49 parent.stdout.on('data', function(c) {
54 console.error('output from parent = %s', json);
71 parent.kill();
85 function parent() { function
88 throw new Error('Should not see connections on parent');
[all...]
H A Dtest-listen-fd-detached.js34 case 'parent': return parent();
38 // Spawn the parent, and listen for it to tell us the pid of the child.
45 const parent = spawn(process.execPath, [__filename, 'parent'], {
49 parent.stdout.on('data', function(c) {
54 console.error('output from parent = %s', json);
71 parent.kill();
83 function parent() { function
85 console.error('connection on parent');
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dplace-dep.js35 this.parent = options.parent || null
52 this.top = this.parent?.top || this
90 // note: this sets the parent's canPlace as the parent of this
91 // canPlace, but it does NOT add this canPlace to the parent's
95 parent: this.parent && this.parent.canPlace,
232 this.placed = new Link({ parent
[all...]
/third_party/python/Modules/
H A D_heapqmodule.c27 PyObject *newitem, *parent, **arr; in siftdown() local
44 parent = arr[parentpos]; in siftdown()
46 Py_INCREF(parent); in siftdown()
47 cmp = PyObject_RichCompareBool(newitem, parent, Py_LT); in siftdown()
48 Py_DECREF(parent); in siftdown()
60 parent = arr[parentpos]; in siftdown()
63 arr[pos] = parent; in siftdown()
306 out of cache by the time their parent is reached.
310 sift their parent node (while the children are still in cache).
325 mhalf = m >> 1; /* parent o in cache_friendly_heapify()
396 PyObject *newitem, *parent, **arr; siftdown_max() local
[all...]
/third_party/libexif/libexif/
H A Dexif-entry.c58 if (e && e->parent && e->parent->parent) in exif_entry_log()
59 l = exif_data_get_log (e->parent->parent); in exif_entry_log()
85 if (e->parent && e->parent->parent) in exif_entry_alloc()
86 l = exif_data_get_log (e->parent->parent); in exif_entry_alloc()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dmemops.c60 struct basic_block *parent; in find_dominating_parents() local
62 FOR_EACH_PTR(bb->parents, parent) { in find_dominating_parents()
67 FOR_EACH_PTR_REVERSE(parent->insns, one) { in find_dominating_parents()
84 if (parent->generation == bb->generation) in find_dominating_parents()
86 parent->generation = bb->generation; in find_dominating_parents()
88 if (!find_dominating_parents(insn, parent, dominators, local)) in find_dominating_parents()
95 insert_last_instruction(parent, phisrc); in find_dominating_parents()
99 } END_FOR_EACH_PTR(parent); in find_dominating_parents()
/third_party/skia/third_party/externals/oboe/src/flowgraph/
H A DFlowGraphNode.h163 FlowGraphPort(FlowGraphNode &parent, int32_t samplesPerFrame) in FlowGraphPort() argument
164 : mContainingNode(parent) in FlowGraphPort()
196 FlowGraphPortFloat(FlowGraphNode &parent,
227 FlowGraphPortFloatOutput(FlowGraphNode &parent, int32_t samplesPerFrame) in FlowGraphPortFloatOutput() argument
228 : FlowGraphPortFloat(parent, samplesPerFrame) { in FlowGraphPortFloatOutput()
254 * Call the parent module's onProcess() method.
275 FlowGraphPortFloatInput(FlowGraphNode &parent, int32_t samplesPerFrame) in FlowGraphPortFloatInput() argument
276 : FlowGraphPortFloat(parent, samplesPerFrame) { in FlowGraphPortFloatInput()
277 // Add to parent so it can pull data from each input. in FlowGraphPortFloatInput()
278 parent in FlowGraphPortFloatInput()
[all...]
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_list.c60 test_ast_node->parent = test_db->ast->root; in test_cil_list_append_item()
88 test_ast_node->parent = test_db->ast->root; in test_cil_list_append_item_append()
124 test_ast_node->parent = test_db->ast->root; in test_cil_list_append_item_append_extra()
166 test_ast_node->parent = test_db->ast->root; in test_cil_list_append_item_listnull_neg()
193 test_ast_node->parent = test_db->ast->root; in test_cil_list_append_item_itemnull_neg()
217 test_ast_node->parent = test_db->ast->root; in test_cil_list_prepend_item()
245 test_ast_node->parent = test_db->ast->root; in test_cil_list_prepend_item_prepend()
274 test_ast_node->parent = test_db->ast->root; in test_cil_list_prepend_item_prepend_neg()
308 test_ast_node->parent = test_db->ast->root; in test_cil_list_prepend_item_listnull_neg()
335 test_ast_node->parent in test_cil_list_prepend_item_itemnull_neg()
[all...]

Completed in 17 milliseconds

12345678910>>...72