OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScanResult
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/android_webview/tools/
webview_licenses.py
96
class
ScanResult
(object):
143
ScanResult
.Ok if all files with non-standard license headers are whitelisted
145
ScanResult
.Warnings if there are stale entries;
146
ScanResult
.Errors if new non-whitelisted entries found.
222
return
ScanResult
.Errors
224
return
ScanResult
.Warnings
226
return
ScanResult
.Ok
278
ScanResult
.Ok if everything is in order;
279
ScanResult
.Warnings if there are non-fatal problems (e.g. stale whitelist
281
ScanResult
.Errors otherwise
[
all
...]
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
/external/chromium_org/third_party/libaddressinput/src/java/
android.jar
Completed in 188 milliseconds