/external/chromium_org/content/renderer/media/ |
buffered_data_source.h | 132 // Report a buffered byte range [start,end] or queue it for later 155 // need to report what |loader_| has buffered. 212 // Buffered byte ranges awaiting set_host() being called to report to host().
|
/external/chromium_org/media/cast/rtcp/ |
test_rtcp_packet_builder.cc | 97 // First receiver same as sender of this report. 109 // First receiver same as sender of this report. 123 // First receiver same as sender of this report.
|
/external/chromium_org/ppapi/api/private/ |
ppb_content_decryptor_private.idl | 144 * <code>PPP_ContentDecryptor_Private</code> interface completes to report 167 * <code>PPP_ContentDecryptor_Private</code> interface completes to report 183 * <code>PPP_ContentDecryptor_Private</code> interface completes to report
|
/external/chromium_org/webkit/browser/fileapi/quota/ |
quota_reservation_manager_unittest.cc | 190 // client should report maximum written offset for each modified files. 246 // Before requesting quota refresh, each writer should report their 317 // For multiple Reservation case, RefreshQuota needs usage report only from
|
/external/clang/lib/FrontendTool/ |
ExecuteCompilerInvocation.cpp | 80 CI.getDiagnostics().Report(diag::err_fe_invalid_plugin_name) 123 CI.getDiagnostics().Report(diag::err_fe_action_not_available) << Action; 203 Clang->getDiagnostics().Report(diag::err_fe_unable_to_load_plugin)
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MacOSXAPIChecker.cpp | 95 BugReport *report = new BugReport(*BT_dispatchOnce, os.str(), N); local 96 report->addRange(CE->getArg(0)->getSourceRange()); 97 C.emitReport(report);
|
/external/compiler-rt/include/sanitizer/ |
asan_interface.h | 54 // address will result in error report from AddressSanitizer). 64 // This is an internal function that is called to report an error. 82 // the program crashes before ASan report is printed.
|
/external/compiler-rt/lib/lsan/ |
lsan_interceptors.cc | 181 Report("LeakSanitizer: failed to set thread key.\n"); 206 Report("LeakSanitizer: failed to set thread key.\n"); 276 Report("LeakSanitizer: failed to create thread key.\n");
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common.cc | 62 Report("Sanitizer CHECK failed: %s:%d %s (%lld, %lld)\n", file, line, cond, 76 Report("ERROR: Can't open file: %s\n", report_path_full.data()); 181 Report("ERROR: Path is too long: %c%c%c%c%c%c%c%c...\n",
|
sanitizer_thread_registry.cc | 133 Report("%s: Thread limit (%u threads) exceeded. Dying.\n", 209 Report("%s: Detach of non-existent thread\n", SanitizerToolName); 226 Report("%s: Join of non-existent thread\n", SanitizerToolName);
|
/external/stlport/stlport/stl/config/ |
_msvc.h | 50 * simulating MSVC behavior use identical macros to report compilation context. 119 work, 7.0 is still unknown (we assume it works until negative report). */ 150 // TODO: some eVC4 compilers report _MSC_VER 1201 or 1202, which category do they belong to?
|
/frameworks/support/v4/java/android/support/v4/media/ |
TransportPerformer.java | 105 * Report that a media button has been pressed. This is like 149 * Report that a media button has been released. This is like 177 * Report that audio focus has changed on the app. This only happens if
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 50 * simulating MSVC behavior use identical macros to report compilation context. 119 work, 7.0 is still unknown (we assume it works until negative report). */ 150 // TODO: some eVC4 compilers report _MSC_VER 1201 or 1202, which category do they belong to?
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceDialerTester.java | 159 public void report() { method in class:VoiceDialerTester 160 // report for each file 173 // summary report for all files
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 50 * simulating MSVC behavior use identical macros to report compilation context. 119 work, 7.0 is still unknown (we assume it works until negative report). */ 150 // TODO: some eVC4 compilers report _MSC_VER 1201 or 1202, which category do they belong to?
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 50 * simulating MSVC behavior use identical macros to report compilation context. 119 work, 7.0 is still unknown (we assume it works until negative report). */ 150 // TODO: some eVC4 compilers report _MSC_VER 1201 or 1202, which category do they belong to?
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 50 * simulating MSVC behavior use identical macros to report compilation context. 119 work, 7.0 is still unknown (we assume it works until negative report). */ 150 // TODO: some eVC4 compilers report _MSC_VER 1201 or 1202, which category do they belong to?
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 50 * simulating MSVC behavior use identical macros to report compilation context. 119 work, 7.0 is still unknown (we assume it works until negative report). */ 150 // TODO: some eVC4 compilers report _MSC_VER 1201 or 1202, which category do they belong to?
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_msvc.h | 50 * simulating MSVC behavior use identical macros to report compilation context. 119 work, 7.0 is still unknown (we assume it works until negative report). */ 150 // TODO: some eVC4 compilers report _MSC_VER 1201 or 1202, which category do they belong to?
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_iterlen.py | 6 space required whenever the iterable can report its length. 18 report the original length minus the cumulative number of calls to next(). 38 iterables that report static length and iterators whose length changes with
|
test_modulefinder.py | 227 def _do_test(self, info, report=False): 233 if report: 234 mf.report()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_iterlen.py | 6 space required whenever the iterable can report its length. 18 report the original length minus the cumulative number of calls to next(). 38 iterables that report static length and iterators whose length changes with
|
test_modulefinder.py | 227 def _do_test(self, info, report=False): 233 if report: 234 mf.report()
|
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/ |
commons-codec-1.4.pom | 233 <report>changes-report</report>
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/ |
httpcore-4.1.pom | 149 <report>javadoc</report> 176 <artifactId>maven-surefire-report-plugin</artifactId>
|