HomeSort by relevance Sort by last modified time
    Searched refs:individual (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/junit/src/org/junit/internal/matchers/
Each.java 10 public static <T> Matcher<Iterable<T>> each(final Matcher<T> individual) {
11 final Matcher<Iterable<T>> allItemsAre = not(hasItem(not(individual)));
20 individual.describeTo(description);
  /external/chromium-trace/trace-viewer/src/base/
unittest.css 55 #individual-tests {
60 .individual-result:nth-child(2n) {
64 .individual-result pre {
69 .individual-result {
75 .individual-result:before {
  /external/webrtc/src/common_audio/vad/
vad_core.c 127 inst->individual[0] = INDIVIDUAL_10MS_Q;
128 inst->individual[1] = INDIVIDUAL_20MS_Q;
129 inst->individual[2] = INDIVIDUAL_30MS_Q;
144 inst->individual[0] = INDIVIDUAL_10MS_LBR;
145 inst->individual[1] = INDIVIDUAL_20MS_LBR;
146 inst->individual[2] = INDIVIDUAL_30MS_LBR;
161 inst->individual[0] = INDIVIDUAL_10MS_AGG;
162 inst->individual[1] = INDIVIDUAL_20MS_AGG;
163 inst->individual[2] = INDIVIDUAL_30MS_AGG;
178 inst->individual[0] = INDIVIDUAL_10MS_VAG
    [all...]
vad_core.h 45 WebRtc_Word16 individual[3]; member in struct:VadInstT_
  /external/icu4c/samples/
readme.txt 79 please see their individual readmes.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_idct.h 74 } individual; member in union:vl_idct_buffer::__anon14519
vl_idct.c 596 tex = buffer->sampler_views.individual.source->texture;
624 pipe_sampler_view_reference(&buffer->sampler_views.individual.source, NULL);
636 tex = buffer->sampler_views.individual.intermediate->texture;
678 pipe_sampler_view_reference(&buffer->sampler_views.individual.intermediate, NULL);
806 pipe_sampler_view_reference(&buffer->sampler_views.individual.matrix, idct->matrix);
807 pipe_sampler_view_reference(&buffer->sampler_views.individual.source, source);
808 pipe_sampler_view_reference(&buffer->sampler_views.individual.transpose, idct->transpose);
809 pipe_sampler_view_reference(&buffer->sampler_views.individual.intermediate, intermediate);
828 pipe_sampler_view_reference(&buffer->sampler_views.individual.matrix, NULL);
829 pipe_sampler_view_reference(&buffer->sampler_views.individual.transpose, NULL)
    [all...]
  /external/llvm/test/MC/ARM/AlignedBundling/
group-bundle-arm.s 4 # On ARM each instruction is 4 bytes long so padding for individual
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.h 74 } individual; member in union:vl_idct_buffer::__anon24863
vl_idct.c 596 tex = buffer->sampler_views.individual.source->texture;
624 pipe_sampler_view_reference(&buffer->sampler_views.individual.source, NULL);
636 tex = buffer->sampler_views.individual.intermediate->texture;
678 pipe_sampler_view_reference(&buffer->sampler_views.individual.intermediate, NULL);
806 pipe_sampler_view_reference(&buffer->sampler_views.individual.matrix, idct->matrix);
807 pipe_sampler_view_reference(&buffer->sampler_views.individual.source, source);
808 pipe_sampler_view_reference(&buffer->sampler_views.individual.transpose, idct->transpose);
809 pipe_sampler_view_reference(&buffer->sampler_views.individual.intermediate, intermediate);
828 pipe_sampler_view_reference(&buffer->sampler_views.individual.matrix, NULL);
829 pipe_sampler_view_reference(&buffer->sampler_views.individual.transpose, NULL)
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 44 // Add a table that will hold the individual test results.
55 * Callback for when an individual test in the suite has begun.
100 * Callback for when an individual test in the suite has finished.
socketpoolwrapper.js 9 * individual pools.
  /external/llvm/test/Bindings/Ocaml/
analysis.ml 10 individual tests low. *)
bitwriter.ml 8 individual tests low. *)
bitreader.ml 8 individual tests low. *)
executionengine.ml 11 individual tests low. *)
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
mkfts2amal.tcl 29 ** Full Text Search extension 2 (fts2). By combining all the individual C
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
mkfts3amal.tcl 29 ** Full Text Search extension 2 (fts3). By combining all the individual C
  /build/core/
post_clean.mk 15 # Clean steps that need global knowledge of individual modules.
  /external/chromium/chrome/browser/resources/
print_preview.js 39 $('individual-pages').addEventListener('blur', handlePageRangesFieldBlur);
40 $('individual-pages').addEventListener('focus', addTimerToPageRangeField);
41 $('individual-pages').addEventListener('input', resetPageRangeFieldTimer);
182 var individualPagesField = $('individual-pages');
414 $('individual-pages').checkValidity()) ||
507 * Gives focus to the individual pages textfield when 'print-pages' textbox is
512 $('individual-pages').focus();
522 $('individual-pages').value = '';
536 var pageText = $('individual-pages').value;
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_error_sse2.asm 33 ; individual errors are max. 15bit+sign, so squares are 30bit, and
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 223 An individual file can be specified as a list of directory names,
309 """Ensures that the specified file(s) must exist. An individual
382 An individual file be specified as a list of directory names, in
394 An individual file can be specified as a list of directory names,
  /device/asus/grouper/keymaster/
NOTICE 66 "You" (or "Your") shall mean an individual or Legal Entity
95 or by an individual or Legal Entity authorized to submit on behalf of
105 "Contributor" shall mean Licensor and any individual or Legal Entity
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 66 "You" (or "Your") shall mean an individual or Legal Entity
95 or by an individual or Legal Entity authorized to submit on behalf of
105 "Contributor" shall mean Licensor and any individual or Legal Entity
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 66 "You" (or "Your") shall mean an individual or Legal Entity
95 or by an individual or Legal Entity authorized to submit on behalf of
105 "Contributor" shall mean Licensor and any individual or Legal Entity

Completed in 1904 milliseconds

1 2 3