Home
last modified time | relevance | path

Searched defs:report (Results 1 – 25 of 231) sorted by relevance

12345678910

/external/doclava/test/doclava/
DApiCheckTest.java43 Report report = apiCheck.checkApi(args); in testEquivalentApi() local
50 Report report = apiCheck.checkApi(args); in testMethodReturnTypeChanged() local
58 Report report = apiCheck.checkApi(args); in testMethodParameterChanged() local
72 Report report = apiCheck.checkApi(args); in testConstructorParameterChanged() local
85 Report report = apiCheck.checkApi(args); in testAddedClass() local
93 Report report = apiCheck.checkApi(args); in testRemovedClass() local
101 Report report = apiCheck.checkApi(args); in testRemovedDeprecatedClass() local
109 Report report = apiCheck.checkApi(args); in testChangedSuper() local
120 Report report = apiCheck.checkApi(args); in testChangedAssignableReturn() local
128 Report report = apiCheck.checkApi(args); in testInsertedSuper() local
[all …]
/external/webrtc/talk/app/webrtc/
Dstatscollector.cc90 StatsReport* report = reports->ReplaceOrAddNew(id); in AddTrackReport() local
100 StatsReport* report = AddTrackReport(reports, track_id); in CreateTrackReports() local
107 StatsReport* report) { in ExtractCommonSendProperties()
114 StatsReport* report) { in ExtractCommonReceiveProperties()
118 void SetAudioProcessingStats(StatsReport* report, in SetAudioProcessingStats()
140 void ExtractStats(const cricket::VoiceReceiverInfo& info, StatsReport* report) { in ExtractStats()
182 void ExtractStats(const cricket::VoiceSenderInfo& info, StatsReport* report) { in ExtractStats()
202 void ExtractStats(const cricket::VideoReceiverInfo& info, StatsReport* report) { in ExtractStats()
235 void ExtractStats(const cricket::VideoSenderInfo& info, StatsReport* report) { in ExtractStats()
272 StatsReport* report) { in ExtractStats()
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_debugging.cc64 int __tsan_get_report_data(void *report, const char **description, int *count, in __tsan_get_report_data()
83 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack()
93 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, in __tsan_get_report_mop()
109 int __tsan_get_report_loc(void *report, uptr idx, const char **type, in __tsan_get_report_loc()
128 int __tsan_get_report_mutex(void *report, uptr idx, uptr *mutex_id, void **addr, in __tsan_get_report_mutex()
141 int __tsan_get_report_thread(void *report, uptr idx, int *tid, uptr *os_id, in __tsan_get_report_thread()
157 int __tsan_get_report_unique_tid(void *report, uptr idx, int *tid) { in __tsan_get_report_unique_tid()
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
DUtil.java75 static final public void report(String msg, Throwable t) { in report() method in Util
81 static final public void report(String msg) { in report() method in Util
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/
DProblemReporter.java27 public void report(NodeWithTokenRange<?> node, String message, Object... args) { in report() method in ProblemReporter
31 public void report(TokenRange range, String message, Object... args) { in report() method in ProblemReporter
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCAtSyncChecker.cpp50 auto report = in checkPreStmt() local
74 auto report = in checkPreStmt() local
/external/python/cpython3/Tools/demo/
Dhanoi.py19 def hanoi(n, a, b, c, report): argument
89 def report(self, i, a, b): member in Tkhanoi
/external/python/cpython2/Demo/tkinter/guido/
Dhanoi.py18 def hanoi(n, a, b, c, report): argument
88 def report(self, i, a, b): member in Tkhanoi
/external/webrtc/webrtc/tools/loopback_test/
Dstat_tracker.js45 samplingFunctions[varName] = function (report, rowIndex) { argument
63 pc.getStats(function (report) { argument
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
DFieldInitializerTest.java41 FieldInitializationReport report = fieldInitializer.initialize(); in should_keep_same_instance_if_field_initialized() local
51 FieldInitializationReport report = fieldInitializer.initialize(); in should_instantiate_field_when_type_has_no_constructor() local
61 FieldInitializationReport report = fieldInitializer.initialize(); in should_instantiate_field_with_default_constructor() local
71 FieldInitializationReport report = fieldInitializer.initialize(); in should_instantiate_field_with_private_default_constructor() local
/external/libcxx/src/filesystem/
Dfilesystem_common.h150 T report(const error_code& m_ec) const { in report() function
168 T report(const error_code& m_ec, const char* msg, Args const&... args) const { in report() function
186 T report(errc const& err) const { return report(make_error_code(err)); } in report() function
189 T report(errc const& err, const char* msg, Args const&... args) const { in report() function
/external/clang/tools/scan-view/share/
DScanView.py86 def __init__(self, report, reporter, parameters, server): argument
244 def load_report(self, report): argument
401 def send_open_report(self, report): argument
424 def get_report_context(self, report): argument
493 def send_report(self, report, configOverrides=None): argument
/external/mesa3d/src/intel/vulkan/
Danv_util.c60 char report[256]; in __anv_perf_warn() local
87 char report[256]; in __vk_errorf() local
/external/syzkaller/pkg/report/
Dfuzz.go6 package report package
Dlinux_test.go4 package report package
/external/testng/src/test/java/test/reports/
DReporterSampleTest.java25 public void report(String p) { in report() method in ReporterSampleTest
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DPerfStatsReporter.java15 void report(Metadata metadata, Collection<Metric> metrics); in report() method
/external/skia/tools/skqp/
Drun_skqp_exe46 ret, report = skqp(sys.argv[1]) variable
/external/skqp/tools/skqp/
Drun_skqp_exe46 ret, report = skqp(sys.argv[1]) variable
/external/clang/test/Preprocessor/
Dc99-6_10_3_4_p9.c7 #define report(test, ...) ((test)?puts(#test):\ macro
/external/parameter-framework/upstream/tools/coverage/
DREADME.md56 ### Limitations
/external/python/cpython2/Tools/scripts/
Dfixdiv.py307 def report(slashes, message): function
347 def report(self, first, last=None, mark="*"): member in FileContext
/external/python/cpython3/Tools/scripts/
Dfixdiv.py307 def report(slashes, message): function
347 def report(self, first, last=None, mark="*"): member in FileContext
/external/fonttools/MetaTools/
DroundTrip.py32 def roundTrip(ttFile1, options, report): argument
/external/curl/lib/
Dmk-ca-bundle.pl200 sub report($@) { subroutine

12345678910