HomeSort by relevance Sort by last modified time
    Searched refs:Each (Results 1 - 25 of 125) 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/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);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-15.d 6 # A DSO that has two versioned symbols, each with a weak alias.
7 # Each symbol is versioned.
  /external/llvm/test/MC/X86/AlignedBundling/
pad-bundle-groups.s 12 # Each of these callq instructions is 5 bytes long
pad-align-to-bundle-end.s 12 # Each of these callq instructions is 5 bytes long
nesting.s 14 # Each of these callq instructions is 5 bytes long
  /packages/services/Car/car-cluster-demo-renderer/
Android.mk 25 # Each update should be signed by OEMs
  /external/v8/test/mjsunit/wasm/
trap-location.js 29 // Each of them also has a different location where it traps.
  /packages/services/Car/service/
Android.mk 30 # Each update should be signed by OEMs
  /system/bt/doc/
directory_layout.md 4 Each directory should be a self contained subsystem consisting
power_management.md 24 Each of these correspond to a function name in `bta/sys/bta_sys_conn.c`, which
25 are called by each profile definition in `bta/$PROFILE`.
52 power modes are acceptable and what actions to take for each event.
65 - `BTA_DM_PM_SNIFF` through `BTA_DM_PM_SNIFF4` are special, in that each
121 - For each managed connection, `bta_dm_pm_set_mode` grabs
  /external/autotest/client/site_tests/desktopui_SonicExtension/
config_json_iterator.py 21 file paths. Each path represents a RELATIVE path to
  /external/dhcpcd-6.8.2/
Android.mk 83 # Each build target using dhcpcd-6.8.2 should define its own source
  /external/skia/tools/lua/
ngrams.lua 18 -- This algorithm uses a list-of-lists for each SKP. For API call, append a
22 -- every verb in the SKP file. Each sublist has length n, with the exception of
24 -- which generates counts for each n-gram.
  /external/v8/test/mjsunit/es6/regress/
regress-2681.js 33 // Each GC ages code, and currently 6 gcs will flush all code.
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc     [all...]
  /bootable/recovery/updater/
Android.mk 64 # Each library in TARGET_RECOVERY_UPDATER_LIBS should have a function
  /external/autotest/frontend/tko/
graphing_utils.py 109 queries. The main query returns a row for each x value. The first
111 for each series, named by the column names. A column named
155 interval: interval for each bucket. E.g., 10 means that buckets should
182 plots: list of dicts containing the plot data. Each dict contains:
185 errors: errors for each data point, or None if no error information
246 # Get the pixel coordinates of each point on the figure
293 Adjust the list 'x' to take the multiple series into account. Each series
316 errors: errors for each data point, or None if no error information
336 # width here is the width for each bar in the plot. Matplotlib default is
463 area_data: list of parameters for each area of the image map. See th
    [all...]
  /external/chromium-trace/catapult/third_party/flot/
PLUGINS.md 38 Here is a simple debug plugin which alerts each of the series in the
99 Each plot object has a shutdown hook which is run when plot.shutdown()
123 If the plugin needs options that are specific to each series, like the
138 Then they will be copied by Flot into each series, providing default
  /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
  /ndk/build/core/
definitions-tests.mk 23 # Each test should call one of the following functions that will
60 # Define NDK_UNIT_TESTS to 2 to dump each test-expect/assert check.
main.mk 45 # Each 'application' must have a corresponding Application.mk file
setup-app.mk 143 # Each ABI
  /external/gmock/test/
gmock-matchers_test.cc     [all...]

Completed in 247 milliseconds

1 2 3 4 5