/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_image_writer.h | 755 dng_basic_tag_set (const dng_basic_tag_set &set); 757 dng_basic_tag_set & operator= (const dng_basic_tag_set &set); 986 exif_tag_set (const exif_tag_set &set); 988 exif_tag_set & operator= (const exif_tag_set &set);
|
/third_party/protobuf/python/ |
H A D | mox.py | 23 a mock object, it is in record mode. You then programmatically set 28 Once you have set up the expected mock behavior, you put it in replay 377 self._known_methods = set() 378 self._known_vars = set() 393 call. The method name is checked against the set of mockable 431 key: Key to set the value for. 432 value: Value to set. 591 This can be an ordered method, or part of an unordered set. 757 the IN clause contains the proper primary keys, so you can set your mock 1204 """UnorderedGroup holds a set o [all...] |
/third_party/python/Lib/test/ |
H A D | test_difflib.py | 15 self.assertEqual(sm.bpopular, set()) 22 self.assertEqual(sm.bpopular, set()) 35 self.assertEqual(sm.bjunk, set()) 61 self.assertEqual(sm.bpopular, set())
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_duplicate_region_with_selection.cpp | 63 std::set<uint32_t> ids_used_by_this_transformation; in IsApplicable() 307 std::set<opt::BasicBlock*> region_blocks = in Apply() 641 std::set<opt::BasicBlock*> 654 std::set<opt::BasicBlock*> result; in GetRegionBlocks()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramInterfaceDefinition.cpp | 32 #include <set> 427 static void collectStructPtrs (std::set<const glu::StructType*>& dst, const glu::VarType& type) in collectStructPtrs() 444 std::set<const glu::StructType*> structTypes; in ~Program() 456 for (std::set<const glu::StructType*>::iterator it = structTypes.begin(); it != structTypes.end(); ++it) in ~Program()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11GlxPlatform.cpp | 33 #include <set> 66 using std::set; 117 set<string> m_extensions; 261 m_extensions = set<string>(istream_iterator<string>(srvExtStream), in GlxDisplay() 525 // It shouldn't be possible to have GLX_WINDOW_BIT set without a visual, in configMatches()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | signal.c | 616 * If the signal handler set some FPU exceptions, clear it and in fcsr_pending() 835 sigset_t set; in SYSCALL_DEFINE0() local 843 if (__copy_from_user(&set, &frame->rs_uctx.uc_sigmask, sizeof(set))) in SYSCALL_DEFINE0() 846 set_current_blocked(&set); in SYSCALL_DEFINE0() 866 struct pt_regs *regs, sigset_t *set) in setup_rt_frame() 884 err |= __copy_to_user(&frame->rs_uctx.uc_sigmask, set, sizeof(*set)); in setup_rt_frame() 865 setup_rt_frame(void *sig_return, struct ksignal *ksig, struct pt_regs *regs, sigset_t *set) setup_rt_frame() argument
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | ptrace_64.c | 90 * Make sure single step bits etc are not set. 427 .regset_get = genregs64_get, .set = genregs64_set 439 .regset_get = fpregs64_get, .set = fpregs64_set 521 .regset_get = getregs64_get, .set = setregs64_set, 758 .regset_get = genregs32_get, .set = genregs32_set 774 .regset_get = fpregs32_get, .set = fpregs32_set 889 .regset_get = getregs_get, .set = setregs_set, 893 .regset_get = getfpregs_get, .set = setfpregs_set,
|
/kernel/linux/linux-5.10/drivers/counter/ |
H A D | 104-quad-8.c | 161 /* Counter can only be set via Preset Register */ in quad8_write_raw() 406 .set = quad8_set_count_mode, 453 .set = quad8_set_synchronous_mode, 505 .set = quad8_set_quadrature_mode, 546 .set = quad8_set_index_polarity, 668 /* Counter can only be set via Preset Register */ in quad8_count_write() 925 .set = quad8_index_polarity_set 971 .set = quad8_synchronous_mode_set 1051 .set = quad8_count_mode_set
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | signal.c | 377 * If the signal handler set some FPU exceptions, clear it and in fcsr_pending() 929 sigset_t set; in SYSCALL_DEFINE0() local 937 if (__copy_from_user(&set, &frame->rs_uctx.uc_sigmask, sizeof(set))) in SYSCALL_DEFINE0() 940 set_current_blocked(&set); in SYSCALL_DEFINE0() 960 struct pt_regs *regs, sigset_t *set) in setup_rt_frame() 978 err |= __copy_to_user(&frame->rs_uctx.uc_sigmask, set, sizeof(*set)); in setup_rt_frame() 959 setup_rt_frame(void *sig_return, struct ksignal *ksig, struct pt_regs *regs, sigset_t *set) setup_rt_frame() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/ |
H A D | sparsebit.c | 20 * the pointer (e.g. set it to NULL) to the struct sparsebit before 43 * A common operation, is to itterate over all the bits set in a test 55 * The index of the first bit set needs to be obtained via 57 * the index of the previously set. The sparsebit_idx_t type is 60 * is at least 1 bit in the array set. This is because sparsebit_first_set() 61 * aborts if sparsebit_first_set() is called with no bits set. 63 * sparsebit array has at least a single bit set before calling 72 * set. It is also efficient in memory usage when most of the bits are 73 * set. 97 * number of bits immediately after the mask bits that are contiguously set 1897 bool set; global() member [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | ptrace_64.c | 89 * Make sure single step bits etc are not set. 426 .regset_get = genregs64_get, .set = genregs64_set 438 .regset_get = fpregs64_get, .set = fpregs64_set 518 .regset_get = getregs64_get, .set = setregs64_set, 756 .regset_get = genregs32_get, .set = genregs32_set 772 .regset_get = fpregs32_get, .set = fpregs32_set 887 .regset_get = getregs_get, .set = setregs_set, 891 .regset_get = getfpregs_get, .set = setfpregs_set,
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | cmf.c | 82 * The format module parameter can be set to a value of 0 (zero) 99 * @set: enable or disable measurement 108 int (*set) (struct ccw_device *, u32); member 717 .set = set_cmb, 970 .set = set_cmbe, 1114 return cmbops->set(cdev, enable ? 2 : 0); in ccw_set_cmf() 1147 ret = cmbops->set(cdev, 2); in enable_cmf() 1173 ret = cmbops->set(cdev, 0); in __disable_cmf() 1238 return cmbops->set(cdev, 2); in cmf_reenable()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | f81534.c | 449 * set of value 0xf1 is dont care (any value is ok) in f81534_read_flash() 628 dev_err(&port->dev, "%s: set LCR failed\n", __func__); in f81534_set_port_config() 635 dev_err(&port->dev, "%s: set DLAB LSB failed\n", __func__); in f81534_set_port_config() 642 dev_err(&port->dev, "%s: set DLAB MSB failed\n", __func__); in f81534_set_port_config() 650 dev_err(&port->dev, "%s: set LCR failed\n", __func__); in f81534_set_port_config() 677 dev_err(&port->dev, "set break failed: %d\n", status); in f81534_break_ctl() 682 static int f81534_update_mctrl(struct usb_serial_port *port, unsigned int set, in f81534_update_mctrl() argument 689 if (((set | clear) & (TIOCM_DTR | TIOCM_RTS)) == 0) in f81534_update_mctrl() 695 clear &= ~set; in f81534_update_mctrl() 706 if (set in f81534_update_mctrl() 1473 f81534_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) f81534_tiocmset() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | f81534.c | 447 * set of value 0xf1 is dont care (any value is ok) in f81534_read_flash() 626 dev_err(&port->dev, "%s: set LCR failed\n", __func__); in f81534_set_port_config() 633 dev_err(&port->dev, "%s: set DLAB LSB failed\n", __func__); in f81534_set_port_config() 640 dev_err(&port->dev, "%s: set DLAB MSB failed\n", __func__); in f81534_set_port_config() 648 dev_err(&port->dev, "%s: set LCR failed\n", __func__); in f81534_set_port_config() 675 dev_err(&port->dev, "set break failed: %d\n", status); in f81534_break_ctl() 682 static int f81534_update_mctrl(struct usb_serial_port *port, unsigned int set, in f81534_update_mctrl() argument 689 if (((set | clear) & (TIOCM_DTR | TIOCM_RTS)) == 0) in f81534_update_mctrl() 695 clear &= ~set; in f81534_update_mctrl() 706 if (set in f81534_update_mctrl() 1453 f81534_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) f81534_tiocmset() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-mvebu.c | 20 * register set. Used on Orion, Dove, Kirkwoord, Armada 370 and 542 * set initial polarity based on current input level in mvebu_gpio_irq_set_type() 794 u32 set; in mvebu_pwm_probe() local 830 set = 0; in mvebu_pwm_probe() 834 set = U32_MAX; in mvebu_pwm_probe() 851 * Use set A for lines of GPIO chip with id 0, B for GPIO chip in mvebu_pwm_probe() 855 set = 0; in mvebu_pwm_probe() 857 set = U32_MAX; in mvebu_pwm_probe() 863 GPIO_BLINK_CNT_SELECT_OFF + mvchip->offset, set); in mvebu_pwm_probe() 1180 mvchip->chip.set in mvebu_gpio_probe() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | sparsebit.c | 20 * the pointer (e.g. set it to NULL) to the struct sparsebit before 43 * A common operation, is to itterate over all the bits set in a test 55 * The index of the first bit set needs to be obtained via 57 * the index of the previously set. The sparsebit_idx_t type is 60 * is at least 1 bit in the array set. This is because sparsebit_first_set() 61 * aborts if sparsebit_first_set() is called with no bits set. 63 * sparsebit array has at least a single bit set before calling 72 * set. It is also efficient in memory usage when most of the bits are 73 * set. 97 * number of bits immediately after the mask bits that are contiguously set 1895 bool set; global() member [all...] |
/third_party/curl/lib/ |
H A D | ws.c | 430 if(!(type & CLIENTWRITE_BODY) || data->set.ws_raw_mode) in ws_cw_write() 524 | |Masking-key, if MASK set to 1 | 574 /* marked as continuing, this is the final fragment; set CONT in ws_enc_write_head() 813 if(data->set.connect_only) { in Curl_ws_accept() 920 if(!data->set.connect_only) { in curl_ws_recv() 981 * that we do not return. For these `ctx.written` is not set. */ in curl_ws_recv() 1008 if(data->set.connect_only) in ws_flush() 1049 if(!data->conn && data->set.connect_only) { in curl_ws_send() 1064 if(data->set.ws_raw_mode) { in curl_ws_send() 1171 data->conn->proto.ws && !data->set in curl_ws_meta() [all...] |
/third_party/backends/backend/genesys/ |
H A D | gl846.cpp | 47 /** @brief set all registers to default values . 52 * @param dev device structure holding register set to initialize 106 dev->reg.init_reg(0x10, 0x00); // exposure, set during sensor setup in gl846_init_registers() 107 dev->reg.init_reg(0x11, 0x00); // exposure, set during sensor setup in gl846_init_registers() 108 dev->reg.init_reg(0x12, 0x00); // exposure, set during sensor setup in gl846_init_registers() 109 dev->reg.init_reg(0x13, 0x00); // exposure, set during sensor setup in gl846_init_registers() 110 dev->reg.init_reg(0x14, 0x00); // exposure, set during sensor setup in gl846_init_registers() 111 dev->reg.init_reg(0x15, 0x00); // exposure, set during sensor setup in gl846_init_registers() 120 dev->reg.init_reg(0x1e, 0xf0); // WDTIME, LINESEL: set during sensor and motor setup in gl846_init_registers() 134 dev->reg.init_reg(0x21, 0x10); // STEPNO: set durin in gl846_init_registers() 287 gl846_set_adi_fe(Genesys_Device* dev, std::uint8_t set) gl846_set_adi_fe() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transrt.cpp | 268 * If abbreviated=true, returns a set which only a sampling of the original code points. 269 * density is the approximate total number of code points to returned for the entire set. 271 const UnicodeSet &abbreviateSet(const UnicodeSet &set, bool abbreviated, int density, in abbreviateSet() argument 274 return set; in abbreviateSet() 276 int32_t rangeCount = set.getRangeCount(); in abbreviateSet() 281 const UnicodeSet *p = &set; in abbreviateSet() 284 int32_t start = set.getRangeStart(i); in abbreviateSet() 285 int32_t end = set.getRangeEnd(i); in abbreviateSet() 289 copy = set; in abbreviateSet()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | TimeZoneFormatTest.java | 88 * Test case for checking if a TimeZone is properly set in the result calendar 113 cal.set(1900, 0, 1); in TestTimeZoneRoundTrip() 115 cal.set(2040, 0, 1); in TestTimeZoneRoundTrip() 122 cal.set(testDateData[i][0], testDateData[i][1], testDateData[i][2]); in TestTimeZoneRoundTrip() 165 // Before parse, set unknown zone to SimpleDateFormat instance in TestTimeZoneRoundTrip() 167 // originally set. in TestTimeZoneRoundTrip() 173 outcal.set(Calendar.DST_OFFSET, badDstOffset); in TestTimeZoneRoundTrip() 174 outcal.set(Calendar.ZONE_OFFSET, badZoneOffset); in TestTimeZoneRoundTrip() 324 cal.set(startYear, Calendar.JANUARY, 1); in TestTimeRoundTrip() 327 cal.set(endYea in TestTimeRoundTrip() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | TimeZoneFormatTest.java | 91 * Test case for checking if a TimeZone is properly set in the result calendar 116 cal.set(1900, 0, 1); in TestTimeZoneRoundTrip() 118 cal.set(2040, 0, 1); in TestTimeZoneRoundTrip() 125 cal.set(testDateData[i][0], testDateData[i][1], testDateData[i][2]); in TestTimeZoneRoundTrip() 168 // Before parse, set unknown zone to SimpleDateFormat instance in TestTimeZoneRoundTrip() 170 // originally set. in TestTimeZoneRoundTrip() 176 outcal.set(Calendar.DST_OFFSET, badDstOffset); in TestTimeZoneRoundTrip() 177 outcal.set(Calendar.ZONE_OFFSET, badZoneOffset); in TestTimeZoneRoundTrip() 327 cal.set(startYear, Calendar.JANUARY, 1); in TestTimeRoundTrip() 330 cal.set(endYea in TestTimeRoundTrip() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | rbt_pars.cpp | 193 // set array has not been constructed yet. in lookupMatcher() 194 const UnicodeFunctor* set = NULL; in lookupMatcher() local 198 set = (j < variablesVector->size()) ? in lookupMatcher() 201 return set; in lookupMatcher() 230 // set array has not been constructed yet. in isMatcher() 245 // set array has not been constructed yet. in isReplacer() 386 * @param illegal the set of special characters that is illegal during 690 // do nothing -- min, max already set in parseSection() 1106 // Convert the set vector to an array in parseRules() 1349 // or a set (alread in parseRule() 1528 UnicodeSet* set = new UnicodeSet(rule, pos, USET_IGNORE_SPACE, parseData, status); parseSet() local [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_precision.cpp | 36 #include "util/set.h" 54 * will be added to this set. 56 struct set *lowerable_rvalues; 106 find_lowerable_rvalues_visitor(struct set *result, 130 struct set *lowerable_rvalues; 179 find_lowerable_rvalues_visitor::find_lowerable_rvalues_visitor(struct set *res, in find_lowerable_rvalues_visitor() 210 * are all root lowerable nodes and we should add them to the set. in add_lowerable_children() 254 * lowerable set. Therefore if there is a parent then instead of in pop_stack_entry() 255 * adding this instruction to the set we will queue depending on in pop_stack_entry() 266 * set in pop_stack_entry() [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_private.h | 77 #include "util/set.h" 248 * set the flag `first` to determine when we are starting a new cmd buffer 912 * Defines the set of saved dynamic state. 1097 struct set *bos; 1108 /* When the current subpass is split into multiple jobs, this flag is set 1651 * * Track the suballocated pool bo regions, so if some descriptor set is 1659 struct v3dv_descriptor_set *set; member 1685 /* If VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT is not set the 1687 * following pointers. If set, they are not used, and individually 1709 /* Offset relative to the descriptor pool bo for this set */ 1796 } set[MAX_SETS]; global() member 1824 int set[DESCRIPTOR_MAP_SIZE]; global() member 1879 uint8_t set; global() member 2218 v3dv_immutable_samplers(const struct v3dv_descriptor_set_layout *set, const struct v3dv_descriptor_set_binding_layout *binding) v3dv_immutable_samplers() argument [all...] |