Home
last modified time | relevance | path

Searched refs:values (Results 751 - 775 of 2200) sorted by relevance

1...<<31323334353637383940>>...88

/third_party/typescript/tests/baselines/reference/
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/jerryscript/jerry-core/ecma/base/
H A Decma-helpers.c311 bool copy_values) /**< copy property values as well */ in ecma_clone_decl_lexical_environment()
357 property_value_p->value = ecma_copy_value_if_not_object (prop_pair_p->values[i].value); in ecma_clone_decl_lexical_environment()
425 JERRY_ASSERT (ECMA_PROPERTY_VALUE_PTR (property_p) == first_property_pair_p->values + 0); in ecma_create_property()
432 first_property_pair_p->values[0] = value; in ecma_create_property()
449 return first_property_pair_p->values + 0; in ecma_create_property()
490 JERRY_ASSERT (ECMA_PROPERTY_VALUE_PTR (property_p) == first_property_pair_p->values + 1); in ecma_create_property()
497 first_property_pair_p->values[1] = value; in ecma_create_property()
511 return first_property_pair_p->values + 1; in ecma_create_property()
760 * Free property values and change their type to deleted.
852 if ((prop_pair_p->values in ecma_delete_property()
[all...]
/third_party/mesa3d/src/imagination/csbgen/
H A Dgen_pack_header.py186 for enum in self._enums.values():
189 for struct in self._structs.values():
219 # We override prefix so that the values will contain the enum's name too.
238 if not self._values.values():
242 for value in self._values.values():
288 for child in self._children.values():
329 # Default values should not apply to structures
362 %s__attribute__((unused)) const struct %s * restrict values)
379 %s__attribute__((unused)) struct %s * restrict values)
400 for child in self._children.values()
[all...]
/third_party/node/lib/internal/
H A Durl.js182 // Ada uses uint32_t(-1) for declaring omitted values.
443 const values = [];
447 values.push(list[i + 1]);
450 return values;
604 values() {
633 values: kEnumerableProperty,
1304 const values = target[searchParams];
1305 const len = values.length;
1313 const name = values[index];
1314 const value = values[inde
[all...]
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/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/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()
H A DvalidationGL45_autogen.h325 const void *values);
347 const void *values);
351 const GLfloat *values);
355 const GLuint *values);
359 const GLushort *values);
/third_party/vk-gl-cts/external/amber/src/src/
H A Dverifier.cc209 // Convert data of |texel| into double values based on the
281 // Note that we do not scale values with FormatMode::kUInt, ::kSInt,
310 /// RGB(A) values given via |command|. This method allow error
519 const auto& values = command->GetValues(); in ProbeSSBO() local
521 if (values.empty()) in ProbeSSBO()
529 size_t elem_count = values.size() / fmt->InputNeededPerElement(); in ProbeSSBO()
551 for (size_t i = 0, k = 0; i < values.size(); ++i, ++k) { in ProbeSSBO()
555 const auto& value = values[i]; in ProbeSSBO()
/third_party/python/Lib/
H A Dweakref.py93 """Mapping class that references values weakly.
229 """Return an iterator that yields the weak references to the values.
235 keep the values around longer than needed.
241 yield from self.data.values()
243 def values(self): member in WeakValueDictionary
247 for wr in self.data.values():
302 """Return a list of weak references to the values.
308 keep the values around longer than needed.
313 return list(self.data.values())
477 def values(sel member in WeakKeyDictionary
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Ddenseranges.h27 * @param values Sorted array of signed-integer values.
28 * @param length Number of values.
37 uprv_makeDenseRanges(const int32_t values[], int32_t length,
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ddenseranges.h27 * @param values Sorted array of signed-integer values.
28 * @param length Number of values.
37 uprv_makeDenseRanges(const int32_t values[], int32_t length,
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ddenseranges.h27 * @param values Sorted array of signed-integer values.
28 * @param length Number of values.
37 uprv_makeDenseRanges(const int32_t values[], int32_t length,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp42 // Clear values are only used when loadOp=Clear is set in clearWithRenderPassOp. When starting a
579 // flush deferred clears, which will start a render pass with deferred clear values. in clearImpl()
623 const GLfloat *values) in clearBufferfv()
633 clearValue.depthStencil.depth = values[0]; in clearBufferfv()
638 clearValue.color.float32[0] = values[0]; in clearBufferfv()
639 clearValue.color.float32[1] = values[1]; in clearBufferfv()
640 clearValue.color.float32[2] = values[2]; in clearBufferfv()
641 clearValue.color.float32[3] = values[3]; in clearBufferfv()
651 const GLuint *values) in clearBufferuiv()
658 clearValue.color.uint32[0] = values[ in clearBufferuiv()
620 clearBufferfv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLfloat *values) clearBufferfv() argument
648 clearBufferuiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLuint *values) clearBufferuiv() argument
667 clearBufferiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLint *values) clearBufferiv() argument
[all...]
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py429 'validate', 'validatecommand', 'values',
457 self.combo['values'] = [1]
491 self.assertEqual(self.combo['values'], '')
494 self.checkParam(self.combo, 'values', 'mon tue wed thur',
496 self.checkParam(self.combo, 'values', ('mon', 'tue', 'wed', 'thur'))
497 self.checkParam(self.combo, 'values', (42, 3.14, '', 'any string'))
498 self.checkParam(self.combo, 'values', '')
500 self.combo['values'] = ['a', 1, 'c']
511 # testing values with empty string
513 self.combo['values']
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DTransliterationChart.java275 TreeSet values = new TreeSet(comp); in MyIterator()
276 values.addAll(itemToSet.values()); in MyIterator()
277 it = values.iterator(); in MyIterator()
/third_party/icu/icu4c/source/i18n/
H A Duspoof_conf.cpp442 uint16_t *values = in outputData() local
450 values[i] = static_cast<uint16_t>(value); in outputData()
453 rawData->fCFUStringIndex = (int32_t)((char *)values - (char *)rawData); in outputData()
455 fSpoofImpl->fSpoofData->fCFUValues = values; in outputData()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuTextWriter.java197 /** Inserts padding and values between braces. */
200 String icuDataName, RbPath rbPath, List<RbValue> values, PrintWriter out) { in appendValues()
205 if (values.size() == 1 && !mustBeArray(true, icuDataName, rbPath)) { in appendValues()
206 onlyValue = values.get(0); in appendValues()
237 for (RbValue value : values) { in appendValues()
242 // Enclose this array in braces to separate it from other values. in appendValues()
261 * Wrapper for a hack to determine if the given rb path should always present its values as an
291 checkArgument(format.shouldUseComma, "cannot group non-sequence values"); in printElements()
199 appendValues( String icuDataName, RbPath rbPath, List<RbValue> values, PrintWriter out) appendValues() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DRegexTransformerTest.java91 " ; /numberingSystems/$1/algorithmic:int ; values=0", in testMultipleResults()
92 " ; /numberingSystems/$1/desc ; values=$2", in testMultipleResults()
93 " ; /numberingSystems/$1/radix:int ; values=10"); in testMultipleResults()
120 + " ; /genderList/$2 ; values=$1", in testImplicitArgumentSplitting()
123 + " ; /mapTimezones/\"$2\"/$3 ; values=\"$1\""); in testImplicitArgumentSplitting()
164 + " ; /parentLocales/$1 ; values=$2", in testValueSplitting()
167 + " ; /mapTimezones/\"$2\"/$3 ; values=\"$1\""); in testValueSplitting()
169 // Because the value is expressed via an explicit values instruction, it is split by space. in testValueSplitting()
195 " ; /numberingSystems/foo ; values=&swap( $1 , $2 ) $3", in testResultFunctionCalling()
196 " ; /numberingSystems/bar ; values in testResultFunctionCalling()
525 assertSingleResult(List<Result> results, RbPath path, String... values) assertSingleResult() argument
532 assertSingleResult(List<Result> results, String path, String... values) assertSingleResult() argument
[all...]

Completed in 23 milliseconds

1...<<31323334353637383940>>...88