| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | unum.cpp | 223 fp.setField(pos->field); in unum_formatInt64() 256 fp.setField(pos->field); in unum_formatDouble() 315 fp.setField(pos->field); in unum_formatDecimal() 359 fp.setField(pos->field); in unum_formatDoubleCurrency() 982 fp.setField(pos->field); in unum_formatUFormattable()
|
| H A D | cecal.h | 104 * Calculate the limit for a specified type of limit and field 107 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const override;
|
| H A D | number_scientific.h | 33 bool containsField(Field field) const override;
|
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_mc.c | 168 struct ureg_dst ref, field; in create_ref_frag_shader() local 184 field = calc_line(r->pipe->screen, shader); in create_ref_frag_shader() 187 * ref = field.z ? tc[1] : tc[0] in create_ref_frag_shader() 189 * // Adjust tc acording to top/bottom field selection in create_ref_frag_shader() 199 ureg_negate(ureg_scalar(ureg_src(field), TGSI_SWIZZLE_Y)), in create_ref_frag_shader() 202 ureg_negate(ureg_scalar(ureg_src(field), TGSI_SWIZZLE_Y)), in create_ref_frag_shader() 222 ureg_release_temporary(shader, field); in create_ref_frag_shader() 334 * if (field == tc.w) in create_ycbcr_frag_shader()
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/arm/ |
| H A D | mod.rs | 206 .field("uc_flags", &self.uc_link) in fmt() 207 .field("uc_link", &self.uc_link) in fmt() 208 .field("uc_stack", &self.uc_stack) in fmt() 209 .field("uc_mcontext", &self.uc_mcontext) in fmt() 210 .field("uc_sigmask", &self.uc_sigmask) in fmt()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | unum.cpp | 210 fp.setField(pos->field); in unum_formatInt64() 243 fp.setField(pos->field); in unum_formatDouble() 302 fp.setField(pos->field); in unum_formatDecimal() 346 fp.setField(pos->field); in unum_formatDoubleCurrency() 945 fp.setField(pos->field); in unum_formatUFormattable()
|
| H A D | ethpccal.h | 185 * Calculate the limit for a specified type of limit and field 188 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const;
|
| H A D | indiancal.h | 203 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const; 221 // Functions for converting from field values to milliseconds.... 231 // Functions for converting from milliseconds to field values
|
| H A D | number_scientific.h | 33 bool containsField(Field field) const U_OVERRIDE;
|
| /third_party/protobuf/python/google/protobuf/ |
| H A D | descriptor.py | 327 for field in self.fields: 328 field.containing_type = self 397 # * If you specify a repeated field, you should not be allowed 408 """Descriptor for a single field in a .proto file. 411 name (str): Name of this field, exactly as it appears in .proto. 412 full_name (str): Name of this field, including containing scope. This is 415 field textually appears within its message in the .proto file. 416 number (int): Tag number declared for this field in the .proto file. 420 represent this field. 423 field i [all...] |
| /third_party/rust/crates/env_logger/src/filter/ |
| H A D | mod.rs | 271 .field("filter", &self.filter) in fmt() 272 .field("directives", &self.directives) in fmt() 280 f.debug_struct("Filter").field("built", &true).finish() in fmt() 283 .field("filter", &self.filter) in fmt() 284 .field("directives", &self.directives) in fmt()
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/x86/ |
| H A D | mod.rs | 192 .field("uc_flags", &self.uc_flags) in fmt() 193 .field("uc_link", &self.uc_link) in fmt() 194 .field("uc_stack", &self.uc_stack) in fmt() 195 .field("uc_mcontext", &self.uc_mcontext) in fmt() 196 .field("uc_sigmask", &self.uc_sigmask) in fmt() 197 // Ignore __private field in fmt()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | eap_fast_pac.c | 478 const char *field, const u8 *data, in eap_fast_write() 489 need = os_strlen(field) + len * 2 + 30; in eap_fast_write() 491 need += os_strlen(field) + len + 20; in eap_fast_write() 506 ret = os_snprintf(*pos, end - *pos, "%s=", field); in eap_fast_write() 517 ret = os_snprintf(*pos, end - *pos, "%s-txt=", field); in eap_fast_write() 477 eap_fast_write(char **buf, char **pos, size_t *buf_len, const char *field, const u8 *data, size_t len, int txt) eap_fast_write() argument
|
| H A D | eap_teap_pac.c | 479 const char *field, const u8 *data, in eap_teap_write() 489 need = os_strlen(field) + len * 2 + 30; in eap_teap_write() 491 need += os_strlen(field) + len + 20; in eap_teap_write() 507 ret = os_snprintf(*pos, end - *pos, "%s=", field); in eap_teap_write() 518 ret = os_snprintf(*pos, end - *pos, "%s-txt=", field); in eap_teap_write() 478 eap_teap_write(char **buf, char **pos, size_t *buf_len, const char *field, const u8 *data, size_t len, int txt) eap_teap_write() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | eap_fast_pac.c | 478 const char *field, const u8 *data, in eap_fast_write() 489 need = os_strlen(field) + len * 2 + 30; in eap_fast_write() 491 need += os_strlen(field) + len + 20; in eap_fast_write() 506 ret = os_snprintf(*pos, end - *pos, "%s=", field); in eap_fast_write() 517 ret = os_snprintf(*pos, end - *pos, "%s-txt=", field); in eap_fast_write() 477 eap_fast_write(char **buf, char **pos, size_t *buf_len, const char *field, const u8 *data, size_t len, int txt) eap_fast_write() argument
|
| H A D | eap_teap_pac.c | 479 const char *field, const u8 *data, in eap_teap_write() 489 need = os_strlen(field) + len * 2 + 30; in eap_teap_write() 491 need += os_strlen(field) + len + 20; in eap_teap_write() 507 ret = os_snprintf(*pos, end - *pos, "%s=", field); in eap_teap_write() 518 ret = os_snprintf(*pos, end - *pos, "%s-txt=", field); in eap_teap_write() 478 eap_teap_write(char **buf, char **pos, size_t *buf_len, const char *field, const u8 *data, size_t len, int txt) eap_teap_write() argument
|
| /third_party/gn/src/gn/ |
| H A D | rust_tool.h | 62 SubstitutionList* field,
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | ethpccal.h | 185 * Calculate the limit for a specified type of limit and field 188 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const override;
|
| H A D | number_scientific.h | 33 bool containsField(Field field) const U_OVERRIDE;
|
| H A D | buddhcal.h | 139 * use the UCAL_EXTENDED_YEAR field or the UCAL_YEAR and supra-year fields (such 154 * @param field one of the field numbers 159 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const override;
|
| /third_party/node/deps/openssl/openssl/include/openssl/ |
| H A D | txt_db.h | 52 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | Name.h | 43 explicit Name(const TField &field);
|
| /third_party/openssl/include/openssl/ |
| H A D | txt_db.h | 52 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | cloduleGenericOnSelfMember.js | 3 field: T;
|
| H A D | metadataOfClassFromAlias2.js | 5 field: string;
|