/third_party/musl/libc-test/src/functionalext/common/ |
H A D | sigchain_util.h | 17 * SIG_BLOCK: Mask the signal according to the mask word provided by parameter set. 20 #define SIGCHAIN_TEST_SET_MASK(set, fun, signo, num) do{ \ 21 int result = sigemptyset(&set); \ 26 result = sigaddset(&set, signo[i]); \ 31 result = pthread_sigmask(SIG_BLOCK, &set, NULL); \
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ASTMetadataHLSL.h | 12 #include <set> 41 // so we store the set of all gradient-using control flows. 42 std::set<TIntermNode *> mControlFlowsContainingGradient; 48 std::set<TIntermLoop *> mDiscontinuousLoops; 49 std::set<TIntermIfElse *> mIfsContainingGradientLoop;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | InstructionSelect.h | 36 .set(MachineFunctionProperties::Property::IsSSA) 37 .set(MachineFunctionProperties::Property::Legalized) 38 .set(MachineFunctionProperties::Property::RegBankSelected); 42 return MachineFunctionProperties().set(
|
/third_party/typescript/tests/baselines/reference/ |
H A D | computedPropertyNames2_ES5.js | 8 set [accessorName](v) { } 10 static set [accessorName](v) { } 27 set: function (v) { },
37 set: function (v) { },
|
H A D | computedPropertyNames3_ES5.js | 7 set [[0, 1]](v) { } 9 static set [id.toString()](v) { } 25 set: function (v) { },
35 set: function (v) { },
|
H A D | genericSetterInClassType.js | 7 set y(v) { } 20 set value(value) { 35 set y(v) { }
44 set value(value) {
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | StateManager11.cpp | 299 mShaderConstantsDirty.set(); 346 mShaderConstantsDirty.set(); 475 mShaderConstantsDirty.set(gl::ShaderType::Compute); 482 mShaderConstantsDirty.set(gl::ShaderType::Vertex); 483 mShaderConstantsDirty.set(gl::ShaderType::Fragment); 491 mShaderConstantsDirty.set(gl::ShaderType::Vertex); 492 mShaderConstantsDirty.set(gl::ShaderType::Fragment); 553 mShaderConstantsDirty.set(gl::ShaderType::Vertex); 596 mShaderConstantsDirty.set(gl::ShaderType::Vertex); 630 mShaderConstantsDirty.set(shaderTyp [all...] |
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-mmio.c | 23 * . register the device with -be`. .with a pair of set/clear-bit registers , 341 gc->set(gc, gpio, val); in bgpio_simple_dir_out() 406 gc->set(gc, gpio, val); in bgpio_dir_out_dir_first() 413 gc->set(gc, gpio, val); in bgpio_dir_out_val_first() 471 * - set/clear pair (named "set" and "clr"). 472 * - single output register resource and single input resource ("set" and 476 * by clearing a bit. For the set clr pair, this drives a 1 by setting a bit 477 * in the set register and clears it by setting a bit in the clear register. 490 void __iomem *set, in bgpio_setup_io() 488 bgpio_setup_io(struct gpio_chip *gc, void __iomem *dat, void __iomem *set, void __iomem *clr, unsigned long flags) bgpio_setup_io() argument 599 bgpio_init(struct gpio_chip *gc, struct device *dev, unsigned long sz, void __iomem *dat, void __iomem *set, void __iomem *clr, void __iomem *dirout, void __iomem *dirin, unsigned long flags) bgpio_init() argument 729 void __iomem *set; bgpio_pdev_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-mmio.c | 23 * . register the device with -be`. .with a pair of set/clear-bit registers , 343 gc->set(gc, gpio, val); in bgpio_simple_dir_out() 408 gc->set(gc, gpio, val); in bgpio_dir_out_dir_first() 415 gc->set(gc, gpio, val); in bgpio_dir_out_val_first() 473 * - set/clear pair (named "set" and "clr"). 474 * - single output register resource and single input resource ("set" and 478 * by clearing a bit. For the set clr pair, this drives a 1 by setting a bit 479 * in the set register and clears it by setting a bit in the clear register. 492 void __iomem *set, in bgpio_setup_io() 490 bgpio_setup_io(struct gpio_chip *gc, void __iomem *dat, void __iomem *set, void __iomem *clr, unsigned long flags) bgpio_setup_io() argument 601 bgpio_init(struct gpio_chip *gc, struct device *dev, unsigned long sz, void __iomem *dat, void __iomem *set, void __iomem *clr, void __iomem *dirout, void __iomem *dirin, unsigned long flags) bgpio_init() argument 736 void __iomem *set; bgpio_pdev_probe() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | ETC_Decoder.cpp | 46 inline void set(int red, int green, int blue) in set() function 53 inline void set(int red, int green, int blue, int alpha) in set() function 421 subblockColors0[0].set(r1 + i10, g1 + i10, b1 + i10); in decodeIndividualOrDifferentialBlock() 422 subblockColors0[1].set(r1 + i11, g1 + i11, b1 + i11); in decodeIndividualOrDifferentialBlock() 423 subblockColors0[2].set(r1 + i12, g1 + i12, b1 + i12); in decodeIndividualOrDifferentialBlock() 424 subblockColors0[3].set(r1 + i13, g1 + i13, b1 + i13); in decodeIndividualOrDifferentialBlock() 431 subblockColors1[0].set(r2 + i20, g2 + i20, b2 + i20); in decodeIndividualOrDifferentialBlock() 432 subblockColors1[1].set(r2 + i21, g2 + i21, b2 + i21); in decodeIndividualOrDifferentialBlock() 433 subblockColors1[2].set(r2 + i22, g2 + i22, b2 + i22); in decodeIndividualOrDifferentialBlock() 434 subblockColors1[3].set(r in decodeIndividualOrDifferentialBlock() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | ETC_Decoder.cpp | 47 inline void set(int red, int green, int blue) in set() function 54 inline void set(int red, int green, int blue, int alpha) in set() function 424 subblockColors0[0].set(r1 + i10, g1 + i10, b1 + i10); in decodeIndividualOrDifferentialBlock() 425 subblockColors0[1].set(r1 + i11, g1 + i11, b1 + i11); in decodeIndividualOrDifferentialBlock() 426 subblockColors0[2].set(r1 + i12, g1 + i12, b1 + i12); in decodeIndividualOrDifferentialBlock() 427 subblockColors0[3].set(r1 + i13, g1 + i13, b1 + i13); in decodeIndividualOrDifferentialBlock() 434 subblockColors1[0].set(r2 + i20, g2 + i20, b2 + i20); in decodeIndividualOrDifferentialBlock() 435 subblockColors1[1].set(r2 + i21, g2 + i21, b2 + i21); in decodeIndividualOrDifferentialBlock() 436 subblockColors1[2].set(r2 + i22, g2 + i22, b2 + i22); in decodeIndividualOrDifferentialBlock() 437 subblockColors1[3].set(r in decodeIndividualOrDifferentialBlock() [all...] |
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | signal32.c | 51 static inline int put_sigset_t(compat_sigset_t __user *uset, sigset_t *set) in put_sigset_t() argument 55 cset.sig[0] = set->sig[0] & 0xffffffffull; in put_sigset_t() 56 cset.sig[1] = set->sig[0] >> 32; in put_sigset_t() 61 static inline int get_sigset_t(sigset_t *set, in get_sigset_t() argument 69 set->sig[0] = s32.sig[0] | (((long)s32.sig[1]) << 32); in get_sigset_t() 188 sigset_t set; in compat_restore_sigframe() local 192 err = get_sigset_t(&set, &sf->uc.uc_sigmask); in compat_restore_sigframe() 194 sigdelsetmask(&set, ~_BLOCKABLE); in compat_restore_sigframe() 195 set_current_blocked(&set); in compat_restore_sigframe() 362 struct pt_regs *regs, sigset_t *set) in compat_setup_sigframe() 361 compat_setup_sigframe(struct compat_sigframe __user *sf, struct pt_regs *regs, sigset_t *set) compat_setup_sigframe() argument 407 compat_setup_rt_frame(int usig, struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) compat_setup_rt_frame() argument 436 compat_setup_frame(int usig, struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) compat_setup_frame() argument [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | get_op.S | 185 bsr chk_dy_mo |set the dyadic/monadic flag 206 btstb #E1,E_BYTE(%a6) |if set, there is a packed operand 211 orb DTAG(%a6),%d0 |check if either of STAG/DTAG msb set 218 bsr chk_dy_mo |set dyadic/monadic flag 250 bnes src_sd_dnrm |if bit 5 set, handle sgl/dbl denorms 288 bset #15,%d1 |set sign bit because it is negative 295 orw #0x0800,%d1 |set source specifier to extended prec 310 bsr chk_dy_mo |set dyadic/monadic flag 321 bsetl %d1,%d0 |set up d0 as a dynamic register mask 327 | Dest is not denormalized. Check for norm, and set fpte1 [all...] |
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | cps-vec.S | 27 .set noreorder 230 .set push 231 .set MIPS_ISA_LEVEL_RAW 232 .set mt 292 3: .set pop 388 .set push 389 .set MIPS_ISA_LEVEL_RAW 390 .set mt 392 .set pop 419 .set pus [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | get_op.S | 185 bsr chk_dy_mo |set the dyadic/monadic flag 206 btstb #E1,E_BYTE(%a6) |if set, there is a packed operand 211 orb DTAG(%a6),%d0 |check if either of STAG/DTAG msb set 218 bsr chk_dy_mo |set dyadic/monadic flag 250 bnes src_sd_dnrm |if bit 5 set, handle sgl/dbl denorms 288 bset #15,%d1 |set sign bit because it is negative 295 orw #0x0800,%d1 |set source specifier to extended prec 310 bsr chk_dy_mo |set dyadic/monadic flag 321 bsetl %d1,%d0 |set up d0 as a dynamic register mask 327 | Dest is not denormalized. Check for norm, and set fpte1 [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_irqsoff.c | 65 static int irqsoff_display_graph(struct trace_array *tr, int set); 68 static inline int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph() argument 157 static int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph() argument 161 if (!(is_graph(tr) ^ set)) in irqsoff_display_graph() 164 stop_irqsoff_tracer(irqsoff_trace, !set); in irqsoff_display_graph() 172 return start_irqsoff_tracer(irqsoff_trace, set); in irqsoff_display_graph() 463 static int register_irqsoff_function(struct trace_array *tr, int graph, int set) in register_irqsoff_function() argument 467 /* 'set' is set if TRACE_ITER_FUNCTION is about to be set */ in register_irqsoff_function() 495 irqsoff_function_set(struct trace_array *tr, u32 mask, int set) irqsoff_function_set() argument 507 register_irqsoff_function(struct trace_array *tr, int graph, int set) register_irqsoff_function() argument 512 irqsoff_function_set(struct trace_array *tr, u32 mask, int set) irqsoff_function_set() argument 518 irqsoff_flag_changed(struct trace_array *tr, u32 mask, int set) irqsoff_flag_changed() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-ep0.c | 114 /*set device address*/ in cdnsp_ep0_set_address() 204 int set) in cdnsp_ep0_handle_feature_device() 215 pdev->may_wakeup = !!set; in cdnsp_ep0_handle_feature_device() 216 trace_cdnsp_may_wakeup(set); in cdnsp_ep0_handle_feature_device() 222 pdev->u1_allowed = !!set; in cdnsp_ep0_handle_feature_device() 223 trace_cdnsp_u1(set); in cdnsp_ep0_handle_feature_device() 229 pdev->u2_allowed = !!set; in cdnsp_ep0_handle_feature_device() 230 trace_cdnsp_u2(set); in cdnsp_ep0_handle_feature_device() 240 if (!set || (tmode & 0xff) != 0) in cdnsp_ep0_handle_feature_device() 251 * Test mode must be set befor in cdnsp_ep0_handle_feature_device() 202 cdnsp_ep0_handle_feature_device(struct cdnsp_device *pdev, struct usb_ctrlrequest *ctrl, int set) cdnsp_ep0_handle_feature_device() argument 263 cdnsp_ep0_handle_feature_intf(struct cdnsp_device *pdev, struct usb_ctrlrequest *ctrl, int set) cdnsp_ep0_handle_feature_intf() argument 297 cdnsp_ep0_handle_feature_endpoint(struct cdnsp_device *pdev, struct usb_ctrlrequest *ctrl, int set) cdnsp_ep0_handle_feature_endpoint() argument 325 cdnsp_ep0_handle_feature(struct cdnsp_device *pdev, struct usb_ctrlrequest *ctrl, int set) cdnsp_ep0_handle_feature() argument [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_irqsoff.c | 65 static int irqsoff_display_graph(struct trace_array *tr, int set); 68 static inline int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph() argument 160 static int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph() argument 164 if (!(is_graph(tr) ^ set)) in irqsoff_display_graph() 167 stop_irqsoff_tracer(irqsoff_trace, !set); in irqsoff_display_graph() 175 return start_irqsoff_tracer(irqsoff_trace, set); in irqsoff_display_graph() 457 static int register_irqsoff_function(struct trace_array *tr, int graph, int set) in register_irqsoff_function() argument 461 /* 'set' is set if TRACE_ITER_FUNCTION is about to be set */ in register_irqsoff_function() 489 irqsoff_function_set(struct trace_array *tr, u32 mask, int set) irqsoff_function_set() argument 501 register_irqsoff_function(struct trace_array *tr, int graph, int set) register_irqsoff_function() argument 506 irqsoff_function_set(struct trace_array *tr, u32 mask, int set) irqsoff_function_set() argument 512 irqsoff_flag_changed(struct trace_array *tr, u32 mask, int set) irqsoff_flag_changed() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | JapaneseTest.java | 117 cal.set(Calendar.ERA, JapaneseCalendar.MEIJI); in TestCoverage() 121 cal.set(Calendar.YEAR, cal.getActualMaximum(Calendar.YEAR)); in TestCoverage() 371 c.set(Calendar.ERA, JapaneseCalendar.MEIJI); in Test5345calendar() 380 c.set(Calendar.ERA, JapaneseCalendar.MEIJI); in Test5345calendar() 381 c.set(Calendar.YEAR, 1); in Test5345calendar() 382 c.set(Calendar.MONTH, Calendar.JANUARY); in Test5345calendar() 383 c.set(Calendar.DATE, 1); in Test5345calendar() 392 c.set(Calendar.YEAR, 1); in Test5345calendar() 393 c.set(Calendar.MONTH, Calendar.JANUARY); in Test5345calendar() 394 c.set(Calenda in Test5345calendar() [all...] |
H A D | AstroTest.java | 51 gc.set((int)tests[i][0], (int)tests[i][1]-1, (int)tests[i][2], (int)tests[i][3], (int) tests[i][4]); in TestSolarLongitude() 105 gc.set((int)tests[i][0], (int)tests[i][1]-1, (int)tests[i][2], (int)tests[i][3], (int) tests[i][4]); in TestLunarPosition() 253 cal.set(Calendar.YEAR, 2001); in TestSunriseTimes() 254 cal.set(Calendar.MONTH, Calendar.APRIL); in TestSunriseTimes() 255 cal.set(Calendar.DAY_OF_MONTH, 1); in TestSunriseTimes() 256 cal.set(Calendar.HOUR_OF_DAY, 12); // must be near local noon for getSunRiseSet to work in TestSunriseTimes() 269 cal2.set(Calendar.SECOND, 0); in TestSunriseTimes() 270 cal2.set(Calendar.MILLISECOND, 0); in TestSunriseTimes() 272 cal2.set(Calendar.HOUR_OF_DAY, USNO[4*i+0]); in TestSunriseTimes() 273 cal2.set(Calenda in TestSunriseTimes() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | JapaneseTest.java | 114 cal.set(Calendar.ERA, JapaneseCalendar.MEIJI); in TestCoverage() 118 cal.set(Calendar.YEAR, cal.getActualMaximum(Calendar.YEAR)); in TestCoverage() 368 c.set(Calendar.ERA, JapaneseCalendar.MEIJI); in Test5345calendar() 377 c.set(Calendar.ERA, JapaneseCalendar.MEIJI); in Test5345calendar() 378 c.set(Calendar.YEAR, 1); in Test5345calendar() 379 c.set(Calendar.MONTH, Calendar.JANUARY); in Test5345calendar() 380 c.set(Calendar.DATE, 1); in Test5345calendar() 389 c.set(Calendar.YEAR, 1); in Test5345calendar() 390 c.set(Calendar.MONTH, Calendar.JANUARY); in Test5345calendar() 391 c.set(Calenda in Test5345calendar() [all...] |
H A D | AstroTest.java | 48 gc.set((int)tests[i][0], (int)tests[i][1]-1, (int)tests[i][2], (int)tests[i][3], (int) tests[i][4]); in TestSolarLongitude() 102 gc.set((int)tests[i][0], (int)tests[i][1]-1, (int)tests[i][2], (int)tests[i][3], (int) tests[i][4]); in TestLunarPosition() 250 cal.set(Calendar.YEAR, 2001); in TestSunriseTimes() 251 cal.set(Calendar.MONTH, Calendar.APRIL); in TestSunriseTimes() 252 cal.set(Calendar.DAY_OF_MONTH, 1); in TestSunriseTimes() 253 cal.set(Calendar.HOUR_OF_DAY, 12); // must be near local noon for getSunRiseSet to work in TestSunriseTimes() 266 cal2.set(Calendar.SECOND, 0); in TestSunriseTimes() 267 cal2.set(Calendar.MILLISECOND, 0); in TestSunriseTimes() 269 cal2.set(Calendar.HOUR_OF_DAY, USNO[4*i+0]); in TestSunriseTimes() 270 cal2.set(Calenda in TestSunriseTimes() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | characterproperties.cpp | 59 _set_add(USet *set, UChar32 c) { in _set_add() argument 60 ((UnicodeSet *)set)->add(c); in _set_add() 64 _set_addRange(USet *set, UChar32 start, UChar32 end) { in _set_addRange() argument 65 ((UnicodeSet *)set)->add(start, end); in _set_addRange() 69 _set_addString(USet *set, const UChar *str, int32_t length) { in _set_addString() argument 70 ((UnicodeSet *)set)->add(icu::UnicodeString((UBool)(length<0), str, length)); in _set_addString() 266 LocalPointer<UnicodeSet> set(new UnicodeSet()); in makeSet() 267 if (set.isNull()) { in makeSet() 288 set->add(startHasProperty, c - 1); in makeSet() 294 set in makeSet() 362 UnicodeSet *set = sets[property]; u_getBinaryPropertySet() local [all...] |
/foundation/multimedia/av_session/frameworks/common/src/ |
H A D | avmeta_data.cpp | 249 metaMask_.set(META_KEY_ASSET_ID); in SetAssetId() 260 metaMask_.set(META_KEY_TITLE); in SetTitle() 271 metaMask_.set(META_KEY_ARTIST); in SetArtist() 282 metaMask_.set(META_KEY_AUTHOR); in SetAuthor() 293 metaMask_.set(META_KEY_AVQUEUE_NAME); in SetAVQueueName() 304 metaMask_.set(META_KEY_AVQUEUE_ID); in SetAVQueueId() 315 metaMask_.set(META_KEY_AVQUEUE_IMAGE); in SetAVQueueImage() 326 metaMask_.set(META_KEY_AVQUEUE_IMAGE_URI); in SetAVQueueImageUri() 337 metaMask_.set(META_KEY_ALBUM); in SetAlbum() 348 metaMask_.set(META_KEY_WRITE in SetWriter() [all...] |
/third_party/skia/modules/canvaskit/ |
H A D | paragraph_bindings.cpp | 298 m.set("startIndex", metric.fStartIndex); in GetLineMetrics() 299 m.set("endIndex", metric.fEndIndex); in GetLineMetrics() 300 m.set("endExcludingWhitespaces", metric.fEndExcludingWhitespaces); in GetLineMetrics() 301 m.set("endIncludingNewline", metric.fEndIncludingNewline); in GetLineMetrics() 302 m.set("isHardBreak", metric.fHardBreak); in GetLineMetrics() 303 m.set("ascent", metric.fAscent); in GetLineMetrics() 304 m.set("descent", metric.fDescent); in GetLineMetrics() 305 m.set("height", metric.fHeight); in GetLineMetrics() 306 m.set("width", metric.fWidth); in GetLineMetrics() 307 m.set("lef in GetLineMetrics() [all...] |