/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | collector.py | 61 def __init__(self, should_trace, check_include, timid, branch, warn, concurrency): argument 92 self.concurrency = concurrency 97 if concurrency == "greenlet": 100 elif concurrency == "eventlet": 103 elif concurrency == "gevent": 106 elif concurrency == "thread" or not concurrency: 113 raise CoverageException("Don't understand concurrency=%s" % concurrency) 116 "Couldn't trace with concurrency=%s, the module isn't installed." % concurrency 199 self.concurrency, self.tracer_name(),
|
D | control.py | 63 concurrency=None, argument 157 concurrency=concurrency, 239 concurrency = self.config.concurrency 240 if concurrency == "multiprocessing": 242 concurrency = None 250 concurrency=concurrency,
|
D | cmdline.py | 33 concurrency = optparse.make_option( variable in Opts 153 concurrency=None, 348 Opts.concurrency, 470 concurrency=options.concurrency,
|
D | config.py | 157 self.concurrency = None
|
/external/opencv3/modules/videoio/src/cap_winrt/ |
D | CaptureFrameGrabber.hpp | 49 …static concurrency::task<CaptureFrameGrabber^> CreateAsync(_In_ WMC::MediaCapture^ capture, _In_ W… 54 …static concurrency::task<CaptureFrameGrabber^> CreateAsync(_In_ WMC::MediaCapture^ capture, _In_ W… 56 concurrency::task<MW::ComPtr<IMF2DBuffer2>> GetFrameAsync(); 57 concurrency::task<void> FinishAsync(); 80 … std::queue<concurrency::task_completion_event<MW::ComPtr<IMF2DBuffer2>>> _videoSampleRequestQueue;
|
D | CaptureFrameGrabber.cpp | 33 using namespace concurrency;
|
/external/opencv3/modules/videoio/src/ |
D | cap_winrt_capture.cpp | 53 … auto asyncTask = ::concurrency::create_async([=](::concurrency::progress_reporter<int> reporter) in winrt_startMessageLoop()
|
D | cap_winrt_video.cpp | 39 using namespace ::concurrency;
|
/external/jemalloc/ |
D | jemalloc.pc.in | 8 … malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
|
D | README | 2 fragmentation avoidance and scalable concurrency support. jemalloc first came
|
/external/opencv3/samples/wp8/OpenCVXaml/OpenCVComponent/ |
D | OpenCVComponent.cpp | 13 using namespace concurrency;
|
/external/llvm/test/Transforms/LICM/ |
D | scalar-promote-memmodel.ll | 4 ; it would violate the concurrency memory model
|
/external/opencv3/samples/winrt/ImageManipulations/ |
D | AdvancedCapture.xaml.h | 27 using namespace concurrency; variable
|
/external/llvm/docs/ |
D | Atomics.rst | 11 Historically, LLVM has not had very strong support for concurrency; some minimal 13 rough semantics in the presence of concurrency. However, this is changing; 45 with instructions with special semantics in the presence of concurrency. This 61 instructions with atomic ordering involved, concurrency does not matter, with 95 concurrency model was implemented, LLVM would perform this transformation.) 176 concurrency, please send an email to llvm-dev.)
|
D | index.rst | 188 Information about LLVM's concurrency model.
|
/external/sqlite/dist/ |
D | Android.patch | 55 ** There are various methods for file locking used for concurrency
|
/external/chromium-trace/catapult/third_party/coverage/ |
D | README.rst | 25 **New in 4.0:** ``--concurrency``, plugins for non-Python files, setup.cfg
|
D | PKG-INFO | 33 **New in 4.0:** ``--concurrency``, plugins for non-Python files, setup.cfg
|
/external/chromium-trace/catapult/third_party/coverage/coverage.egg-info/ |
D | PKG-INFO | 33 **New in 4.0:** ``--concurrency``, plugins for non-Python files, setup.cfg
|
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/ |
D | MainPage.xaml.cpp | 21 using namespace concurrency;
|
/external/opencv3/modules/calib3d/test/ |
D | test_solvepnp_ransac.cpp | 257 TEST(Calib3d_SolvePnPRansac, concurrency) in TEST() argument
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 1374 public boolean supportsResultSetConcurrency(int type, int concurrency) in supportsResultSetConcurrency() argument 1379 return concurrency == ResultSet.CONCUR_READ_ONLY || in supportsResultSetConcurrency() 1380 concurrency == ResultSet.CONCUR_UPDATABLE; in supportsResultSetConcurrency()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
D | CHANGELOG | 73 Add default support for optimistic concurrency on PATCH requests
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/ |
D | Impl_RowSet.java | 145 public void setConcurrency(int concurrency) throws SQLException { in setConcurrency() argument
|
/external/okhttp/ |
D | CHANGELOG.md | 173 request concurrency. 505 * Drop ALPN support in Android. There's a concurrency bug in all
|