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

1 2 3 4 5

  /external/junit/src/org/junit/
Assume.java 9 import org.junit.internal.matchers.Each;
47 assumeThat(asList(objects), Each.each(notNullValue()));
  /external/junit/src/org/junit/internal/matchers/
Each.java 9 public class Each {
10 public static <T> Matcher<Iterable<T>> each(final Matcher<T> individual) { method in class:Each
19 description.appendText("each ");
  /external/llvm/test/MC/X86/AlignedBundling/
pad-bundle-groups.s 10 # Each of these callq instructions is 5 bytes long
pad-align-to-bundle-end.s 10 # Each of these callq instructions is 5 bytes long
  /external/junit/src/org/junit/matchers/
JUnitMatchers.java 5 import org.junit.internal.matchers.Each;
41 * each matcher in elementMatcher (this may be one element matching all matchers,
42 * or different elements matching each matcher)
53 return Each.each(elementMatcher);
  /external/chromium_org/net/spdy/
hpack_huffman_aggregator_test.cc 17 using ::testing::Each;
150 EXPECT_THAT(*peer_.counts(), Each(Eq(0u)));
  /external/chromium_org/tools/grit/grit/tool/
newgrd.py 19 <!-- TODO add each of your output files. Modify the three below, and add
29 <!-- TODO add references to each of the XTB files (from the Translation
30 Console) that contain translations of messages in your project. Each
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
node_state.js 14 * Each sub array is in the format:
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-farabs.asm 19 ; Each of the below pairs should be equivalent (and legal) in Yasm.
  /external/chromium_org/chrome/browser/resources/chromeos/
salsa.js 35 * Each treatment is of the form:
37 * Each preference is of the form:
41 * @return {list} a list of objects, each representing a single treatment
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_format_browsertest.js 47 * testing API generates a call stack for each error produced which greatly
132 * Each checkbox requires an id or pref property.
146 * Each radio button requires name and value properties.
  /bootable/recovery/updater/
Android.mk 49 # Each library in TARGET_RECOVERY_UPDATER_LIBS should have a function
  /external/chromium_org/tools/chrome_proxy/integration_tests/
chrome_proxy_metrics.js 34 // Returns an array of bad proxies. Each element is a bad proxy with
  /external/chromium_org/v8/test/mjsunit/es6/regress/
regress-2681.js 33 // Each GC ages code, and currently 6 gcs will flush all code.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
keyboard_handler.js 47 * @param {Object.<string, string>} keyToFunctionsTable Contains each key
50 * array form. Each entry in the array is itself an array containing the
  /external/chromium_org/chrome/renderer/resources/extensions/
notifications_custom_bindings.js 63 // Each button has an optional icon.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 45 to the debug object's log. A separate debug log for each shader type
159 to each debug object that is attached to the program object.
189 print log" (XXX DEBUG_PRINT_MESA?). Each component is written in
206 implementation dependent double-quoted string, each of this
  /external/chromium_org/third_party/sqlite/src/tool/
omittest.tcl 18 once with each SQLITE_OMIT_ option defined and then once with all options
19 defined together. Each run is performed in a seperate directory created
269 # Now try one quick.test with each of the OMIT symbols defined. Included
  /external/mesa3d/docs/
MESA_shader_debug.spec 45 to the debug object's log. A separate debug log for each shader type
159 to each debug object that is attached to the program object.
189 print log" (XXX DEBUG_PRINT_MESA?). Each component is written in
206 implementation dependent double-quoted string, each of this
  /external/chromium_org/content/browser/resources/media/
webrtc_internals.js 82 // The maximum number of data points bufferred for each stats. Old data points
231 * connections. Each array item contains pid, lid, url, rtcConfiguration,
253 * reports is an array of stats reports. Each report contains id, type,
stats_graph_helper.js 7 // Each graph represents a series of stats report for a PeerConnection,
11 // Each group has an expand/collapse button and is collapsed initially.
191 // each data point, and |values| is the list of the data point values.
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
messageformat.js 236 * @param {!Array.<!string>} result Each formatting stage appends its product
282 * @param {!Array.<!string>} result Each formatting stage appends its product
309 * @param {!Array.<!string>} result Each formatting stage appends its product
344 * @param {!Array.<!string>} result Each formatting stage appends its product
445 * @return {!Array.<Object>} Each item is {type, value}.
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_browsertest.js 69 // Each result contains a list of alternatives and 'isFinal' flag.
  /external/chromium_org/content/test/data/media/
webrtc_test_utilities.js 161 // expected events. Each expected event must later be matched by a call to
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 6 * Different data types that each require their own labelled axis.
100 * seen DataPoint before each time, but other DataSeries may use some
102 * TODO(mmenke): Consider returning the maximum value over each interval
124 * A single point in a data series. Each point has a time, in the form of
154 // end event. Each such source has a value of "true". All others are
265 * Returns the average data rate over each interval, only taking into
266 * account transfers that occurred within each interval.

Completed in 778 milliseconds

1 2 3 4 5