Home
last modified time | relevance | path

Searched refs:field (Results 951 - 975 of 1763) sorted by relevance

1...<<31323334353637383940>>...71

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputGLSLBase.h41 void writeFieldLayoutQualifier(const TField *field);
75 ImmutableString hashFieldName(const TField *field);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_longnames.h124 void simpleFormatsToModifiers(const UnicodeString *simpleFormats, Field field, UErrorCode &status);
132 Field field, UErrorCode &status);
H A Dnumber_scientific.cpp96 bool ScientificModifier::containsField(Field field) const { in containsField()
97 (void)field; in containsField()
H A Dpersncal.cpp99 int32_t PersianCalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const { in handleGetLimit() argument
100 return kPersianCalendarLimits[field][limitType]; in handleGetLimit()
164 // Functions for converting from field values to milliseconds....
185 // Functions for converting from milliseconds to field values
/third_party/skia/src/sfnt/
H A DSkOTTable_glyf.h92 } field; member
132 } field; member
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvbsln.c62 #define GXV_BSLN_DATA( field ) GXV_TABLE_DATA( bsln, field )
H A Dgxvprop.c59 #define GXV_PROP_DATA( field ) GXV_TABLE_DATA( prop, field )
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_field.h47 static FieldGenerator* Make(const FieldDescriptor* field,
124 // Subclass with common support for when the field ends up as an ObjC Object.
169 const FieldGenerator& get(const FieldDescriptor* field) const;
177 // Check if any field of this message has a non zero default.
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dbinary_storage_test.js9 const {Field} = goog.require('protobuf.binary.field');
38 it('sets and gets a field not greater than the pivot', () => {
49 it('sets and gets a field greater than the pivot', () => {
59 it('sets and gets a field when pivot is zero', () => {
70 it('sets and gets a field when pivot is undefined', () => {
103 it('deletes a field in delete() when values are only in array', () => {
112 it('deletes a field in delete() when values are both in array and map',
125 it('deletes a field in delete() when values are only in map', () => {
143 (field, fieldNumber) => void fields.set(fieldNumber, field));
[all...]
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dcfg.rs31 .retain(|field| eval(cx, cfg_errors, cfg_evaluator, &field.cfg)),
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.03/
H A D15.02.03-005.js16 field: Number
/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c1710 * the corresponding field in there. in degenerate()
2429 struct symbol *field, *p; in first_subobject() local
2433 field = p; in first_subobject()
2435 if (!field) in first_subobject()
2439 new->field = new->ctype = field; in first_subobject()
2440 new->offset = field->offset; in first_subobject()
2483 err = "field name not in struct or union"; in check_designators()
2488 err = "unknown field name in"; in check_designators()
2492 e->field in check_designators()
2550 struct symbol *field; next_designators() local
3224 struct symbol *field; evaluate_offsetof() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_w3fdif.c37 int mode; ///< 0 is frame, 1 is field
38 int parity; ///< frame field parity
42 int field; ///< which field are we on, 0 or 1 member
63 CONST("field", "send one frame for each field", 1, "mode"),
64 { "parity", "specify the assumed picture field parity", OFFSET(parity), AV_OPT_TYPE_INT, {.i64=-1}, -1, 1, FLAGS, "parity" },
65 CONST("tff", "assume top field first", 0, "parity"),
66 CONST("bff", "assume bottom field first", 1, "parity"),
383 const int tff = s->field in deinterlace_plane_slice()
[all...]
H A Dvf_nlmeans.c413 #define CHECK_ODD_FIELD(field, name) do { \
414 if (!(s->field & 1)) { \
415 s->field |= 1; \
417 "setting it to %d\n", s->field); \
/third_party/curl/src/
H A Dtool_formparse.c420 errorf(config->global, "Out of memory for field headers"); in read_field_headers()
509 warnf(config->global, "Illegally formatted content-type field"); in get_param_part()
587 errorf(config->global, "Out of memory for field header"); in get_param_part()
623 warnf(config->global, "skip unknown form field: %s", unknown); in get_param_part()
667 * If the value is of the form '<filename', field data is read from the
677 * You may specify more than one file for a single name (field). Specify
708 #define SET_TOOL_MIME_PTR(m, field) \
710 if(field) { \
711 (m)->field = strdup(field); \
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcrelativedateformattest.c44 int32_t field; member
501 if (expectedAttr.field == -1) { in TestNumericField()
503 log_err("ureldatefmt_formatForFields as \"%s\"; expect no field, but got %d\n", in TestNumericField()
511 log_err("ureldatefmt_formatForFields as \"%s\"; expect field %d range %d-%d, get range %d-%d\n", in TestNumericField()
513 expectedAttr.field, expectedAttr.beginPos, expectedAttr.endPos, in TestNumericField()
556 if (expectedAttr.field == -1) { in TestNumericField()
558 log_err("ureldatefmt_formatForFields as \"%s\"; expect no field, but got %d rang %d-%d\n", in TestNumericField()
565 log_err("ureldatefmt_formatForFields as \"%s\"; expect field %d range %d-%d, get field %d range %d-%d\n", in TestNumericField()
567 expectedAttr.field, expectedAtt in TestNumericField()
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-relative-time-format.cc444 int32_t field = cfpos.getField(); in FormatToJSArray() local
448 if (field == UNUM_GROUPING_SEPARATOR_FIELD) { in FormatToJSArray()
457 if (field == UNUM_INTEGER_FIELD) { in FormatToJSArray()
462 NumberFormatSpan(field, start, start_limit.first), unit, in FormatToJSArray()
477 NumberFormatSpan(field, start, limit), unit, is_nan); in FormatToJSArray()
/third_party/protobuf/php/tests/
H A DPhpImplementationTest.php335 $field = $desc->getField()[0]; variable
336 $this->assertSame("a", $field->getName());
337 $this->assertSame(1, $field->getNumber());
338 $this->assertSame(GPBLabel::OPTIONAL, $field->getLabel());
339 $this->assertSame(GPBType::INT32, $field->getType());
/third_party/rust/crates/syn/codegen/src/
H A Dparse.rs106 .map(|field| introspect_type(&field.ty, lookup)) in introspect_enum()
121 .map(|field| { in introspect_struct()
123 field.ident.as_ref().unwrap().to_string(), in introspect_struct()
124 introspect_type(&field.ty, lookup), in introspect_struct()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFlushFinishTests.cpp460 std::vector<Vec2> getPointsFromSamples (const std::vector<FlushFinishCase::Sample>& samples, const deUint64 FlushFinishCase::Sample::*field)
465 points[ndx] = Vec2(float(samples[ndx].numDrawCalls), float(samples[ndx].*field));
471 T getMaximumValue (const std::vector<FlushFinishCase::Sample>& samples, const T FlushFinishCase::Sample::*field)
475 T maxVal = samples[0].*field;
478 maxVal = de::max(maxVal, samples[ndx].*field);
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dstdint_typedef.h9 uint64_t field; member
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c210 #define CONVERT_UNSET UINT32_MAX /* Unset value for convert_type field */
823 /* Table of single-character abbreviated modifiers. The index field is
3578 * Check a modifer and find its field *
3582 it is allowed here and find the field that is to be changed.
3595 Returns: a field pointer or NULL
3601 void *field = NULL; in check_modifier() local
3621 if (ctx == CTX_DEFPAT) field = PTR(default_pat_context); in check_modifier()
3622 else if (ctx == CTX_PAT) field = PTR(pat_context); in check_modifier()
3626 if (ctx == CTX_DEFDAT) field = PTR(default_dat_context); in check_modifier()
3627 else if (ctx == CTX_DAT) field in check_modifier()
3697 void *field; decode_modifiers() local
[all...]
/test/xts/acts/security/cryptoFramework/js_api_test_oh40/entry/src/ohosTest/js/test/
H A DAsyGetKeySpecBySpec.test.js147 expect(p == eccKeyPairSpec.params.field.p).assertTrue();
184 fieldType == eccKeyPairSpec.params.field.fieldType
300 expect(p == eccKeyPairSpec.params.field.p).assertTrue();
333 fieldType == eccKeyPairSpec.params.field.fieldType
/third_party/elfio/c_wrapper/
H A Delfio_c_wrapper.cpp398 char* field, in elfio_modinfo_get_attribute()
406 strncpy( field, field_str.c_str(), (size_t)field_len - 1 ); in elfio_modinfo_get_attribute()
425 elfio_modinfo_add_attribute( pmodinfo_t pmodinfo, char* field, char* value ) in elfio_modinfo_add_attribute() argument
427 return pmodinfo->add_attribute( field, value ); in elfio_modinfo_add_attribute()
396 elfio_modinfo_get_attribute( pmodinfo_t pmodinfo, Elf_Word no, char* field, int field_len, char* value, int value_len ) elfio_modinfo_get_attribute() argument
/third_party/elfio/examples/c_wrapper/
H A Delfio_c_wrapper.cpp399 char* field, in elfio_modinfo_get_attribute()
407 strncpy( field, field_str.c_str(), (size_t)field_len - 1 ); in elfio_modinfo_get_attribute()
426 elfio_modinfo_add_attribute( pmodinfo_t pmodinfo, char* field, char* value ) in elfio_modinfo_add_attribute() argument
428 return pmodinfo->add_attribute( field, value ); in elfio_modinfo_add_attribute()
397 elfio_modinfo_get_attribute( pmodinfo_t pmodinfo, Elf_Word no, char* field, int field_len, char* value, int value_len ) elfio_modinfo_get_attribute() argument

Completed in 27 milliseconds

1...<<31323334353637383940>>...71