Home
last modified time | relevance | path

Searched refs:set (Results 8076 - 8100 of 12369) sorted by relevance

1...<<321322323324325326327328329330>>...495

/kernel/linux/linux-6.6/net/mac80211/
H A Dtrace.h603 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 Dapicoll.cpp841 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 DBasicTest.java1303 // 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 DBasicTest.java1300 // 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 DAArch64FrameLowering.cpp81 // 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 DHexagonISelDAGToDAGHVX.cpp23 #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 Dmock.py50 # 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 Dwrite.c114 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 DrrRenderer.cpp33 #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 Dgpio-it87.c170 * 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 Dgpio-gpio-mm.c33 * @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 Dgpio-sprd.c249 sprd_gpio->chip.set = sprd_gpio_set; in sprd_gpio_probe()
H A Dgpio-siox.c232 ddata->gchip.set = gpio_siox_set; in gpio_siox_probe()
H A Dgpio-zx.c237 chip->gc.set = zx_set_value; in zx_gpio_probe()
H A Dgpio-crystalcove.c70 * @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 Dgpio-cs5535.c297 .set = chip_gpio_set,
329 /* set up the driver-specific struct */ in cs5535_gpio_probe()
H A Dgpio-msic.c274 mg->chip.set = msic_gpio_set; in platform_msic_gpio_probe()
H A Dgpio-pcf857x.c261 gpio->chip.set = pcf857x_set; in pcf857x_probe()
373 /* Let platform code set up the GPIOs and their users. in pcf857x_probe()
H A Dgpio-sa1100.c98 .set = sa1100_gpio_set,
H A Dgpio-xilinx.c83 * 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 Dgpio-pmic-eic-sprd.c185 * 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 Dsimdisk.c64 .set = simdisk_param_set_filename,
/kernel/linux/linux-5.10/arch/arm/common/
H A Dscoop.c218 devptr->gpio.set = scoop_gpio_set; in scoop_probe()
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dfp_cond.S94 | set flags for decode macros for fs<cc>
/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4938/
H A Dsetup.c143 /* set SPI_SEL */ in rbtx4938_spi_setup()
268 .set = rbtx4938_spi_gpio_set,

Completed in 42 milliseconds

1...<<321322323324325326327328329330>>...495