Home
last modified time | relevance | path

Searched refs:parent (Results 1226 - 1250 of 1826) sorted by relevance

1...<<41424344454647484950>>...74

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLDevice.cpp429 Device *parent, in Device()
432 : mPlatform(platform), mParent(parent), mImpl(createFunc(*this)), mInfo(mImpl->createInfo(type)) in Device()
428 Device(Platform &platform, Device *parent, DeviceType type, const rx::CLDeviceImpl::CreateFunc &createFunc) Device() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DBasicBlock.cpp54 assert(NewParent && "Expected a parent"); in insertInto()
55 assert(!Parent && "Already has a parent"); in insertInto()
87 void BasicBlock::setParent(Function *parent) { in setParent() argument
88 // Set Parent=parent, updating instruction symtab entries as appropriate. in setParent()
89 InstList.setSymTabObject(&Parent, parent); in setParent()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.hpp214 void unbind(const Texture *parent); // Break parent ownership and release
215 bool isChildOf(const Texture *parent) const;
/third_party/openssl/ohos_lite/include/openssl/
H A Dcrypto.h166 typedef void CRYPTO_EX_new (void *parent, void *ptr, CRYPTO_EX_DATA *ad,
168 typedef void CRYPTO_EX_free (void *parent, void *ptr, CRYPTO_EX_DATA *ad,
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_hash.c410 static void *drbg_hash_new_wrapper(void *provctx, void *parent, in drbg_hash_new_wrapper() argument
413 return ossl_rand_drbg_new(provctx, parent, parent_dispatch, &drbg_hash_new, in drbg_hash_new_wrapper()
H A Ddrbg_hmac.c296 static void *drbg_hmac_new_wrapper(void *provctx, void *parent, in drbg_hmac_new_wrapper() argument
299 return ossl_rand_drbg_new(provctx, parent, parent_dispatch, &drbg_hmac_new, in drbg_hmac_new_wrapper()
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H A Dfiltration.py214 parent = self._get_parent_locale(locale, tree)
215 if self._match_recursive(parent, tree):
222 """Gets the parent locale in the given tree, according to dependency data."""
/third_party/skia/src/pdf/
H A DSkPDFTag.cpp11 // The struct parent tree consists of one entry per page, followed by
250 SkPDFIndirectReference SkPDFTagTree::PrepareTagTreeToEmit(SkPDFIndirectReference parent, in PrepareTagTreeToEmit() argument
284 dict.insertRef("P", parent); in PrepareTagTreeToEmit()
330 // Build the parent tree, which consists of two things: in makeStructTreeRoot()
/third_party/skia/src/pathops/
H A DSkOpSpan.h279 void initBase(SkOpSegment* parent, SkOpSpan* prev, double t, const SkPoint& pt);
464 void init(SkOpSegment* parent, SkOpSpan* prev, double t, const SkPoint& pt);
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-font.h936 hb_font_create_sub_font (hb_font_t *parent);
967 hb_font_t *parent);
/third_party/skia/tools/gpu/gl/interface/
H A Dgen_interface.go265 func writeToFile(parent, file, content string) {
266 p := filepath.Join(parent, file)
/third_party/toybox/kconfig/
H A Dmconf.c339 menu = prop->menu->parent; in get_prompt_str()
340 for (i = 0; menu != &rootmenu && i < 8; menu = menu->parent) in get_prompt_str()
/third_party/toybox/toys/posix/
H A Dgrep.c419 if (!new->parent) TT.tried++; in do_grep_r()
439 if (new->parent && !FLAG(h)) toys.optflags |= FLAG_H; in do_grep_r()
/third_party/rust/crates/which-rs/tests/
H A Dbasic.rs284 let b = f.bins[3].parent().unwrap().join(&BIN_NAME); in test_which_absolute_extension()
293 let b = f.bins[4].parent().unwrap().join(&BIN_NAME); in test_which_absolute_extension()
/third_party/vk-gl-cts/scripts/
H A Dmustpass.py173 def addOptionElement (parent, optionName, optionValue):
174 ElementTree.SubElement(parent, "option", name=optionName, value=optionValue)
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c911 static struct token *parse_enum_declaration(struct token *token, struct symbol *parent) in parse_enum_declaration() argument
918 parent->examined = 1; in parse_enum_declaration()
919 parent->ctype.base_type = &int_ctype; in parse_enum_declaration()
954 sym->ctype.base_type = parent; in parse_enum_declaration()
955 add_ptr_list(&parent->symbol_list, sym); in parse_enum_declaration()
961 if (ctype == parent) in parse_enum_declaration()
995 parent->ctype.base_type = base_type; in parse_enum_declaration()
1028 parent->ctype.base_type = base_type; in parse_enum_declaration()
1029 parent->ctype.modifiers |= (base_type->ctype.modifiers & MOD_UNSIGNED); in parse_enum_declaration()
1030 parent in parse_enum_declaration()
[all...]
/third_party/python/Modules/
H A D_elementtree.c197 /* text after this element, in parent. note that this is a tagged
499 /* add a child element to a parent */ in element_add_subelement()
582 ElementObject* parent; in subelement() local
586 &Element_Type, &parent, &tag, in subelement()
614 if (element_add_subelement(parent, elem) < 0) { in subelement()
2057 * Each stack item contains the saved parent to which we should return after
2058 * the current one is exhausted, and the next child to examine in that parent.
2061 ElementObject *parent; member
2084 Py_XDECREF(it->parent_stack[i].parent); in elementiter_dealloc()
2098 Py_VISIT(it->parent_stack[i].parent); in elementiter_traverse()
2108 parent_stack_push_new(ElementIterObject *it, ElementObject *parent) parent_stack_push_new() argument
[all...]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c2286 char parent[PATH_MAX]; in cpuset_collides_exclusive() local
2300 fullpath(parent, sizeof(parent), cpusetpath); in cpuset_collides_exclusive()
2301 if (streq(parent, cpusetmnt)) in cpuset_collides_exclusive()
2303 pathcopy = strdup(parent); in cpuset_collides_exclusive()
2304 p = strrchr(parent, '/'); in cpuset_collides_exclusive()
2307 *p = 0; /* now parent is dirname of fullpath */ in cpuset_collides_exclusive()
2314 if ((dir = opendir(parent)) == NULL) in cpuset_collides_exclusive()
2334 pathcat2(child, sizeof(child), parent, dent->d_name); in cpuset_collides_exclusive()
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c97 int parent; member
506 if (getppid() == 1) /* parent died already? */ in main()
558 void add_to_flist(int ft, int id, int parent) in add_to_flist() argument
570 fep->parent = parent; in add_to_flist()
800 if (fep->parent != -1) { in fent_to_name()
801 pfep = dirid_to_fent(fep->parent); in fent_to_name()
819 if (fep->parent == oldid) in fix_parent()
820 fep->parent = newid; in fix_parent()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vfy.c470 if (ctx->parent != NULL) { in check_extensions()
918 if (ctx->parent) in check_revocation()
1316 * parent. This could be optimised somewhat since a lot of path checking will
1317 * be duplicated by the parent, but this will rarely be used in practice.
1325 if (ctx->parent != NULL) in check_crl_path()
1334 crl_ctx.parent = ctx; in check_crl_path()
1633 if (ctx->parent) in check_policy()
2189 return ctx->parent; in X509_STORE_CTX_get0_parent_ctx()
2347 ctx->parent = NULL; in X509_STORE_CTX_init()
2480 if (ctx->parent in X509_STORE_CTX_cleanup()
[all...]
/third_party/openssl/crypto/x509/
H A Dx509_vfy.c470 if (ctx->parent != NULL) { in check_extensions()
918 if (ctx->parent) in check_revocation()
1316 * parent. This could be optimised somewhat since a lot of path checking will
1317 * be duplicated by the parent, but this will rarely be used in practice.
1325 if (ctx->parent != NULL) in check_crl_path()
1334 crl_ctx.parent = ctx; in check_crl_path()
1635 if (ctx->parent) in check_policy()
2191 return ctx->parent; in X509_STORE_CTX_get0_parent_ctx()
2349 ctx->parent = NULL; in X509_STORE_CTX_init()
2482 if (ctx->parent in X509_STORE_CTX_cleanup()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_algebraic.py805 state of the parent node based on the state of its children. We construct a
1056 # corresponding parent items. This is Comp_a from the paper.
1057 parent = set(self.items[op, item_srcs] for item_srcs in
1062 parent.add(self.wildcard)
1064 table[src_indices] = self.states.add(frozenset(parent))
H A Dnir_instr_set.c161 hash = hash_src(hash, &instr->parent); in hash_deref()
614 if (!nir_srcs_equal(deref1->parent, deref2->parent)) in nir_instrs_equal()
/third_party/node/deps/cares/src/lib/
H A Dares_dns_write.c520 unsigned short rcode = (unsigned short)((rr->parent->rcode >> 4) & 0xFF); in ares_dns_write_rr_opt()
800 /* We need to go back and overwrite the type that was emitted by the parent in ares_dns_write_rr_raw_rr()
885 if (rr->parent->ttl_decrement > ttl) { in ares_dns_write_rr()
888 ttl -= rr->parent->ttl_decrement; in ares_dns_write_rr()
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Dgen_pack.py402 def __init__(self, parser, parent, start, count, label):
404 self.parent = parent

Completed in 40 milliseconds

1...<<41424344454647484950>>...74