Home
last modified time | relevance | path

Searched refs:values (Results 301 - 325 of 3751) sorted by relevance

1...<<11121314151617181920>>...151

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DResultSpec.java72 // Splitter for any values (either in CLDR data or results specifications). The only time
73 // values are split differently is when quoting exists in the "values" instruction.
83 // Declared instructions with which to generate result values (see Instruction).
87 // This mechanism is used when an xpath attribute is a space separated list of values and
197 // Create an array of output values according to the CLDR value (if present) and the
198 // "values" instruction in the result specification (if present). Any functions present in
199 // the "values" instruction are invoked here.
203 // No "values" instruction, so just use the _unsplit_ CLDR value. To split a CLDR in getValues()
204 // value use "values in getValues()
399 private final ImmutableList<String> values; global() field in ResultSpec.AbstractResult
408 AbstractResult(RbPath key, Iterable<String> values, Optional<CldrPath> path) AbstractResult() argument
471 MatchedResult(RbPath key, Iterable<String> values, CldrPath path) MatchedResult() argument
491 FallbackResult(RbPath rbPath, Iterable<String> values) FallbackResult() argument
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-literal-storage.c55 if (symbol_list_p->values[i] != JMEM_CP_NULL) in ecma_free_symbol_list()
58 symbol_list_p->values[i]); in ecma_free_symbol_list()
84 if (string_list_p->values[i] != JMEM_CP_NULL) in ecma_free_string_list()
87 string_list_p->values[i]); in ecma_free_string_list()
114 if (number_list_p->values[i] != JMEM_CP_NULL) in ecma_free_number_list()
116 ecma_number_t *num_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_number_t, number_list_p->values[i]); in ecma_free_number_list()
174 if (string_list_p->values[i] == JMEM_CP_NULL) in ecma_find_or_create_literal_string()
178 empty_cpointer_p = string_list_p->values + i; in ecma_find_or_create_literal_string()
188 string_list_p->values[i]); in ecma_find_or_create_literal_string()
219 new_item_p->values[ in ecma_find_or_create_literal_string()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c74 LLVMValueRef values[4]; member
449 LLVMValueRef values[4]; in load_vs_input() local
466 values[chan] = ac_build_struct_tbuffer_load( in load_vs_input()
471 input = ac_build_gather_values(&ctx->ac, values, num_channels); in load_vs_input()
510 LLVMValueRef values[4]; in radv_load_vs_inputs() local
512 load_vs_input(ctx, driver_location, type, values); in radv_load_vs_inputs()
515 values[i] = LLVMBuildBitCast(ctx->ac.builder, values[i], type, ""); in radv_load_vs_inputs()
517 return ac_build_varying_gather_values(&ctx->ac, values, num_components, component); in radv_load_vs_inputs()
572 si_llvm_init_export_args(struct radv_shader_context *ctx, LLVMValueRef *values, in si_llvm_init_export_args() argument
733 radv_export_param(struct radv_shader_context *ctx, unsigned index, LLVMValueRef *values, unsigned enabled_channels) radv_export_param() argument
1088 LLVMValueRef values[4]; handle_fs_outputs_post() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dvalues.h18 int perf_read_values_init(struct perf_read_values *values);
19 void perf_read_values_destroy(struct perf_read_values *values);
21 int perf_read_values_add_value(struct perf_read_values *values,
25 void perf_read_values_display(FILE *fp, struct perf_read_values *values,
/kernel/linux/linux-6.6/tools/perf/util/
H A Dvalues.h18 int perf_read_values_init(struct perf_read_values *values);
19 void perf_read_values_destroy(struct perf_read_values *values);
21 int perf_read_values_add_value(struct perf_read_values *values,
25 void perf_read_values_display(FILE *fp, struct perf_read_values *values,
/third_party/musl/src/conf/
H A Dfpathconf.c7 static const short values[] = { in fpathconf() local
30 if (name >= sizeof(values)/sizeof(values[0])) { in fpathconf()
34 return values[name]; in fpathconf()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DGsubLookupType.java24 if (typeNum <= 0 || typeNum > values.length) { in forTypeNum()
28 return values[typeNum - 1]; in forTypeNum()
31 private static final GsubLookupType[] values = values(); field in GsubLookupType
/third_party/typescript/tests/baselines/reference/
H A DnewLexicalEnvironmentForConvertedLoop.js7 for (const [value, i] of baz(set.values)) {
11 set.values.push(...[]);
24 (_c = set.values).push.apply(_c, []);
26 for (var _i = 0, _a = baz(set.values); _i < _a.length; _i++) {
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_options.c241 .values = bond_mode_tbl,
249 .values = bond_pps_tbl,
256 .values = bond_xmit_hashtype_tbl,
265 .values = bond_arp_validate_tbl,
272 .values = bond_arp_all_targets_tbl,
280 .values = bond_fail_over_mac_tbl,
289 .values = bond_intmax_tbl,
298 .values = bond_missed_max_tbl,
319 .values = bond_intmax_tbl,
326 .values
[all...]
/applications/standard/contacts_data/test/unittest/include/
H A Dcontactability_test.h30 OHOS::DataShare::DataShareValuesBucket values; member in Contacts::Test::ContactAsync
37 ContactAsync(OHOS::DataShare::DataShareValuesBucket &values, std::map<int, in ContactAsync() argument
40 this->values = values; in ContactAsync()
70 int64_t code = contactsDataAbility.Insert(uriRawContact, this->values); in Insert()
75 this->values)); in Insert()
143 OHOS::DataShare::DataShareValuesBucket &values, std::string testName);
153 int64_t RawContactInsertValues(OHOS::DataShare::DataShareValuesBucket &values);
154 int64_t ContactDataInsertValues(OHOS::DataShare::DataShareValuesBucket &values);
155 int64_t GroupsInsertValues(OHOS::DataShare::DataShareValuesBucket &values);
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_pm_metrics.c82 kbdev->pm.backend.metrics.values.time_busy = 0; in kbasep_pm_metrics_init()
83 kbdev->pm.backend.metrics.values.time_idle = 0; in kbasep_pm_metrics_init()
84 kbdev->pm.backend.metrics.values.busy_cl[0] = 0; in kbasep_pm_metrics_init()
85 kbdev->pm.backend.metrics.values.busy_cl[1] = 0; in kbasep_pm_metrics_init()
86 kbdev->pm.backend.metrics.values.busy_gl = 0; in kbasep_pm_metrics_init()
136 kbdev->pm.backend.metrics.values.time_busy += ns_time; in kbase_pm_get_dvfs_utilisation_calc()
138 kbdev->pm.backend.metrics.values.busy_cl[0] += ns_time; in kbase_pm_get_dvfs_utilisation_calc()
141 kbdev->pm.backend.metrics.values.busy_cl[1] += ns_time; in kbase_pm_get_dvfs_utilisation_calc()
146 kbdev->pm.backend.metrics.values.busy_gl += ns_time; in kbase_pm_get_dvfs_utilisation_calc()
150 kbdev->pm.backend.metrics.values in kbase_pm_get_dvfs_utilisation_calc()
[all...]
/third_party/node/lib/internal/util/parse_args/
H A Dparse_args.js116 * Store the option value in `values`.
120 * @param {object} values - option values returned in `values` by parseArgs
122 function storeOption(longOption, optionValue, options, values) {
132 // values[longOption] starts out not present,
134 // subsequent values are pushed to existing array.
135 // (note: values has null prototype, so simpler usage)
136 if (values[longOption]) {
137 ArrayPrototypePush(values[longOptio
[all...]
/third_party/node/deps/v8/tools/
H A Dperf-compare.py32 def Mean(values):
33 return float(sum(values)) / len(values)
36 def Variance(values, average):
37 return map(lambda x: (x - average) ** 2, values)
40 def StandardDeviation(values, average):
41 return math.sqrt(Statistics.Mean(Statistics.Variance(values, average)))
148 values = map(float, trace['results'])
149 count = len(values)
150 mean = Statistics.Mean(values)
[all...]
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/
H A Dindex.js117 * Store the option value in `values`.
122 * @param {object} values - option values returned in `values` by parseArgs
124 function storeOption(longOption, optionValue, options, values) {
134 // values[longOption] starts out not present,
136 // subsequent values are pushed to existing array.
137 // (note: values has null prototype, so simpler usage)
138 if (values[longOption]) {
139 ArrayPrototypePush(values[longOptio
[all...]
/third_party/vk-gl-cts/executor/tools/
H A DxeExtractValues.cpp21 * \brief Extract values by name from logs.
63 vector<Value> values; member
158 tagResult.values.resize(tagNames.size()); in testCaseResultComplete()
184 tagResult.values[valNdx] = findValueByTag(fullResult.resultItems, tagNames[valNdx]); in testCaseResultComplete()
223 BatchResultValues values(cmdLine.tagNames); in printTaggedValues()
225 readLogFile(values, cmdLine.filename.c_str()); in printTaggedValues()
233 for (vector<string>::const_iterator tagName = values.getTagNames().begin(); tagName != values.getTagNames().end(); ++tagName) in printTaggedValues()
239 for (int resultNdx = 0; resultNdx < (int)values.size(); resultNdx++) in printTaggedValues()
241 const CaseValues& result = values[resultNd in printTaggedValues()
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragmentOpUtil.cpp39 inline T triQuadInterpolate (const T values[4], float xFactor, float yFactor) in triQuadInterpolate() argument
42 return values[0] + (values[2]-values[0])*xFactor + (values[1]-values[0])*yFactor; in triQuadInterpolate()
44 return values[3] + (values[1]-values[3])*(1.0f-xFactor) + (values[ in triQuadInterpolate()
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_rdb_test/src/
H A Dmedialibrary_rdb_test.cpp118 ValuesBucket values; in HWTEST_F() local
120 values.PutString(MEDIA_DATA_DB_NAME, name); in HWTEST_F()
122 values.PutString(MEDIA_DATA_DB_FILE_PATH, data); in HWTEST_F()
124 values.PutString(MEDIA_DATA_DB_TITLE, title); in HWTEST_F()
126 values.PutInt(MEDIA_DATA_DB_ID, fileId); in HWTEST_F()
127 cmd.SetValueBucket(values); in HWTEST_F()
141 ValuesBucket values; in HWTEST_F() local
143 values.PutString(MEDIA_DATA_DB_NAME, name); in HWTEST_F()
145 values.PutString(MEDIA_DATA_DB_NAME, displayname); in HWTEST_F()
146 cmd.SetValueBucket(values); in HWTEST_F()
170 ValuesBucket values; HWTEST_F() local
369 PrepareUserAlbum(const string &albumName, const string &relativePath, ValuesBucket &values) PrepareUserAlbum() argument
[all...]
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dpwrseq_simple.c42 unsigned long *values; in mmc_pwrseq_simple_set_gpios_value() local
45 values = bitmap_alloc(nvalues, GFP_KERNEL); in mmc_pwrseq_simple_set_gpios_value()
46 if (!values) in mmc_pwrseq_simple_set_gpios_value()
50 bitmap_fill(values, nvalues); in mmc_pwrseq_simple_set_gpios_value()
52 bitmap_zero(values, nvalues); in mmc_pwrseq_simple_set_gpios_value()
55 reset_gpios->info, values); in mmc_pwrseq_simple_set_gpios_value()
57 kfree(values); in mmc_pwrseq_simple_set_gpios_value()
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H A Dvsp1_hgt.c73 const u8 *values = ctrl->p_new.p_u8; in hgt_hue_areas_try_ctrl() local
78 * control min, max and step. The values must match one of the following in hgt_hue_areas_try_ctrl()
87 if (values[i] > values[i+1]) in hgt_hue_areas_try_ctrl()
92 if (values[0] > values[1] && values[11] > values[0]) in hgt_hue_areas_try_ctrl()
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dpwrseq_simple.c42 unsigned long *values; in mmc_pwrseq_simple_set_gpios_value() local
45 values = bitmap_alloc(nvalues, GFP_KERNEL); in mmc_pwrseq_simple_set_gpios_value()
46 if (!values) in mmc_pwrseq_simple_set_gpios_value()
50 bitmap_fill(values, nvalues); in mmc_pwrseq_simple_set_gpios_value()
52 bitmap_zero(values, nvalues); in mmc_pwrseq_simple_set_gpios_value()
55 reset_gpios->info, values); in mmc_pwrseq_simple_set_gpios_value()
57 bitmap_free(values); in mmc_pwrseq_simple_set_gpios_value()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hgt.c73 const u8 *values = ctrl->p_new.p_u8; in hgt_hue_areas_try_ctrl() local
78 * control min, max and step. The values must match one of the following in hgt_hue_areas_try_ctrl()
87 if (values[i] > values[i+1]) in hgt_hue_areas_try_ctrl()
92 if (values[0] > values[1] && values[11] > values[0]) in hgt_hue_areas_try_ctrl()
/third_party/libinput/src/
H A Dutil-matrix.h53 matrix_from_farray6(struct matrix *m, const float values[6]) in matrix_from_farray6() argument
56 m->val[0][0] = values[0]; in matrix_from_farray6()
57 m->val[0][1] = values[1]; in matrix_from_farray6()
58 m->val[0][2] = values[2]; in matrix_from_farray6()
59 m->val[1][0] = values[3]; in matrix_from_farray6()
60 m->val[1][1] = values[4]; in matrix_from_farray6()
61 m->val[1][2] = values[5]; in matrix_from_farray6()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_container_span_modifier.cpp28 ArkUINodeHandle node, ArkUI_Uint32 color, const ArkUI_Float32* values, const ArkUI_Int32* units, ArkUI_Int32 length) in SetContainerSpanTextBackgroundStyle()
37 borderRadius.radiusTopLeft = Dimension(values[NUM_0], static_cast<OHOS::Ace::DimensionUnit>(units[NUM_0])); in SetContainerSpanTextBackgroundStyle()
38 borderRadius.radiusTopRight = Dimension(values[NUM_1], static_cast<OHOS::Ace::DimensionUnit>(units[NUM_1])); in SetContainerSpanTextBackgroundStyle()
39 borderRadius.radiusBottomLeft = Dimension(values[NUM_2], static_cast<OHOS::Ace::DimensionUnit>(units[NUM_2])); in SetContainerSpanTextBackgroundStyle()
40 borderRadius.radiusBottomRight = Dimension(values[NUM_3], static_cast<OHOS::Ace::DimensionUnit>(units[NUM_3])); in SetContainerSpanTextBackgroundStyle()
27 SetContainerSpanTextBackgroundStyle( ArkUINodeHandle node, ArkUI_Uint32 color, const ArkUI_Float32* values, const ArkUI_Int32* units, ArkUI_Int32 length) SetContainerSpanTextBackgroundStyle() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_dir_operations.cpp70 ValuesBucket values; in CreateDirOperation() local
71 values.PutString(MEDIA_DATA_DB_NAME, MEDIA_NO_FILE); in CreateDirOperation()
72 values.PutString(MEDIA_DATA_DB_RELATIVE_PATH, relativePath); in CreateDirOperation()
73 values.PutInt(MEDIA_DATA_DB_MEDIA_TYPE, MEDIA_TYPE_NOFILE); in CreateDirOperation()
74 cmd.SetValueBucket(values); in CreateDirOperation()
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/
H A Dmedialibrary_device_db.cpp29 int64_t MediaLibraryDeviceDb::InsertDeviceInfo(const ValuesBucket &values, const shared_ptr<RdbStore> &rdbStore) in InsertDeviceInfo() argument
33 int32_t insertResult = rdbStore->Insert(outRowId, DEVICE_TABLE, values); in InsertDeviceInfo()
53 int32_t MediaLibraryDeviceDb::UpdateDeviceInfo(const ValuesBucket &values, const shared_ptr<RdbStore> &rdbStore) in UpdateDeviceInfo() argument
60 auto contains = values.GetObject(DEVICE_DB_UDID, obj); in UpdateDeviceInfo()
70 int32_t updateResult = rdbStore->Update(updatedRows, DEVICE_TABLE, values, DEVICE_DB_COND, whereArgs); in UpdateDeviceInfo()

Completed in 12 milliseconds

1...<<11121314151617181920>>...151