/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | call_graph.h | 19 #include <set> 41 const std::set<uint32_t>& GetDirectCallees(uint32_t function_id) const { in GetDirectCallees() 47 std::set<uint32_t> GetIndirectCallees(uint32_t function_id) const; 92 std::map<uint32_t, std::set<uint32_t>> call_graph_edges_;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | call_graph.h | 19 #include <set> 41 const std::set<uint32_t>& GetDirectCallees(uint32_t function_id) const { in GetDirectCallees() 47 std::set<uint32_t> GetIndirectCallees(uint32_t function_id) const; 92 std::map<uint32_t, std::set<uint32_t>> call_graph_edges_;
|
/third_party/spirv-tools/source/fuzz/ |
H A D | call_graph.h | 19 #include <set> 41 const std::set<uint32_t>& GetDirectCallees(uint32_t function_id) const { in GetDirectCallees() 47 std::set<uint32_t> GetIndirectCallees(uint32_t function_id) const; 92 std::map<uint32_t, std::set<uint32_t>> call_graph_edges_;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | superInObjectLiterals_ES6.js | 14 set prop(value) { 46 set prop(value) { 75 set prop(value) {
105 set prop(value) {
|
H A D | classStaticBlock22(target=es2022).js | 50 set accessor(v: any) { 64 static set accessor(v: any) { 126 set accessor(v) {
140 static set accessor(v) {
|
H A D | classStaticBlock22(target=esnext).js | 50 set accessor(v: any) { 64 static set accessor(v: any) { 126 set accessor(v) {
140 static set accessor(v) {
|
H A D | collisionThisExpressionAndLocalVarInAccessors.js | 13 set a(val: number) { 35 set a(val: number) { 61 set: function (val) {
89 set: function (val) {
|
H A D | noCollisionThisExpressionAndLocalVarInAccessors.js | 13 set a(val: number) { 35 set a(val: number) { 60 set: function (val) {
86 set: function (val) {
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_message_field.h | 57 virtual void DetermineForwardDeclarations(std::set<string>* fwd_decls) const; 58 virtual void DetermineObjectiveCClassDefinitions(std::set<string>* fwd_decls) const; 74 virtual void DetermineForwardDeclarations(std::set<string>* fwd_decls) const; 75 virtual void DetermineObjectiveCClassDefinitions(std::set<string>* fwd_decls) const;
|
/third_party/protobuf/python/docs/ |
H A D | make.bat | 8 set SPHINXBUILD=sphinx-build
10 set SOURCEDIR=.
11 set BUILDDIR=_build
19 echo.installed, then set the SPHINXBUILD environment variable to point
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | proc_sysctl.c | 77 .set = &sysctl_table_root.default_set, 190 struct ctl_table_root *root, struct ctl_table_set *set, in init_header() 200 head->set = set; in init_header() 331 struct ctl_table_set *set = &root->default_set; in lookup_header_set() local 333 set = root->lookup(root); in lookup_header_set() 334 return set; in lookup_header_set() 893 struct ctl_table_set *set = p->set; in sysctl_is_seen() local 898 else if (!set in sysctl_is_seen() 189 init_header(struct ctl_table_header *head, struct ctl_table_root *root, struct ctl_table_set *set, struct ctl_node *node, struct ctl_table *table) init_header() argument 946 new_dir(struct ctl_table_set *set, const char *name, int namelen) new_dir() argument 987 struct ctl_table_set *set = dir->header.set; get_subdir() local 1034 xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir) xlate_dir() argument 1052 struct ctl_table_set *set; sysctl_follow_link() local 1304 __register_sysctl_table( struct ctl_table_set *set, const char *path, struct ctl_table *table) __register_sysctl_table() argument 1452 register_leaf_sysctl_tables(const char *path, char *pos, struct ctl_table_header ***subheader, struct ctl_table_set *set, struct ctl_table *table) register_leaf_sysctl_tables() argument 1537 __register_sysctl_paths( struct ctl_table_set *set, const struct ctl_path *path, struct ctl_table *table) __register_sysctl_paths() argument 1723 setup_sysctl_set(struct ctl_table_set *set, struct ctl_table_root *root, int (*is_seen)(struct ctl_table_set *)) setup_sysctl_set() argument 1732 retire_sysctl_set(struct ctl_table_set *set) retire_sysctl_set() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_context.c | 402 const struct set_proto_ctx_engines *set = data; in set_proto_ctx_engines_balance() local 403 struct drm_i915_private *i915 = set->i915; in set_proto_ctx_engines_balance() 415 if (idx >= set->num_engines) { in set_proto_ctx_engines_balance() 417 idx, set->num_engines); in set_proto_ctx_engines_balance() 421 idx = array_index_nospec(idx, set->num_engines); in set_proto_ctx_engines_balance() 422 if (set->engines[idx].type != I915_GEM_ENGINE_TYPE_INVALID) { in set_proto_ctx_engines_balance() 467 set->engines[idx].type = I915_GEM_ENGINE_TYPE_PHYSICAL; in set_proto_ctx_engines_balance() 468 set->engines[idx].engine = siblings[0]; in set_proto_ctx_engines_balance() 471 set->engines[idx].type = I915_GEM_ENGINE_TYPE_BALANCED; in set_proto_ctx_engines_balance() 472 set in set_proto_ctx_engines_balance() 489 const struct set_proto_ctx_engines *set = data; set_proto_ctx_engines_bond() local 582 const struct set_proto_ctx_engines *set = data; set_proto_ctx_engines_parallel_submit() local 737 struct set_proto_ctx_engines set = { .i915 = i915 }; set_proto_ctx_engines() local [all...] |
/third_party/musl/src/signal/ |
H A D | sigisemptyset.c | 5 int sigisemptyset(const sigset_t *set) in sigisemptyset() argument 7 for (size_t i=0; i<_NSIG/8/sizeof *set->__bits; i++) in sigisemptyset() 8 if (set->__bits[i]) return 0; in sigisemptyset()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
H A D | 15-1.c | 20 sigset_t set; in main() local 21 sigaddset(&set, SIGABRT); in main() 23 if (pthread_sigmask(SIG_SETMASK, &set, NULL) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
H A D | 15-1.c | 19 sigset_t set; in main() local 20 sigaddset(&set, SIGABRT); in main() 22 if (sigprocmask(SIG_SETMASK, &set, NULL) != 0) { in main()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | btree_test.cc | 74 // against. TreeType is expected to be btree_{set,map,multiset,multimap} and 75 // CheckerType is expected to be {set,map,multiset,multimap}. 318 // be btree_{set,map} and CheckerType is expected to be {set,map}. 797 BtreeTest<BtreeSet, std::set<K>>(); in SetTest() 1295 absl::btree_set<std::string> set({"a", "b"}); in TEST() 1296 EXPECT_EQ(set.count("a"), 1); in TEST() 1297 EXPECT_EQ(set.count("b"), 1); in TEST() 1318 absl::btree_set<std::string> set; in TEST() local 1319 set in TEST() 1384 absl::btree_set<MovableOnlyInstance> set; TEST() local 1443 ExpectOperationCounts(const int expected_moves, const int expected_comparisons, const std::vector<int> &values, InstanceTracker *tracker, Set *set) ExpectOperationCounts() argument 1689 absl::btree_set<int> set; TEST() local 1893 absl::btree_set<int> set = {1, 2, 3, 4, 5}; TEST() local 2767 absl::btree_set<MultiKey, TypeParam> set; TYPED_TEST() local 2783 absl::btree_set<MultiKey, TypeParam> set; TYPED_TEST() local 2804 absl::btree_set<MultiKey, TypeParam> set = { TYPED_TEST() local 2811 const absl::btree_set<MultiKey, TypeParam> set = { TYPED_TEST() local 2942 absl::btree_set<MultiKey, TransparentPassThroughComp<MultiKeyComp>> set; TEST() local 2948 absl::btree_set<MultiKey, MultiKeyComp> set = {{}, MultiKeyComp{}}; TEST() local [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | do_func.S | 101 | Load a signed zero to fp0 and set inex2/ainex 107 bsr ld_pzero |bsr so we can return and set inx 108 bra t_inx2 |now, set the inx for the next inst 111 bra t_inx2 |now, set the inx for the next inst 113 | Load a signed zero to fp0; do not set inex2/ainex 121 | Load a signed infinity to fp0; do not set inex2/ainex 129 | Load a signed one to fp0; do not set inex2/ainex 137 | Load a signed pi/2 to fp0; do not set inex2/ainex 306 beqs smod_zsn |if clr, do not set sign big 307 bsetb #q_sn_bit,FPSR_QBYTE(%a6) |set [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | do_func.S | 101 | Load a signed zero to fp0 and set inex2/ainex 107 bsr ld_pzero |bsr so we can return and set inx 108 bra t_inx2 |now, set the inx for the next inst 111 bra t_inx2 |now, set the inx for the next inst 113 | Load a signed zero to fp0; do not set inex2/ainex 121 | Load a signed infinity to fp0; do not set inex2/ainex 129 | Load a signed one to fp0; do not set inex2/ainex 137 | Load a signed pi/2 to fp0; do not set inex2/ainex 306 beqs smod_zsn |if clr, do not set sign big 307 bsetb #q_sn_bit,FPSR_QBYTE(%a6) |set [all...] |
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | ep0.c | 102 * In that case, we will set DWC3_EP_PENDING_REQUEST. When that in __dwc3_gadget_ep0_queue() 103 * flag is set, it's telling us that as soon as Gadget queues the in __dwc3_gadget_ep0_queue() 159 * the wire, with the TRB's status set to "SETUP_PENDING". Such status in __dwc3_gadget_ep0_queue() 332 * LTM will be set once we know how to set this in HW. in dwc3_ep0_handle_status() 379 int set) in dwc3_ep0_handle_u1() 388 if (set && dwc->dis_u1_entry_quirk) in dwc3_ep0_handle_u1() 392 if (set) in dwc3_ep0_handle_u1() 402 int set) in dwc3_ep0_handle_u2() 412 if (set in dwc3_ep0_handle_u2() 378 dwc3_ep0_handle_u1(struct dwc3 *dwc, enum usb_device_state state, int set) dwc3_ep0_handle_u1() argument 401 dwc3_ep0_handle_u2(struct dwc3 *dwc, enum usb_device_state state, int set) dwc3_ep0_handle_u2() argument 425 dwc3_ep0_handle_test(struct dwc3 *dwc, enum usb_device_state state, u32 wIndex, int set) dwc3_ep0_handle_test() argument 449 dwc3_ep0_handle_device(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl, int set) dwc3_ep0_handle_device() argument 487 dwc3_ep0_handle_intf(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl, int set) dwc3_ep0_handle_intf() argument 512 dwc3_ep0_handle_endpoint(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl, int set) dwc3_ep0_handle_endpoint() argument 546 dwc3_ep0_handle_feature(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl, int set) dwc3_ep0_handle_feature() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_fb.c | 439 static int vmwgfx_set_config_internal(struct drm_mode_set *set) in vmwgfx_set_config_internal() argument 441 struct drm_crtc *crtc = set->crtc; in vmwgfx_set_config_internal() 448 ret = crtc->funcs->set_config(set, &ctx); in vmwgfx_set_config_internal() 470 struct drm_mode_set set; in vmw_fb_kms_detach() local 472 set.crtc = par->crtc; in vmw_fb_kms_detach() 473 set.x = 0; in vmw_fb_kms_detach() 474 set.y = 0; in vmw_fb_kms_detach() 475 set.mode = NULL; in vmw_fb_kms_detach() 476 set.fb = NULL; in vmw_fb_kms_detach() 477 set in vmw_fb_kms_detach() 560 struct drm_mode_set set; vmw_fb_set_par() local [all...] |
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | params.c | 288 * not have the dentry operations set, but still be incompatible in ovl_mount_dir_check() 602 ctx->set.redirect = true; in ovl_parse_param() 606 ctx->set.index = true; in ovl_parse_param() 613 ctx->set.nfs_export = true; in ovl_parse_param() 620 ctx->set.metacopy = true; in ovl_parse_param() 790 struct ovl_opt_set set = ctx->set; in ovl_fs_params_verify() local 805 if (config->index && set.index) { in ovl_fs_params_verify() 807 set.index = false; in ovl_fs_params_verify() 825 if (set in ovl_fs_params_verify() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UCharacterName.java | 559 * Fills set with characters that are used in Unicode character names. 561 * @param set USet to receive characters. Existing contents are deleted. 563 public void getCharNameCharacters(UnicodeSet set) in getCharNameCharacters() argument 565 convert(m_nameSet_, set); in getCharNameCharacters() 569 * Fills set with characters that are used in Unicode character names. 571 * @param set USet to receive characters. Existing contents are deleted. 574 public void getISOCommentCharacters(UnicodeSet set) in getISOCommentCharacters() argument 576 convert(m_ISOCommentSet_, set); in getISOCommentCharacters() 647 * @return true if prefix is set 661 * @return true if values are set 799 add(int set[], int maxlength) add() argument 1400 add(int set[], char ch) add() argument 1412 contains(int set[], char ch) contains() argument 1423 add(int set[], String str) add() argument 1439 add(int set[], StringBuffer str) add() argument 1500 addGroupName(int offset, int length, byte tokenlength[], int set[]) addGroupName() argument 1653 convert(int set[], UnicodeSet uset) convert() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UCharacterName.java | 560 * Fills set with characters that are used in Unicode character names. 562 * @param set USet to receive characters. Existing contents are deleted. 564 public void getCharNameCharacters(UnicodeSet set) in getCharNameCharacters() argument 566 convert(m_nameSet_, set); in getCharNameCharacters() 570 * Fills set with characters that are used in Unicode character names. 572 * @param set USet to receive characters. Existing contents are deleted. 575 public void getISOCommentCharacters(UnicodeSet set) in getISOCommentCharacters() argument 577 convert(m_ISOCommentSet_, set); in getISOCommentCharacters() 648 * @return true if prefix is set 662 * @return true if values are set 800 add(int set[], int maxlength) add() argument 1401 add(int set[], char ch) add() argument 1413 contains(int set[], char ch) contains() argument 1424 add(int set[], String str) add() argument 1440 add(int set[], StringBuffer str) add() argument 1501 addGroupName(int offset, int length, byte tokenlength[], int set[]) addGroupName() argument 1654 convert(int set[], UnicodeSet uset) convert() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | gregocal.cpp | 32 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD. 229 set(UCAL_ERA, AD); in GregorianCalendar() 230 set(UCAL_YEAR, year); in GregorianCalendar() 231 set(UCAL_MONTH, month); in GregorianCalendar() 232 set(UCAL_DATE, date); in GregorianCalendar() 244 set(UCAL_ERA, AD); in GregorianCalendar() 245 set(UCAL_YEAR, year); in GregorianCalendar() 246 set(UCAL_MONTH, month); in GregorianCalendar() 247 set(UCAL_DATE, date); in GregorianCalendar() 248 set(UCAL_HOUR_OF_DA in GregorianCalendar() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | gregocal.cpp | 32 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD. 229 set(UCAL_ERA, AD); in GregorianCalendar() 230 set(UCAL_YEAR, year); in GregorianCalendar() 231 set(UCAL_MONTH, month); in GregorianCalendar() 232 set(UCAL_DATE, date); in GregorianCalendar() 244 set(UCAL_ERA, AD); in GregorianCalendar() 245 set(UCAL_YEAR, year); in GregorianCalendar() 246 set(UCAL_MONTH, month); in GregorianCalendar() 247 set(UCAL_DATE, date); in GregorianCalendar() 248 set(UCAL_HOUR_OF_DA in GregorianCalendar() [all...] |