/frameworks/compile/slang/tests/F_bad_pragmas/ |
D | stderr.txt.expect | 1 bad_pragmas.rs:5:9: error: unknown pragma ignored 2 bad_pragmas.rs:6:9: error: unknown pragma ignored 3 bad_pragmas.rs:7:9: error: unknown pragma ignored 4 bad_pragmas.rs:8:8: error: unknown pragma ignored 5 bad_pragmas.rs:9:9: error: unknown pragma ignored 6 bad_pragmas.rs:10:9: error: unknown pragma ignored 7 bad_pragmas.rs:11:9: error: unknown pragma ignored
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagAttribute.inc | 14 "input %0 has unknown CPU architecture profile.", 15 "input %0 has unknown CPU architecture profile.") 66 "unknown mandatory attribute with tag %0 was ignored in %1.", 67 "unknown mandatory attribute with tag %0 was ignored in %1.") 70 "unknown attribute with tag %0 was ignored in %1.", 71 "unknown attribute with tag %0 was ignored in %1.")
|
D | DiagRelocations.inc | 39 "encounter unknown relocation type `%0' for symbol `%1'", 40 "encounter unknown relocation type `%0' for symbol `%1'") 59 "unknown relocation section type: `%0' in section `%1'", 60 "unknown relocation section type: `%0' in section `%1'")
|
D | DiagCommonKinds.inc | 30 "unknown command line argument `%0' at %1", 31 "unknown command line argument `%0' at %1")
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | test_slang_version_info.ll | 10 ; RUN: | llvm-as -o %t.unknown-version 17 ; RUN: bcc -o test_slang_version_info-unknown-version -output_path %T \ 19 ; RUN: -embedRSInfo %t.unknown-version 2>%t.stderr.unknown-version 22 ; RUN: FileCheck %s -check-prefix=CHECK_BCC_WARNING < %t.stderr.unknown-version 32 ; RUN: readelf --wide --string-dump=.rodata %T/test_slang_version_info-unknown-version.o \
|
/frameworks/compile/slang/tests/F_ctxt_wrong_api/ |
D | stderr.txt.expect | 1 ctxt_wrong_api.rs:5:28: error: unknown type name 'rs_kernel_context'
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
D | PackageDexUsageTests.java | 532 String unknown = PackageDexUsage.UNKNOWN_CLASS_LOADER_CONTEXT; in testReadVersion1() local 533 TestData fooBaseUser0 = mFooBaseUser0.updateClassLoaderContext(unknown); in testReadVersion1() 534 TestData fooSplit1User0 = mFooSplit1User0.updateClassLoaderContext(unknown); in testReadVersion1() 536 mFooSplit2UsedByOtherApps0.updateClassLoaderContext(unknown); in testReadVersion1() 537 TestData fooSecondary1User0 = mFooSecondary1User0.updateClassLoaderContext(unknown); in testReadVersion1() 539 mFooSecondary2UsedByOtherApps0.updateClassLoaderContext(unknown); in testReadVersion1() 540 TestData barBaseUser0 = mBarBaseUser0.updateClassLoaderContext(unknown); in testReadVersion1() 541 TestData barSecondary1User0 = mBarSecondary1User0.updateClassLoaderContext(unknown); in testReadVersion1()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBUnknownFieldSetTest.m | 47 // unknown fields of every type. 168 // Test mixing known and unknown fields when parsing. 187 // Test that fields of the wrong wire type are treated like unknown fields 196 // All fields should have been interpreted as unknown, so the debug strings 214 // Test that fields of the wrong wire type are treated like unknown fields 223 // All fields should have been interpreted as unknown, so the debug strings
|
D | GPBWireFormatTests.m | 147 // Set up a TestMessageSet with two known messages and an unknown one. 190 // Set up a RawMessageSet with two known messages and an unknown one.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | unknown_field_set_unittest.cc | 542 UnknownFieldSet unknown; in TEST_F() local 544 unknown.AddFixed32(i, i); in TEST_F() 547 unknown.DeleteSubrange(start, num); in TEST_F() 549 EXPECT_EQ(size - num, unknown.field_count()); in TEST_F() 550 for (int i = 0; i < unknown.field_count(); ++i) { in TEST_F() 552 EXPECT_EQ(i, unknown.field(i).fixed32()); in TEST_F() 554 EXPECT_EQ(i + num, unknown.field(i).fixed32()); in TEST_F()
|
D | type.proto | 65 // Field type unknown. 107 // For fields with unknown cardinality.
|
D | unittest_mset.proto | 67 // out since it must not actually exist in code, to simulate an "unknown"
|
/frameworks/wilhelm/tests/examples/ |
D | xaVideoDecoderCapabilities.cpp | 29 char unknown[50]; variable 52 sprintf(unknown, "Video codec %d unknown to OpenMAX AL", decoderId); in videoCodecIdToString() 53 return unknown; in videoCodecIdToString()
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 110 // Mode is unknown. 186 // Calling mode is unknown. 363 // State is unknown. 397 // type is unknown. 583 // The operation error is unknown 598 // type is unknown. 783 /** The network validation state is unknown. */ 798 /** Data switch caused by unknown reason. */ 832 // type is unknown. 869 // Failure reason is unknown. [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/ |
D | add_person_test.go | 22 unknown
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/ |
D | strategy_for_usage.pfw | 5 /Policy/policy/usages/unknown/applicable_strategy/strategy = media
|
/frameworks/base/core/proto/android/app/ |
D | notification.proto | 40 // If this field is not set, then the value is unknown.
|
/frameworks/base/core/proto/android/media/ |
D | audioattributes.proto | 38 // Content type value to use when the content type is unknown, or other than 56 // Usage value to use when the usage is unknown.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | MessageReflection.java | 777 boolean unknown = false; in mergeFieldFrom() 780 unknown = true; // Unknown field. in mergeFieldFrom() 791 unknown = true; // Unknown wire type. in mergeFieldFrom() 794 if (unknown) { // Unknown field or wrong wire type. Skip. in mergeFieldFrom()
|
/frameworks/base/core/proto/android/view/ |
D | enums.proto | 25 // The display state is unknown.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | message_set_extensions.proto | 67 // out since it must not actually exist in code, to simulate an "unknown"
|
/frameworks/hardware/interfaces/cameraservice/common/2.0/ |
D | types.hal | 84 * An unknown error was encountered by the camera subsystem.
|
/frameworks/base/core/proto/android/server/ |
D | backup_chunks_metadata.proto | 88 // before being uploaded to the server, with a key unknown to the server. 113 // data structure is only ever uploaded to the server encrypted with a key unknown to the server.
|
/frameworks/native/opengl/libs/ |
D | Android.bp | 97 "-Wno-error=unknown-attributes",
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/ |
D | README.md | 59 proto3 (so no unknown fields, no required/optional distinction, no
|