Home
last modified time | relevance | path

Searched refs:values (Results 2426 - 2450 of 3199) sorted by relevance

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

/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp1503 napi_value MediaLibraryNapiUtils::GetNapiValueArray(napi_env env, napi_value arg, vector<napi_value> &values) in GetNapiValueArray() argument
1527 values.push_back(value); in GetNapiValueArray()
1535 napi_value MediaLibraryNapiUtils::GetStringArray(napi_env env, vector<napi_value> &napiValues, vector<string> &values) in GetStringArray() argument
1546 values.emplace_back(buffer.get()); in GetStringArray()
1562 napi_env env, vector<napi_value> &napiValues, vector<string> &values) in GetUriArrayFromAssets()
1575 values.push_back(GetUriFromAsset(obj)); in GetUriArrayFromAssets()
1561 GetUriArrayFromAssets( napi_env env, vector<napi_value> &napiValues, vector<string> &values) GetUriArrayFromAssets() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/
H A Dmedialibrary_backup_test.cpp189 const NativeRdb::ValuesBucket values = restoreService->GetInsertValue(fileInfos[i], TEST_BACKUP_PATH, in RestoreFromGallery() local
192 if (photosStorePtr->Insert(rowNum, "Photos", values) != E_OK) { in RestoreFromGallery()
207 const NativeRdb::ValuesBucket values = restoreService->GetInsertValue(fileInfos[i], TEST_BACKUP_PATH, in RestoreFromExternal() local
210 if (photosStorePtr->Insert(rowNum, "Photos", values) != E_OK) { in RestoreFromExternal()
1761 ValuesBucket values = upgrade->GetInsertValue(fileInfo, fileInfo.cloudPath, SourceType::GALLERY); in InsertPhoto() local
1763 if (upgrade->mediaLibraryRdb_->Insert(rowNum, PhotoColumn::PHOTOS_TABLE, values) != E_OK) { in InsertPhoto()
/third_party/mesa3d/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp265 nir_const_value values[NIR_MAX_VEC_COMPONENTS]; in create_indirect_store() local
267 values[i] = nir_const_value_for_raw_uint((id << 4) | i, bit_size); in create_indirect_store()
268 nir_ssa_def *value = nir_build_imm(b, components, bit_size, values); in create_indirect_store()
329 nir_const_value values[NIR_MAX_VEC_COMPONENTS]; in create_shared_store() local
331 values[i] = nir_const_value_for_raw_uint((id << 4) | i, bit_size); in create_shared_store()
332 nir_ssa_def *value = nir_build_imm(b, components, bit_size, values); in create_shared_store()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_query.c447 /* Pack values. */ in build_tfb_query_shader()
681 /* Pack values. */ in build_pg_query_shader()
1107 * geometry shader with NGG), allocate 2x64-bit values for begin/end. in radv_CreateQueryPool()
1123 /* When the query pool needs GDS, allocate 4x64-bit values for begin/end of NGG GS and in radv_CreateQueryPool()
1457 unsigned values = (flags & VK_QUERY_RESULT_WITH_AVAILABILITY_BIT) ? 1 : 0; in radv_query_result_size() local
1465 values += 1; in radv_query_result_size()
1468 values += util_bitcount(pool->pipeline_stats_mask); in radv_query_result_size()
1471 values += 2; in radv_query_result_size()
1474 values += 1; in radv_query_result_size()
1479 return values * ((flag in radv_query_result_size()
[all...]
/third_party/node/deps/openssl/openssl/
H A DConfigure331 # Some values are quoted. Trim the quotes
1090 if (grep { scalar @$_ > 0 } values %useradd) {
1091 # Hash of env / make variables names. The possible values are:
1103 if (grep { $_ & 1 } values %detected_vars) {
1115 # were set, and canonicalise the values we got. If no compiler or linker
1117 # environment for values.
1119 grep { defined $_ && (ref $_ ne 'ARRAY' || @$_) } values %useradd;
1331 # Fill %config with values from %user, and in case those are undefined or
1332 # empty, use values from %target (acting as a default).
1761 # Some of the 'shared_target' values do
[all...]
/third_party/openssl/
H A DConfigure331 # Some values are quoted. Trim the quotes
1092 if (grep { scalar @$_ > 0 } values %useradd) {
1093 # Hash of env / make variables names. The possible values are:
1105 if (grep { $_ & 1 } values %detected_vars) {
1117 # were set, and canonicalise the values we got. If no compiler or linker
1119 # environment for values.
1121 grep { defined $_ && (ref $_ ne 'ARRAY' || @$_) } values %useradd;
1333 # Fill %config with values from %user, and in case those are undefined or
1334 # empty, use values from %target (acting as a default).
1758 # Some of the 'shared_target' values do
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp881 // Reference values for info that is expected to be reported by glGetActiveUniform() or glGetActiveUniformsiv().
897 // Get uniform values with glGetUniform*() and put to valuesDst. Uniforms that get -1 from glGetUniformLocation() get glu::TYPE_INVALID.
899 // Assign the basicUniforms[].finalValue values for uniforms. \note rnd parameter is for booleans (true can be any nonzero value).
901 // Compare the uniform values given in values (obtained with glGetUniform*()) with the basicUniform.finalValue values.
902 bool compareUniformValues (const vector<VarValue>& values, const vector<BasicUniform>& basicUniforms);
1543 bool UniformCase::compareUniformValues (const vector<VarValue>& values, const vector<BasicUniform>& basicUniforms) in compareUniformValues() argument
1551 const VarValue& unifValue = values[unifNdx]; in compareUniformValues()
1638 log << TestLog::Message << "Success: got all-green pixels (all uniforms have correct values)" << TestLo in renderTest()
1803 vector<VarValue> values; test() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp435 void verifyUniformValues (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, const GLfloat* values) in verifyUniformValues() argument
447 if (values[ndx] != state[ndx]) in verifyUniformValues()
449 testCtx.getLog() << TestLog::Message << "// ERROR: at index " << ndx << " expected " << values[ndx] << "; got " << state[ndx] << TestLog::EndMessage; in verifyUniformValues()
458 void verifyUniformMatrixValues (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, const GLfloat* values, bool transpose) in verifyUniformMatrixValues() argument
474 if (values[refIndex] != state[stateIndex]) in verifyUniformMatrixValues()
476 testCtx.getLog() << TestLog::Message << "// ERROR: at index [" << y << "][" << x << "] expected " << values[refIndex] << "; got " << state[stateIndex] << TestLog::EndMessage; in verifyUniformMatrixValues()
2147 // the values of the matrix are returned in column major order but they can be given in either order in test()
2201 // query values in test()
2226 // verify the returned values in test()
2316 // uniform values
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp2125 ListMainSizeValues values; in PredictBuildGroup() local
2126 values.startPos = startPos; in PredictBuildGroup()
2127 values.endPos = endPos; in PredictBuildGroup()
2128 values.referencePos = referencePos; in PredictBuildGroup()
2129 values.prevContentMainSize = listMainSizeValues.prevContentMainSize; in PredictBuildGroup()
2130 values.forward = listMainSizeValues.forward; in PredictBuildGroup()
2131 values.backward = listMainSizeValues.backward; in PredictBuildGroup()
2132 groupPattern->LayoutCache(constraint, deadline, forwardCached, backwardCached, values); in PredictBuildGroup()
/third_party/mesa3d/include/GL/
H A Dgl.h136 /* Boolean values */
1193 const GLfloat *values );
1195 const GLuint *values );
1197 const GLushort *values );
1199 GLAPI void GLAPIENTRY glGetPixelMapfv( GLenum map, GLfloat *values );
1200 GLAPI void GLAPIENTRY glGetPixelMapuiv( GLenum map, GLuint *values );
1201 GLAPI void GLAPIENTRY glGetPixelMapusv( GLenum map, GLushort *values );
1638 GLvoid *values );
1653 GLvoid *values );
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c85 /* TGSI temps for our NIR SSA and register values. */
1098 float values[4]; in ntt_get_load_const_src() local
1101 values[i] = uif(instr->value[i].u32); in ntt_get_load_const_src()
1103 return ureg_DECL_immediate(c->ureg, values, num_components); in ntt_get_load_const_src()
1105 uint32_t values[4]; in ntt_get_load_const_src() local
1109 values[i] = instr->value[i].u32; in ntt_get_load_const_src()
1113 values[i * 2 + 0] = instr->value[i].u64 & 0xffffffff; in ntt_get_load_const_src()
1114 values[i * 2 + 1] = instr->value[i].u64 >> 32; in ntt_get_load_const_src()
1119 return ureg_DECL_immediate_uint(c->ureg, values, num_components); in ntt_get_load_const_src()
3068 * can handle for 64-bit values i
[all...]
/third_party/openGLES/xml/
H A Dreadme.tex368 constrained to values defined by the corresponding \tag{group}. C
386 \item \attr{type} - a string describing the data type of the values of
404 on enumerant values, to improve human readability).
441 named enum, so that different APIs may have different values for
446 for \code{unsigned} 32- and 64-bit integer values, respectively.
448 sorting of values, and is rarely used.
476 values and is not needed for header generation.
609 parameter values, and possibly current GL state as well.
/third_party/python/Lib/test/
H A Dtest_ast.py502 with self.assertRaisesRegex(TypeError, "Num got multiple values for argument 'n'"):
504 with self.assertRaisesRegex(TypeError, "Constant got multiple values for argument 'value'"):
1207 malformed = ast.Dict(keys=[ast.Constant(1), ast.Constant(2)], values=[ast.Constant(3)])
1209 malformed = ast.Dict(keys=[ast.Constant(1)], values=[ast.Constant(2), ast.Constant(3)])
1238 # issue13436: Bad error message with invalid numeric values
1511 self.expr(b, "less than 2 values")
1513 self.expr(b, "less than 2 values")
1539 self.expr(d, "same number of keys as values")
1876 values = (123, 123.0, 123j,
1880 for value in values
[all...]
H A Dtest_mailbox.py311 # Get values using itervalues()
316 # Get values using __iter__()
321 # Get values using values()
322 self._check_iteration(self._box.values, do_keys=False, do_values=True)
325 # Get keys and values using iteritems()
330 # Get keys and values using items()
336 keys, values = [], []
339 values.append(self._template % i)
358 self.assertEqual(len(values), coun
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py211 def __init__ (self, name, aType, pointer, qualifiers, arraySizeList, optional, limittype, values, fieldWidth):
219 self.values = values # allowed member values
371 # convert to string so that type matches the type in which values
682 memberNode.get("values"), # values
910 # has defined value - we need to change those values to versions supported by SC
913 if struct.members[0].values == promotedEnumerator.name:
914 struct.members[0].values
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
H A Djson.h50 /** Tag for JSON values which contain read-only strings. The source JSON string must be kept alive until the parsing
54 /** Tag for JSON values which contain writable strings. Life time of the parsing results doens't depend on the source
65 /** JSON structure which contains writable strings. String values can be modified and if the instance was generated by
150 value_t(array_t<Value> values) noexcept : type { type::array }, array_(array {})
152 array_.reserve(values.size());
153 for (const auto& value : values) {
540 // values
816 // push the empty array on the stack and hope to find values
865 // comma allowed only between objects and values inside an array
1069 if ((i + 4U) < str.size()) { // Expecting 4 hexadecimal values
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Djs_datashare_ext_ability.cpp759 int JsDataShareExtAbility::BatchInsert(const Uri &uri, const std::vector<DataShareValuesBucket> &values) in BatchInsert() argument
762 ret = DataShareExtAbility::BatchInsert(uri, values); in BatchInsert()
793 for (const auto &value : values) { in BatchInsert()
1027 std::string valuesKey = "values"; in MakeUpdateOperation()
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Doh_jsunit_parser.py283 for suite in report_listener.suites.values():
324 for suite in report_listener.suites.values():
414 for test_name in test_name_dict.values():
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DLongNameHandler.java962 assert outArray[StandardPlural.OTHER.ordinal()] == null : "outArray must have only null values!"; in processPatternTimes()
963 assert outArray[PER_INDEX] == null : "outArray must have only null values!"; in processPatternTimes()
1013 for (StandardPlural plural : StandardPlural.values()) { in processPatternTimes()
1175 for (StandardPlural plural_ : StandardPlural.values()) { in processPatternTimes()
1266 for (StandardPlural plural : StandardPlural.values()) { in processPatternTimes()
1344 * the final smallest unit, while the larger unit values must be provided
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_addr.c637 * Extract min and max values from an IPAddressOrRange.
923 STACK_OF(CONF_VALUE) *values)
936 for (i = 0; i < sk_CONF_VALUE_num(values); i++) {
937 CONF_VALUE *val = sk_CONF_VALUE_value(values, i);
972 * the other input values.
/third_party/python/Lib/asyncio/
H A Dunix_events.py944 for pidfd, _, _ in self._callbacks.values():
1370 threads = [thread for thread in list(self._threads.values())
1382 threads = [thread for thread in list(self._threads.values())
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp850 void fillBuffer(const DeviceInterface& vkd, VkDevice device, BufferWithMemory& buffer, const std::vector<deUint32> &values) in fillBuffer() argument
854 deMemcpy(alloc.getHostPtr(), values.data(), de::dataSize(values)); in fillBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp835 void fillBuffer(const DeviceInterface& vkd, VkDevice device, BufferWithMemory& buffer, const std::vector<deUint32> &values) in fillBuffer() argument
839 deMemcpy(alloc.getHostPtr(), values.data(), de::dataSize(values)); in fillBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.h475 void setVertexAttribf(GLuint index, const GLfloat values[4]);
476 void setVertexAttribu(GLuint index, const GLuint values[4]);
477 void setVertexAttribi(GLuint index, const GLint values[4]);
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_0_autogen.h304 GLint *values);
837 GLint *values,
845 GLint *values,

Completed in 101 milliseconds

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