Home
last modified time | relevance | path

Searched refs:concurrency (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium-trace/catapult/third_party/coverage/coverage/
Dcollector.py61 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(),
Dcontrol.py63 concurrency=None, argument
157 concurrency=concurrency,
239 concurrency = self.config.concurrency
240 if concurrency == "multiprocessing":
242 concurrency = None
250 concurrency=concurrency,
Dcmdline.py33 concurrency = optparse.make_option( variable in Opts
153 concurrency=None,
348 Opts.concurrency,
470 concurrency=options.concurrency,
Dconfig.py157 self.concurrency = None
/external/opencv3/modules/videoio/src/cap_winrt/
DCaptureFrameGrabber.hpp49 …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;
DCaptureFrameGrabber.cpp33 using namespace concurrency;
/external/opencv3/modules/videoio/src/
Dcap_winrt_capture.cpp53 … auto asyncTask = ::concurrency::create_async([=](::concurrency::progress_reporter<int> reporter) in winrt_startMessageLoop()
Dcap_winrt_video.cpp39 using namespace ::concurrency;
/external/jemalloc/
Djemalloc.pc.in8 … malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
DREADME2 fragmentation avoidance and scalable concurrency support. jemalloc first came
/external/opencv3/samples/wp8/OpenCVXaml/OpenCVComponent/
DOpenCVComponent.cpp13 using namespace concurrency;
/external/llvm/test/Transforms/LICM/
Dscalar-promote-memmodel.ll4 ; it would violate the concurrency memory model
/external/opencv3/samples/winrt/ImageManipulations/
DAdvancedCapture.xaml.h27 using namespace concurrency; variable
/external/llvm/docs/
DAtomics.rst11 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.)
Dindex.rst188 Information about LLVM's concurrency model.
/external/sqlite/dist/
DAndroid.patch55 ** There are various methods for file locking used for concurrency
/external/chromium-trace/catapult/third_party/coverage/
DREADME.rst25 **New in 4.0:** ``--concurrency``, plugins for non-Python files, setup.cfg
DPKG-INFO33 **New in 4.0:** ``--concurrency``, plugins for non-Python files, setup.cfg
/external/chromium-trace/catapult/third_party/coverage/coverage.egg-info/
DPKG-INFO33 **New in 4.0:** ``--concurrency``, plugins for non-Python files, setup.cfg
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
DMainPage.xaml.cpp21 using namespace concurrency;
/external/opencv3/modules/calib3d/test/
Dtest_solvepnp_ransac.cpp257 TEST(Calib3d_SolvePnPRansac, concurrency) in TEST() argument
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java1374 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/
DCHANGELOG73 Add default support for optimistic concurrency on PATCH requests
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java145 public void setConcurrency(int concurrency) throws SQLException { in setConcurrency() argument
/external/okhttp/
DCHANGELOG.md173 request concurrency.
505 * Drop ALPN support in Android. There's a concurrency bug in all

12