/external/junit/src/org/junit/internal/matchers/ |
D | Each.java | 10 public static <T> Matcher<Iterable<T>> each(final Matcher<T> individual) { in each() argument 11 final Matcher<Iterable<T>> allItemsAre = not(hasItem(not(individual))); in each() 20 individual.describeTo(description); in each()
|
/external/webrtc/webrtc/common_audio/vad/ |
D | vad_core.c | 152 individualTest = self->individual[0]; in GmmProbability() 157 individualTest = self->individual[1]; in GmmProbability() 162 individualTest = self->individual[2]; in GmmProbability() 549 memcpy(self->individual, kLocalThresholdQ, in WebRtcVad_set_mode_core() 550 sizeof(self->individual)); in WebRtcVad_set_mode_core() 560 memcpy(self->individual, kLocalThresholdLBR, in WebRtcVad_set_mode_core() 561 sizeof(self->individual)); in WebRtcVad_set_mode_core() 571 memcpy(self->individual, kLocalThresholdAGG, in WebRtcVad_set_mode_core() 572 sizeof(self->individual)); in WebRtcVad_set_mode_core() 582 memcpy(self->individual, kLocalThresholdVAG, in WebRtcVad_set_mode_core() [all …]
|
D | vad_core.h | 51 int16_t individual[3]; member
|
/external/regex-re2/ |
D | CONTRIBUTORS | 11 # the individual or the individual's organization has agreed to 14 # http://code.google.com/legal/individual-cla-v1.0.html 22 # individual or corporate CLA was used.
|
/external/google-benchmark/ |
D | CONTRIBUTORS | 7 # the individual or the individual's organization has agreed to 10 # https://developers.google.com/open-source/cla/individual 18 # individual or corporate CLA was used.
|
D | CONTRIBUTING.md | 14 * If you are an individual writing original source code and you're sure you 15 own the intellectual property, then you'll need to sign an [individual 25 [individual CLA]: https://developers.google.com/open-source/cla/individual
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/docs/ |
D | contributing.rst | 7 Please fill out either the individual or corporate Contributor License 10 * If you are an individual writing original source code and you're sure you 11 own the intellectual property, then you'll need to sign an `individual CLA 12 <https://developers.google.com/open-source/cla/individual>`_.
|
/external/llvm/test/Feature/ |
D | README.txt | 1 This directory contains test cases for individual source features of LLVM. 5 Regression tests for individual bug fixes should go into the test/Regression dir.
|
/external/fio/tools/plot/ |
D | fio2gnuplot.manpage | 23 …e image to ease the comparaison. The same rendering options as per the individual 2D graph are use… 40 every individual file. 45 every individual file. 51 every individual file. 57 every individual file.
|
/external/guice/ |
D | CONTRIBUTING.md | 14 * If you are an individual writing original source code and you're sure you 15 own the intellectual property, then you'll need to sign an [individual 25 [individual CLA]: https://developers.google.com/open-source/cla/individual
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_idct.c | 596 tex = buffer->sampler_views.individual.source->texture; in init_source() 624 pipe_sampler_view_reference(&buffer->sampler_views.individual.source, NULL); in cleanup_source() 636 tex = buffer->sampler_views.individual.intermediate->texture; in init_intermediate() 678 pipe_sampler_view_reference(&buffer->sampler_views.individual.intermediate, NULL); in cleanup_intermediate() 806 pipe_sampler_view_reference(&buffer->sampler_views.individual.matrix, idct->matrix); in vl_idct_init_buffer() 807 pipe_sampler_view_reference(&buffer->sampler_views.individual.source, source); in vl_idct_init_buffer() 808 pipe_sampler_view_reference(&buffer->sampler_views.individual.transpose, idct->transpose); in vl_idct_init_buffer() 809 pipe_sampler_view_reference(&buffer->sampler_views.individual.intermediate, intermediate); in vl_idct_init_buffer() 828 pipe_sampler_view_reference(&buffer->sampler_views.individual.matrix, NULL); in vl_idct_cleanup_buffer() 829 pipe_sampler_view_reference(&buffer->sampler_views.individual.transpose, NULL); in vl_idct_cleanup_buffer()
|
/external/harfbuzz_ng/ |
D | NOTICE | 2 For parts of HarfBuzz that are licensed under different licenses see individual 17 For full copyright notices consult the individual files in the package.
|
D | COPYING | 2 For parts of HarfBuzz that are licensed under different licenses see individual 17 For full copyright notices consult the individual files in the package.
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contours_begin/ |
D | py_contours_begin.markdown | 37 hierarchy. contours is a Python list of all the contours in the image. Each individual contour is a 49 drawing individual contour. To draw all contours, pass -1) and remaining arguments are color, 56 To draw an individual contour, say 4th contour:
|
/external/libpng/contrib/pngminim/ |
D | README | 5 See the individual README and pngusr.dfa files for more explanation.
|
/external/libvncserver/webclients/novnc/ |
D | LICENSE.txt | 40 Some portions of noVNC are copyright to their individual authors. 41 Please refer to the individual source files and/or to the noVNC commit
|
/external/vulkan-validation-layers/build-android/gradle-templates/ |
D | build.gradle | 10 // in the individual module build.gradle files
|
/external/glide/third_party/gif_encoder/ |
D | README.third_party | 13 Converted BufferedImage to Android's Bitmap class, split apart classes into individual files.
|
/external/parameter-framework/upstream/ |
D | .clang-format | 54 # Configure each individual brace in BraceWrapping 57 # Control of individual brace wrapping cases
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_error_sse2.asm | 35 ; individual errors are max. 15bit+sign, so squares are 30bit, and 96 ; individual errors are max. 15bit+sign, so squares are 30bit, and
|
/external/skia/site/dev/contrib/ |
D | index.md | 38 … Contributor License Agreement](https://developers.google.com/open-source/cla/individual) online. 45 If they are not, a Googler must ensure that the individual or their corporation has signed the
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
D | README.md | 12 2. Navigate to one of the individual test HTML files.
|
/external/autotest/client/site_tests/platform_CryptohomeStress/ |
D | control.surfing | 14 # The time in seconds to run this stress for, passed to the individual tests.
|
/external/droiddriver/ |
D | contributing_aosp.md | 32 After submitting a branch to gerrit for review, each commit will show up as an individual patch set… 34 …ranch) then they are considered dependent upon eachother. To submit an individual commit without r…
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/ |
D | CONTRIBUTING.md | 142 - **If you are an individual writing original source code** and **you own 144 [individual CLA][4]. 154 [4]: https://developers.google.com/open-source/cla/individual
|