| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | OutputGLSLBase.h | 41 void writeFieldLayoutQualifier(const TField *field); 75 ImmutableString hashFieldName(const TField *field);
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | number_longnames.h | 124 void simpleFormatsToModifiers(const UnicodeString *simpleFormats, Field field, UErrorCode &status); 132 Field field, UErrorCode &status);
|
| H A D | number_scientific.cpp | 96 bool ScientificModifier::containsField(Field field) const { in containsField() 97 (void)field; in containsField()
|
| H A D | persncal.cpp | 99 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 D | SkOTTable_glyf.h | 92 } field; member 132 } field; member
|
| /third_party/skia/third_party/externals/freetype/src/gxvalid/ |
| H A D | gxvbsln.c | 62 #define GXV_BSLN_DATA( field ) GXV_TABLE_DATA( bsln, field )
|
| H A D | gxvprop.c | 59 #define GXV_PROP_DATA( field ) GXV_TABLE_DATA( prop, field )
|
| /third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
| H A D | objectivec_field.h | 47 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 D | binary_storage_test.js | 9 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 D | cfg.rs | 31 .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 D | 15.02.03-005.js | 16 field: Number
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | evaluate.c | 1710 * 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 D | vf_w3fdif.c | 37 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 D | vf_nlmeans.c | 413 #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 D | tool_formparse.c | 420 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 D | crelativedateformattest.c | 44 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 D | js-relative-time-format.cc | 444 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 D | PhpImplementationTest.php | 335 $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 D | parse.rs | 106 .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 D | es3fFlushFinishTests.cpp | 460 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 D | stdint_typedef.h | 9 uint64_t field; member
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2test.c | 210 #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 D | AsyGetKeySpecBySpec.test.js | 147 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 D | elfio_c_wrapper.cpp | 398 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 D | elfio_c_wrapper.cpp | 399 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
|