/third_party/typescript/tests/baselines/reference/ |
H A D | typeOfThisInStaticMembers10(target=esnext).js | 23 static set fa (v: number) { 45 static set fa (v: number) { 77 static set fa(v) {
100 static set fa(v) {
|
H A D | typeOfThisInStaticMembers11(target=es2022).js | 23 static set fa (v: number) { 45 static set fa (v: number) { 77 static set fa(v) {
100 static set fa(v) {
|
H A D | typeOfThisInStaticMembers11(target=esnext).js | 23 static set fa (v: number) { 45 static set fa (v: number) { 77 static set fa(v) {
100 static set fa(v) {
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | thread_identity.h | 86 // releases the lock. It may not be set to false 191 #error ABSL_THREAD_IDENTITY_MODE_USE_POSIX_SETSPECIFIC cannot be directly set 197 #error ABSL_THREAD_IDENTITY_MODE_USE_TLS cannot be directly set 203 #error ABSL_THREAD_IDENTITY_MODE_USE_CPP11 cannot be directly set 209 #error ABSL_THREAD_IDENTITY_MODE cannot be directly set
|
/third_party/skia/modules/skottie/src/ |
H A D | SkottieProperty.cpp | 63 void PropertyHandle<ColorPropertyValue, sksg::Color>::set(const ColorPropertyValue& c) { in set() function in skottie::PropertyHandle 76 void PropertyHandle<OpacityPropertyValue, sksg::OpacityEffect>::set(const OpacityPropertyValue& o) { in set() function in skottie::PropertyHandle 89 void PropertyHandle<TextPropertyValue, internal::TextAdapter>::set(const TextPropertyValue& t) { in set() function in skottie::PropertyHandle 110 void PropertyHandle<TransformPropertyValue, internal::TransformAdapter2D>::set( in set() function in skottie::PropertyHandle
|
/third_party/spirv-tools/test/opt/ |
H A D | dataflow.cpp | 18 #include <set> 47 // For each block, stores the set of blocks it can be preceded by. 60 std::map<uint32_t, std::set<uint32_t>> reachable_from; 72 std::set<uint32_t>& precedents = reachable_from[id]; 213 std::map<uint32_t, std::set<uint32_t>> expected_result; in TEST_F()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_atomic.c | 481 /* the legacy pointers should never be set */ in drm_atomic_get_plane_state() 559 /* either *both* CRTC and FB must be set, or neither */ in drm_atomic_plane_check() 561 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] CRTC set but no FB\n", in drm_atomic_plane_check() 565 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] FB set but no CRTC\n", in drm_atomic_plane_check() 1413 struct drm_mode_set *set) in update_output_state() 1415 struct drm_device *dev = set->crtc->dev; in update_output_state() 1428 ret = drm_atomic_add_affected_connectors(state, set->crtc); in update_output_state() 1433 if (new_conn_state->crtc == set->crtc) { in update_output_state() 1444 /* Then set all connectors from set in update_output_state() 1412 update_output_state(struct drm_atomic_state *state, struct drm_mode_set *set) update_output_state() argument 1481 __drm_atomic_helper_set_config(struct drm_mode_set *set, struct drm_atomic_state *state) __drm_atomic_helper_set_config() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | compat.h | 440 extern int get_compat_sigset(sigset_t *set, const compat_sigset_t __user *compat); 447 put_compat_sigset(compat_sigset_t __user *compat, const sigset_t *set, in put_compat_sigset() argument 454 case 4: v.sig[7] = (set->sig[3] >> 32); v.sig[6] = set->sig[3]; in put_compat_sigset() 456 case 3: v.sig[5] = (set->sig[2] >> 32); v.sig[4] = set->sig[2]; in put_compat_sigset() 458 case 2: v.sig[3] = (set->sig[1] >> 32); v.sig[2] = set->sig[1]; in put_compat_sigset() 460 case 1: v.sig[1] = (set->sig[0] >> 32); v.sig[0] = set in put_compat_sigset() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_atomic.c | 336 * drm_atomic_state.allow_modeset is set, or if it's a driver-internal commit 535 /* the legacy pointers should never be set */ in drm_atomic_get_plane_state() 613 /* either *both* CRTC and FB must be set, or neither */ in drm_atomic_plane_check() 615 drm_dbg_atomic(plane->dev, "[PLANE:%d:%s] CRTC set but no FB\n", in drm_atomic_plane_check() 619 drm_dbg_atomic(plane->dev, "[PLANE:%d:%s] FB set but no CRTC\n", in drm_atomic_plane_check() 1571 struct drm_mode_set *set) in update_output_state() 1573 struct drm_device *dev = set->crtc->dev; in update_output_state() 1586 ret = drm_atomic_add_affected_connectors(state, set->crtc); in update_output_state() 1591 if (new_conn_state->crtc == set->crtc) { in update_output_state() 1602 /* Then set al in update_output_state() 1570 update_output_state(struct drm_atomic_state *state, struct drm_mode_set *set) update_output_state() argument 1639 __drm_atomic_helper_set_config(struct drm_mode_set *set, struct drm_atomic_state *state) __drm_atomic_helper_set_config() argument [all...] |
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | css.c | 64 struct idset *set; member 75 if (cb->set) in call_fn_known_sch() 76 idset_sch_del(cb->set, sch->schid); in call_fn_known_sch() 87 if (idset_sch_contains(cb->set, schid)) in call_fn_unknown_sch() 124 cb.set = NULL; in for_each_subchannel_staged() 129 cb.set = idset_sch_new(); in for_each_subchannel_staged() 130 if (!cb.set) in for_each_subchannel_staged() 134 idset_fill(cb.set); in for_each_subchannel_staged() 144 idset_free(cb.set); in for_each_subchannel_staged() 186 "at devno %04X, subchannel set in css_validate_subchannel() 747 struct idset *set = data; __unset_validpath() local 765 struct idset *set = data; __unset_online() local 777 struct idset *set; css_schedule_eval_cond() local [all...] |
/third_party/skia/tests/ |
H A D | DeferredDisplayListTest.cpp | 116 auto set = [&changed](auto& var, auto value) { in modify() local 124 set(fWidth, 63); in modify() 127 set(fHeight, 63); in modify() 130 set(fOrigin, kBottomLeft_GrSurfaceOrigin); in modify() 133 set(fColorType, kRGBA_F16_SkColorType); in modify() 138 set(fColorSpace, SkColorSpace::MakeRGB(SkNamedTransferFn::kSRGB, in modify() 142 set(fSampleCount, 4); in modify() 145 set(fSurfaceProps, SkSurfaceProps(0x0, kRGB_H_SkPixelGeometry)); in modify() 148 set(fSurfaceProps, SkSurfaceProps(SkSurfaceProps::kUseDeviceIndependentFonts_Flag, in modify() 152 set(fShouldCreateMipMap in modify() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dbus_usb.c | 85 void *params, int plen, void *arg, int len, bool set); 87 void *params, int plen, void *arg, int len, bool set); 102 extern int dbus_write_membytes(usb_info_t *usbinfo, bool set, uint32 address, 435 void *params, int plen, void *arg, int len, bool set) in dbus_usb_iovar_op() 439 err = dbus_iovar_process((usb_info_t*)bus, name, params, plen, arg, len, set); in dbus_usb_iovar_op() 446 void *params, int plen, void *arg, int len, bool set) in dbus_iovar_process() 459 ASSERT(set || (arg && len)); in dbus_iovar_process() 462 ASSERT(!set || (!params && !plen)); in dbus_iovar_process() 474 name, (set ? "set" in dbus_iovar_process() 434 dbus_usb_iovar_op(void *bus, const char *name, void *params, int plen, void *arg, int len, bool set) dbus_usb_iovar_op() argument 445 dbus_iovar_process(usb_info_t* usbinfo, const char *name, void *params, int plen, void *arg, int len, bool set) dbus_iovar_process() argument 532 bool set = (actionid == IOV_SVAL(IOV_MEMBYTES)); dbus_usb_doiovar() local [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | params.c | 140 params[i].ops->set); in parse_one() 143 err = params[i].ops->set(val, ¶ms[i]); in parse_one() 228 .set = param_set_##name, \ 282 .set = param_set_charp, 291 /* No equals means "set"... */ in param_set_bool() 308 .set = param_set_bool, 326 /* Don't let them unset it once it's set! */ in param_set_bool_enable_only() 339 .set = param_set_bool_enable_only, 366 .set = param_set_invbool, 389 .set [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | params.c | 141 params[i].ops->set); in parse_one() 144 err = params[i].ops->set(val, ¶ms[i]); in parse_one() 229 .set = param_set_##name, \ 301 .set = param_set_charp, 310 /* No equals means "set"... */ in param_set_bool() 327 .set = param_set_bool, 345 /* Don't let them unset it once it's set! */ in param_set_bool_enable_only() 358 .set = param_set_bool_enable_only, 385 .set = param_set_invbool, 408 .set [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_shader_calls.c | 86 BITSET_WORD *set; member 94 .set = rzalloc_array(mem_ctx, BITSET_WORD, BITSET_WORDS(size)), in bitset_create() 102 struct brw_bitset *set = _set; in src_is_in_bitset() local 110 if (src->ssa->index >= set->size) in src_is_in_bitset() 113 return BITSET_TEST(set->set, src->ssa->index); in src_is_in_bitset() 117 add_ssa_def_to_bitset(nir_ssa_def *def, struct brw_bitset *set) in add_ssa_def_to_bitset() argument 119 if (def->index >= set->size) in add_ssa_def_to_bitset() 122 BITSET_SET(set->set, de in add_ssa_def_to_bitset() [all...] |
/third_party/python/Lib/test/ |
H A D | test_interpreters.py | 102 before = set(interpreters.list_all()) 113 self.assertEqual(set(interpreters.list_all()), before | {interp}) 116 before = set(interpreters.list_all()) 126 self.assertEqual(set(interpreters.list_all()), before | {interp3, interp}) 293 self.assertEqual(set(interpreters.list_all()), 296 self.assertEqual(set(interpreters.list_all()), 300 before = set(interpreters.list_all()) 301 interps = set() 305 self.assertEqual(set(interpreters.list_all()), before | interps) 308 self.assertEqual(set(interpreter [all...] |
/third_party/rust/crates/nix/src/sys/ |
H A D | signal.rs | 449 /// The new mask is the union of the current mask and the specified set. 452 /// complement of the specified set. 454 /// The current mask is replaced by the specified set. 467 /// Specifies a set of [`Signal`]s that may be blocked, waited for, etc. 495 /// Add the specified signal to the set. 501 /// Remove all signals from this set. 507 /// Remove the specified signal from this set. 513 /// Return whether this set includes the specified signal. 525 /// Returns an iterator that yields the signals contained in this set. 530 /// Gets the currently blocked (masked) set o in iter() 1147 let mut set = SigSet::all(); test_clear() variables [all...] |
/third_party/selinux/checkpolicy/test/ |
H A D | dismod.c | 114 static int display_type_set(type_set_t * set, uint32_t flags, policydb_t * policy, in display_type_set() argument 119 if (set->flags & TYPE_STAR) { in display_type_set() 122 } else if (set->flags & TYPE_COMP) { in display_type_set() 131 for (i = ebitmap_startbit(&set->types); i < ebitmap_length(&set->types); in display_type_set() 133 if (!ebitmap_get_bit(&set->types, i)) in display_type_set() 141 for (i = ebitmap_startbit(&set->negset); in display_type_set() 142 i < ebitmap_length(&set->negset); i++) { in display_type_set() 143 if (!ebitmap_get_bit(&set->negset, i)) in display_type_set() 154 for (i = ebitmap_startbit(&set in display_type_set() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | calendar.cpp | 25 * set to false to force update of time. 138 fprintf(stderr, " (internally set) "); in dump() 682 // keeps track of what information was most recently set by the caller, and 685 // If the user sets the fields using set(), the data flow is as follows. 697 // | Using TimeZone or user-set ZONE_OFFSET / DST_OFFSET 717 // complete() method. Resolving a partial set of fields into a UTC millis 953 // Perhaps DefaultCalendar{} was set to another locale. in makeInstance() 974 c->setWeekData(aLocale, c->getType(), success); // set the correct locale (this was an indirect calendar) in makeInstance() 1164 * A status of U_ILLEGAL_ARGUMENT_ERROR is set when millis is 1218 Calendar::set(UCalendarDateField function in Calendar 1237 Calendar::set(int32_t year, int32_t month, int32_t date) set() function in Calendar 1247 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute) set() function in Calendar 1259 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second) set() function in Calendar [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | calendar.cpp | 25 * set to FALSE to force update of time. 138 fprintf(stderr, " (internally set) "); in dump() 667 // keeps track of what information was most recently set by the caller, and 670 // If the user sets the fields using set(), the data flow is as follows. 682 // | Using TimeZone or user-set ZONE_OFFSET / DST_OFFSET 702 // complete() method. Resolving a partial set of fields into a UTC millis 938 // Perhaps DefaultCalendar{} was set to another locale. in makeInstance() 959 c->setWeekData(aLocale, c->getType(), success); // set the correct locale (this was an indirected calendar) in makeInstance() 1149 * A status of U_ILLEGAL_ARGUMENT_ERROR is set when millis is 1203 Calendar::set(UCalendarDateField function in Calendar 1222 Calendar::set(int32_t year, int32_t month, int32_t date) set() function in Calendar 1232 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute) set() function in Calendar 1244 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second) set() function in Calendar [all...] |
/third_party/node/deps/minimatch/ |
H A D | index.js | 23 member instanceof WeakSet ? member.add(obj) : member.set(obj, value); 27 setter ? setter.call(obj, value) : member.set(obj, value); 431 // set to true if it's an extglob with no children 1069 set; 1107 this.set = []; 1111 if (this.options.magicalBraces && this.set.length > 1) { 1114 for (const pattern of this.set) { 1144 let set = this.globParts.map((s, _, __) => { 1156 this.debug(this.pattern, set); 1157 this.set [all...] |
/third_party/python/Lib/unittest/test/ |
H A D | test_case.py | 747 (set(), set()), 768 ({}, set()), 769 (set([4,1]), frozenset([4,2])), 770 (frozenset([4,5]), set([2,3])), 771 (set([3,4]), set([5,4]))] 915 # set a lower threshold value and add a cleanup to restore it 946 # set a lower threshold value and add a cleanup to restore it 1005 [], [divmod, [], 'x', 1, 5j, 2j, set()]) [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | file.c | 57 unsigned int cpy, set; in copy_fd_bitmaps() local 60 set = (nfdt->max_fds - count) / BITS_PER_BYTE; in copy_fd_bitmaps() 62 memset((char *)nfdt->open_fds + cpy, 0, set); in copy_fd_bitmaps() 64 memset((char *)nfdt->close_on_exec + cpy, 0, set); in copy_fd_bitmaps() 67 set = BITBIT_SIZE(nfdt->max_fds) - cpy; in copy_fd_bitmaps() 69 memset((char *)nfdt->full_fds_bits + cpy, 0, set); in copy_fd_bitmaps() 78 size_t cpy, set; in copy_fdtable() local 83 set = (nfdt->max_fds - ofdt->max_fds) * sizeof(struct file *); in copy_fdtable() 85 memset((char *)nfdt->fd + cpy, 0, set); in copy_fdtable() 123 * had been set lowe in alloc_fdtable() 423 unsigned long set; close_files() local 828 unsigned long set; do_close_on_exec() local [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationAPITest.java | 446 * - get/set decomposition mode and comparison level 717 UnicodeSet set; in TestGetTailoredSet() 723 set = coll.getTailoredSet(); in TestGetTailoredSet() 724 logln("Got set: "+set.toPattern(true)); in TestGetTailoredSet() 725 if(set.size() < data[i].length) { in TestGetTailoredSet() 726 errln("Tailored set size smaller ("+set.size()+") than expected ("+data[i].length+")"); in TestGetTailoredSet() 729 logln("Checking to see whether "+data[i][j]+" is in set"); in TestGetTailoredSet() 730 if(!set in TestGetTailoredSet() 1336 doSetsTest(UnicodeSet ref, UnicodeSet set, String inSet, String outSet) doSetsTest() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationAPITest.java | 449 * - get/set decomposition mode and comparison level 720 UnicodeSet set; in TestGetTailoredSet() 726 set = coll.getTailoredSet(); in TestGetTailoredSet() 727 logln("Got set: "+set.toPattern(true)); in TestGetTailoredSet() 728 if(set.size() < data[i].length) { in TestGetTailoredSet() 729 errln("Tailored set size smaller ("+set.size()+") than expected ("+data[i].length+")"); in TestGetTailoredSet() 732 logln("Checking to see whether "+data[i][j]+" is in set"); in TestGetTailoredSet() 733 if(!set in TestGetTailoredSet() 1339 doSetsTest(UnicodeSet ref, UnicodeSet set, String inSet, String outSet) doSetsTest() argument [all...] |