Home
last modified time | relevance | path

Searched refs:values (Results 1301 - 1325 of 3199) sorted by relevance

1...<<51525354555657585960>>...128

/foundation/multimedia/image_effect/interfaces/inner_api/native/custom/
H A Ddelegate.h45 IMAGE_EFFECT_EXPORT virtual void *Restore(const EffectJsonPtr &values) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_watcher_mock.h35 int32_t OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeInfo &&values) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_watcher.h29 int32_t OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeInfo &&values) override;
/third_party/backends/include/sane/
H A Dsanei_config.h132 * a list for options and another for their values.
134 * parsed. Read values are stored in Option_Value. Helpers functions are
135 * provided to access values easily */
144 /** values for the configuration options */
145 void **values; member
154 * with the name found and the configuration structure with it's current values.
/third_party/gn/src/gn/
H A Dsubstitution_list.h23 bool Parse(const std::vector<std::string>& values,
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DModifier.java26 static final int COUNT = Signum.values().length;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DTimeUnit.java36 * @return the available values
39 public static TimeUnit[] values() { in values() method in TimeUnit
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DTimeUnit.java36 * @return the available values
38 public static TimeUnit[] values() { in values() method in TimeUnit
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DModifier.java28 static final int COUNT = Signum.values().length;
/third_party/mesa3d/src/amd/common/
H A Dac_shadowed_regs.h55 const uint32_t *values);
/third_party/jerryscript/tests/jerry/es2015/
H A Darguments-iterator.js15 var arrayPrototypeValues = Array.prototype.values;
44 Object.defineProperty(Array.prototype, "values", { get : function () {
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.h66 LLVMValueRef * values,
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_common.h37 ValueMap values; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemImageValidator.hpp40 tcu::Vec4 values[4]; member
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
H A DValidationUtils.cpp22 {% for value in type.values if value.valid %}
/third_party/python/Lib/test/
H A Dtest_errno.py20 for value in errno.errorcode.values():
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemImageValidator.hpp40 tcu::Vec4 values[4]; member
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_impl.cpp226 static void Convert2PrefValue(const Element &element, std::vector<T> &values) in Convert2PrefValue() argument
231 values.push_back(value); in Convert2PrefValue()
302 std::map<std::string, PreferencesValue> values; in ReadSettingXml() local
304 ReadXmlElement(element, values); in ReadSettingXml()
306 pref->valuesCache_ = std::move(values); in ReadSettingXml()
/third_party/glfw/src/
H A Dwgl_context.c39 const int* values, in findPixelFormatAttribValueWGL()
47 return values[i]; in findPixelFormatAttribValueWGL()
61 findPixelFormatAttribValueWGL(attribs, attribCount, values, a)
73 int values[sizeof(attribs) / sizeof(attribs[0])]; in choosePixelFormatWGL() local
151 attribs, values)) in choosePixelFormatWGL()
37 findPixelFormatAttribValueWGL(const int* attribs, int attribCount, const int* values, int attrib) findPixelFormatAttribValueWGL() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneGenericNames.java297 _patternFormatters = new MessageFormat[Pattern.values().length]; in setFormatPattern()
443 _patternFormatters = new MessageFormat[Pattern.values().length]; in formatPattern()
651 public boolean handlePrefixMatch(int matchLength, Iterator<NameInfo> values) { in handlePrefixMatch() argument
652 while (values.hasNext()) { in handlePrefixMatch()
653 NameInfo info = values.next(); in handlePrefixMatch()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneGenericNames.java301 _patternFormatters = new MessageFormat[Pattern.values().length]; in setFormatPattern()
447 _patternFormatters = new MessageFormat[Pattern.values().length]; in formatPattern()
656 public boolean handlePrefixMatch(int matchLength, Iterator<NameInfo> values) { in handlePrefixMatch() argument
657 while (values.hasNext()) { in handlePrefixMatch()
658 NameInfo info = values.next(); in handlePrefixMatch()
/third_party/node/lib/internal/
H A Dutil.js288 return ArrayPrototypeSort(ArrayFrom(map.values()));
310 // Mask the wrapper function name and length values
428 ArrayPrototypePush(args, (err, ...values) => {
432 if (argumentNames !== undefined && values.length > 1) {
435 obj[argumentNames[i]] = values[i];
438 resolve(values[0]);
/third_party/node/src/
H A Dnode_env_var.cc274 std::vector<Local<Value>> values; in Enumerate() local
275 values.reserve(map_.size()); in Enumerate()
277 values.emplace_back( in Enumerate()
282 return Array::New(isolate, values.data(), values.size()); in Enumerate()
/third_party/node/deps/v8/src/torque/
H A Dcc-generator.cc387 // Currently, all of the tagged loads we emit are for smi values, so there in EmitInstruction()
398 // References and slices can cause some values to have the Torque type in EmitInstruction()
477 const Stack<std::string>& values, in CollectAllFields()
484 values, all_fields); in CollectAllFields() local
488 all_fields.push_back(values.Peek(result.stack_range().begin())); in CollectAllFields()
496 const Stack<std::string>& values, in EmitCCValue()
499 CollectAllFields(result, values, all_fields); in EmitCCValue()
476 CollectAllFields(const VisitResult& result, const Stack<std::string>& values, std::vector<std::string>& all_fields) CollectAllFields() argument
495 EmitCCValue(VisitResult result, const Stack<std::string>& values, std::ostream& out) EmitCCValue() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlayWidgets.cpp82 uint32_t values[kMaxGraphDataSize]; member
162 std::vector<size_t> CreateHistogram(const std::vector<size_t> values)
164 std::vector<size_t> histogram(values.size(), 0);
166 for (size_t rank : values)
264 GetGraphValues(runningValues, startIndex, scale, graphWidget->values); in AppendGraphCommon()

Completed in 15 milliseconds

1...<<51525354555657585960>>...128