Home
last modified time | relevance | path

Searched defs:child (Results 426 - 450 of 546) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/ltp/testcases/kernel/ipc/pipeio/
H A Dpipeio.c133 pid_t child; in main() local
[all...]
/third_party/ltp/testcases/kernel/mem/lib/
H A Dmem.c418 stop_ksm_children(int *child, int num) stop_ksm_children() argument
430 resume_ksm_children(int *child, int num) resume_ksm_children() argument
443 int i, j, status, *child; create_same_memory() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dflow.c597 struct basic_block *child; in mark_bb_reachable() local
622 struct basic_block *child, *parent; in kill_bb() local
798 struct basic_block *child; in convert_to_jump() local
979 struct basic_block *parent, *child, *last; pack_basic_blocks() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dcontexts.cc513 IsBootstrappingOrValidParentContext(Object object, Context child) IsBootstrappingOrValidParentContext() argument
/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data.cc252 void PreparseDataBuilder::AddChild(PreparseDataBuilder* child) { in AddChild() argument
491 ZonePreparseData* child = builder->Serialize(zone); in Serialize() local
795 ZonePreparseData* child = get_child(i); in Serialize() local
811 ZonePreparseData* child = get_child(i); in Serialize() local
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnir.c98 ppir_node *child = NULL; in ppir_node_add_src() local
503 ppir_node *child = block->comp->var_nodes[ns->ssa->index]; ppir_emit_tex() local
[all...]
/third_party/mesa3d/src/util/
H A Dralloc.c60 struct ralloc_header *child; member
159 ralloc_header *child, *old, *info; in resize() local
318 ralloc_header *new_info, *old_info, *child; ralloc_adopt() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateAST.cpp166 TIntermNode *child = node->getChildNode(i); in visitNode() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.cpp254 SparseIndexNode* child = DE_NULL; in addToSparseIndex() local
336 const SparseIndexNode* child in addAndCountNodes() local
[all...]
/third_party/vk-gl-cts/executor/tools/
H A DxeCommandLineExecutor.cpp309 const xe::TestNode* child = group.getChild(childNdx); in addMatchingCases() local
333 const xe::TestNode* child = group.getChild(childNdx); in removeMatchingCases() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-repacker.hh133 unsigned child; member
514 auto& child = vertices_[node_idx]; in duplicate() local
661 const auto& child = vertices_[o.child]; print_overflows() local
830 const auto& child = vertices_[link.objidx].obj; update_distances() local
859 const auto& child = vertices_[link.objidx]; compute_offset() local
1080 const auto& child = sorted_graph.vertices_[r.child]; _process_overflows() local
[all...]
/third_party/python/Modules/
H A D_abc.c483 set_collection_flag_recursive(PyTypeObject *child, unsigned long flag) in set_collection_flag_recursive() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_internal.h275 CordRep* child; member
H A Dcord_rep_ring.cc91 CordRep* child = rep.entry_child(head); in operator <<() local
119 Add(CordRep* child, size_t offset, pos_type end_pos) Add() argument
166 CordRep* child = entry_child(head); IsValid() local
297 CordRep* child = entry_child(back); GetAppendBuffer() local
316 CordRep* child = entry_child(head_); GetPrependBuffer() local
329 CreateFromLeaf(CordRep* child, size_t offset, size_t len, size_t extra) CreateFromLeaf() argument
341 CreateSlow(CordRep* child, size_t extra) CreateSlow() argument
358 Create(CordRep* child, size_t extra) Create() argument
434 AppendSlow(CordRepRing* rep, CordRep* child) AppendSlow() argument
445 AppendLeaf(CordRepRing* rep, CordRep* child, size_t offset, size_t len) AppendLeaf() argument
458 Append(CordRepRing* rep, CordRep* child) Append() argument
469 PrependSlow(CordRepRing* rep, CordRep* child) PrependSlow() argument
480 PrependLeaf(CordRepRing* rep, CordRep* child, size_t offset, size_t len) PrependLeaf() argument
494 Prepend(CordRepRing* rep, CordRep* child) Prepend() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_ring_test.cc377 CordRepRing* CreateWithCapacity(CordRep* child, size_t extra_capacity) { in CreateWithCapacity() argument
558 auto* child = RefIfInputSharedIndirect(MakeSubstring(4, 20, flat)); in TEST_P() local
567 auto* child = RefIfInputShared(MakeExternal(str1)); in TEST_P() local
577 auto* child = RefIfInputSharedIndirect(MakeSubstring(1, 24, external)); in TEST_P() local
589 auto* child = TEST_P() local
617 auto* child = RefIfInputShared(MakeSubstring(off, len, concat)); TEST_P() local
640 CordRep* child = MakeFlat(str1); TEST_P() local
650 CordRep* child = MakeFlat(str1); TEST_P() local
1030 CordRepRing* child = FromFlats(flats, composition); TEST_P() local
1043 CordRep* child = RefIfInputSharedIndirect(FromFlats(flats, composition)); TEST_P() local
1058 CordRep* child = RefIfInputSharedIndirect(FromFlats(flats, composition)); TEST_P() local
1073 CordRep* child = RefIfInputSharedIndirect(FromFlats(flats, composition)); TEST_P() local
1088 CordRep* child = RefIfInputSharedIndirect(FromFlats(flats, composition)); TEST_P() local
1103 CordRep* child = RefIfInputSharedIndirect(FromFlats(flats, composition)); TEST_P() local
1118 CordRep* child = RefIfInputSharedIndirect(FromFlats(flats, composition)); TEST_P() local
1136 CordRepRing* child = RefIfInputSharedIndirect(FromFlats(flats, composition)); TEST_P() local
1151 CordRepRing* child = RefIfInputShared(FromFlats(flats, composition)); TEST_P() local
1164 CordRep* child = RefIfInputShared(FromFlats(flats, composition)); TEST_P() local
1179 CordRep* child = RefIfInputShared(FromFlats(flats, composition)); TEST_P() local
1193 CordRep* child = RefIfInputShared(FromFlats(flats, composition)); TEST_P() local
1208 CordRep* child = RefIfInputShared(FromFlats(flats, composition)); TEST_P() local
1223 CordRep* child = RefIfInputShared(FromFlats(flats, composition)); TEST_P() local
1239 CordRep* child = RefIfInputShared(FromFlats(flats, composition)); TEST_P() local
1256 CordRep* child = RefIfInputShared(FromFlats(flats, composition)); TEST_P() local
1406 CordRep* child = FromFlats(flats, kAppend); TEST_F() local
1416 auto* child = MakeSubstring(4, 20, MakeFlat(str1)); TEST_F() local
[all...]
/third_party/skia/include/effects/
H A DSkRuntimeEffect.h381 BuilderChild child(const char* name) { in child() function in SkSL::SkRuntimeEffectBuilder
382 const SkRuntimeEffect::Child* child = fEffect->findChild(name); in child() local
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DDisplacementMapEffect.cpp77 static sk_sp<DisplacementNode> Make(sk_sp<RenderNode> child, in Make() argument
121 DisplacementNode(sk_sp<RenderNode> child, const SkSize& child_size, in DisplacementNode() argument
[all...]
H A DFractalNoiseEffect.cpp237 explicit FractalNoiseNode(sk_sp<RenderNode> child) : INHERITED({std::move(child)}) {} in FractalNoiseNode() argument
304 const auto& child = this->children()[0]; variable
/third_party/skia/modules/skottie/src/
H A DSkottie.cpp78 OpacityAdapter(const skjson::ObjectValue& jobject, sk_sp<sksg::RenderNode> child, const AnimationBuilder& abuilder) OpacityAdapter() argument
/third_party/vulkan-loader/loader/
H A DcJSON.c595 cJSON *child; in parse_array() local
637 cJSON *child = item->child; print_array() local
734 cJSON *child; parse_object() local
792 cJSON *child = item->child; print_object() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dclearvideo.c66 struct TileInfo *child[4]; member
H A Dagm.c918 int child[2]; member
[all...]
/third_party/elfutils/tests/
H A Dvarlocs.c1026 Dwarf_Die child; handle_die() local
[all...]
/third_party/f2fs-tools/fsck/
H A Ddict.c641 dnode_t *nil = dict_nil(dict), *child, *delparent = delete->parent; in dict_delete() local
[all...]
/third_party/ffmpeg/fftools/
H A Dcmdutils.c166 const AVClass *child; in show_help_children() local

Completed in 28 milliseconds

1...<<11121314151617181920>>...22