| /third_party/vixl/src/aarch64/ |
| H A D | disasm-aarch64.h | 284 const char* field);
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | mock_code_generator.cc | 211 file->message_type(i)->field(0)->CopyTo(&field_descriptor_proto); in Generate()
|
| /third_party/selinux/libselinux/src/ |
| H A D | Makefile | 86 -Wno-missing-field-initializers -Wno-sign-compare \
|
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslParseHelper.cpp | 924 // Handle seeing a base.field dereference in the grammar, where 'field' is a 927 TIntermTyped* HlslParseContext::handleDotDereference(const TSourceLoc& loc, TIntermTyped* base, const TString& field) in handleDotDereference() argument 932 error(loc, "cannot apply to an array:", ".", field.c_str()); in handleDotDereference() 941 if (sampler.isTexture() && field == "mips") { in handleDotDereference() 946 if (field == "mips") in handleDotDereference() 950 error(loc, "unexpected operator on texture type:", field.c_str(), in handleDotDereference() 955 parseSwizzleSelector(loc, field, base->getVectorSize(), selectors); in handleDotDereference() 991 if (! parseMatrixSwizzleSelector(loc, field, base->getMatrixCols(), base->getMatrixRows(), selectors)) in handleDotDereference() 1036 if ((*fields)[member].type->getFieldName() == field) { in handleDotDereference() 1065 isBuiltInMethod(const TSourceLoc&, TIntermTyped* base, const TString& field) isBuiltInMethod() argument [all...] |
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | parser_test.cpp | 984 ASSERT_EQ(e.message, "Expected field name."); in TEST() 2032 ASSERT_EQ(e.message, "This field does not exist."); in TEST() 2097 ASSERT_EQ(e.message, "This field does not exist."); in TEST() 3153 auto &field = record.field_list[0]; in TEST() local 3155 ASSERT_EQ(field.metadata->GetFieldType().GetName(), "i32"); in TEST() 3156 ASSERT_TRUE(field.metadata->GetValue()); in TEST() 3157 ASSERT_EQ(field.metadata->GetValue()->GetType(), Value::Type::I32); in TEST() 3158 ASSERT_EQ(field.metadata->GetValue()->GetValue<int32_t>(), 10); in TEST() 3180 auto &field = record.field_list[0]; in TEST() local 3182 ASSERT_EQ(field in TEST() 3207 auto &field = record.field_list[0]; TEST() local [all...] |
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| H A D | parser_test.cpp | 990 ASSERT_EQ(e.message, "Expected field name."); in TEST() 2044 ASSERT_EQ(e.message, "This field does not exist."); in TEST() 2109 ASSERT_EQ(e.message, "This field does not exist."); in TEST() 3278 auto &field = record.fieldList[0]; in TEST() local 3280 ASSERT_EQ(field.metadata->GetFieldType().GetName(), "i32"); in TEST() 3281 ASSERT_TRUE(field.metadata->GetValue()); in TEST() 3282 ASSERT_EQ(field.metadata->GetValue()->GetType(), Value::Type::I32); in TEST() 3283 ASSERT_EQ(field.metadata->GetValue()->GetValue<int32_t>(), 10); in TEST() 3306 auto &field = record.fieldList[0]; in TEST() local 3308 ASSERT_EQ(field in TEST() 3333 auto &field = record.fieldList[0]; TEST() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | encode_visitor.cpp | 896 auto field = loadObj->GetObjField(); in VisitLoadObject() local 897 size_t offset = GetObjectOffset(graph, loadObj->GetObjectType(), field, loadObj->GetTypeId()); in VisitLoadObject() 926 // load field offset and if it's 0 then call runtime EntrypointId::GET_FIELD_OFFSET in VisitResolveObjectField() 948 auto ofs = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::UINT32); // field offset in VisitLoadResolvedObjectField() 1013 auto field = storeObj->GetObjField(); in VisitStoreObject() local 1014 size_t offset = GetObjectOffset(graph, storeObj->GetObjectType(), field, storeObj->GetTypeId()); in VisitStoreObject() 1053 auto ofs = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(2), DataType::UINT32); // field offset in VisitStoreResolvedObjectField() 1323 auto field = loadStatic->GetObjField(); in VisitLoadStatic() local 1324 auto offset = graph->GetRuntime()->GetFieldOffset(field); in VisitLoadStatic() 1383 auto field in VisitStoreStatic() local [all...] |
| /third_party/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 635 // field. in ExplainMatchFailuresTo() 676 // value_tuple have different number of fields or incompatible field 2046 // Implements the Field() matcher for matching a field (i.e. member 2051 FieldMatcher(FieldType Class::*field, in FieldMatcher() 2053 : field_(field), matcher_(matcher), whose_field_("whose given field ") {} in FieldMatcher() 2055 FieldMatcher(const std::string& field_name, FieldType Class::*field, in FieldMatcher() 2057 : field_(field), in FieldMatcher() 2059 whose_field_("whose field `" + field_name + "` ") {} in FieldMatcher() 2093 // Since *p has a field, i in MatchAndExplainImpl() [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | MeasureUnitTest.java | 2974 // field positions in testSimplePer() 2987 NumberFormat.Field field = (NumberFormat.Field) row[4]; in testSimplePer() 2992 FieldPosition pos = field != null ? new FieldPosition(field) : new FieldPosition(0); in testSimplePer() 3002 if (field != DONT_CARE) { in testSimplePer() 3146 // beginning and end of first such field encountered instead of the last in testFieldPositionMultiple() 3147 // such field encountered. in testFieldPositionMultiple() 3387 for (Field field : cMeasureUnit.getFields()) { in testCLDRUnitAvailability() 3388 if (field.getGenericType() == cMeasureUnit || field in testCLDRUnitAvailability() [all...] |
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | junit-4.10.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/framework/
junit/runner/
junit/textui/
org/
... |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | tls_openssl.c | 1861 * match_dn_field - Match configuration DN field against Certificate DN field 1863 * @nid: NID of DN field 1864 * @field: Field name 1865 * @value DN field value which is passed from configuration 1870 static int match_dn_field(const X509 *cert, int nid, const char *field, in match_dn_field() argument 1880 /* Assign incremented cnt for every field of DN to check DN field in in match_dn_field() 1901 /* check for more than one DN field with same name */ in match_dn_field() 1910 /* Compare actual certificate DN field valu in match_dn_field() 2006 char field[256]; tls_match_dn_field() local [all...] |
| /third_party/mesa3d/src/nouveau/codegen/lib/ |
| H A D | gk104.asm | 583 // Other values with nonzero in exponent field should be inf 606 // range [1, 2) by setting exponent field to 0x3ff (the exponent of 1) 683 // set the exponent field to 1, we can recover the result by multiplying 717 // steps below. Take 2 as a threshold in exponent field, and multiply
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | eap.c | 51 static void eap_sm_request(struct eap_sm *sm, enum wpa_ctrl_req_type field, 1113 "identifier field in EAP Success: " in eap_success_workaround() 1479 * Data field may contain a displayable message in UTF-8. If this in eap_sm_processIdentity() 1495 * include MNC length field. 1983 "no Type field"); in eap_sm_parseEapReq() 2014 "EAP-Response - no Type field"); in eap_sm_parseEapReq() 2393 static void eap_sm_request(struct eap_sm *sm, enum wpa_ctrl_req_type field, in eap_sm_request() argument 2407 switch (field) { in eap_sm_request() 2453 sm->eapol_cb->eap_param_needed(sm->eapol_ctx, field, txt); in eap_sm_request()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
| H A D | dbus_new.c | 467 const char *field, *txt = NULL, *net_ptr; in wpas_dbus_signal_network_request() local 475 field = wpa_supplicant_ctrl_req_to_string(rtype, default_txt, &txt); in wpas_dbus_signal_network_request() 476 if (field == NULL) in wpas_dbus_signal_network_request() 493 !dbus_message_iter_append_basic(&iter, DBUS_TYPE_STRING, &field) || in wpas_dbus_signal_network_request() 611 * "msg field with fail message number (int32) as arguments 2042 * "msg" field with fail message number (int32) as arguments 3230 { "field", "s", ARG_IN }, 4091 { "field", "s", ARG_OUT },
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | eap.c | 52 static void eap_sm_request(struct eap_sm *sm, enum wpa_ctrl_req_type field, 1138 "identifier field in EAP Success: " in eap_success_workaround() 1519 * Data field may contain a displayable message in UTF-8. If this in eap_sm_processIdentity() 1535 * include MNC length field. 2028 "no Type field"); in eap_sm_parseEapReq() 2059 "EAP-Response - no Type field"); in eap_sm_parseEapReq() 2452 static void eap_sm_request(struct eap_sm *sm, enum wpa_ctrl_req_type field, in eap_sm_request() argument 2466 switch (field) { in eap_sm_request() 2512 sm->eapol_cb->eap_param_needed(sm->eapol_ctx, field, txt); in eap_sm_request()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
| H A D | dbus_new.c | 467 const char *field, *txt = NULL, *net_ptr; in wpas_dbus_signal_network_request() local 475 field = wpa_supplicant_ctrl_req_to_string(rtype, default_txt, &txt); in wpas_dbus_signal_network_request() 476 if (field == NULL) in wpas_dbus_signal_network_request() 493 !dbus_message_iter_append_basic(&iter, DBUS_TYPE_STRING, &field) || in wpas_dbus_signal_network_request() 611 * "msg field with fail message number (int32) as arguments 2141 * "msg" field with fail message number (int32) as arguments 3305 { "field", "s", ARG_IN }, 4233 { "field", "s", ARG_OUT },
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-parser.cpp | 64 LOG(DEBUG, ASSEMBLER) << "parse line " << line_stric_ << " as field (.field name)"; in ParseRecordFields() 75 context_.err = GetError("Expected a new field on the next line.", Error::ErrorType::ERR_BAD_KEYWORD); in ParseRecordFields() 93 GetError("Repeating field names in the same record.", Error::ErrorType::ERR_REPEATING_FIELD_NAME); in ParseFieldName() 110 context_.err = GetError("Invalid name of field.", Error::ErrorType::ERR_BAD_OPERATION_NAME); in ParseFieldName() 145 LOG(DEBUG, ASSEMBLER) << "started searching field type value (line " << line_stric_ in ParseFieldType() 159 LOG(DEBUG, ASSEMBLER) << "field type found (line " << line_stric_ << "): " << context_.GiveToken(); in ParseFieldType() 171 context_.err = GetError("Expected field name.", Error::ErrorType::ERR_BAD_FIELD_MISSING_NAME, +1); in ParseRecordField() 760 Error("This field does not exist.", fld.line_of_def, Error::ErrorType::ERR_BAD_ID_FIELD, "", in ParseResetRecordTable() 1810 context_.err = GetError("Expected field in ParseOperandField() 1838 auto &field = it_record->second.field_list.back(); ParseOperandField() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
| H A D | rs_marshalling_helper_test.cpp | 514 auto field = std::make_shared<ParticleNoiseField>(1, ShapeType::RECT, fieldSize, fieldCenter, 1, 1.0f, 1.0f, 1.0f); in HWTEST_F() local 515 val->AddField(field); in HWTEST_F()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| H A D | db_common.cpp | 626 for (const auto &field : fields) { in HasPrimaryKey() 627 if (field.primary) { in HasPrimaryKey()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| H A D | sqlite_query_helper.cpp | 375 LOGE("Get sync data check statement failed when bind field value, errCode = %d", errCode); in BindSyncDataCheckStmt() 429 LOGE("[Query] Get statement fail when bind field value, errCode = %d", errCode); in GetQuerySqlStatement() 468 LOGE("[Query] Get statement fail when bind field value, errCode = %d", errCode); in GetQuerySqlStatement() 511 LOGE("[Query] Get count statement fail when bind field value, errCode = %d", errCode); in GetCountSqlStatement() 576 LOGE("[Query] Get statement fail when bind field value, errCode = %d", errCode); in BindObjNodes() 1026 for (const auto &field : fields) { // For query data. in GetRelationalCloudSyncDataQueryHeader() 1027 sql += "a." + field.colName + ","; in GetRelationalCloudSyncDataQueryHeader()
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | v4l2.c | 213 fmt.fmt.pix.field = V4L2_FIELD_ANY; in device_init() 216 is not supported (even if type field is valid and supported) */ in device_init() 236 if (fmt.fmt.pix.field == V4L2_FIELD_INTERLACED) { in device_init()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | omx.c | 234 #define OFF(field) offsetof(OMXCodecContext, field)
|
| /third_party/ffmpeg/tests/fate/ |
| H A D | video.mak | 253 FATE_VIDEO-$(call FRAMECRC, MPEGTS, MPEG2VIDEO) += fate-mpeg2-field-enc fate-mpeg2-ticket186 254 fate-mpeg2-field-enc: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg2/mpeg2_field_encoding.ts -an -frames:v 30
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | DecimalFormat.java | 256 * One non-transient field such that deserialization can determine the version of the class. This 257 * field has existed since the very earliest versions of DecimalFormat. 520 // Write class metadata and serialVersionOnStream field: in writeObject() 544 // We expect this field and no other fields: in readObject() 570 for (ObjectStreamField field : serializedFields) { in readObject() 571 String name = field.getName(); in readObject()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | DateIntervalFormatTest.java | 1254 * public PatternInfo getIntervalPattern(String skeleton, int field) 1258 // Tests when "if ( field > MINIMUM_SUPPORTED_CALENDAR_FIELD )" is true in TestGetIntervalPattern() 1264 "to return an exception for the 'int field' parameter " + in TestGetIntervalPattern() 1818 public LocaleAndSkeletonItem(String loc, String skel, int field, ExpectPosAndFormat[] exp) { in TestFPos_SkelWithSeconds() 1821 fieldToCheck = field; in TestFPos_SkelWithSeconds() 1945 // field, begin index, end index in testFormattedDateInterval() 1979 assertFalse("No more than one occurrence of the field", in testFormattedDateInterval() 1994 // field, begin index, end index in testFormattedDateInterval()
|