/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 409 virtual void getInputValues (int numValues, void* const* values) const = 0; 482 testCtx.getLog() << TestLog::Message << (m_numValues - numFailed) << " / " << m_numValues << " values passed" << TestLog::EndMessage; in iterate() 501 void getInputValues (int numValues, void* const* values) const in getInputValues() 517 fillRandomScalars(rnd, intRanges[precision].x(), intRanges[precision].y(), values[0], numValues*scalarSize); in getInputValues() 569 void getInputValues (int numValues, void* const* values) const in getInputValues() 585 std::fill((int*)values[0] + scalarSize*0, (int*)values[0] + scalarSize*1, +1); in getInputValues() 586 std::fill((int*)values[0] + scalarSize*1, (int*)values[0] + scalarSize*2, -1); in getInputValues() 587 std::fill((int*)values[ in getInputValues() 633 infNanRandomFloats(int numValues, void* const* values, const char *name, const ShaderSpec& spec) infNanRandomFloats() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderLibraryCase.cpp | 96 // \todo [2010-04-01 petri] Check that all value blocks have matching values. in ShaderCase() 367 int numValues = (int)valueBlock.values.size(); in execute() 375 // Collect VA pointer for inputs and set uniform values for outputs (refs). in execute() 378 const ShaderCase::Value& val = valueBlock.values[valNdx]; in execute() 387 // Replicate values four times. in execute() 488 log << TestLog::Message << "Failing shader input/output values:" << TestLog::EndMessage; in execute() 536 for (int ndx = 0; ndx < (int)valueBlock.values.size(); ndx++) in genVertexShader() 538 const ShaderCase::Value& val = valueBlock.values[ndx]; in genVertexShader() 559 for (int ndx = 0; ndx < (int)valueBlock.values.size(); ndx++) in genVertexShader() 561 const ShaderCase::Value& val = valueBlock.values[nd in genVertexShader() [all...] |
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
H A D | NVCtrl.c | 560 NVCTRLAttributeValidValuesRec *values in XNVCTRLQueryValidTargetAttributeValues32() 581 values->type = rep.attr_type; in XNVCTRLQueryValidTargetAttributeValues32() 583 values->u.range.min = rep.min; in XNVCTRLQueryValidTargetAttributeValues32() 584 values->u.range.max = rep.max; in XNVCTRLQueryValidTargetAttributeValues32() 587 values->u.bits.ints = rep.bits; in XNVCTRLQueryValidTargetAttributeValues32() 589 values->permissions = rep.perms; in XNVCTRLQueryValidTargetAttributeValues32() 603 NVCTRLAttributeValidValuesRec *values in XNVCTRLQueryValidTargetStringAttributeValues() 610 if (!values) return False; in XNVCTRLQueryValidTargetStringAttributeValues() 632 values->type = rep.attr_type; in XNVCTRLQueryValidTargetStringAttributeValues() 633 values in XNVCTRLQueryValidTargetStringAttributeValues() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 409 virtual void getInputValues (int numValues, void* const* values) const = 0; 482 testCtx.getLog() << TestLog::Message << (m_numValues - numFailed) << " / " << m_numValues << " values passed" << TestLog::EndMessage; in iterate() 501 void getInputValues (int numValues, void* const* values) const in getInputValues() 517 fillRandomScalars(rnd, intRanges[precision].x(), intRanges[precision].y(), values[0], numValues*scalarSize); in getInputValues() 569 void getInputValues (int numValues, void* const* values) const in getInputValues() 585 std::fill((int*)values[0] + scalarSize*0, (int*)values[0] + scalarSize*1, +1); in getInputValues() 586 std::fill((int*)values[0] + scalarSize*1, (int*)values[0] + scalarSize*2, -1); in getInputValues() 587 std::fill((int*)values[ in getInputValues() 633 infNanRandomFloats(int numValues, void* const* values, const char *name, const ShaderSpec& spec) infNanRandomFloats() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | uniform_query.cpp | 162 * "If the generating command modifies values through a pointer argu- in _mesa_GetActiveUniformsiv() 163 * ment, no change is made to these values." in _mesa_GetActiveUniformsiv() 231 * error is generated by the Uniform* commands, and no uniform values in validate_uniform_parameters() 327 * values will not be changed." in _mesa_get_uniform() 518 * values works, in section 6.2 "State Tables" on in _mesa_get_uniform() 522 * point state is returned as integer values or in _mesa_get_uniform() 524 * values it is converted in the fashion in _mesa_get_uniform() 573 * values with an unsigned return type. in _mesa_get_uniform() 731 log_uniform(const void *values, enum glsl_base_type basicType, in log_uniform() argument 739 const union gl_constant_value *v = (const union gl_constant_value *) values; in log_uniform() 1141 validate_uniform(GLint location, GLsizei count, const GLvoid *values, unsigned *offset, struct gl_context *ctx, struct gl_shader_program *shProg, enum glsl_base_type basicType, unsigned src_components) validate_uniform() argument [all...] |
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | Message.php | 1049 * @param array $array An array containing message properties and values. 1086 * @param mixed $value The array of values to normalize. 1211 $values = $struct_value->getFields(); variable 1212 $values[$key]= $value; 1224 $values = $list_value->getValues(); variable 1225 $values[]= $value; 1312 $array = ["values"=>$array]; 1352 $values = $this->$getter(); variable 1353 $count = count($values); 1366 foreach ($values a 1392 $values = $this->$getter(); global() variable 1433 $values = $this->$getter(); global() variable 1584 $values = $this->$getter(); global() variable 1602 $values = $this->$getter(); global() variable 1784 $values = $this->$getter(); global() variable 1810 $values = $this->$getter(); global() variable 1846 $values = $this->$getter(); global() variable 1882 $values = $this->$getter(); global() variable [all...] |
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_decoder/ |
H A D | audio_ffmpeg_decoder_plugin.cpp | 103 DiscreteCapability<uint32_t> values; in UpdateInCaps() local 106 values.push_back(codec->supported_samplerates[index]); in UpdateInCaps() 109 capBuilder.SetAudioSampleRateList(values); in UpdateInCaps() 114 DiscreteCapability<AudioChannelLayout> values; in UpdateInCaps() local 117 values.push_back(AudioChannelLayout(codec->channel_layouts[index])); in UpdateInCaps() 120 capBuilder.SetAudioChannelLayoutList(values); in UpdateInCaps() 170 DiscreteCapability<AudioSampleFormat> values; in UpdateOutCaps() local 171 values.push_back(ConvFf2PSampleFmt(AV_SAMPLE_FMT_FLTP)); in UpdateOutCaps() 172 capBuilder.SetAudioSampleFormatList(values); in UpdateOutCaps() 179 DiscreteCapability<AudioSampleFormat> values; in UpdateOutCaps() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | avf_showvolume.c | 56 double *values; member 169 s->values = av_calloc(inlink->ch_layout.nb_channels * VAR_VARS_NB, sizeof(double)); in config_input() 170 if (!s->values) in config_input() 224 s->values[ch * VAR_VARS_NB + VAR_PEAK] = max; in config_output() 225 s->values[ch * VAR_VARS_NB + VAR_VOLUME] = 20.0 * log10(max); in config_output() 226 s->values[ch * VAR_VARS_NB + VAR_CHANNEL] = ch; in config_output() 227 s->color_lut[ch * s->w + i] = av_expr_eval(s->c_expr, &s->values[ch * VAR_VARS_NB], NULL); in config_output() 369 s->values[c * VAR_VARS_NB + VAR_VOLUME] = 20.0 * log10(max); in filter_frame() 404 s->values[c * VAR_VARS_NB + VAR_VOLUME] = 20.0 * log10(max); in filter_frame() 444 snprintf(buf, sizeof(buf), "%.2f", s->values[ in filter_frame() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | for-of12.js | 3 for (v of [0, ""].values()) { }
7 for (v of [0, ""].values()) { }
|
H A D | for-of13.js | 3 for (v of [""].values()) { }
7 for (v of [""].values()) { }
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_base.cpp | 243 std::vector<std::string> values; in CreateTransformOrigin() local 244 StringUtils::SplitStr(transformOrigin, " ", values); in CreateTransformOrigin() 245 if (values.size() == 2) { in CreateTransformOrigin() 246 if (IsKeyWord(values[0]) && IsKeyWord(values[1])) { in CreateTransformOrigin() 247 return FindInKeyWordsMap(values[0] + "_" + values[1]); in CreateTransformOrigin() 248 } else if (IsValidHorizontalKeyWord(values[0])) { in CreateTransformOrigin() 249 x = keyMap.at(values[0]); in CreateTransformOrigin() 250 y = StringUtils::StringToDimension(values[ in CreateTransformOrigin() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceBundleReader.java | 360 /* get signed and unsigned integer values directly from the Resource handle */ 1151 private Object[] values = new Object[SIMPLE_LENGTH]; field in ICUResourceBundleReader.ResourceCache 1167 private static final Object putIfCleared(Object[] values, int index, Object item, int size) { in putIfCleared() argument 1168 Object value = values[index]; in putIfCleared() 1181 values[index] = CacheValue.futureInstancesWillBeStrong() ? in putIfCleared() 1191 Object[] values; field in ICUResourceBundleReader.ResourceCache.Level 1201 values = new Object[length]; in Level() 1208 return values[index]; in get() 1211 Level level = (Level)values[index]; in get() 1223 return putIfCleared(values, inde in putIfAbsent() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUResourceBundleReader.java | 362 /* get signed and unsigned integer values directly from the Resource handle */ 1153 private Object[] values = new Object[SIMPLE_LENGTH]; field in ICUResourceBundleReader.ResourceCache 1169 private static final Object putIfCleared(Object[] values, int index, Object item, int size) { in putIfCleared() argument 1170 Object value = values[index]; in putIfCleared() 1183 values[index] = CacheValue.futureInstancesWillBeStrong() ? in putIfCleared() 1193 Object[] values; field in ICUResourceBundleReader.ResourceCache.Level 1203 values = new Object[length]; in Level() 1210 return values[index]; in get() 1213 Level level = (Level)values[index]; in get() 1225 return putIfCleared(values, inde in putIfAbsent() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.cc | 594 Node* values[] = {Int32Constant(0), value}; in Return() local 595 Node* ret = MakeNode(common()->Return(1), 2, values); in Return() 601 Node* values[] = {Int32Constant(0), v1, v2}; in Return() local 602 Node* ret = MakeNode(common()->Return(2), 3, values); in Return() 608 Node* values[] = {Int32Constant(0), v1, v2, v3}; in Return() local 609 Node* ret = MakeNode(common()->Return(3), 4, values); in Return() 615 Node* values[] = {Int32Constant(0), v1, v2, v3, v4}; in Return() local 616 Node* ret = MakeNode(common()->Return(4), 5, values); in Return() 623 Node** values = new Node_ptr[count + 1]; in Return() 624 values[ in Return() 648 Node* values[] = {pop, value}; PopAndReturn() local 655 Node* values[] = {pop, v1, v2}; PopAndReturn() local 663 Node* values[] = {pop, v1, v2, v3}; PopAndReturn() local 671 Node* values[] = {pop, v1, v2, v3, v4}; PopAndReturn() local [all...] |
/kernel/linux/linux-6.6/security/selinux/include/ |
H A D | conditional.h | 17 u32 *len, char ***names, int **values); 19 int security_set_bools(u32 len, int *values);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_image_span_bridge.cpp | 38 void ParseOuterBorderRadius(ArkUIRuntimeCallInfo* runtimeCallInfo, EcmaVM* vm, std::vector<ArkUI_Float32>& values, in ParseOuterBorderRadius() argument 56 ArkTSUtils::PushOuterBorderDimensionVector(topLeftOptional, values, units); in ParseOuterBorderRadius() 57 ArkTSUtils::PushOuterBorderDimensionVector(topRightOptional, values, units); in ParseOuterBorderRadius() 58 ArkTSUtils::PushOuterBorderDimensionVector(bottomLeftOptional, values, units); in ParseOuterBorderRadius() 59 ArkTSUtils::PushOuterBorderDimensionVector(bottomRightOptional, values, units); in ParseOuterBorderRadius() 223 Local<JSValueRef> values[] = { panda::NumberRef::New(vm, event.GetWidth()), in SetOnComplete() 229 auto eventObject = panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(keys), keys, values); in SetOnComplete() 270 Local<JSValueRef> values[] = { panda::NumberRef::New(vm, event.GetComponentWidth()), in SetOnError() 273 auto eventObject = panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(keys), keys, values); in SetOnError() 394 ArkUI_Float32 values[siz in SetBorderRadius() local [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/ |
H A D | value_proxy.cpp | 48 ValueProxy::Values ValueProxy::Convert(DistributedData::Values &&values) in Convert() argument 51 proxy.value_.reserve(values.size()); in Convert() 52 for (auto &value : values) { in Convert() 58 ValueProxy::Values ValueProxy::Convert(std::vector<NativeRdb::ValueObject> &&values) in Convert() argument 61 proxy.value_.reserve(values.size()); in Convert() 62 for (auto &value : values) { in Convert() 68 ValueProxy::Values ValueProxy::Convert(std::vector<CommonType::Value> &&values) in Convert() argument 71 proxy.value_.reserve(values.size()); in Convert() 72 for (auto &value : values) { in Convert() 78 ValueProxy::Values ValueProxy::Convert(std::vector<DistributedDB::Type> &&values) in Convert() argument [all...] |
/third_party/PyYAML/lib/yaml/ |
H A D | constructor.py | 325 values = match.groupdict() 326 year = int(values['year']) 327 month = int(values['month']) 328 day = int(values['day']) 329 if not values['hour']: 331 hour = int(values['hour']) 332 minute = int(values['minute']) 333 second = int(values['second']) 336 if values['fraction']: 337 fraction = values['fractio [all...] |
/kernel/linux/linux-5.10/security/selinux/include/ |
H A D | conditional.h | 17 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 D | simple-hard-coded.js | 20 values, 23 console.log(values, positionals);
|
/third_party/ffmpeg/libavcodec/ |
H A D | dca_lbr.c | 528 // Average values for third grid in parse_grid_1_chunk() 583 // Average values for third grid in parse_grid_1_sec_ch() 887 // Bit indicating if whole group has zero values in parse_grid_2() 1614 static void synth_tones(DCALbrDecoder *s, int ch, float *values, in synth_tones() argument 1639 values[3] += cf[0] * -s; in synth_tones() 1640 values[2] += cf[1] * c; in synth_tones() 1641 values[1] += cf[2] * s; in synth_tones() 1642 values[0] += cf[3] * -c; in synth_tones() 1645 values[2] += cf[0] * -s; in synth_tones() 1646 values[ in synth_tones() 1678 base_func_synth(DCALbrDecoder *s, int ch, float *values, int sf) base_func_synth() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | data_panel_model_impl.cpp | 24 void DataPanelModelImpl::Create(const std::vector<double>& values, double max, int32_t type) in Create() argument 29 // values in Create() 30 size_t length = static_cast<size_t>(values.size()); in Create() 32 auto value = values[i]; in Create()
|
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/dfx/ |
H A D | multistages_capture_dfx_first_visit.cpp | 61 NativeRdb::ValuesBucket values;
in ReportInternal() local 62 values.PutLong(PhotoColumn::PHOTO_FIRST_VISIT_TIME, task->visitTime_);
in ReportInternal() 63 MediaLibraryCommand updateCmd(OperationObject::FILESYSTEM_PHOTO, OperationType::UPDATE, values);
in ReportInternal()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | medialibrary_album_operations.h | 61 static int32_t AddPhotoAssets(const vector<DataShare::DataShareValuesBucket> &values); 62 static int32_t HandlePhotoAlbum(const OperationType &opType, const NativeRdb::ValuesBucket &values, 64 static int32_t HandleAnalysisPhotoAlbum(const OperationType &opType, const NativeRdb::ValuesBucket &values,
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_ability_adapter/src/ |
H A D | rdb_data_ability_utils.cpp | 35 std::map<std::string, DataShareValueObject::Type> values; in ToDataShareValuesBucket() local 39 values.insert(std::make_pair(key, std::move(dsValue))); in ToDataShareValuesBucket() 41 return DataShareValuesBucket(std::move(values)); in ToDataShareValuesBucket()
|