/kernel/linux/linux-6.6/net/mac80211/ |
H A D | trace.h | 603 struct ieee80211_sta *sta, bool set), 605 TP_ARGS(local, sta, set), 610 __field(bool, set) 616 __entry->set = set; 620 LOCAL_PR_FMT STA_PR_FMT " set:%d", 621 LOCAL_PR_ARG, STA_PR_ARG, __entry->set
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | apicoll.cpp | 841 errln("The RuleBasedCollator constructor failed when building with the 2nd rule set."); in TestOperators() 875 errln("The RuleBasedCollator constructor failed when building with the 2nd rule set with tertiary strength."); in TestOperators() 881 errln("The RuleBasedCollator constructor failed when building with the 2nd rule set with Normalizer::NO_OP."); in TestOperators() 887 errln("The RuleBasedCollator constructor failed when building with the 2nd rule set with tertiary strength and Normalizer::NO_OP."); in TestOperators() 1585 errln("Didn't set vartop properly from UnicodeString!\n"); in TestVariableTopSetting() 1935 UnicodeSet *set = NULL; in TestGetTailoredSet() local 1941 set = coll.getTailoredSet(status); in TestGetTailoredSet() 1942 if(set->size() < setTest[i].testsize) { in TestGetTailoredSet() 1943 errln("Tailored set size smaller (%d) than expected (%d)", set in TestGetTailoredSet() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 1303 // initially set the indexes into the middle of the strings in TestPreviousNext() 1388 // initially set the indexes into the middle of the strings in TestPreviousNextJCI() 1690 errln("Normalizer.quickCheck(FCD) failed: Data set "+ count in TestCheckFCD() 1942 // UNORM_INPUT_IS_FCD is set automatically if both input strings fulfill FCD conditions 1952 // set UNORM_UNICODE_3_2 in one additional combination 2067 UnicodeSet set = new UnicodeSet(), iSet = new UnicodeSet(); in TestCompare() 2076 set.addAll(iSet); in TestCompare() 2082 UnicodeSetIterator it = new UnicodeSetIterator(set); in TestCompare() 2515 UnicodeSet set = new UnicodeSet(); in TestSerializedSet() 2531 set in TestSerializedSet() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 1300 // initially set the indexes into the middle of the strings in TestPreviousNext() 1385 // initially set the indexes into the middle of the strings in TestPreviousNextJCI() 1687 errln("Normalizer.quickCheck(FCD) failed: Data set "+ count in TestCheckFCD() 1939 // UNORM_INPUT_IS_FCD is set automatically if both input strings fulfill FCD conditions 1949 // set UNORM_UNICODE_3_2 in one additional combination 2064 UnicodeSet set = new UnicodeSet(), iSet = new UnicodeSet(); in TestCompare() 2073 set.addAll(iSet); in TestCompare() 2079 UnicodeSetIterator it = new UnicodeSetIterator(set); in TestCompare() 2512 UnicodeSet set = new UnicodeSet(); in TestSerializedSet() 2528 set in TestSerializedSet() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 81 // sp to be set up to be able to access all contents in the frame areas, 85 // it may not be necessary to set up fp or bp: 878 // assume that's false and set it to true in the case that there's a redzone. in emitPrologue() 1022 // Only set up FP if we actually need to. in emitPrologue() 1031 // This code marks the instruction(s) that set the FP also. in emitPrologue() 1211 // If we need a base pointer, set it up here. It's whatever the value of the in emitPrologue() 1460 // We cannot rely on the local stack size set in emitPrologue if the function in emitEpilogue() 1462 // the current value set in emitPrologue may be that of the containing in emitEpilogue() 1850 // Do not set a kill flag on values that are also marked as live-in. This in getPrologueDeath() 2369 SavedRegs.set(Re in determineCalleeSaves() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 23 #include <set> 128 std::set<Node> Needed; 130 using NodeSet = std::set<Node>; 641 // If bit 30 is set, it's the high half of the operand. 642 // If bit 29 is set, it's the low half of the operand. 1740 // set, multiple transposes will happen: vdealvdd will perform them starting 1826 std::set<CycleType> Cycles; 1827 std::set<unsigned> All; 1847 auto pfs = [](const std::set<CycleType> &Cs, unsigned Len) {
|
/third_party/python/Lib/unittest/ |
H A D | mock.py | 50 # Without this, the __class__ properties wouldn't be set correctly 263 # Mock is not configured yet so the attributes are set 501 If `spec_set` is True then only attributes on the spec can be set.""" 629 Attributes plus return values and side effects can be set on child 637 # attributes are set before we set attributes on 759 return sorted(set(extras + from_type + from_dict + from_child_mocks)) 771 msg = 'Attempting to set unsupported magic method %r.' % name 782 # only set _new_name and not name so that mock_calls is tracked 796 raise AttributeError(f'Cannot set {mock_nam [all...] |
/third_party/selinux/libsepol/src/ |
H A D | write.c | 114 unsigned set; in avtab_write_item() local 138 set = 1; in avtab_write_item() 153 set++; in avtab_write_item() 195 set--; in avtab_write_item() 202 set--; in avtab_write_item() 205 if (set) { in avtab_write_item() 1106 "class %s default_range set to GLBLUB but policy version is %d (%d required), discarding", in class_write()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRenderer.cpp | 33 #include <set> 864 void makeSharedVerticeDistinct (VertexPacket*& packet, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticeDistinct() 888 void makeSharedVerticesDistinct (pa::Triangle& target, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct() 895 void makeSharedVerticesDistinct (pa::Line& target, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct() 901 void makeSharedVerticesDistinct (pa::Point& target, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct() 909 std::set<VertexPacket*, std::less<void*> > vertices; in makeSharedVerticesDistinct() 1047 // Translate fragments but do not set the value yet in writeFragmentPackets() 1321 // set buffers in rasterize() 1538 // Shader input/output types are set in isValidCommand()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-it87.c | 170 * them allow all the lines to be set/unset to Simple I/O. in it87_gpio_request() 176 * newly-exported GPIO interfaces are set to input. in it87_gpio_request() 257 /* set the output enable bit */ in it87_gpio_direction_out() 275 .set = it87_gpio_set,
|
H A D | gpio-gpio-mm.c | 33 * @io_state: bit I/O state (whether bit is set to input or output) 157 /* ensure that GPIO is set for input */ in gpiomm_gpio_get() 234 /* update output state data and set device gpio register */ in gpiomm_gpio_set_multiple() 282 gpiommgpio->chip.set = gpiomm_gpio_set; in gpiomm_probe()
|
H A D | gpio-sprd.c | 249 sprd_gpio->chip.set = sprd_gpio_set; in sprd_gpio_probe()
|
H A D | gpio-siox.c | 232 ddata->gchip.set = gpio_siox_set; in gpio_siox_probe()
|
H A D | gpio-zx.c | 237 chip->gc.set = zx_set_value; in zx_gpio_probe()
|
H A D | gpio-crystalcove.c | 70 * @set_irq_mask: true if the IRQ mask needs to be set, false to clear. 349 cg->chip.set = crystalcove_gpio_set; in crystalcove_gpio_probe()
|
H A D | gpio-cs5535.c | 297 .set = chip_gpio_set, 329 /* set up the driver-specific struct */ in cs5535_gpio_probe()
|
H A D | gpio-msic.c | 274 mg->chip.set = msic_gpio_set; in platform_msic_gpio_probe()
|
H A D | gpio-pcf857x.c | 261 gpio->chip.set = pcf857x_set; in pcf857x_probe() 373 /* Let platform code set up the GPIOs and their users. in pcf857x_probe()
|
H A D | gpio-sa1100.c | 98 .set = sa1100_gpio_set,
|
H A D | gpio-xilinx.c | 83 * 0 if direction of GPIO signals is set as input otherwise it 115 /* Write to GPIO signal and set its direction to output */ in xgpio_set() 180 * 0 - if direction of GPIO signals is set as input 192 /* Set the GPIO bit in shadow register and set direction as input */ in xgpio_dir_in() 231 /* Clear the GPIO bit in shadow register and set direction as output */ in xgpio_dir_out() 326 chip->gc.set = xgpio_set; in xgpio_probe()
|
H A D | gpio-pmic-eic-sprd.c | 185 * Will set the trigger level according to current EIC level in sprd_pmic_eic_irq_set_type() 339 pmic_eic->chip.set = sprd_pmic_eic_set; in sprd_pmic_eic_probe()
|
/kernel/linux/linux-5.10/arch/xtensa/platforms/iss/ |
H A D | simdisk.c | 64 .set = simdisk_param_set_filename,
|
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | scoop.c | 218 devptr->gpio.set = scoop_gpio_set; in scoop_probe()
|
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | fp_cond.S | 94 | set flags for decode macros for fs<cc>
|
/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4938/ |
H A D | setup.c | 143 /* set SPI_SEL */ in rbtx4938_spi_setup() 268 .set = rbtx4938_spi_gpio_set,
|