Home
last modified time | relevance | path

Searched refs:values (Results 576 - 600 of 2991) sorted by relevance

1...<<21222324252627282930>>...120

/third_party/skia/tools/
H A DSkMetaData.cpp34 SkScalar* SkMetaData::setScalars(const char name[], int count, const SkScalar values[]) in setScalars() argument
38 return (SkScalar*)this->set(name, values, sizeof(SkScalar), kScalar_Type, count); in setScalars()
122 const SkScalar* SkMetaData::findScalars(const char name[], int* count, SkScalar values[]) const in findScalars()
129 if (values) in findScalars()
130 memcpy(values, rec->data(), rec->fDataCount * rec->fDataLen); in findScalars()
/third_party/protobuf/ruby/tests/
H A Dwell_known_types_test.rb160 'x' => {list_value: {values: [{number_value: 1.0}, {string_value: "ok"}]}},
169 assert_equal expected_b_x, s['b']['x'].values
170 assert_equal expected_b_x, s[:b][:x].values
171 assert_equal expected_b_x, s['b'][:x].values
172 assert_equal expected_b_x, s[:b]['x'].values
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/examples/
H A Dsimple-hard-coded.js20 values,
23 console.log(values, positionals);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp320 virtual void getInputValues (int numValues, void* const* values) const = 0;
391 testCtx.getLog() << TestLog::Message << (m_numValues - numFailed) << " / " << m_numValues << " values passed" << TestLog::EndMessage; in iterate()
410 void getInputValues (int numValues, void* const* values) const in getInputValues()
419 deUint32* in0 = (deUint32*)values[0]; in getInputValues()
420 deUint32* in1 = (deUint32*)values[1]; in getInputValues()
520 void getInputValues (int numValues, void* const* values) const in getInputValues()
529 deUint32* in0 = (deUint32*)values[0]; in getInputValues()
530 deUint32* in1 = (deUint32*)values[1]; in getInputValues()
628 void getInputValues (int numValues, void* const* values) const in getInputValues()
634 deUint32* in0 = (deUint32*)values[ in getInputValues()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp176 virtual void getInputValues (int numValues, void* const* values) const = 0;
313 m_testCtx.getLog() << TestLog::Message << (m_numValues - numFailed) << " / " << m_numValues << " values passed" << TestLog::EndMessage; in iterate()
340 void getInputValues (int numValues, void* const* values) const in getInputValues()
349 deUint32* in0 = (deUint32*)values[0]; in getInputValues()
350 deUint32* in1 = (deUint32*)values[1]; in getInputValues()
436 void getInputValues (int numValues, void* const* values) const in getInputValues()
445 deUint32* in0 = (deUint32*)values[0]; in getInputValues()
446 deUint32* in1 = (deUint32*)values[1]; in getInputValues()
530 void getInputValues (int numValues, void* const* values) const in getInputValues()
536 deUint32* in0 = (deUint32*)values[ in getInputValues()
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibraryCase.cpp155 for (size_t ndx = 0; ndx < spec.values.inputs.size(); ndx++) in genVertexShader()
157 const Value& val = spec.values.inputs[ndx]; in genVertexShader()
177 for (size_t ndx = 0; ndx < spec.values.inputs.size(); ndx++) in genVertexShader()
179 const Value& val = spec.values.inputs[ndx]; in genVertexShader()
251 genCompareFunctions(shader, spec.values, true); in genFragmentShader()
255 for (size_t ndx = 0; ndx < spec.values.outputs.size(); ndx++) in genFragmentShader()
257 const Value& val = spec.values.outputs[ndx]; in genFragmentShader()
276 genCompareOp(shader, customColorOut ? "dEQP_FragColor" : "gl_FragColor", spec.values, "v_", DE_NULL); in genFragmentShader()
301 for (size_t ndx = 0; ndx < spec.values.inputs.size(); ndx++) in specializeVertexShader()
303 const Value& val = spec.values in specializeVertexShader()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp320 virtual void getInputValues (int numValues, void* const* values) const = 0;
391 testCtx.getLog() << TestLog::Message << (m_numValues - numFailed) << " / " << m_numValues << " values passed" << TestLog::EndMessage; in iterate()
410 void getInputValues (int numValues, void* const* values) const in getInputValues()
419 deUint32* in0 = (deUint32*)values[0]; in getInputValues()
420 deUint32* in1 = (deUint32*)values[1]; in getInputValues()
520 void getInputValues (int numValues, void* const* values) const in getInputValues()
529 deUint32* in0 = (deUint32*)values[0]; in getInputValues()
530 deUint32* in1 = (deUint32*)values[1]; in getInputValues()
628 void getInputValues (int numValues, void* const* values) const in getInputValues()
634 deUint32* in0 = (deUint32*)values[ in getInputValues()
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp336 int values[16] {}; in GetInformation()
338 wglGetPixelFormatAttribivARB(surface, configId, 0, static_cast<UINT>(attribCnt), attribList, values); in GetInformation()
341 res.red_size = static_cast<uint32_t>(values[0]); in GetInformation()
342 res.green_size = static_cast<uint32_t>(values[1]); in GetInformation()
343 res.blue_size = static_cast<uint32_t>(values[2]); in GetInformation()
344 res.alpha_size = static_cast<uint32_t>(values[3]); in GetInformation()
345 res.depth_size = static_cast<uint32_t>(values[4]); in GetInformation()
346 res.stencil_size = static_cast<uint32_t>(values[5]); in GetInformation()
347 res.samples = static_cast<uint32_t>(values[6]); in GetInformation()
351 res.srgb = (values[srgbInde in GetInformation()
[all...]
/third_party/node/lib/internal/console/
H A Dconstructor.js539 const values = [];
544 ArrayPrototypePush(values, _inspect(tabularData[i * 2 + 1]));
550 ArrayPrototypePush(values, _inspect(v));
559 values,
569 const values = [];
572 ArrayPrototypePush(values, _inspect(v));
575 return final([iterKey, valuesKey], [getIndexArray(length), values]);
604 const values = ObjectValues(map);
607 ArrayPrototypePush(values, valuesKeyArray);
610 ArrayPrototypeUnshift(values, indexKeyArra
[all...]
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_stats.py487 # Calls a values().batchGet() on the service to find the list of column names from each sheet in
491 LOGGER.debug("Called [spreadsheets.values().batchGet(spreadsheetId='" + spreadsheet_id +
493 request = service.values().batchGet(spreadsheetId=spreadsheet_id, ranges=header_ranges)
497 if 'values' in response['valueRanges'][k]:
498 # Headers are in the first row of values
499 headers[sheet_name] = response['valueRanges'][k]['values'][0]
505 # Calls values().batchUpdate() with supplied list of data <object(ValueRange)> to update on the
512 LOGGER.debug("Called [spreadsheets.values().batchUpdate(spreadsheetId='" + spreadsheet_id +
514 request = service.values().batchUpdate(
590 'values'
[all...]
/third_party/typescript/tests/baselines/reference/
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)) {
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp241 const std::string& key, const std::string& value, const std::string& index, StyleValues& values) in InitFont()
243 auto [ret, styleValue] = GetStyleValue<Font>(index, values); in InitFont()
276 const std::string& key, const std::string& value, const std::string& index, StyleValues& values) in InitParagrap()
278 auto [ret, styleValue] = GetStyleValue<SpanParagraphStyle>(index, values); in InitParagrap()
326 const std::string& key, const std::string& value, const std::string& index, StyleValues& values) in InitDecoration()
328 auto [ret, styleValue] = GetStyleValue<DecorationSpanParam>(index, values); in InitDecoration()
368 const std::string& key, const std::string& value, const std::string& index, StyleValues& values) in InitDimension()
373 auto [ret, styleValue] = GetStyleValue<T>(index, values); in InitDimension()
384 void HtmlToSpan::InitLineHeight(const std::string& key, const std::string& value, StyleValues& values) in InitLineHeight() argument
388 InitDimension<LineHeightSpanSparam>(key, value, "line-height", values); in InitLineHeight()
240 InitFont( const std::string& key, const std::string& value, const std::string& index, StyleValues& values) InitFont() argument
275 InitParagrap( const std::string& key, const std::string& value, const std::string& index, StyleValues& values) InitParagrap() argument
325 InitDecoration( const std::string& key, const std::string& value, const std::string& index, StyleValues& values) InitDecoration() argument
367 InitDimension( const std::string& key, const std::string& value, const std::string& index, StyleValues& values) InitDimension() argument
425 InitTextShadow( const std::string& key, const std::string& value, const std::string& index, StyleValues& values) InitTextShadow() argument
790 GetStyleValue( const std::string& key, std::map<std::string, StyleValue>& values) GetStyleValue() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp128 int attribute, const std::vector<uint8_t> &values, int result) override
136 device, static_cast<uint8_t>(attribute), values, static_cast<int>(result));
142 const std::vector<uint8_t> &values, int result) override
148 impl_->OnGetPlayerAppSettingCurrentValue(device, attributes, values, static_cast<int>(result));
177 const std::vector<uint8_t> &values, const std::vector<std::string> &valueName, int result) override
183 impl_->OnGetPlayerAppSettingValueText(device, values, valueName, static_cast<int>(result));
276 const std::vector<std::string> &values, int result, int detail) override
283 impl_->OnGetItemAttributes(device, attribtues, values, static_cast<int>(result), static_cast<int>(detail));
368 const std::vector<uint8_t> &values, int result) override
373 impl_->OnPlayerAppSettingChanged(device, attributes, values, static_cas
1273 SetPlayerAppSettingCurrentValue( const BluetoothRemoteDevice &device, const std::vector<uint8_t> &attributes, const std::vector<uint8_t> &values) SetPlayerAppSettingCurrentValue() argument
1351 GetPlayerApplicationSettingValueText( const BluetoothRemoteDevice &device, uint8_t attributeId, const std::vector<uint8_t> &values) GetPlayerApplicationSettingValueText() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp95 const RawAddress &rawAddr, uint8_t attribute, const std::vector<uint8_t> &values, int result) override
97 impl_->OnGetPlayerAppSettingValues(rawAddr, attribute, values, result);
101 const std::vector<uint8_t> &values, int result) override
103 impl_->OnGetPlayerAppSettingCurrentValue(rawAddr, attributes, values, result);
117 void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, const std::vector<uint8_t> &values,
120 impl_->OnGetPlayerAppSettingValueText(rawAddr, values, valueName, result);
163 const std::vector<std::string> &values, int result, int detail) override
165 impl_->OnGetItemAttributes(rawAddr, attributes, values, result, detail);
205 const std::vector<uint8_t> &values, int result) override
207 impl_->OnPlayerAppSettingChanged(rawAddr, attributes, values, resul
1031 SetPlayerAppSettingCurrentValue(const RawAddress &device, const std::vector<int32_t> &attributes, const std::vector<int32_t> &values) SetPlayerAppSettingCurrentValue() argument
1078 GetPlayerAppSettingValueText(const RawAddress &device, int32_t attributes, const std::vector<int32_t> &values) GetPlayerAppSettingValueText() argument
[all...]
/applications/standard/contacts_data/dataBusiness/contacts/src/
H A Dcontacts_type.cpp36 OHOS::NativeRdb::ValuesBucket values; in Insert() local
37 values.PutString(ContentTypeColumns::CONTENT_TYPE, typeValue); in Insert()
39 values.PutInt(ContentTypeColumns::ID, typeId); in Insert()
46 int ret = store_->Insert(outRowId, ContactTableName::CONTACT_TYPE, values); in Insert()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dalt_svc.rs52 fn parse_alt_svc(src_host: &Host, values: &[u8]) -> Option<AltService> { in parse_alt_svc()
54 let mut value_it = values.split(|c| *c == b';'); in parse_alt_svc()
113 Some(values) => {
115 for value in values.iter() {
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Ddata_ability_impl_file_secondpart_test.cpp79 std::vector<NativeRdb::ValuesBucket> values; in HWTEST_F() local
80 ret = dataabilityimpl->BatchInsert(uri, values); in HWTEST_F()
98 std::vector<NativeRdb::ValuesBucket> values; in HWTEST_F() local
99 ret = dataabilityimpl->BatchInsert(uri, values); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_item_group_modifier.cpp28 ArkUINodeHandle node, ArkUI_Uint32 color, const ArkUI_Float32* values, const ArkUI_Int32* units, ArkUI_Int32 length) in ListItemGroupSetDivider()
39 divider.strokeWidth = Dimension(values[CALL_ARG_0], static_cast<OHOS::Ace::DimensionUnit>(units[CALL_ARG_0])); in ListItemGroupSetDivider()
40 divider.startMargin = Dimension(values[CALL_ARG_1], static_cast<OHOS::Ace::DimensionUnit>(units[CALL_ARG_1])); in ListItemGroupSetDivider()
41 divider.endMargin = Dimension(values[CALL_ARG_2], static_cast<OHOS::Ace::DimensionUnit>(units[CALL_ARG_2])); in ListItemGroupSetDivider()
27 ListItemGroupSetDivider( ArkUINodeHandle node, ArkUI_Uint32 color, const ArkUI_Float32* values, const ArkUI_Int32* units, ArkUI_Int32 length) ListItemGroupSetDivider() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_color_matrix.cpp122 MakeSaturate(matrixAttr_.values); in OnInitStyle()
125 MakeHueRotate(matrixAttr_.values); in OnInitStyle()
131 MakeMatrix(matrixAttr_.values); in OnInitStyle()
167 attr.values = val; in ParseAndSetSpecializedAttr()
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dproperty.h68 void SetFormEnum(const std::vector<int> &values);
110 std::shared_ptr<std::vector<Value>> &values);
111 void WriteArrayValues(std::vector<uint8_t> &buffer, const std::shared_ptr<std::vector<Value>> &values);
114 void DumpValues(uint8_t indent, const std::shared_ptr<std::vector<Value>> &values, const std::string &name);
/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/
H A Dringtone_default_setting.cpp193 NativeRdb::ValuesBucket values; in UpdateDefaultSystemTone() local
194 values.PutString(PRELOAD_CONFIG_COLUMN_DISPLAY_NAME, info.second); in UpdateDefaultSystemTone()
195 values.PutInt(PRELOAD_CONFIG_COLUMN_TONE_ID, tone_id); in UpdateDefaultSystemTone()
199 int32_t result = settingMgr_->Update(changedRows, values, absRdbPredicates); in UpdateDefaultSystemTone()
/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

Completed in 19 milliseconds

1...<<21222324252627282930>>...120