| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 414 .field("ss_len", &self.ss_len) in fmt() 415 .field("ss_family", &self.ss_family) in fmt() 416 .field("__ss_pad1", &self.__ss_pad1) in fmt() 417 .field("__ss_align", &self.__ss_align) in fmt() 418 // FIXME: .field("__ss_pad2", &self.__ss_pad2) in fmt() 1342 // Values for rtprio struct (prio field) and syscall (function argument)
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | number_longnames.cpp | 1499 void LongNameHandler::simpleFormatsToModifiers(const UnicodeString *simpleFormats, Field field, in simpleFormatsToModifiers() argument 1507 fModifiers[i] = SimpleModifier(compiledFormatter, field, false, {this, SIGNUM_POS_ZERO, plural}); in simpleFormatsToModifiers() 1512 Field field, UErrorCode &status) { in multiSimpleFormatsToModifiers() 1528 fModifiers[i] = SimpleModifier(compoundCompiled, field, false, {this, SIGNUM_POS_ZERO, plural}); in multiSimpleFormatsToModifiers() 1511 multiSimpleFormatsToModifiers(const UnicodeString *leadFormats, UnicodeString trailFormat, Field field, UErrorCode &status) multiSimpleFormatsToModifiers() argument
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_read_image.cpp | 834 for (uint32 field = 0; true; field++) in MapRow() 837 uint32 fieldRows = (rows - field + fFactor - 1) / fFactor; in MapRow() 842 return fieldRow * fFactor + field + top; in MapRow()
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | extension_set.h | 182 // to look up extensions for parsed field numbers. Note that dynamic parsing 455 // Write all extension fields with field numbers in the range 590 // for this extension. This field is only valid when type == TYPE_MESSAGE 627 // deterministic serialization to order fields by field number. 708 // Note to support packed repeated field compatibility, it also fills whether 716 // Note to support packed repeated field compatibility, it also fills whether 726 // ParseField() after field number and was_packed_on_wire is extracted from 727 // the wire tag and ExtensionInfo is found by the field number. 760 bool FindExtension(int wire_type, uint32 field, in FindExtension() argument 765 return FindExtensionInfoFromFieldNumber(wire_type, field, in FindExtension() [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | ctrl_iface.c | 2216 wpa_printf(MSG_DEBUG, "CTRL_IFACE: field=%s id=%d", rsp, id); in wpa_supplicant_ctrl_iface_ctrl_rsp() 4986 char field[50]; local 4990 len = os_strlcpy(field, _field, sizeof(field)); 4991 if (len >= sizeof(field)) 4994 next_param = os_strchr(field, ' '); 5012 field, iftype ? " iftype=" : "", iftype ? iftype : "", 5015 if (os_strcmp(field, "eap") == 0) { 5021 if (os_strcmp(field, "pairwise") == 0) 5025 if (os_strcmp(field, "grou [all...] |
| /foundation/multimedia/media_library/frameworks/js/src/ |
| H A D | medialibrary_napi_utils.cpp | 360 string field = (fetchOptType == ALBUM_FETCH_OPT) ? PhotoAlbumColumns::ALBUM_ID : MEDIA_DATA_DB_ID; in HandleSpecialPredicate() local 361 operations.push_back({ item.operation, { field, fileUri.GetFileId() } }); in HandleSpecialPredicate() 981 std::string field = std::get<string>(operationItem.singleParams[0]); in IsFeaturedSinglePortraitAlbum() local 983 if (field.compare("FeaturedSinglePortrait") == 0 && value.compare("true") == 0) { in IsFeaturedSinglePortraitAlbum() 986 featuredSinglePortraitPredicates.Like(field, value); in IsFeaturedSinglePortraitAlbum()
|
| /foundation/multimedia/media_library/frameworks/services/media_file_extension/src/ |
| H A D | media_file_extention_utils.cpp | 285 shared_ptr<NativeRdb::ResultSet> MediaFileExtentionUtils::GetResultSetFromDb(string field, const string &value, in GetResultSetFromDb() argument 290 if (field == MEDIA_DATA_DB_URI) { in GetResultSetFromDb() 291 field = MEDIA_DATA_DB_ID; in GetResultSetFromDb() 298 predicates.EqualTo(field, input)->And()->EqualTo(MEDIA_DATA_DB_IS_TRASH, NOT_TRASHED); in GetResultSetFromDb() 302 "Failed to obtain value from database, field: %{private}s, value: %{private}s", field.c_str(), input.c_str()); in GetResultSetFromDb()
|
| /third_party/mesa3d/src/compiler/ |
| H A D | glsl_types.cpp | 1325 * type definitions, and field names to be considered the same type." in record_compare() 2713 * - overrides any struct field offsets but get_explicit_std430_type() tries to 2766 * field in it." in get_explicit_type_for_size_align() 3344 struct glsl_struct_field &field = this->fields.structure[i]; in cl_alignment() local 3345 res = MAX2(res, field.type->cl_alignment()); in cl_alignment() 3364 struct glsl_struct_field &field = this->fields.structure[i]; in cl_size() local 3367 size = align(size, field.type->cl_alignment()); in cl_size() 3368 size += field.type->cl_size(); in cl_size()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 151 for (const auto &field : fieldInfoList) { in CreateTable() 155 sql += field.GetFieldName() + " "; in CreateTable() 156 std::string type = GetType(field.GetStorageType()); in CreateTable() 518 for (auto &[field, value] : data) { in CheckVirtualData() 520 EXPECT_EQ(targetData[0].objectData.GetDataValue(field, target), E_OK); in CheckVirtualData() 521 LOGD("field %s actual_val[%s] except_val[%s]", field.c_str(), target.ToString().c_str(), in CheckVirtualData()
|
| /third_party/cmsis/CMSIS/Core/Include/ |
| H A D | core_cm85.h | 3520 \defgroup CMSIS_core_bitfield Core register bit field macros 3521 \brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk). 3526 \brief Mask and shift a bit field value for use in a register bit range. 3527 \param[in] field Name of the register bit field. 3528 \param[in] value Value of the bit field. This parameter is interpreted as an uint32_t type. 3531 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) 3535 \param[in] field Nam [all...] |
| H A D | core_cm55.h | 3496 \defgroup CMSIS_core_bitfield Core register bit field macros 3497 \brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk). 3502 \brief Mask and shift a bit field value for use in a register bit range. 3503 \param[in] field Name of the register bit field. 3504 \param[in] value Value of the bit field. This parameter is interpreted as an uint32_t type. 3507 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) 3511 \param[in] field Nam [all...] |
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_surface.c | 78 #define AMDGPU_TILING_SET(field, value) \ 79 (((__u64)(value) & AMDGPU_TILING_##field##_MASK) << AMDGPU_TILING_##field##_SHIFT) 80 #define AMDGPU_TILING_GET(value, field) \ 81 (((__u64)(value) >> AMDGPU_TILING_##field##_SHIFT) & AMDGPU_TILING_##field##_MASK)
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_pipeline.c | 2029 * to add a field to flag compute keys because this key is not used alone in pipeline_populate_compute_key() 3427 #define WRITE_STR(field, ...) ({ \ 3428 memset(field, 0, sizeof(field)); \ 3429 UNUSED int _i = snprintf(field, sizeof(field), __VA_ARGS__); \ 3430 assert(_i > 0 && _i < sizeof(field)); \
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 288 * the case for 8x, 4x, and 2x. The key->msaa_16 bit-field controls which in populate_sampler_prog_key() 2986 #define WRITE_STR(field, ...) ({ \ 2987 memset(field, 0, sizeof(field)); \ 2988 UNUSED int i = snprintf(field, sizeof(field), __VA_ARGS__); \ 2989 assert(i > 0 && i < sizeof(field)); \
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | parserharness.js | 260 export function emitLog(field: string, ...params: any[]) { 262 if (typeof loggers[i][field] === 'function') { 263 loggers[i][field].apply(loggers[i], params); 2303 function emitLog(field) {
2309 if (typeof loggers[i][field] === 'function') {
2310 loggers[i][field].apply(loggers[i], params);
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | inst_builder.h | 339 Inst *BuildStoreObjectInst(const BytecodeInstruction *bcInst, DataType::Type type, RuntimeInterface::FieldPtr field,
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| H A D | lmir_builder.h | 204 /* used attribute for field: 566 void AddConstItemInternal(StructConst &structConst, FieldId fieldId, Const &field);
|
| /foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/ |
| H A D | js_util.cpp | 189 status = GetNamedProperty(env, in, "field", bindInfo.field); in GetValue() 190 LOG_ERROR_RETURN(status == napi_ok, "get field param failed", status); in GetValue()
|
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | h264dsp_init.c | 88 int mask_mv0, int mask_mv1, int field);
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | number_capi.cpp | 204 fp.setField(ufpos->field); in unumf_resultNextFieldPosition()
|
| /third_party/node/deps/npm/test/lib/commands/ |
| H A D | view.js | 389 t.test('specific field names', async t => { 408 t.test('nested field with brackets', async t => { 423 t.test('unknown nested field ', async t => { 428 t.test('array field - 1 element', async t => { 433 t.test('array field - 2 elements', async t => { 468 /Invalid package.json, no "name" field/ 536 t.test('all workspaces single field', async t => { 545 t.test('all workspaces nonexistent field', async t => { 554 t.test('all workspaces nonexistent field --json', async t => { 563 t.test('all workspaces single field [all...] |
| /third_party/icu/icu4c/source/test/perf/collationperf/ |
| H A D | CollPerf.pl | 203 (Unicode/ISO 10646 code point). Generally this is the important field for sort
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | BuildSPIRV.h | 422 ImmutableString hashFieldName(const TField *field);
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | ParseHelper.h | 222 bool structNestingErrorCheck(const TSourceLoc &line, const TField &field);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| H A D | TGLexer.cpp | 350 .Case("field", tgtok::Field) in LexIdentifier()
|