/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | iterator.h | 327 UptrVectorIterator<VT, IC>::InsertBefore(UptrVector* values) { in InsertBefore() argument 330 container_->resize(origsz + values->size()); in InsertBefore() 333 std::move(values->begin(), values->end(), container_->begin() + pos); in InsertBefore()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof_conf.cpp | 443 uint16_t *values = in outputData() local 451 values[i] = static_cast<uint16_t>(value); in outputData() 454 rawData->fCFUStringIndex = (int32_t)((char *)values - (char *)rawData); in outputData() 456 fSpoofImpl->fSpoofData->fCFUValues = values; in outputData()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFUtils.cpp | 386 SkScalar values[6]; 387 if (!matrix.asAffine(values)) { 388 SkMatrix::SetAffineIdentity(values); 390 for (SkScalar v : values) {
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | CommandAllocatorTests.cpp | 129 uint32_t* values = allocator.AllocateData<uint32_t>(5); in TEST() local 131 values[i] = myValues[i]; in TEST() 147 uint32_t* values = iterator.NextData<uint32_t>(5); in TEST() local 149 ASSERT_EQ(values[i], myValues[i]); in TEST()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/parser/ |
H A D | parser.go | 133 values := []string{} 136 values = append(values, p.string()) 141 p.expect(tok.Rparen, "decoration values") 146 Values: values,
|
/third_party/skia/tools/calmbench/ |
H A D | ab.py | 241 def get_lower_upper(values): 242 i = max(0, (len(values) - 1) / FACTOR) 243 return values[i], values[-i - 1]
|
/third_party/pulseaudio/src/tests/ |
H A D | volume-ui.py | 84 ("values", c_uint32 * 32)] 149 return this._to_dB(this.values[channel]) 162 v.values[i] = 65536 181 channel_scales[i].set_value(v.values[i]) 210 v.values[i] = int(channel_scales[i].get_value())
|
/third_party/spirv-tools/source/opt/ |
H A D | iterator.h | 327 UptrVectorIterator<VT, IC>::InsertBefore(UptrVector* values) { in InsertBefore() argument 330 container_->resize(origsz + values->size()); in InsertBefore() 333 std::move(values->begin(), values->end(), container_->begin() + pos); in InsertBefore()
|
/base/telephony/call_manager/utils/include/ |
H A D | settings_datashare_helper.h | 34 ErrCode Query(Uri& uri, const std::string& key, std::string& values);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
H A D | DictionaryMatcher.java | 27 * @param values Filled with the weight values associated with the various words. 31 int[] count, int limit, int[] values); in matches() 30 matches(CharacterIterator text, int maxLength, int[] lengths, int[] count, int limit, int[] values) matches() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DictionaryMatcher.java | 28 * @param values Filled with the weight values associated with the various words. 32 int[] count, int limit, int[] values); in matches() 31 matches(CharacterIterator text, int maxLength, int[] lengths, int[] count, int limit, int[] values) matches() argument
|
/third_party/libdrm/amdgpu/ |
H A D | handle_table.h | 32 void **values; member
|
/third_party/mesa3d/src/panfrost/shared/ |
H A D | pan_minmax_cache.h | 36 uint64_t values[PANFROST_MINMAX_SIZE]; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.cpp | 42 // 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 D | test_widgets.py | 429 '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/ffmpeg/libavcodec/ |
H A D | vorbisenc.c | 75 int values; member 114 float *floor; // also used for tmp values for mdct 116 float *scratch; // used for tmp values for psy model 288 // codebook 0..14 - floor1 book, values 0..255 in create_vorbis_context() 362 fc->values = 2; in create_vorbis_context() 364 fc->values += fc->classes[fc->partition_to_class[i]].dim; in create_vorbis_context() 366 fc->list = av_malloc_array(fc->values, sizeof(vorbis_floor1_entry)); in create_vorbis_context() 371 for (i = 2; i < fc->values; i++) { in create_vorbis_context() 379 if (ff_vorbis_ready_floor1_list(avctx, fc->list, fc->values)) in create_vorbis_context() 583 for (i = 2; i < fc->values; in put_floor_header() [all...] |
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
H A D | parser.cc | 206 std::vector<Value> values; in ParseBufferData() local 250 values.emplace_back(v); in ParseBufferData() 260 Result r = buffer->SetData(std::move(values)); in ParseBufferData() 745 return Result("only numeric types are accepted for specialization values"); in ParseShaderSpecialization() 767 "only 32-bit types are currently accepted for specialization values"); in ParseShaderSpecialization() 2429 std::vector<Value> values; in ParseBufferInitializerFill() local 2430 values.resize(size_in_items); in ParseBufferInitializerFill() 2433 values[i].SetDoubleValue(token->AsDouble()); in ParseBufferInitializerFill() 2435 values[i].SetIntValue(token->AsUint64()); in ParseBufferInitializerFill() 2437 Result r = buffer->SetData(std::move(values)); in ParseBufferInitializerFill() 2908 ParseValues(const std::string& name, Format* fmt, std::vector<Value>* values) ParseValues() argument 3216 std::vector<Value> values; ParseExpect() local [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | xcbgrab.c | 656 uint32_t values[] = { c->screen->black_pixel, in draw_rectangle() local 665 xcb_create_gc(c->conn, gc, c->window, mask, values); in draw_rectangle() 674 uint32_t values[] = { 1, in setup_window() local 691 mask, values); in setup_window() 737 uint32_t values[] = { XCB_GX_INVERT, XCB_SUBWINDOW_MODE_INCLUDE_INFERIORS }; in select_region() local 738 xcb_create_gc(conn, gc, root_window, mask, values); in select_region()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 207 // Get values from the contextTransforms data if we need them in LocaleDisplayNamesImpl() 212 capitalizationUsage = new boolean[CapitalizationContextUsage.values().length]; // initialized to all false in LocaleDisplayNamesImpl() 603 Set<ULocale> values = entry.getValue(); in getUiListCompareWholeItems() 604 if (values.size() == 1) { in getUiListCompareWholeItems() 605 ULocale locale = values.iterator().next(); in getUiListCompareWholeItems() 614 for (ULocale locale : values) { in getUiListCompareWholeItems() 620 for (ULocale locale : values) { in getUiListCompareWholeItems()
|
H A D | TimeZoneNamesImpl.java | 532 public boolean handlePrefixMatch(int matchLength, Iterator<NameInfo> values) { in handlePrefixMatch() argument 533 while (values.hasNext()) { in handlePrefixMatch() 534 NameInfo ninfo = values.next(); in handlePrefixMatch() 700 static final NameTypeIndex values[] = values(); field in TimeZoneNamesImpl.ZNames.NameTypeIndex 727 switch (NameTypeIndex.values[index]) { in getNameType()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TimeZoneNamesImpl.java | 534 public boolean handlePrefixMatch(int matchLength, Iterator<NameInfo> values) { in handlePrefixMatch() argument 535 while (values.hasNext()) { in handlePrefixMatch() 536 NameInfo ninfo = values.next(); in handlePrefixMatch() 702 static final NameTypeIndex values[] = values(); field in TimeZoneNamesImpl.ZNames.NameTypeIndex 729 switch (NameTypeIndex.values[index]) { in getNameType()
|
H A D | LocaleDisplayNamesImpl.java | 211 // Get values from the contextTransforms data if we need them in LocaleDisplayNamesImpl() 216 capitalizationUsage = new boolean[CapitalizationContextUsage.values().length]; // initialized to all false in LocaleDisplayNamesImpl() 578 Set<ULocale> values = entry.getValue(); in getUiListCompareWholeItems() 579 if (values.size() == 1) { in getUiListCompareWholeItems() 580 ULocale locale = values.iterator().next(); in getUiListCompareWholeItems() 589 for (ULocale locale : values) { in getUiListCompareWholeItems() 595 for (ULocale locale : values) { in getUiListCompareWholeItems()
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrelemlib.cpp | 250 case ADDR_S8FLOAT32: // 32-bit IEEE float, passes through NaN values in Flt32sToInt32s() 317 * Pack 32-bit integer values into an uncompressed pixel, 324 * This entry point packes four 32-bit integer values into 325 * an uncompressed pixel. The pixel values are specifies in 403 UINT_32 values[2]; in Flt32ToDepthPixel() local 443 // Convert the two input floats to integer values in Flt32ToDepthPixel() 446 Flt32sToInt32s(comps[i], fmt.compBit[i], fmt.numType[i], &values[i]); in Flt32ToDepthPixel() 450 Int32sToPixel(2, values, fmt.compBit, fmt.compStart, properties, resultBits, pPixel ); in Flt32ToDepthPixel() 476 UINT_32 values[4]; in Flt32ToColorPixel() local 529 // Convert the four input floats to integer values in Flt32ToColorPixel() [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_search.c | 263 /* Searching only works on SSA values because, if it's not SSA, we can't in match_value() 445 if (!match_value(table, &state->table->values[expr->srcs[i]].value, instr, in match_expression() 489 /* We have no way of knowing what values in a given search expression in construct_value() 491 * expression we are replacing has any exact values, the entire in construct_value() 503 alu->src[i] = construct_value(build, &state->table->values[expr->srcs[i]].value, in construct_value() 639 dump_value(table, &table->values[expr->srcs[i]].value); in dump_value() 891 !(table->values[xform->search].expression.inexact && ignore_inexact) && in nir_algebraic_instr() 893 &table->values[xform->search].expression, in nir_algebraic_instr() 894 &table->values[xform->replace].value, worklist)) { in nir_algebraic_instr()
|
/third_party/rust/crates/clap/src/builder/ |
H A D | value_parser.rs | 7 /// Parse/validate argument values 62 // Common enough to optimize and for possible values 74 /// Custom parser for argument values 78 /// - [`EnumValueParser`] and [`PossibleValuesParser`] for static enumerated values 114 /// [`bool`] parser for argument values 141 /// [`String`] parser for argument values 165 /// [`OsString`][std::ffi::OsString] parser for argument values 195 /// [`PathBuf`][std::path::PathBuf] parser for argument values 505 fn from(values: [P; C]) -> Self { in from() 506 let inner = PossibleValuesParser::from(values); [all...] |