| /third_party/typescript/tests/baselines/reference/tsc/declarationEmit/ |
| H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js | 96 'package.json' does not have a 'typesVersions' field. 102 'package.json' does not have a 'typings' field. 103 'package.json' does not have a 'types' field. 104 'package.json' has 'main' field 'dist/commonjs/index.js' that references '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js'. 122 'package.json' does not have a 'typesVersions' field. 128 'package.json' does not have a 'typings' field. 129 'package.json' does not have a 'types' field. 130 'package.json' does not have a 'main' field. 142 'package.json' does not have a 'typesVersions' field. 148 'package.json' does not have a 'typings' field [all...] |
| /third_party/rust/crates/memoffset/src/ |
| H A D | offset_of.rs | 43 // offset into a field, and that is UB because the pointer is dangling. 53 ($field:expr, $base:expr) => {{ 54 let field = $field; // evaluate $field outside the `unsafe` block 58 unsafe { (field as *const u8).offset_from(base as *const u8) as usize } 65 ($field:expr, $base:expr) => { 67 ($field as usize) - ($base as usize) 71 /// Calculates the offset of the specified field from the start of the named struct. 95 /// specified `field` fo [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | libReferenceNoLib.js | 18 export declare interface HTMLElement { field: string; } 19 export const elem: HTMLElement = { field: 'a' }; 28 exports.elem = { field: 'a' };
50 field: string;
|
| H A D | importHelpersNoHelpersForPrivateFields.js | 5 #field = true; 7 this.#field = this.#field; 8 #field in this;
|
| H A D | libReferenceNoLibBundle.js | 18 export declare interface HTMLElement { field: string; } 19 export const elem: HTMLElement = { field: 'a' }; 28 exports.elem = { field: 'a' };
51 field: string;
|
| /third_party/protobuf/src/google/protobuf/util/ |
| H A D | message_differencer_unittest.cc | 73 const FieldDescriptor* field = NULL; in GetFieldDescriptor() local 75 field = descriptor->FindFieldByName(field_path[i]); in GetFieldDescriptor() 76 descriptor = field->message_type(); in GetFieldDescriptor() 78 return field; in GetFieldDescriptor() 580 // Make sure that the margin and fraction only affects the field that it was in TEST() 633 // Make sure that the margin and fraction only affects the field that it was in TEST() 662 // Set up a custom field comparator, with a default fraction and margin for in TEST() 917 // Only compare the field descriptors with even indices. in TEST() 944 // Only compare the field descriptors with even indices. in TEST() 972 // Only compare the repeated field descriptor in TEST() 1537 protobuf_unittest::TestField* field = msg2.add_rm(); TEST() local 1767 IsIgnored( const Message& message1, const Message& message2, const FieldDescriptor* field, const std::vector<util::MessageDifferencer::SpecificField>& parent_fields) IsIgnored() argument 1975 protobuf_unittest::TestField* field; TEST() local 2063 protobuf_unittest::TestField* field; TEST() local 2273 Compare(const Message& message_1, const Message& message_2, const FieldDescriptor* field, int index_1, int index_2, const util::FieldContext* field_context) Compare() argument 2386 field_as_set(const std::string& field) field_as_set() argument 2388 field_as_map(const std::string& field, const std::string& key) field_as_map() argument 2393 ignore_field(const std::string& field) ignore_field() argument 3455 protobuf_unittest::TestField* field; TEST_F() local 3525 protobuf_unittest::TestField* field; TEST_F() local [all...] |
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_drm_fourcc.h | 76 #define AMD_FMT_MOD_SET(field, value) \ 77 ((uint64_t)(value) << AMD_FMT_MOD_##field##_SHIFT) 78 #define AMD_FMT_MOD_GET(field, value) \ 79 (((value) >> AMD_FMT_MOD_##field##_SHIFT) & AMD_FMT_MOD_##field##_MASK)
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/ |
| H A D | align.rs | 35 .field("uc_flags", &self.uc_link) in fmt() 36 .field("uc_link", &self.uc_link) in fmt() 37 .field("uc_stack", &self.uc_stack) in fmt() 38 .field("uc_mcontext", &self.uc_mcontext) in fmt() 39 .field("uc_sigmask", &self.uc_sigmask) in fmt()
|
| /third_party/skia/experimental/tskit/go/gen_types/ |
| H A D | gen_types_test.go | 30 .field("columns", &SomeValueObject::columns) 34 .field("misbehaving_field", &SomeValueObject::object) 36 .field("name", &SomeValueObject::slot) 40 .field("isInteger", &SomeValueObject::isInteger); 43 assert.Contains(t, err.Error(), `Line 11: field "misbehaving_field" must be preceded by a @type annotation.`)
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | udbgutil.cpp | 38 7. Define the field names, in order. 53 10. Find the function _udbg_enumFields and add the field macro: 68 * Define another field name. Used in an array of Field s 298 const char * udbg_enumName(UDebugEnumType type, int32_t field) { in udbg_enumName() argument 299 if(field<0 || in udbg_enumName() 300 field>=_udbg_enumCount(type,false)) { // also will catch unsupported items in udbg_enumName() 307 return fields[field].str + fields[field].prefix; in udbg_enumName() 312 int32_t udbg_enumArrayValue(UDebugEnumType type, int32_t field) { in udbg_enumArrayValue() argument 313 if(field< in udbg_enumArrayValue() [all...] |
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| H A D | udbgutil.cpp | 38 7. Define the field names, in order. 53 10. Find the function _udbg_enumFields and add the field macro: 68 * Define another field name. Used in an array of Field s 301 const char * udbg_enumName(UDebugEnumType type, int32_t field) { in udbg_enumName() argument 302 if(field<0 || in udbg_enumName() 303 field>=_udbg_enumCount(type,false)) { // also will catch unsupported items in udbg_enumName() 310 return fields[field].str + fields[field].prefix; in udbg_enumName() 315 int32_t udbg_enumArrayValue(UDebugEnumType type, int32_t field) { in udbg_enumArrayValue() argument 316 if(field< in udbg_enumArrayValue() [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | udbgutil.cpp | 38 7. Define the field names, in order. 53 10. Find the function _udbg_enumFields and add the field macro: 68 * Define another field name. Used in an array of Field s 298 const char * udbg_enumName(UDebugEnumType type, int32_t field) { in udbg_enumName() argument 299 if(field<0 || in udbg_enumName() 300 field>=_udbg_enumCount(type,FALSE)) { // also will catch unsupported items in udbg_enumName() 307 return fields[field].str + fields[field].prefix; in udbg_enumName() 312 int32_t udbg_enumArrayValue(UDebugEnumType type, int32_t field) { in udbg_enumArrayValue() argument 313 if(field< in udbg_enumArrayValue() [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | amr.h | 40 * Each field (16 bits) in the AMR Frame is stored as: 41 * - one byte for the number of bits in the field 42 * - one byte for the field index 43 * - then, one byte for each bit of the field (from most-significant to least) 59 int field = 0; in ff_amr_bit_reorder() local 63 field <<= 1; in ff_amr_bit_reorder() 64 field |= data[bit >> 3] >> (bit & 7) & 1; in ff_amr_bit_reorder() 66 out[field_offset >> 1] = field; in ff_amr_bit_reorder()
|
| /base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
| H A D | ecc_common_param_spec_generator_openssl.c | 135 HcfECFieldFp *tmpField = (HcfECFieldFp *)(returnCommonParamSpec->paramsSpec.field); in BuildCommonParamGFp() 178 spi->paramsSpec.field = (HcfECField *)HcfMalloc(sizeof(HcfECFieldFp), 0); in BuildEccCommonParamObject() 179 if (spi->paramsSpec.field == NULL) { in BuildEccCommonParamObject() 180 LOGE("field malloc failed."); in BuildEccCommonParamObject() 188 HcfFree(spi->paramsSpec.field); in BuildEccCommonParamObject() 192 spi->paramsSpec.field->fieldType = (char *)HcfMalloc(srcFieldTypeLen + 1, 0); in BuildEccCommonParamObject() 193 if (spi->paramsSpec.field->fieldType == NULL) { in BuildEccCommonParamObject() 195 HcfFree(spi->paramsSpec.field); in BuildEccCommonParamObject() 200 if (memcpy_s(spi->paramsSpec.field->fieldType, srcFieldTypeLen, fieldType, srcFieldTypeLen) != EOK) { in BuildEccCommonParamObject() 202 HcfFree(spi->paramsSpec.field in BuildEccCommonParamObject() [all...] |
| /third_party/elfio/tests/ |
| H A D | ELFIOTest2.cpp | 47 std::string field; in TEST() member 61 std::string field; in TEST() local 63 modinfo.get_attribute( i, field, value ); in TEST() 65 EXPECT_EQ( field, attributes[i].field ); in TEST() 71 std::string field = attributes[i].field; in TEST() local 73 modinfo.get_attribute( field, value ); in TEST() 109 std::string field; in TEST() member 125 std::string field; in TEST() local 135 std::string field = attributes[i].field; TEST() local [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | hebrwcal.cpp | 190 * Add a signed amount to a specified field, using this calendar's rules. 195 * need to be changed. For example, when adding one to the {@link #MONTH MONTH} field 196 * for the date "30 Av 5758", the {@link #DAY_OF_MONTH DAY_OF_MONTH} field 206 * of a <tt>HebrewCalendar</tt>. Since the {@link #MONTH MONTH} field behaves 209 * @param field the time field. 210 * @param amount the amount to add to the field. 212 * @exception IllegalArgumentException if the field is invalid or refers 213 * to a field that cannot be handled by this method. 216 void HebrewCalendar::add(UCalendarDateFields field, int32_ argument 277 add(EDateFields field, int32_t amount, UErrorCode& status) add() argument 314 roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) roll() argument 349 roll(EDateFields field, int32_t amount, UErrorCode& status) roll() argument 496 handleGetLimit(UCalendarDateFields field, ELimitType limitType) const handleGetLimit() argument 540 validateField(UCalendarDateFields field, UErrorCode &status) validateField() argument [all...] |
| /third_party/icu/icu4c/source/i18n/unicode/ |
| H A D | dtptngen.h | 55 * That would be useful for getting the UI order of field elements.</i> 202 * Note that single-field patterns (like "MMM") are automatically added, and 226 * An AppendItem format is a pattern used to append a field if there is no 239 * @param field such as UDATPG_ERA_FIELD. 243 void setAppendItemFormat(UDateTimePatternField field, const UnicodeString& value); 249 * @param field such as UDATPG_ERA_FIELD. 250 * @return append pattern for field 253 const UnicodeString& getAppendItemFormat(UDateTimePatternField field) const; 256 * Sets the names of field, eg "era" in English for ERA. These are only 262 * @param field suc [all...] |
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | dtptngen.h | 55 * That would be useful for getting the UI order of field elements.</i> 202 * Note that single-field patterns (like "MMM") are automatically added, and 226 * An AppendItem format is a pattern used to append a field if there is no 239 * @param field such as UDATPG_ERA_FIELD. 243 void setAppendItemFormat(UDateTimePatternField field, const UnicodeString& value); 249 * @param field such as UDATPG_ERA_FIELD. 250 * @return append pattern for field 253 const UnicodeString& getAppendItemFormat(UDateTimePatternField field) const; 256 * Sets the names of field, eg "era" in English for ERA. These are only 262 * @param field suc [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| H A D | DescriptorPool.cs | 206 /// Returns the field with the given number in the given descriptor, 224 /// Adds a field to the fieldsByNumber table. 226 /// <exception cref="DescriptorValidationException">A field with the same 228 internal void AddFieldByNumber(FieldDescriptor field) in AddFieldByNumber() argument 231 ObjectIntPair<IDescriptor> key = new ObjectIntPair<IDescriptor>(field.Proto.HasExtendee ? field.ExtendeeType : field.ContainingType, field.FieldNumber); in AddFieldByNumber() 235 throw new DescriptorValidationException(field, "Field number " + field in AddFieldByNumber() [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| H A D | dtptngen.h | 55 * That would be useful for getting the UI order of field elements.</i> 209 * Note that single-field patterns (like "MMM") are automatically added, and 233 * An AppendItem format is a pattern used to append a field if there is no 246 * @param field such as UDATPG_ERA_FIELD. 250 void setAppendItemFormat(UDateTimePatternField field, const UnicodeString& value); 256 * @param field such as UDATPG_ERA_FIELD. 257 * @return append pattern for field 260 const UnicodeString& getAppendItemFormat(UDateTimePatternField field) const; 263 * Sets the names of field, eg "era" in English for ERA. These are only 269 * @param field suc [all...] |
| /third_party/rust/crates/nix/src/ |
| H A D | sched.rs | 189 /// `field` is the CPU id to test 190 pub fn is_set(&self, field: usize) -> Result<bool> { in is_set() 191 if field >= CpuSet::count() { in is_set() 194 Ok(unsafe { libc::CPU_ISSET(field, &self.cpu_set) }) in is_set() 199 /// `field` is the CPU id to add 200 pub fn set(&mut self, field: usize) -> Result<()> { in set() 201 if field >= CpuSet::count() { in set() 205 libc::CPU_SET(field, &mut self.cpu_set); in set() 212 /// `field` is the CPU id to remove 213 pub fn unset(&mut self, field [all...] |
| /third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
| H A D | lunr.js | 24 * this.field('title') 25 * this.field('body') 162 throw "malformed field ref string" 323 if (fieldName == '_index') continue // Ignore the term index, its not a field 522 * @param {number} i - The index of this token in the complete list of tokens for this document/field. 523 * @param {lunr.Token[]} tokens - All tokens for this document/field. 1843 * @param {Object} attrs.invertedIndex - An index of term/field to document reference. 1882 * hello in the title field will match this query. Using a field not present in the index will lead 1905 * @example <caption>term scoped to a field</captio [all...] |
| /third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/ |
| H A D | RepeatedFieldTest.cs | 326 var field = new RepeatedField<int>(); in AddEntriesFrom_PackedInt32() 329 field.AddEntriesFrom(input, FieldCodec.ForInt32(nonPackedTag)); in AddEntriesFrom_PackedInt32() 330 CollectionAssert.AreEqual(new[] { 10, 999, -1000 }, field); in AddEntriesFrom_PackedInt32() 352 var field = new RepeatedField<int>(); in AddEntriesFrom_NonPackedInt32() 355 field.AddEntriesFrom(input, FieldCodec.ForInt32(packedTag)); in AddEntriesFrom_NonPackedInt32() 356 CollectionAssert.AreEqual(new[] { 10, 999, -1000 }, field); in AddEntriesFrom_NonPackedInt32() 375 var field = new RepeatedField<string>(); in AddEntriesFrom_String() 378 field.AddEntriesFrom(input, FieldCodec.ForString(tag)); in AddEntriesFrom_String() 379 CollectionAssert.AreEqual(new[] { "Foo", "", "Bar" }, field); in AddEntriesFrom_String() 399 var field in AddEntriesFrom_Message() [all...] |
| /third_party/python/Modules/ |
| H A D | _csv.c | 33 long field_limit; /* max parsed field size */ 108 Py_UCS4 delimiter; /* field separator */ 122 PyObject *fields; /* field list for current record */ 124 Py_UCS4 *field; /* temporary buffer */ member 126 Py_ssize_t field_len; /* length of current field */ 127 int numeric_field; /* treat field as numeric */ 614 PyObject *field; in parse_save_field() local 616 field = PyUnicode_FromKindAndData(PyUnicode_4BYTE_KIND, in parse_save_field() 617 (void *) self->field, self->field_len); in parse_save_field() 618 if (field in parse_save_field() 1180 join_append(WriterObj *self, PyObject *field, int quoted) join_append() argument 1244 PyObject *iter, *field, *line, *result; csv_writerow() local [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | HebrewCalendar.java | 354 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field. 356 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field. 359 * @param date The value used to set the calendar's {@link #DATE DATE} time field. 387 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field. 389 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field. 392 * @param date The value used to set the calendar's {@link #DATE DATE} time field. 394 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field. 396 * @param minute The value used to set the calendar's {@link #MINUTE MINUTE} time field. 398 * @param second The value used to set the calendar's {@link #SECOND SECOND} time field. 422 * Add a signed amount to a specified field, usin 449 add(int field, int amount) add() argument 536 roll(int field, int amount) roll() argument 713 handleGetLimit(int field, int limitType) handleGetLimit() argument 768 validateField(int field) validateField() argument [all...] |