Home
last modified time | relevance | path

Searched refs:field (Results 1351 - 1375 of 1757) sorted by relevance

1...<<51525354555657585960>>...71

/third_party/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c290 pos1.field = UNUM_INTEGER_FIELD; in TestNumberFormat()
323 pos2.field = UNUM_FRACTION_FIELD; in TestNumberFormat()
380 pos2.field = UNUM_INTEGER_FIELD; in TestNumberFormat()
910 fieldPos.field = UNUM_DECIMAL_SEPARATOR_FIELD; in TestNumberFormat()
1381 pos1.field = UNUM_FRACTION_FIELD; in TestNumberFormatPadding()
3067 int32_t field; member
3143 int32_t field, beginPos, endPos; in TestFormatForFields() local
3145 field = ufieldpositer_next(fpositer, &beginPos, &endPos); in TestFormatForFields()
3146 if (field != fptr->field || (fiel in TestFormatForFields()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp337 symbols->setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UnicodeString((UChar)0x70)); // change value of field in Test4087245()
1401 FieldPosition field(FieldPosition::DONT_CARE); in Test4062486()
1403 fmt->format(num, formatted, field); in Test4062486()
1404 if (field.getBeginIndex() != 0 && field.getEndIndex() != 5) in Test4062486()
1405 errln(UnicodeString("Format 1234.5 failed. Begin index: ") /*+ field.getBeginIndex() + " End index: " + field.getEndIndex()*/); in Test4062486()
1406 field.setBeginIndex(7); in Test4062486()
1407 field.setEndIndex(4); in Test4062486()
1408 if (field in Test4062486()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java226 // constructor, the volatile field 'Locale locale' is initialized by
1531 String field = replacementFields[index]; in replaceLanguage()
1532 int len = field.length(); in replaceLanguage()
1538 replacedRegion = field; in replaceLanguage()
1541 replacedVariant = field; in replaceLanguage()
1543 if (field.charAt(0) >= '0' && field.charAt(0) <= '9') { in replaceLanguage()
1545 replacedVariant = field; in replaceLanguage()
1548 replacedScript = field; in replaceLanguage()
3598 * if any, is removed and appended to the variant field i
[all...]
/third_party/skia/tests/
H A DSkSLDSLTest.cpp1587 EXPECT_EQUAL(intf.field("a"), "InterfaceBlock1.a"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
1595 EXPECT_EQUAL(intf2.field("x"), "blockVar.x"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
1602 EXPECT_EQUAL(intf3[1].field("z"), "arrayVar[1].z"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
1991 result.field("x") = 123, in DEF_GPUTEST_FOR_MOCK_CONTEXT()
1992 result.field("b") = result.field("x") > 0, in DEF_GPUTEST_FOR_MOCK_CONTEXT()
1993 result.field("a")[0] = result.field("x"), in DEF_GPUTEST_FOR_MOCK_CONTEXT()
/third_party/ffmpeg/libavcodec/
H A Dass_split.c411 const ASSFields *field = &section->fields[j]; in free_section() local
412 if (field->type == ASS_STR) in free_section()
413 av_freep(ptr + field->offset); in free_section()
H A Dh264dec.c504 * e.g. two PAFF field pictures in one packet, or a demuxer in get_last_needed_nal()
758 * INT_MAX when called for bottom field, because mb_y is in decode_nal_units()
913 int field = out->field_poc[0] == INT_MAX; in finalize_frame() local
918 av_log(h->avctx, AV_LOG_DEBUG, "Duplicating field %d to fill missing\n", field); in finalize_frame()
921 dst_data[p] = f->data[p] + (field^1)*f->linesize[p]; in finalize_frame()
922 src_data[p] = f->data[p] + field *f->linesize[p]; in finalize_frame()
1036 /* Wait for second field. */ in h264_decode_frame()
/third_party/node/test/common/
H A Dindex.js427 function _mustCallInner(fn, criteria = 1, field) {
438 throw new TypeError(`Invalid ${field} value: ${criteria}`);
441 [field]: criteria,
/third_party/skia/src/sksl/
H A DSkSLCompiler.cpp487 const Field* field = &result->as<Field>(); in convertIdentifier() local
488 auto base = VariableReference::Make(line, &field->owner(), in convertIdentifier()
490 return FieldAccess::Make(*fContext, std::move(base), field->fieldIndex(), in convertIdentifier()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DByteStringTest.java880 Field field = ByteString.class.getDeclaredField("byteArrayCopier"); in testByteArrayCopier()
881 field.setAccessible(true); in testByteArrayCopier()
882 Object byteArrayCopier = field.get(null); in testByteArrayCopier()
/third_party/rust/crates/proc-macro2/src/
H A Dlib.rs634 debug.field("sym", &format_args!("{}", t)); in fmt()
848 debug.field("char", &self.ch); in fmt()
849 debug.field("spacing", &self.spacing); in fmt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwmm_ac.c380 #define PARAM_IN_RANGE(field, min_value, max_value) \ in wmm_ac_ts_req_is_valid()
381 param_in_range(#field, params->field, min_value, max_value) in wmm_ac_ts_req_is_valid()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwmm_ac.c380 #define PARAM_IN_RANGE(field, min_value, max_value) \ in wmm_ac_ts_req_is_valid()
381 param_in_range(#field, params->field, min_value, max_value) in wmm_ac_ts_req_is_valid()
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp460 // go ahead and write all of the field types, so we don't inadvertently write them while we're in writeStruct()
473 const Type::Field& field = type.fields()[i]; in writeStruct() local
474 if (!MemoryLayout::LayoutIsSupported(*field.fType)) { in writeStruct()
475 fContext.fErrors->error(type.fLine, "type '" + field.fType->name() + in writeStruct()
479 size_t size = memoryLayout.size(*field.fType); in writeStruct()
480 size_t alignment = memoryLayout.alignment(*field.fType); in writeStruct()
481 const Layout& fieldLayout = field.fModifiers.fLayout; in writeStruct()
485 "offset of field '" + field.fName + "' must be at " in writeStruct()
490 "offset of field '" in writeStruct()
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_atempo.c250 #define RE_MALLOC_OR_FAIL(field, field_size) \
252 av_freep(&field); \
253 field = av_calloc(field_size, 1); \
254 if (!field) { \
H A Dvf_scale.c637 int field) in scale_field()
643 // offset the data pointers for the bottom field in scale_field()
644 if (field) { in scale_field()
657 ret = sws_scale_frame(scale->isws[field], dst, src); in scale_field()
669 if (field) { in scale_field()
636 scale_field(ScaleContext *scale, AVFrame *dst, AVFrame *src, int field) scale_field() argument
/third_party/curl/lib/
H A Dws.c686 /* The request MUST contain an |Upgrade| header field whose value in Curl_ws_request()
691 /* The request MUST contain a |Connection| header field whose value in Curl_ws_request()
696 /* The request MUST include a header field with the name in Curl_ws_request()
697 |Sec-WebSocket-Version|. The value of this header field MUST be in Curl_ws_request()
702 /* The request MUST include a header field with the name in Curl_ws_request()
703 |Sec-WebSocket-Key|. The value of this header field MUST be a nonce in Curl_ws_request()
727 char field[128]; in Curl_ws_request() local
728 msnprintf(field, sizeof(field), "%s %s", heads[i].name, in Curl_ws_request()
730 result = Curl_hyper_header(data, req, field); in Curl_ws_request()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DLongNameHandler.java1288 NumberFormat.Field field) { in simpleFormatsToModifiers()
1297 modifiers.put(plural, new SimpleModifier(compiled, field, false, parameters)); in simpleFormatsToModifiers()
1312 NumberFormat.Field field) { in multiSimpleFormatsToModifiers()
1329 modifiers.put(plural, new SimpleModifier(compoundCompiled, field, false, parameters)); in multiSimpleFormatsToModifiers()
1286 simpleFormatsToModifiers( String[] simpleFormats, NumberFormat.Field field) simpleFormatsToModifiers() argument
1309 multiSimpleFormatsToModifiers( String[] leadFormats, String trailFormat, NumberFormat.Field field) multiSimpleFormatsToModifiers() argument
/third_party/libbpf/src/
H A Dgen_loader.c40 #define stack_off(field) \
41 (__s16)(-sizeof(struct loader_stack) + offsetof(struct loader_stack, field))
43 #define attr_field(attr, field) (attr + offsetof(union bpf_attr, field))
/third_party/mesa3d/src/compiler/glsl/
H A Dir.h255 * entire variable (i.e., it's just one array element, struct field), \c NULL
839 * To make things easy, we make it so that this field is always
842 * for this field will never break a desktop shader compile.
930 * The precise meaning of this field depends on the nature of the variable.
942 * - Other: This field is not currently used.
1002 * This field and \c ::constant_value are distinct. Even if the two fields
1518 * For non-vector types in the LHS, this field will be zero. For vector
1579 * the precomputed num_operands field if you need the number of operands.
2174 ir_dereference_record(ir_rvalue *value, const char *field);
2176 ir_dereference_record(ir_variable *var, const char *field);
2194 glsl_struct_field *field = record->type->fields.structure + field_idx; precision() local
[all...]
/third_party/node/src/
H A Dutil.h265 inline ContainerOfHelper(Inner Outer::*field, Inner* pointer);
275 constexpr ContainerOfHelper<Inner, Outer> ContainerOf(Inner Outer::*field,
849 #define MAYBE_FIELD_PTR(ptr, field) ptr == nullptr ? nullptr : &(ptr->field)
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.c414 const struct glsl_struct_field field = { array_type, "arr" }; in add_kernel_inputs_var() local
417 glsl_struct_type(&field, 1, "kernel_inputs", false), in add_kernel_inputs_var()
432 const struct glsl_struct_field field = { array_type, "arr" }; in add_work_properties_var() local
435 glsl_struct_type(&field, 1, "kernel_work_properties", false), in add_work_properties_var()
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm143 // Other values with nonzero in exponent field should be inf
171 // range [1, 2) by setting exponent field to 0x3ff (the exponent of 1)
255 // set the exponent field to 1, we can recover the result by multiplying
289 // steps below. Take 2 as a threshold in exponent field, and multiply
H A Dgk110.asm125 // Other values with nonzero in exponent field should be inf
148 // range [1, 2) by setting exponent field to 0x3ff (the exponent of 1)
225 // set the exponent field to 1, we can recover the result by multiplying
258 // steps below. Take 2 as a threshold in exponent field, and multiply
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis.cc580 for (Variable field : *vobject) { in ReduceNode()
581 current->Set(field, jsgraph->Dead()); in ReduceNode()
876 int field, Node* effect) { in GetVirtualObjectField()
877 return tracker_->variable_states_.Get(vobject->FieldAt(field).FromJust(), in GetVirtualObjectField()
875 GetVirtualObjectField(const VirtualObject* vobject, int field, Node* effect) GetVirtualObjectField() argument
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c1152 #define COPY_SLAVE(field) (dmix->shmptr->s.field = spcm->field)
1553 #define COPY_SLAVE(field) (spcm->field = dmix->shmptr->s.field)
1964 SNDERR("The field ipc_key must be an integer type");
1979 SNDERR("The field ipc_perm must be a valid file permission");
2001 SNDERR("The field hw_ptr_alignment is invalid : %s", str);
2023 SNDERR("The field tstamp_typ
[all...]

Completed in 53 milliseconds

1...<<51525354555657585960>>...71