Home
last modified time | relevance | path

Searched refs:values (Results 1201 - 1225 of 3154) sorted by relevance

1...<<41424344454647484950>>...127

/third_party/node/deps/v8/third_party/test262-harness/src/
H A D_monkeyYaml.py109 values = result.group(1).split(",")
110 return [myReadOneLine(v.strip()) for v in values]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dasyncfilters.py72 return [filters._GroupTuple(key, await auto_to_seq(values))
73 for key, values in filters.groupby(sorted(
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-typed-test.h80 typename TestFixture::List values;
81 values.push_back(n);
/third_party/node/deps/npm/lib/utils/
H A Dsbom-spdx.js41 const rels = [...node.edgesOut.values()]
93 location = node.linksIn.values().next().value.location
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_emit.h76 uint32_t num, const uint32_t *values) in etna_set_state_multi()
85 etna_cmd_stream_emit(stream, values[i]); in etna_set_state_multi()
75 etna_set_state_multi(struct etna_cmd_stream *stream, uint32_t base, uint32_t num, const uint32_t *values) etna_set_state_multi() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_nir_optim.c96 get_output_as_const_value(nir_shader *shader, float values[4]) in get_output_as_const_value() argument
107 nir_const_value_to_array(values, c, 4, f32); in get_output_as_const_value()
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-typed-test.h79 typename TestFixture::List values;
80 values.push_back(n);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DFunctionsEGL.h97 EGLnsecsANDROID *values) const;
104 EGLnsecsANDROID *values) const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DSurfaceImpl.h105 EGLnsecsANDROID *values) const;
111 EGLnsecsANDROID *values) const;
/third_party/skia/third_party/externals/jinja2/
H A Dasyncfilters.py79 filters._GroupTuple(key, await auto_to_seq(values))
80 for key, values in filters.groupby(
/third_party/skia/tests/
H A DPointTest.cpp37 const SkScalar values[] = { 1, 1e18f, 1e20f, 1e38f, SK_ScalarInfinity, SK_ScalarNaN }; in test_normalize_cannormalize_consistent() local
39 for (SkScalar val : values) { in test_normalize_cannormalize_consistent()
101 // test that we handle very large values correctly. i.e. that we can
/third_party/typescript/tests/baselines/reference/
H A DnumericStringLiteralTypes.js30 declare function f<T extends Container<unknown>[]>(containers: [...T], callback: (...values: UnwrapContainers<T>) => void): void;
78 declare function f<T extends Container<unknown>[]>(containers: [...T], callback: (...values: UnwrapContainers<T>) => void): void;
H A DunionTypeInference.js64 for (const value of Object.values(deepPromisedWithIndexer)) {
107 for (const value of Object.values(deepPromisedWithIndexer)) {
/third_party/protobuf/
H A Dupdate_file_lists.sh94 awk -v values="$*" -v prefix="$PREFIX" "
99 len = split(values, vlist, \" \");
156 awk -v values="$*" -v prefix="$PREFIX" "
163 len = split(values, vlist, \" \");
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderLibrary.hpp79 std::vector<Element> elements; // Scalar values (variable.varType.getScalarSize() * #values).
178 ValueBlock values; member
228 void dumpValues (tcu::TestLog& log, const ValueBlock& values, int arrayNdx);
/third_party/python/Lib/
H A Dinspect.py179 * If eval_str is true, values of type str will
189 * All accesses to object members and dict values are done
193 eval_str controls whether or not values of type str are replaced
194 with the result of calling eval() on those values:
196 * If eval_str is true, eval() is called on values of type str.
197 * If eval_str is false (the default), values of type str are unchanged.
385 __defaults__ tuple of any default values for arguments
1337 """Get the names and default values of a callable object's parameters.
1343 'defaults' is an n-tuple of the default values of the last n parameters.
1393 for param in sig.parameters.values()
[all...]
H A Dstatistics.py22 multimode List of modes (most common values of data).
39 centred on the data values provided. E.g. if your data points are rounded to
191 for typ, values in groupby(data, type):
193 for n, d in map(_exact_ratio, values):
225 for typ, values in groupby(data, type):
227 for n, d in map(_exact_ratio, values):
351 def _fail_neg(values, errmsg='negative value'):
352 """Iterate over values, failing if any are less than zero."""
353 for x in values:
518 errmsg = 'harmonic mean does not support negative values'
[all...]
H A Dpstats.py48 def __new__(cls, *values):
49 value = values[0]
52 for other_value in values[1:]:
54 obj._all_values = values
467 for cc, nc, tt, ct, callers in self.stats.values():
469 value = next(iter(callers.values()))
598 for calls in callers.values():
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_textpicker_bridge.cpp44 const CalcDimension& dividerEndMargin, ArkUI_Float32 values[], uint32_t size) in PopulateValues()
46 values[NODE_INDEX] = static_cast<ArkUI_Float32>(dividerStrokeWidth.Value()); in PopulateValues()
47 values[STROKE_WIDTH_INDEX] = static_cast<ArkUI_Float32>(dividerStartMargin.Value()); in PopulateValues()
48 values[COLOR_INDEX] = static_cast<ArkUI_Float32>(dividerEndMargin.Value()); in PopulateValues()
410 ArkUI_Float32 values[size]; in SetDivider() local
412 PopulateValues(dividerStrokeWidth, dividerStartMargin, dividerEndMargin, values, size); in SetDivider()
415 nativeNode, colorObj.GetValue(), values, units, size); in SetDivider()
43 PopulateValues(const CalcDimension& dividerStrokeWidth, const CalcDimension& dividerStartMargin, const CalcDimension& dividerEndMargin, ArkUI_Float32 values[], uint32_t size) PopulateValues() argument
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/audio_server_sink/
H A Daudio_server_sink_plugin.cpp137 DiscreteCapability<uint32_t> values; in UpdateSupportedSampleRate() local
141 values.push_back(sampleRate); in UpdateSupportedSampleRate()
144 if (!values.empty()) { in UpdateSupportedSampleRate()
145 inCaps.AppendDiscreteKeys<uint32_t>(Capability::Key::AUDIO_SAMPLE_RATE, values); in UpdateSupportedSampleRate()
152 DiscreteCapability<AudioSampleFormat> values(g_aduFmtMap.size()); in UpdateSupportedSampleFormat()
156 values.emplace_back(std::get<0>(item)); in UpdateSupportedSampleFormat()
159 inCaps.AppendDiscreteKeys(Capability::Key::AUDIO_SAMPLE_FORMAT, values); in UpdateSupportedSampleFormat()
/third_party/libabigail/src/
H A Dabg-ini.cc381 /// @param values the instance of @ref list_property_value to copy from.
382 list_property_value::list_property_value(const vector<string>& values) in list_property_value() argument
384 priv_(new priv(values)) in list_property_value()
401 /// @param values the new content, which is a vector of strings.
403 list_property_value::set_content(const vector<string>& values) in set_content() argument
405 priv_->values_ = values; in set_content()
724 /// @param values the tuple value of the property.
733 /// @param values the new tuple value of the property.
1472 vector<property_value_sptr> values; in read_tuple_property_value() local
1477 values in read_tuple_property_value()
[all...]
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DDescriptorsTest.java82 assertEquals(FieldDescriptor.Type.values().length, in testFieldTypeEnumMapping()
83 FieldDescriptorProto.Type.values().length); in testFieldTypeEnumMapping()
84 for (FieldDescriptor.Type type : FieldDescriptor.Type.values()) { in testFieldTypeEnumMapping()
401 FieldDescriptor.Type[] values1 = FieldDescriptor.Type.values(); in testFieldTypeTablesMatch()
402 WireFormat.FieldType[] values2 = WireFormat.FieldType.values(); in testFieldTypeTablesMatch()
416 FieldDescriptor.JavaType[] values1 = FieldDescriptor.JavaType.values(); in testJavaTypeTablesMatch()
417 WireFormat.JavaType[] values2 = WireFormat.JavaType.values(); in testJavaTypeTablesMatch()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H A DFont.java160 for (PlatformId platform : PlatformId.values()) { in valueOf()
201 for (UnicodeEncodingId encoding : UnicodeEncodingId.values()) { in valueOf()
244 for (WindowsEncodingId encoding : WindowsEncodingId.values()) { in valueOf()
312 for (MacintoshEncodingId encoding : MacintoshEncodingId.values()) { in valueOf()
388 return this.tables.values().iterator(); in iterator()
682 for (Table.Builder<? extends Table> tableBuilder : this.tableBuilders.values()) { in readyToBuild()
857 for (Table.Builder<? extends Table> builder : builderMap.values()) { in buildTablesFromBuilders()
/base/request/request/services/src/manage/scheduler/queue/
H A Dmod.rs113 .values()
114 .chain(self.upload_queue.values())
221 for task in queue.values() {
/base/startup/init/services/modules/seccomp/scripts/tools/
H A Dlibc_static_analysis.py48 values = list(name_nr_table_dict.get(self.arch).values())
49 nrs = [keys[values.index(nr_item)] for nr_item in self.nr]

Completed in 17 milliseconds

1...<<41424344454647484950>>...127