Home
last modified time | relevance | path

Searched defs:bug (Results 1 – 25 of 129) sorted by relevance

123456

/aosp_15_r20/packages/services/Car/tests/BugReportApp/tests/src/com/android/car/bugreport/
DBugStorageUtilsTest.java78 MetaBugReport bug = createBugReport(TIMESTAMP_TODAY, in test_createBugReport_createsAndReturnsMetaBugReport() local
86 MetaBugReport bug = createBugReport(TIMESTAMP_TODAY, in test_expireBugReport_marksBugReportDeletedAndDeletesZip() local
90 try (InputStream in = BugStorageUtils.openBugReportFileToRead(mContext, bug)) { in test_expireBugReport_marksBugReportDeletedAndDeletesZip() argument
93 try (InputStream in = BugStorageUtils.openAudioFileToRead(mContext, bug)) { in test_expireBugReport_marksBugReportDeletedAndDeletesZip() argument
118 MetaBugReport bug = createBugReport(TIMESTAMP_TODAY, in test_completeDeleteBugReport_removesBugReportRecordFromDb() local
122 try (InputStream in = BugStorageUtils.openBugReportFileToRead(mContext, bug)) { in test_completeDeleteBugReport_removesBugReportRecordFromDb() argument
125 try (InputStream in = BugStorageUtils.openAudioFileToRead(mContext, bug)) { in test_completeDeleteBugReport_removesBugReportRecordFromDb() argument
219 private MetaBugReport createBugReportFile(MetaBugReport bug) throws IOException { in createBugReportFile()
222 try (OutputStream out = BugStorageUtils.openBugReportFileToWrite(mContext, bug)) { in createBugReportFile() argument
228 private MetaBugReport createAudioFile(MetaBugReport bug) throws IOException { in createAudioFile()
[all …]
/aosp_15_r20/external/exoplayer/.github/ISSUE_TEMPLATE/
H A Dbug.md28 ### [REQUIRED] Issue description
31 ### [REQUIRED] Reproduction steps
35 ### [REQUIRED] Link to test content
44 ### [REQUIRED] A full bug report captured from the device
51 ### [REQUIRED] Version of ExoPlayer being used
54 ### [REQUIRED] Device(s) and version(s) of Android being used
/aosp_15_r20/art/test/
H A Dknownfailures.json10 "bug": "http://b/121302864" string
16 "bug": "http://b/73871735" string
24 "bug": "http://b/33795328" string
34 "bug": "http://b/34193123" string
39 "bug": "http://b/28988206" string
85 "bug": "http://b/35800768" string
112 "bug": "http://b/288355042" string
136 "bug": "http://b/35917229" string
159 "bug": "http://b/2133391" string
183 "bug": "http://b/34369284" string
[all …]
/aosp_15_r20/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DFileUtils.java76 static String getZipFileName(MetaBugReport bug) { in getZipFileName()
90 static String getAudioFileName(String timestamp, MetaBugReport bug, String extension) { in getAudioFileName()
96 public static String extractLookupCode(MetaBugReport bug) { in extractLookupCode()
DBugStorageUtils.java142 static InputStream openFileToRead(Context context, MetaBugReport bug) in openFileToRead()
150 static InputStream openBugReportFileToRead(Context context, MetaBugReport bug) in openBugReportFileToRead()
158 static InputStream openAudioFileToRead(Context context, MetaBugReport bug) in openAudioFileToRead()
/aosp_15_r20/external/clang/tools/scan-build-py/libscanbuild/
H A Dreport.py387 def category_type_name(bug): argument
409 def predicate(bug): argument
429 def predicate(bug): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/libscanbuild/
Dreport.py539 def category_type_name(bug): argument
561 def predicate(bug): argument
584 def predicate(bug): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/libscanbuild/
Dreport.py539 def category_type_name(bug): argument
561 def predicate(bug): argument
584 def predicate(bug): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/libscanbuild/
Dreport.py539 def category_type_name(bug): argument
561 def predicate(bug): argument
584 def predicate(bug): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/libscanbuild/
Dreport.py539 def category_type_name(bug): argument
561 def predicate(bug): argument
584 def predicate(bug): argument
/aosp_15_r20/cts/libs/vogar-expect/src/vogar/expect/
H A DExpectation.java52 private final long bug; field in Expectation
57 …ublic Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug) { in Expectation()
/aosp_15_r20/external/vogar/src/vogar/
H A DExpectation.java61 private final long bug; field in Expectation
73 long bug, in Expectation()
/aosp_15_r20/build/make/tools/aconfig/aconfig_protos/protos/
H A Daconfig.proto85 repeated string bug = 4; field
170 repeated string bug = 5; field
/aosp_15_r20/out/soong/.intermediates/kernel/configs/xsd/approvedBuild/approved_build/gen/cpp/
Dapproved_build.cpp120 Build::Build(std::string id, std::optional<int64_t> bug) : id_(std::move(id)), bug_(bug) { in Build()
149 std::optional<int64_t> bug = std::nullopt; in read() local
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue13480.go12 func bug() { func
Dissue15604.go7 package bug package
Dissue15585.go7 package bug package
Dbug491.go105 func bug() { func
/aosp_15_r20/external/libcap/contrib/bug400591/
H A DMakefile3 bug: bug.c ../../libcap Makefile target
/aosp_15_r20/libcore/test-rules/src/main/java/libcore/test/annotation/
H A DNonCts.java43 long bug() default -1; in bug() method
H A DNonVogar.java32 long bug() default -1; in bug() method
/aosp_15_r20/frameworks/libs/modules-utils/java/android/ravenwood/annotation/
DRavenwoodThrow.java50 long bug() default 0; in bug() method
DRavenwoodReplace.java49 long bug() default 0; in bug() method
DRavenwoodRemove.java51 long bug() default 0; in bug() method
/aosp_15_r20/frameworks/base/ravenwood/junit-src/android/platform/test/annotations/
H A DIgnoreUnderRavenwood.java58 long bug() default 0; in bug() method

123456