/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLDevice.cpp | 429 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 D | BasicBlock.cpp | 54 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 D | Image.hpp | 214 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 D | crypto.h | 166 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 D | drbg_hash.c | 410 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 D | drbg_hmac.c | 296 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 D | filtration.py | 214 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 D | SkPDFTag.cpp | 11 // 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 D | SkOpSpan.h | 279 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 D | hb-font.h | 936 hb_font_create_sub_font (hb_font_t *parent); 967 hb_font_t *parent);
|
/third_party/skia/tools/gpu/gl/interface/ |
H A D | gen_interface.go | 265 func writeToFile(parent, file, content string) { 266 p := filepath.Join(parent, file)
|
/third_party/toybox/kconfig/ |
H A D | mconf.c | 339 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 D | grep.c | 419 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 D | basic.rs | 284 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 D | mustpass.py | 173 def addOptionElement (parent, optionName, optionValue): 174 ElementTree.SubElement(parent, "option", name=optionName, value=optionValue)
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | parse.c | 911 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.c | 197 /* 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 D | libcpuset.c | 2286 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 D | fsstress.c | 97 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 D | x509_vfy.c | 470 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 D | x509_vfy.c | 470 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 D | nir_algebraic.py | 805 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 D | nir_instr_set.c | 161 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 D | ares_dns_write.c | 520 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 D | gen_pack.py | 402 def __init__(self, parser, parent, start, count, label): 404 self.parent = parent
|