/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
H A D | SerializableTestUtility.java | 632 String values[] = { field in SerializableTestUtility.BigDecimalHandler 648 BigDecimal bds[] = new BigDecimal[values.length]; in getTestObjects() 650 for (int i = 0; i < values.length; i += 1) { in getTestObjects() 651 bds[i] = new BigDecimal(values[i]); in getTestObjects()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
H A D | SerializableTestUtility.java | 631 String values[] = { field in SerializableTestUtility.BigDecimalHandler 647 BigDecimal bds[] = new BigDecimal[values.length]; in getTestObjects() 649 for (int i = 0; i < values.length; i += 1) { in getTestObjects() 650 bds[i] = new BigDecimal(values[i]); in getTestObjects()
|
/third_party/jinja2/ |
H A D | parser.py | 274 values: t.List[nodes.Expr] = [] 282 values.append(self.parse_expression()) 284 node.values = values
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_cfg.c | 580 util_dynarray_init(&cse->values, b); in vtn_parse_switch() 589 util_dynarray_append(&cse->values, uint64_t, literal); in vtn_parse_switch() 1039 util_dynarray_foreach(&cse->values, uint64_t, val) in vtn_switch_case_condition() 1365 util_dynarray_foreach(&cse->values, uint64_t, val) in vtn_emit_cf_func_unstructured()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | parser.py | 238 values = [] 246 values.append(self.parse_expression()) 248 node.values = values
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | parser.py | 230 values = [] 239 values.append(self.parse_expression()) 241 node.values = values
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
H A D | check_table.cpp | 1605 gl_dispatch_stub_361(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values) in gl_dispatch_stub_361() argument 1611 (void) values; in gl_dispatch_stub_361() 1631 gl_dispatch_stub_364(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values) in gl_dispatch_stub_364() argument 1637 (void) values; in gl_dispatch_stub_364()
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler.c | 529 *((uint64_t *)data) = constant->values[i].u64; in copy_const_initializer() 532 *((uint32_t *)data) = constant->values[i].u32; in copy_const_initializer() 535 *((uint16_t *)data) = constant->values[i].u16; in copy_const_initializer() 538 *((uint8_t *)data) = constant->values[i].u8; in copy_const_initializer() 1075 debug_printf("D3D12: runtime local size does not match reqd_work_group_size() values\n"); in clc_spirv_to_dxil()
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gm107.asm | 129 // Process all special values: NaN, inf, denorm, 0 143 // Other values with nonzero in exponent field should be inf 170 // Step 2: Before the real calculation goes on, renormalize the values to 287 // 2. denorms and small normal values: using their original value will
|
H A D | gk110.asm | 115 // Process all special values: NaN, inf, denorm, 0 125 // Other values with nonzero in exponent field should be inf 147 // Step 2: Before the real calculation goes on, renormalize the values to 256 // 2. denorms and small normal values: using their original value will
|
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-stream.c | 354 volume[i] = s->volume.values[i]; in handle_get_volume() 407 new_vol.values[i] = volume[i]; in handle_set_volume() 539 volume[i] = s->volume.values[i]; in handle_get_all() 758 volume[i] = s->volume.values[i]; in volume_changed_cb()
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | capture_replay_tests.py | 665 for p in self.skipped_for_capture_tests_re.values(): 672 for p in self.run_single_re.values(): 676 for p in self.skipped_for_capture_tests_re.values(): 898 # An item in the result list is a tuple with 3 values (testname, result, output). 899 # The "result" can take 3 values "Passed", "Failed", "Skipped". The output is the 1011 for count in unexpected_count.values():
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | NameTable.java | 122 for (NameId name : NameId.values()) { in valueOf() 150 for (UnicodeLanguageId language : UnicodeLanguageId.values()) { in valueOf() 299 for (MacintoshLanguageId language : MacintoshLanguageId.values()) { in valueOf() 534 for (WindowsLanguageId language : WindowsLanguageId.values()) { in valueOf() 833 * that the ranges of their values have an almost zero probability of ever in hashCode() 836 * values which is a common result in hashCode()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | parser.py | 238 values = [] 246 values.append(self.parse_expression()) 248 node.values = values
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jchuff-sse2.asm | 97 ; wN: xmmN treated as eight signed 16-bit values 98 ; wN[i]: perform the same operation on all eight signed 16-bit values, i=0..7 99 ; bN: xmmN treated as 16 unsigned 8-bit values 100 ; bN[i]: perform the same operation on all 16 unsigned 8-bit values, i=0..15
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLCore.cpp | 338 ExpressionArray values; in Switch() local 339 values.reserve_back(cases.count()); in Switch() 343 values.push_back(c.fValue.releaseIfPossible()); in Switch() 348 value.release(), std::move(values), std::move(caseBlocks), in Switch()
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | FontConfig_ohos.cpp | 292 // If dstWidth <= kNormal_Width (5), first check narrower values, then wider values. in getFontStyleDifference() 293 // If dstWidth > kNormal_Width, first check wider values, then narrower values. in getFontStyleDifference() 671 int values[2]; // value[0] - to save 'weight', value[1] - to save 'to' in parseAdjust() local 680 values[i] = root[key].asInt(); in parseAdjust() 683 AdjustInfo info = {values[0], values[1]}; in parseAdjust() 890 * \param variation the variation data from which axis values are generated 891 * \param[out] font the axis values wil [all...] |
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | t1decode.c | 386 /* own use the values from the base glyph. */ in t1operator_seac() 487 /* its values first is buggy, but ... */ in FT_LOCAL_DEF() 654 /* According to the specification, values > 32000 or < -32000 must */ in FT_LOCAL_DEF() 905 FT_Long* values; in FT_LOCAL_DEF() local 940 values = top; in FT_LOCAL_DEF() 943 FT_Long tmp = values[0]; in FT_LOCAL_DEF() 951 *values++ = tmp; in FT_LOCAL_DEF() 1811 /* According to the specification, values > 32000 or < -32000 must */ in FT_LOCAL_DEF()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-cff1-table.hh | 632 values[i] = CFF_UNDEF_SID; in init() 636 { assert (i < ValCount); return values[i]; } in operator []() 639 { assert (i < ValCount); return values[i]; } 666 unsigned int values[ValCount];
|
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 35 # if caller passes a Tcl script to tk.call, all the values need to 320 """Returns adict with its values converted from Tcl objects to Python 364 """Query or sets dynamic values of the specified option(s) in 408 allocated a parcel. Valid options/values are: 663 values.""" 675 textvariable, values, width 682 element at position newindex in the list of values. Otherwise, 683 returns the index of the current value in the list of values 866 If kw is not given, returns a dict of the tab option values. If option 868 options to the corresponding values [all...] |
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | decompose_memory_access.cc | 509 ast::ExpressionList values; in LoadFunc() local 515 values.emplace_back(b.Call(load, "buffer", offset)); in LoadFunc() 522 values.emplace_back(b.Call(load, "buffer", offset)); in LoadFunc() 528 b.Return(b.Construct(CreateASTTypeFor(ctx, el_ty), values)), in LoadFunc()
|
/third_party/python/Lib/test/ |
H A D | test_range.py | 603 values = {None, 0, 1, -1, 2, -2, 5, -5, 19, -19, 605 for i in values: 606 for j in values: 607 for k in values - {0}:
|
/third_party/protobuf/src/google/protobuf/ |
H A D | struct.pb.h | 662 // repeated .google.protobuf.Value values = 1; 675 const PROTOBUF_NAMESPACE_ID::Value& values(int index) const; 678 values() const; 1107 // repeated .google.protobuf.Value values = 1; 1118 // @@protoc_insertion_point(field_mutable:google.protobuf.ListValue.values) in mutable_values() 1123 // @@protoc_insertion_point(field_mutable_list:google.protobuf.ListValue.values) in mutable_values() 1129 inline const PROTOBUF_NAMESPACE_ID::Value& ListValue::values(int index) const { in values() function in ListValue 1130 // @@protoc_insertion_point(field_get:google.protobuf.ListValue.values) in values() 1137 // @@protoc_insertion_point(field_add:google.protobuf.ListValue.values) in add_values() 1141 ListValue::values() cons function in ListValue [all...] |
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | genutil.py | 80 for (name, values) in inputs: 81 res.append("input %s = [ %s ];" % (name, " | ".join([str(v) for v in values]).lower())) 82 for (name, values) in outputs: 83 res.append("output %s = [ %s ];" % (name, " | ".join([str(v) for v in values]).lower())) 113 # Helpers to convert a list of Scalar/Vec values into another type.
|
/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/ |
H A D | accesstoken_info_manager.cpp | 1135 GenericValues values; in RemoveTokenInfoFromDb() local 1136 values.Put(TokenFiledConst::FIELD_TOKEN_ID, static_cast<int32_t>(tokenID)); in RemoveTokenInfoFromDb() 1139 AccessTokenDb::GetInstance().Remove(AtmDataType::ACCESSTOKEN_HAP_INFO, values); in RemoveTokenInfoFromDb() 1140 AccessTokenDb::GetInstance().Remove(AtmDataType::ACCESSTOKEN_PERMISSION_DEF, values); in RemoveTokenInfoFromDb() 1142 AccessTokenDb::GetInstance().Remove(AtmDataType::ACCESSTOKEN_NATIVE_INFO, values); in RemoveTokenInfoFromDb() 1144 AccessTokenDb::GetInstance().Remove(AtmDataType::ACCESSTOKEN_PERMISSION_STATE, values); in RemoveTokenInfoFromDb()
|