Home
last modified time | relevance | path

Searched refs:clearer (Results 1 – 25 of 113) sorted by relevance

12345

/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
DTimeZoneIntegrationTest.java141 Thread clearer = new Thread(() -> { in testSetDefaultRace() local
150 clearer.setName("testSetDefaultRace clearer"); in testSetDefaultRace()
151 clearer.setUncaughtExceptionHandler(handler); in testSetDefaultRace()
162 clearer.start(); in testSetDefaultRace()
166 clearer.join(10000); in testSetDefaultRace()
174 assertFalse("clearer thread is still alive", clearer.isAlive()); in testSetDefaultRace()
/external/llvm-project/libclc/generic/lib/math/
Dilogb.cl40 // since FP_ILOGBNAN is set to INT_MAX, but it's clearer this way and
64 // since FP_ILOGBNAN is set to INT_MAX, but it's clearer this way and
/external/google-breakpad/src/processor/
Dpostfix_evaluator-inl.h237 AutoStackClearer clearer(&stack_); in Evaluate()
256 AutoStackClearer clearer(&stack_); in EvaluateForValue()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp89 Clear11 *clearer = mRenderer->getClearer(); in clearImpl() local
103 ANGLE_TRY(clearer->clearFramebuffer(context, presentPathFastClearParams, mState)); in clearImpl()
107 ANGLE_TRY(clearer->clearFramebuffer(context, clearParams, mState)); in clearImpl()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-container-size-empty.rst13 clearer intent to use ``empty()``. Furthermore some containers may implement
/external/oboe/tests/UnitTestRunner/
Dgradle.properties14 # AndroidX package structure to make it clearer which packages are bundled with the
/external/deqp-deps/amber/android_gradle/
Dgradle.properties14 # AndroidX package structure to make it clearer which packages are bundled with the
/external/oboe/apps/fxlab/
Dgradle.properties30 # AndroidX package structure to make it clearer which packages are bundled with the
/external/rust/cxx/book/src/
Dattributes.md72 "C++" functions, according to which one you find clearer in context.
/external/lmfit/
DCHANGELOG159 - clearer file headers
160 - clearer licence (everything has ever been in the public domain)
/external/pdfium/fpdfsdk/
Dfpdf_view.cpp481 CPDF_Page::RenderContextClearer clearer(pPage); in FPDF_RenderPage() local
591 CPDF_Page::RenderContextClearer clearer(pPage); in FPDF_RenderPageBitmap() local
625 CPDF_Page::RenderContextClearer clearer(pPage); in FPDF_RenderPageBitmapWithMatrix() local
657 CPDF_Page::RenderContextClearer clearer(pPage); in FPDF_RenderPageSkp() local
/external/llvm/docs/HistoricalNotes/
D2001-02-13-Reference-MemoryResponse.txt23 a clearer idea of what our goals should be and we should revisit this
/external/llvm-project/llvm/docs/HistoricalNotes/
D2001-02-13-Reference-MemoryResponse.txt23 a clearer idea of what our goals should be and we should revisit this
/external/angle/extensions/
DEGL_ANGLE_robust_resource_initialization.txt108 we want them robustly initialized. Hence it is clearer to specify this
/external/llvm/docs/
DBigEndianNEON.rst80 .. The 'clearer' container is required to make the following section header come after the floated
82 .. container:: clearer
181 .. container:: clearer
/external/llvm-project/llvm/docs/
DBigEndianNEON.rst80 .. The 'clearer' container is required to make the following section header come after the floated
82 .. container:: clearer
181 .. container:: clearer
/external/icu/icu4c/source/samples/datefmt/
DREADME.TXT81 on the first of the month, it's probably clearer to just state that.
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Dfills_expand.cl154 // lanes is still proper, we might want to make it clearer that
/external/python/httplib2/doc/html/_static/
Dbasic.css8 div.clearer {
Dsphinxdoc.css168 div.clearer {
Dtraditional.css39 div.clearer {
/external/python/cpython2/Doc/tools/static/
Dbasic.css8 div.clearer {
/external/webrtc/rtc_base/
Dthread_unittest.cc649 auto clearer = [&entered_process_all_message_queues] { in TEST() local
662 t->PostTask(RTC_FROM_HERE, clearer); in TEST()
/external/llvm-project/openmp/docs/_themes/llvm-openmp-theme/static/
Dagogo.css_t48 .clearer {
/external/mtools/
Dfat_size_calculation.tex149 accommodate. I think this is clearer with an example:

12345