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

1 2

  /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/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/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.
  /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. *)
  /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/webkit/LayoutTests/dom/html/level2/html/
HTMLCollection01.js 78 An individual node may be accessed by either ordinal index, the node's
HTMLCollection02.js 78 An individual node may be accessed by either ordinal index, the node's
HTMLCollection03.js 78 An individual node may be accessed by either ordinal index, the node's
HTMLOptionsCollection02.js 80 An individual node may be accessed by either ordinal index, the node's
HTMLOptionsCollection03.js 80 An individual node may be accessed by either ordinal index, the node's
HTMLOptionsCollection04.js 80 An individual node may be accessed by either ordinal index, the node's
HTMLOptionsCollection05.js 80 An individual node may be accessed by either ordinal index, the node's
HTMLOptionsCollection06.js 80 An individual node may be accessed by either ordinal index, the node's
HTMLOptionsCollection07.js 80 An individual node may be accessed by either ordinal index, the node's
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLCollection01.js 78 An individual node may be accessed by either ordinal index, the node's
HTMLCollection02.js 78 An individual node may be accessed by either ordinal index, the node's
HTMLCollection03.js 78 An individual node may be accessed by either ordinal index, the node's
HTMLOptionsCollection02.js 80 An individual node may be accessed by either ordinal index, the node's
HTMLOptionsCollection03.js 80 An individual node may be accessed by either ordinal index, the node's

Completed in 522 milliseconds

1 2