Home
last modified time | relevance | path

Searched refs:values (Results 476 - 500 of 2938) sorted by relevance

1...<<11121314151617181920>>...118

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-arabic-joining-list.py48 values = set ()
60 values.add (int (fields[0], 16))
62 return sorted (values)
/third_party/typescript/tests/baselines/reference/
H A DmappedTypesAndObjects.js42 private values: {[P in keyof T]?: T[P]} = {}
64 this.values = {};
95 private values;
H A DtsxStatelessFunctionComponentsWithTypeArguments1.js24 values: Array<T>;
31 let i = <InferParamComponent values={[1, 2, 3, 4]} selectHandler={(val) => { }} />;
50 var i = <InferParamComponent values={[1, 2, 3, 4]} selectHandler={function (val) { }}/>;
H A DuseObjectValuesAndEntries3.js4 for (var x of Object.values(o)) {
12 for (var x of Object.values(o)) {
H A DuseObjectValuesAndEntries4.js4 for (var x of Object.values(o)) {
12 for (var x of Object.values(o)) {
/third_party/rust/crates/clap/src/error/
H A Dkind.rs5 /// Occurs when an [`Arg`][crate::Arg] has a set of possible values,
60 /// sign to provide values.
98 /// Occurs when a user provides more values for an argument than were defined by setting
108 /// .try_get_matches_from(vec!["prog", "too", "many", "values"]);
115 /// Occurs when the user provides fewer values for an argument than were defined by setting
133 /// Occurs when the user provides a different number of values for an argument than what's
155 /// Occurs when the user provides two values which conflict with each other and can't be used
215 /// - Set [`Arg::value_parser(value_parser!(OsString))`] for argument values
217 /// values
319 Self::InvalidValue => Some("one of the values is in as_str()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fApiCase.cpp102 void ApiCase::getSupportedExtensions (const deUint32 numSupportedValues, const deUint32 extension, std::vector<int>& values) in getSupportedExtensions() argument
111 values.resize(numFormats); in getSupportedExtensions()
112 GLU_CHECK_CALL(glGetIntegerv(extension, &values[0])); in getSupportedExtensions()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fApiCase.cpp104 void ApiCase::getSupportedExtensions (const deUint32 numSupportedValues, const deUint32 extension, std::vector<int>& values) in getSupportedExtensions() argument
113 values.resize(numFormats); in getSupportedExtensions()
114 GLU_CHECK_CALL(glGetIntegerv(extension, &values[0])); in getSupportedExtensions()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DClearMultiviewGL.h55 const uint8_t *values,
68 const uint8_t *values,
75 const uint8_t *values,
/kernel/linux/linux-6.6/security/selinux/include/
H A Dconditional.h17 u32 *len, char ***names, int **values);
19 int security_set_bools(u32 len, int *values);
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_redirect_cpu_user.c202 struct datarec values[nr_cpus]; in map_collect_percpu() local
211 if ((bpf_map_lookup_elem(fd, &key, values)) != 0) { in map_collect_percpu()
219 /* Record and sum values from each CPU */ in map_collect_percpu()
221 rec->cpu[i].processed = values[i].processed; in map_collect_percpu()
222 sum_processed += values[i].processed; in map_collect_percpu()
223 rec->cpu[i].dropped = values[i].dropped; in map_collect_percpu()
224 sum_dropped += values[i].dropped; in map_collect_percpu()
225 rec->cpu[i].issue = values[i].issue; in map_collect_percpu()
226 sum_issue += values[i].issue; in map_collect_percpu()
227 rec->cpu[i].xdp_pass = values[ in map_collect_percpu()
[all...]
/kernel/linux/linux-5.10/security/selinux/include/
H A Dconditional.h17 u32 *len, char ***names, int **values);
19 int security_set_bools(struct selinux_state *state, u32 len, int *values);
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/examples/
H A Dsimple-hard-coded.js20 values,
23 console.log(values, positionals);
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.c89 /* Read a variable number of 32-bit values. Parameter count is not allowed to
92 int zd_ioread32v_locked(struct zd_chip *chip, u32 *values, const zd_addr_t *addr, in zd_ioread32v_locked() argument
104 /* Use stack for values and addresses. */ in zd_ioread32v_locked()
125 values[i] = (v16[j] << 16) | v16[j+1]; in zd_ioread32v_locked()
139 /* Use stack for values and addresses. */ in _zd_iowrite32v_async_locked()
296 u32 *values, unsigned int count) in zd_ioread32v()
301 r = zd_ioread32v_locked(chip, values, addresses, count); in zd_ioread32v()
428 static int read_values(struct zd_chip *chip, u8 *values, size_t count, in read_values() argument
443 values[i++] = v; in read_values()
444 values[ in read_values()
295 zd_ioread32v(struct zd_chip *chip, const zd_addr_t *addresses, u32 *values, unsigned int count) zd_ioread32v() argument
843 u32 values[3]; get_aw_pt_bi() local
994 u16 values[4]; dump_fw_registers() local
1004 dev_dbg_f(zd_chip_dev(chip), "FW_FIRMWARE_VER %#06hx\\n", values[0]); dump_fw_registers() local
1005 dev_dbg_f(zd_chip_dev(chip), "FW_USB_SPEED %#06hx\\n", values[1]); dump_fw_registers() local
1006 dev_dbg_f(zd_chip_dev(chip), "FW_FIX_TX_RATE %#06hx\\n", values[2]); dump_fw_registers() local
1007 dev_dbg_f(zd_chip_dev(chip), "FW_LINK_STATUS %#06hx\\n", values[3]); dump_fw_registers() local
1472 zd_rfwritev_locked(struct zd_chip *chip, const u32* values, unsigned int count, u8 bits) zd_rfwritev_locked() argument
1502 zd_rfwritev_cr_locked(struct zd_chip *chip, const u32 *values, unsigned int count) zd_rfwritev_cr_locked() argument
1533 u32 values[2]; zd_chip_get_tsf() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.c89 /* Read a variable number of 32-bit values. Parameter count is not allowed to
92 int zd_ioread32v_locked(struct zd_chip *chip, u32 *values, const zd_addr_t *addr, in zd_ioread32v_locked() argument
104 /* Use stack for values and addresses. */ in zd_ioread32v_locked()
125 values[i] = (v16[j] << 16) | v16[j+1]; in zd_ioread32v_locked()
139 /* Use stack for values and addresses. */ in _zd_iowrite32v_async_locked()
296 u32 *values, unsigned int count) in zd_ioread32v()
301 r = zd_ioread32v_locked(chip, values, addresses, count); in zd_ioread32v()
428 static int read_values(struct zd_chip *chip, u8 *values, size_t count, in read_values() argument
443 values[i++] = v; in read_values()
444 values[ in read_values()
295 zd_ioread32v(struct zd_chip *chip, const zd_addr_t *addresses, u32 *values, unsigned int count) zd_ioread32v() argument
843 u32 values[3]; get_aw_pt_bi() local
994 u16 values[4]; dump_fw_registers() local
1004 dev_dbg_f(zd_chip_dev(chip), "FW_FIRMWARE_VER %#06hx\\n", values[0]); dump_fw_registers() local
1005 dev_dbg_f(zd_chip_dev(chip), "FW_USB_SPEED %#06hx\\n", values[1]); dump_fw_registers() local
1006 dev_dbg_f(zd_chip_dev(chip), "FW_FIX_TX_RATE %#06hx\\n", values[2]); dump_fw_registers() local
1007 dev_dbg_f(zd_chip_dev(chip), "FW_LINK_STATUS %#06hx\\n", values[3]); dump_fw_registers() local
1472 zd_rfwritev_locked(struct zd_chip *chip, const u32* values, unsigned int count, u8 bits) zd_rfwritev_locked() argument
1502 zd_rfwritev_cr_locked(struct zd_chip *chip, const u32 *values, unsigned int count) zd_rfwritev_cr_locked() argument
1533 u32 values[2]; zd_chip_get_tsf() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dlsm.c68 __array(values, struct inner_map);
70 .values = { [0] = &inner_map },
77 __array(values, struct inner_map);
79 .values = { [0] = &inner_map },
H A Dverifier_runtime_jit.c17 __array(values, void (void));
19 .values = {
30 __array(values, void (void));
32 .values = {
/third_party/glfw/tests/
H A Dgamma.c66 int count, unsigned short int* values) in chart_ramp_array()
76 if (nk_chart_push(nk, values[i])) in chart_ramp_array()
79 i, values[i], values[i] / 65535.f); in chart_ramp_array()
64 chart_ramp_array(struct nk_context* nk, struct nk_color color, int count, unsigned short int* values) chart_ramp_array() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTestData.java43 /** Returns CLDR data for the given values. */
44 static CldrData cldrData(CldrValue... values) { in cldrData() argument
45 return CldrDataSupplier.forValues(asList(values)); in cldrData()
49 static CldrValue paradigms(String... values) { in paradigms() argument
53 String.join(" ", values)); in paradigms()
/third_party/node/deps/v8/src/objects/
H A Doption-utils.cc50 std::vector<const char*> values, in GetStringOption()
73 // 2. d. if values is not undefined, then in GetStringOption()
74 if (values.size() > 0) { in GetStringOption()
75 // 2. d. i. If values does not contain an element equal to value, in GetStringOption()
77 for (size_t i = 0; i < values.size(); i++) { in GetStringOption()
78 if (strcmp(values.at(i), value_cstr.get()) == 0) { in GetStringOption()
48 GetStringOption(Isolate* isolate, Handle<JSReceiver> options, const char* property, std::vector<const char*> values, const char* method_name, std::unique_ptr<char[]>* result) GetStringOption() argument
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-traits.h68 template <int... values>
74 template <int value, int... values>
75 struct SumHelper<value, values...> {
76 static const int kValue = value + SumHelper<values...>::kValue;
/third_party/python/Lib/test/support/
H A Dthreading_helper.py32 values = _thread._count(), threading._dangling
33 if values == original_values:
39 dangling_threads = values[1]
41 f"{values[0] - original_values[0]} threads "
42 f"(count: {values[0]}, "
49 values = None
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dimage_diff.cc139 std::vector<amber::Value> values; in LoadPngToBuffer() local
140 values.resize(image.size()); in LoadPngToBuffer()
142 values[i].SetIntValue(image[i]); in LoadPngToBuffer()
145 buffer->SetData(values); in LoadPngToBuffer()
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/liteos/
H A Dgn_file_add_config.py125 for k_name, values in macro_definition_dict.items():
126 if values.find(parent_path) == -1:
128 if values.startswith("drivers/hdf/framework") and head_path.strip():
130 elif source_path.strip() and not values.startswith("drivers/hdf/framework"):
133 for k_name, values in macro_definition_dict.items():
134 if values.find(parent_path) != -1:
/kernel/linux/linux-5.10/drivers/bus/
H A Dts-nbus.c89 * the data gpios are used for reading and writing values, their directions
113 DECLARE_BITMAP(values, 8); in ts_nbus_reset_bus()
115 values[0] = 0; in ts_nbus_reset_bus()
118 ts_nbus->data->info, values); in ts_nbus_reset_bus()
159 DECLARE_BITMAP(values, 8); in ts_nbus_write_byte()
161 values[0] = byte; in ts_nbus_write_byte()
163 gpiod_set_array_value_cansleep(8, gpios->desc, gpios->info, values); in ts_nbus_write_byte()

Completed in 13 milliseconds

1...<<11121314151617181920>>...118