/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/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/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. 145 * Each radio button requires name and value properties.
|
/bootable/recovery/updater/ |
Android.mk | 38 # Each library in TARGET_RECOVERY_UPDATER_LIBS should have a function
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2681.js | 33 // Each GC ages code, and currently 6 gcs will flush all code.
|
/external/chromium/testing/gmock/test/ |
gmock-matchers_test.cc | [all...] |
/external/chromium_org/chrome/renderer/resources/extensions/ |
notifications_custom_bindings.js | 50 // 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
|
MESA_texture_array.spec | 55 grass to rocks to snow, the application will store each texture 59 3. Storing short video clips in textures. Each depth slice is a 63 involve using a separate texture unit for each texture map or using 3D 264 specified or changed, and when applied to a fragment. Each parameter is 279 with each set of window coordinates (x,y) that lie within a primitive; 314 textures, each layer is filtered independently. ..." 348 array is maintained for the cube map texture. Each proxy image array 533 are used by all texture targets. Component usage for each <texTarget> 552 Table X: Texture types accessed for each of the <texTarget>, and 554 input values used for each coordinate of the texture lookup, th [all...] |
/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
|
/external/chromium_org/content/browser/resources/media/ |
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.
|
webrtc_internals.js | 77 // The maximum number of data points bufferred for each stats. Old data points 208 * connections. Each array item contains pid, lid, url, servers, 229 * reports is an array of stats reports. Each report contains id, type,
|
/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/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.
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
vs-addin.rst | 352 cases, the default properties for each platform should be correct, but it 544 Each example begins with the Windows desktop version running in the ``Win32`` 552 ``hello_nacl_cpp.cpp``). Each step in the porting process is accomplished by 554 comments explain how each successive step changes the code. View the example
|
/external/libffi/src/powerpc/ |
linux64_closure.S | 99 # so we know how to deal with each type 111 # Each of the ret_typeX code fragments has to be exactly 16 bytes long
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 57 traces from the kernel for each IO processed by the block IO layer. The 58 traces provide a complete timeline for each IO processed, including 83 each trace file created by \texttt{blktrace}, and craft IO descriptions 116 devices is not necessarily maintained. (Each device with an IO stream 156 Each input data file (one per device per CPU) results in a new record 165 Each submitting thread simply reads the input file of \emph{bunches} 209 \texttt{-max-pkts=1} and then each IO would be treated individually. Of 326 Each output file has 3 fields: 367 processed for each device file. 442 Each input file has 3 fields [all...] |