Home
last modified time | relevance | path

Searched refs:expand (Results 151 - 175 of 196) sorted by relevance

12345678

/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_shader.cpp586 b->expand(); in expand_bbs()
/third_party/libabigail/src/
H A Dabg-reporter-priv.cc865 loc.expand(path, line, column); in report_loc_info()
H A Dabg-ir.cc392 location::expand(std::string& path, unsigned& line, unsigned& column) const in expand() function in abigail::ir::location
398 // expand to default values. in expand()
412 location::expand(void) const in expand() function in abigail::ir::location
416 expand(path, line, column); in expand()
465 /// @param location the instance of location type to expand
3207 fl.expand(p1, l1, c1); in compare_using_locations()
3208 sl.expand(p2, l2, c2); in compare_using_locations()
9325 << " // definition point: " << get_natural_or_artificial_location(c).expand() << "\n" in get_debug_representation()
9373 << " // definition point: " << get_natural_or_artificial_location(e).expand() << "\n" in get_debug_representation()
13105 string str = l.expand(); in maybe_update_types_lookup_map()
[all...]
H A Dabg-dwarf-reader.cc3092 qualified_name = l ? l.expand() : "noloc"; in get_die_qualified_type_name()
12256 result = lookup_enum_type_per_location(loc.expand(), *corp);
12773 result = lookup_class_type_per_location(loc.expand(), *corp);
13181 result = lookup_union_type_per_location(loc.expand(), *corp);
14233 result = lookup_typedef_type_per_location(loc.expand(), *corp);
H A Dabg-writer.cc1247 loc.expand(filepath, line, column); in write_location()
4783 l.expand(path, line, col); in dump_location()
H A Dabg-suppression.cc1083 loc.expand(loc_path, loc_line, loc_column); in suppression_matches_type_location()
/third_party/toybox/generated/
H A Dglobals.h1278 // toys/posix/expand.c
1741 struct expand_data expand; member
/third_party/selinux/libsepol/src/
H A Dmodule.c25 #include <sepol/policydb/expand.h>
H A Dhierarchy.c35 #include <sepol/policydb/expand.h>
240 ERR(handle,"Failed to expand parent rules"); in bounds_expand_parent_rules()
H A Dexpand.c28 #include <sepol/policydb/expand.h>
1043 /* expand the semantic MLS info */ in user_copy_callback()
1578 /* expand the type sets */ in expand_range_trans()
2536 unsigned char expand = alwaysexpand || !ebitmap_is_empty(&set->negset) || set->flags; in type_set_expand() local
2559 (expand || (type->flags & TYPE_FLAGS_EXPAND_ATTR_TRUE))) { in type_set_expand()
2776 /* expand the range transition rules */ in copy_and_expand_avrule_block()
2830 * expand only the avrules and optionally perform expansion of neverallow rules
2831 * or expand into the same policy for analysis purposes.
2956 /* Linking should always be done before calling expand, even if
2988 ERR(handle, "Target of expand wa in expand_module()
[all...]
/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y45 #include <sepol/policydb/expand.h>
H A Dcheckpolicy.c88 #include <sepol/policydb/expand.h>
/third_party/python/Lib/idlelib/
H A Dpyshell.py654 sc.frame.pack(expand=1, fill="both")
656 node.expand()
H A Deditor.py221 text_frame.pack(side=LEFT, fill=BOTH, expand=1)
332 text.bind("<<expand-word>>", self.AutoExpand(self).expand_word_event)
/third_party/selinux/libsepol/cil/src/
H A Dcil_copy_ast.c659 new->expand = orig->expand; in cil_copy_expandtypeattribute()
H A Dcil_write_ast.c1073 fprintf(out, " %s)\n", attr->expand ? "true" : "false"); in cil_write_ast_node()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c4308 COMP_CTX_free(s->expand); in ssl_clear_cipher_ctx()
4309 s->expand = NULL; in ssl_clear_cipher_ctx()
4371 return s->expand ? COMP_CTX_get_method(s->expand) : NULL; in SSL_get_current_expansion()
/third_party/openssl/ssl/
H A Dssl_lib.c4189 COMP_CTX_free(s->expand); in ssl_clear_cipher_ctx()
4190 s->expand = NULL; in ssl_clear_cipher_ctx()
4252 return s->expand ? COMP_CTX_get_method(s->expand) : NULL; in SSL_get_current_expansion()
/third_party/libabigail/include/
H A Dabg-ir.h407 expand(std::string& path, unsigned& line, unsigned& column) const;
410 expand(void) const;
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c2651 * the expand_16 case with the current code in libpng the expand happens after
6236 * tRNS chunk to expand at this point. in image_pixel_add_alpha()
7125 /* This effectively does an 'expand' only if there is some transparency to in image_transform_png_set_tRNS_to_alpha_mod()
7199 /* Simply expand the bit depth and alter the colour type as required. */ in image_transform_png_set_gray_to_rgb_mod()
7254 /* The general expand case depends on what the colour type is: */ in image_transform_png_set_expand_mod()
7275 /* 'expand' should do nothing for RGBA or GA input - no tRNS and the bit in image_transform_png_set_expand_add()
7281 IT(expand); variable
7283 #define PT ITSTRUCT(expand)
7288 * Pre 1.7.0 LIBPNG BUG: this just does an 'expand'
7296 /* NOTE: don't expect this to expand tRN in image_transform_png_set_expand_gray_1_2_4_to_8_set()
8265 int expand; image_transform_png_set_background_set() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp560 MSE.expand(); in schedule()
563 MSE.expand(); in schedule()
/third_party/gn/src/gn/
H A Dvariables.cc564 Args can also expand the substitution patterns corresponding to config
640 This string is used by the "create_bundle" target to expand the
670 This string is used by the "create_bundle" target to expand the
689 This string is used by the "create_bundle" target to expand the
741 This string is used by the "create_bundle" target to expand the
/third_party/python/Lib/test/
H A Dtest_re.py698 .expand(r"\2 \1 \g<second> \g<first>"),
702 .expand(r"\2 \g<second>"),
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java2862 StringRange.expand(lastString, curString, true, strings); in applyPattern()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java2751 StringRange.expand(lastString, curString, true, strings); in applyPattern()

Completed in 126 milliseconds

12345678