Home
last modified time | relevance | path

Searched refs:values (Results 2326 - 2350 of 3199) sorted by relevance

1...<<919293949596979899100>>...128

/third_party/skia/third_party/externals/jinja2/
H A Dfilters.py94 attribute values.
211 All values that are neither `none` nor `undefined` are automatically
364 :param attribute: Filter objects with unique values for this attribute.
443 on nested elements and attributes that may contain undefined values
774 The base is ignored for decimal numbers and non-string values.
800 """Apply the given values to a `printf-style`_ format string, like
801 ``string % values``.
856 values on the last iteration.
954 the values are sorted first so only one group is returned for each
986 _GroupTuple(key, list(values))
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djsimd.c77 /* The code is optimised for these values only */ in jsimd_can_rgb_ycc()
100 /* The code is optimised for these values only */ in jsimd_can_rgb_gray()
123 /* The code is optimised for these values only */ in jsimd_can_ycc_rgb()
306 /* The code is optimised for these values only */ in jsimd_can_h2v2_downsample()
325 /* The code is optimised for these values only */ in jsimd_can_h2v1_downsample()
376 /* The code is optimised for these values only */ in jsimd_can_h2v2_upsample()
395 /* The code is optimised for these values only */ in jsimd_can_h2v1_upsample()
438 /* The code is optimised for these values only */ in jsimd_can_h2v2_fancy_upsample()
459 /* The code is optimised for these values only */ in jsimd_can_h2v1_fancy_upsample()
508 /* The code is optimised for these values onl in jsimd_can_h2v2_merged_upsample()
1041 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al, JCOEF *values, size_t *zerobits) jsimd_encode_mcu_AC_first_prepare() argument
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-source.c313 streams[0].volume.values[ch] = PA_VOLUME_NORM; /* FIXME */ in source_output_push_cb()
318 streams[1].volume.values[ch] = PA_VOLUME_NORM; /* FIXME */ in source_output_push_cb()
/third_party/python/Lib/test/
H A Dtest_pickle.py423 modules = set(IMPORT_MAPPING.values())
426 modules |= {module for module, name in NAME_MAPPING.values()}
/third_party/skia/platform_tools/android/apps/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.cpp185 SetValues(textPickerPattern, settingData.values); in OptionsCreateNode()
927 const RefPtr<TextPickerPattern>& textPickerPattern, const std::vector<uint32_t>& values)
929 textPickerPattern->SetSelecteds(values);
930 ACE_UPDATE_LAYOUT_PROPERTY(TextPickerLayoutProperty, Selecteds, values);
934 const RefPtr<TextPickerPattern>& textPickerPattern, const std::vector<std::string>& values)
936 textPickerPattern->SetValues(values);
937 ACE_UPDATE_LAYOUT_PROPERTY(TextPickerLayoutProperty, Values, values);
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp272 std::vector<uint8_t> values; in SetSurfaceBufferHebcMetaLocked() local
274 values.emplace_back(static_cast<uint8_t>(V2_0::HebcAccessType::HEBC_ACCESS_CPU_ACCESS)); in SetSurfaceBufferHebcMetaLocked()
276 values.emplace_back(static_cast<uint8_t>(V2_0::HebcAccessType::HEBC_ACCESS_HW_ONLY)); in SetSurfaceBufferHebcMetaLocked()
279 buffer->SetMetadata(key, values); in SetSurfaceBufferHebcMetaLocked()
1887 std::vector<uint8_t> values; in SetSurfaceBufferGlobalAlphaUnlocked() local
1888 auto ret = MetadataHelper::ConvertMetadataToVec(globalAlpha_, values); in SetSurfaceBufferGlobalAlphaUnlocked()
1894 buffer->SetMetadata(key, values); in SetSurfaceBufferGlobalAlphaUnlocked()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java80 * <li>surrounding spaces are removed from keywords and values</li>
550 private static Locale[] defaultCategoryLocales = new Locale[Category.values().length];
551 private static ULocale[] defaultCategoryULocales = new ULocale[Category.values().length];
557 for (Category cat: Category.values()) {
565 for (Category cat: Category.values()) {
604 for (Category cat : Category.values()) { in getDefault()
636 for (Category cat : Category.values()) { in setDefault()
681 for (Category cat : Category.values()) { in getDefault()
807 // Compare keyword values in compareTo()
1292 // Some values i in replace()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_clear.c736 /* Convert the depth value to 14-bit zmin/zmax values. */ in radv_get_htile_fast_clear_value()
1031 /* Load the clear color values. */ in build_clear_dcc_comp_to_single_shader()
1039 /* Store the clear color values. */ in build_clear_dcc_comp_to_single_shader()
1546 bool values[4] = {0}; in gfx8_get_fast_clear_parameters() local
1583 values[i] = clear_value->int32[i] != 0; in gfx8_get_fast_clear_parameters()
1591 values[i] = clear_value->uint32[i] != 0U; in gfx8_get_fast_clear_parameters()
1595 values[i] = clear_value->float32[i] != 0.0F; in gfx8_get_fast_clear_parameters()
1601 extra_value = values[i]; in gfx8_get_fast_clear_parameters()
1604 main_value = values[i]; in gfx8_get_fast_clear_parameters()
1616 if (values[ in gfx8_get_fast_clear_parameters()
[all...]
/third_party/cups-filters/utils/
H A Dcups-browsed.c138 /* Timeout values in sec */
614 return (attr->values[element].integer); in ippGetInteger()
621 return (attr->values[element].boolean); in ippGetBoolean()
629 return (attr->values[element].string.text); in ippGetString()
1415 char *values[num_value]; in add_mimetype_attributes() local
1419 values[i]=malloc(sizeof(char) * (strlen(q) + 1)); in add_mimetype_attributes()
1420 snprintf(values[i], strlen(q) + 1, "%s", q); in add_mimetype_attributes()
1424 (const char * const *)values); in add_mimetype_attributes()
1427 free(values[k]); in add_mimetype_attributes()
1428 values[ in add_mimetype_attributes()
1487 char *values[num_value]; add_tagzero_attributes() local
1558 char *values[num_value]; add_keyword_attributes() local
1626 int values[num_value]; add_enum_attributes() local
1689 int values[num_value]; add_margin_attributes() local
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java96 double[] values = {-0.003006, -0.003005, -0.003004, 0.003014, 0.003015, 0.003016}; in TestRoundingScientific10542()
97 // The order of these expected values correspond to the order of roundingModes and the order of values. in TestRoundingScientific10542()
106 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542()
107 values = new double[]{-3006.0, -3005, -3004, 3014, 3015, 3016}; in TestRoundingScientific10542()
108 // The order of these expected values correspond to the order of roundingModes and the order of values. in TestRoundingScientific10542()
117 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542()
118 values = new double[]{0.0, -0.0}; in TestRoundingScientific10542()
119 // The order of these expected values correspon in TestRoundingScientific10542()
175 verifyRounding(DecimalFormat format, double[] values, String[][] expected, int[] roundingModes, String[] descriptions) verifyRounding() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc235 Stack<std::string> values = *csa_generator.EmitGraph(Stack<std::string>{}); in Visit() local
240 CSAGenerator::EmitCSAValue(return_result, values, stream); in Visit()
297 // fields. This prevents using temporary struct values for anything other in InlineMacro()
344 // doesn't correspond to any real return values, and thus shouldn't contain in InlineMacro()
510 base::Optional<Stack<std::string>> values; in VisitMacroCommon() local
513 values = cc_generator.EmitGraph(lowered_parameters); in VisitMacroCommon()
516 values = cc_generator.EmitGraph(lowered_parameters); in VisitMacroCommon()
519 values = csa_generator.EmitGraph(lowered_parameters); in VisitMacroCommon()
528 CCGenerator::EmitCCValue(return_value, *values, csa_ccfile()); in VisitMacroCommon()
531 CCGenerator::EmitCCValue(return_value, *values, csa_ccfil in VisitMacroCommon()
2154 std::vector<VisitResult> values; Visit() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_loader.cpp299 auto& values = *it;
300 if (values.is_array()) {
301 out.reserve(values.array_.size());
302 for (const auto& item : values.array_) {
629 SparseValues values;
632 SetError(loadResult, "Failed to read Sparse.values.bufferView");
635 values.bufferView = loadResult.data->bufferViews[bufferViewIndex].get();
637 SetError(loadResult, "Sparse.values.bufferView is invalid");
641 if (!ParseOptionalNumber<uint32_t>(loadResult, values.byteOffset, jsonData, "bufferOffset", 0)) {
645 return values;
[all...]
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/
H A Drdb_store_test.cpp130 static void RdbSubscribeBriefCallback(void *context, const char *values[], uint32_t count) in RdbSubscribeBriefCallback() argument
1966 OH_VObject *values = OH_Rdb_CreateValueObject(); in SUB_DDM_RDB_4100() local
1968 values->putInt64(values, keys, 1); in SUB_DDM_RDB_4100()
1971 cursor = OH_Rdb_FindModifyTime(storeTestRdbStore_, "rdbstoreimpltest_integer", "ROWID", values); in SUB_DDM_RDB_4100()
2016 OH_VObject *values = OH_Rdb_CreateValueObject(); in SUB_DDM_RDB_4200() local
2018 values->putInt64(values, keys, 1); in SUB_DDM_RDB_4200()
2022 cursor = OH_Rdb_FindModifyTime(storeTestRdbStore_, "", "data_key", values); in SUB_DDM_RDB_4200()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c255 out.values[comp] = LLVMBuildLoad(builder, tmp, ""); in build_streamout_vertex()
1006 * before the VS or TES main function. Return values for the main function.
1305 * system values. in gfx10_ngg_culling_build_end()
1417 /* Return values for the main function. */ in gfx10_ngg_culling_build_end()
1473 /* Set the input VPGRs to the corresponding LDS addresses where the VGPR values are in gfx10_ngg_culling_build_end()
1701 /* Unconditionally (re-)load the values for proper SSA form. */ in gfx10_ngg_build_end()
1715 outputs[i].values[j] = LLVMBuildBitCast(ctx->ac.builder, tmp, in gfx10_ngg_build_end()
1720 outputs[i].values[j] = LLVMBuildLoad2(builder, ctx->ac.f32, addrs[4 * i + j], ""); in gfx10_ngg_build_end()
1736 outputs[i].values[0] = LLVMBuildLoad2(builder, ctx->ac.i32, tmp, ""); in gfx10_ngg_build_end()
1739 outputs[i].values[ in gfx10_ngg_build_end()
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc1689 Handle<FixedArray> values = isolate->factory()->NewFixedArray(size); in New() local
1690 return New(isolate, exception_tag, values); in New()
1695 Handle<FixedArray> values) { in New()
1705 values, StoreOrigin::kMaybeKeyed, in New()
1726 Handle<Object> values; in GetExceptionValues() local
1730 .ToHandle(&values)) { in GetExceptionValues()
1731 DCHECK_IMPLIES(!values->IsUndefined(), values->IsFixedArray()); in GetExceptionValues()
1732 return values; in GetExceptionValues()
1693 New( Isolate* isolate, Handle<WasmExceptionTag> exception_tag, Handle<FixedArray> values) New() argument
/third_party/node/deps/v8/src/ast/
H A Dast.h1045 // A Materializedliteral is simple if the values consist of only
1136 // An AggregateLiteral is simple if the values consist of only
1388 ArrayLiteralBoilerplateBuilder(const ZonePtrList<Expression>* values, in ArrayLiteralBoilerplateBuilder() argument
1390 : values_(values), first_spread_index_(first_spread_index) {} in ArrayLiteralBoilerplateBuilder()
1431 const ZonePtrList<Expression>* values() const { return &values_; } in values() function in v8::internal::final
1440 ArrayLiteral(Zone* zone, const ScopedPtrList<Expression>& values, in ArrayLiteral() argument
1443 values_(values.ToConstVector(), zone), in ArrayLiteral()
1533 // Skip over possibly removed values. in filter()
3055 ArrayLiteral* NewArrayLiteral(const ScopedPtrList<Expression>& values, in NewArrayLiteral() argument
3057 return zone_->New<ArrayLiteral>(zone_, values, in NewArrayLiteral()
3060 NewArrayLiteral(const ScopedPtrList<Expression>& values, int first_spread_index, int pos) NewArrayLiteral() argument
[all...]
/third_party/pulseaudio/src/utils/
H A Dpactl.c529 pa_volume_to_json_object(c->values[channel], print_dB)); in pa_cvolume_to_json_object()
1786 if (cv->values[i] + volume.values[i] < PA_VOLUME_NORM) in volume_relative_adjust()
1787 cv->values[i] = PA_VOLUME_MUTED; in volume_relative_adjust()
1789 cv->values[i] = cv->values[i] + volume.values[i] - PA_VOLUME_NORM; in volume_relative_adjust()
1823 pa_cvolume_set(&volume, supported, volume.values[0]); in fill_volume()
2611 if (parse_volume(args[i], &volume.values[i], &flags) < 0) in parse_volumes()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dtype_constructor_validation_test.cc2235 ast::ExpressionList values; in TEST_P() local
2241 values.push_back(ctor_value_expr); in TEST_P()
2245 auto* tc = Construct(Source{{12, 34}}, ty.Of(s), values); in TEST_P()
2259 ast::ExpressionList values; in TEST_P() local
2266 values.push_back(ctor_value_expr); in TEST_P()
2269 auto* tc = Construct(Source{{12, 34}}, ty.Of(s), values); in TEST_P()
2296 ast::ExpressionList values; in TEST_P() local
2305 values.push_back(ctor_value_expr); in TEST_P()
2308 auto* tc = Construct(ty.Of(s), values); in TEST_P()
/third_party/python/Python/
H A DPython-ast.c262 Py_CLEAR(state->values); in _PyAST_Fini()
357 if ((state->values = PyUnicode_InternFromString("values")) == NULL) return 0; in init_identifiers()
527 "values",
553 "values",
600 "values",
852 "%.400s got multiple values for argument '%U'", in ast_type_init()
1311 "expr = BoolOp(boolop op, expr* values)\n" in init_types()
1317 " | Dict(expr* keys, expr* values)\n" in init_types()
1329 " | JoinedStr(expr* values)\ in init_types()
2581 _PyAST_BoolOp(boolop_ty op, asdl_expr_seq * values, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_BoolOp() argument
2756 _PyAST_Dict(asdl_expr_seq * keys, asdl_expr_seq * values, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_Dict() argument
3029 _PyAST_JoinedStr(asdl_expr_seq * values, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_JoinedStr() argument
8233 asdl_expr_seq* values; obj2ast_expr() local
8577 asdl_expr_seq* values; obj2ast_expr() local
9373 asdl_expr_seq* values; obj2ast_expr() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.cpp713 ArkUI_Float32 values[size]; in SetDivider() local
715 values[LIST_ARG_INDEX_0] = static_cast<ArkUI_Float32>(dividerStrokeWidth.Value()); in SetDivider()
716 values[LIST_ARG_INDEX_1] = static_cast<ArkUI_Float32>(dividerStartMargin.Value()); in SetDivider()
717 values[LIST_ARG_INDEX_2] = static_cast<ArkUI_Float32>(dividerEndMargin.Value()); in SetDivider()
721 GetArkUINodeModifiers()->getListModifier()->listSetDivider(nativeNode, color, values, units, size); in SetDivider()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp933 void SetSwiperNestedScroll(ArkUINodeHandle node, ArkUI_Int32 (*values)[1]) in SetSwiperNestedScroll() argument
937 SwiperModelNG::SetNestedScroll(frameNode, (*values)[0]); in SetSwiperNestedScroll()
954 void SetSwiperToIndex(ArkUINodeHandle node, ArkUI_Int32 (*values)[2]) in SetSwiperToIndex() argument
958 SwiperModelNG::SetSwiperToIndex(frameNode, (*values)[0], (*values)[1]); in SetSwiperToIndex()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dconnect.rs292 pub(crate) values: ValueBuckets,
299 let values = parcel.read::<ValueBuckets>()?; in deserialize()
304 values, in deserialize()
1461 let values = ValueBuckets::default(); in ut_cloud_data_deserialize()
1466 msg_parcel.write(&values).unwrap(); in ut_cloud_data_deserialize()

Completed in 69 milliseconds

1...<<919293949596979899100>>...128