HomeSort by relevance Sort by last modified time
    Searched refs:eq (Results 176 - 200 of 1239) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mockito/src/org/mockito/
Matchers.java 41 * verify(mock).someMethod(anyInt(), anyString(), <b>eq("third argument")</b>);
42 * //above is correct - eq() is also an argument matcher
48 * Matcher methods like <code>anyObject()</code>, <code>eq()</code> <b>do not</b> return matchers.
51 * The consequence is that you cannot use <code>anyObject()</code>, <code>eq()</code> methods outside of verified/stubbed method.
487 public static boolean eq(boolean value) { method in class:Matchers
500 public static byte eq(byte value) { method in class:Matchers
513 public static char eq(char value) { method in class:Matchers
526 public static double eq(double value) { method in class:Matchers
539 public static float eq(float value) { method in class:Matchers
552 public static int eq(int value) { method in class:Matchers
565 public static long eq(long value) { method in class:Matchers
578 public static short eq(short value) { method in class:Matchers
591 public static <T> T eq(T value) { method in class:Matchers
    [all...]
  /external/clang/tools/scan-build/
ccc-analyzer 124 if ($ErrorType eq $ParserRejects) {
127 elsif ($ErrorType eq $AttributeIgnored) {
130 elsif ($ErrorType eq $OtherError) {
286 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
502 elsif ($Arg eq '-c') { $Action = 'compile'; }
506 if ($Arg eq "-arch") {
581 if ($1 eq '') {
596 if ($Arg eq '-x') {
602 if ($Arg eq '-o') {
610 if ($Arg eq '-O') { push @LinkOpts,'-O1';
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 105 if ($ErrorType eq $ParserRejects) {
108 elsif ($ErrorType eq $AttributeIgnored) {
111 elsif ($ErrorType eq $OtherError) {
268 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
471 elsif ($Arg eq '-c') { $Action = 'compile'; }
475 if ($Arg eq "-arch") {
548 if ($1 eq '') {
558 if ($Arg eq '-x') {
564 if ($Arg eq '-o') {
572 if ($Arg eq '-O') { push @LinkOpts,'-O1';
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 105 if ($ErrorType eq $ParserRejects) {
108 elsif ($ErrorType eq $AttributeIgnored) {
111 elsif ($ErrorType eq $OtherError) {
268 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
471 elsif ($Arg eq '-c') { $Action = 'compile'; }
475 if ($Arg eq "-arch") {
548 if ($1 eq '') {
558 if ($Arg eq '-x') {
564 if ($Arg eq '-o') {
572 if ($Arg eq '-O') { push @LinkOpts,'-O1';
    [all...]
  /external/libhevc/common/arm64/
ihevc_intra_pred_luma_mode_18_34.s 127 csel x6, x20, x6,eq
178 csel x2, x20, x2,eq
182 csel x12, x4, x12,eq
189 csel x0, x20, x0,eq
190 csel x11, x4, x11,eq
191 csel x8, x0, x8,eq
220 csel x2, x20, x2,eq
224 csel x12, x4, x12,eq
231 csel x11, x4, x11,eq
233 csel x0, x20, x0,eq
    [all...]
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DeqpTestRunnerTest.java 190 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG)))
193 EasyMock.eq(true),
194 EasyMock.eq(AbiUtils.createAbiFlag(UnitTests.ABI.getName()))))
211 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG)))
218 mockListener.testStarted(EasyMock.eq(testId));
221 mockListener.testEnded(EasyMock.eq(testId), EasyMock.<Map<String, String>>notNull());
263 mockDevice.executeShellCommand(EasyMock.eq(command),
334 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))).andReturn("")
338 EasyMock.eq(true), EasyMock.eq(AbiUtils.createAbiFlag(UnitTests.ABI.getName())))
    [all...]
  /bionic/libc/arch-arm64/denver64/bionic/
memset.S 71 # b.eq .Lzero_mem
84 b.eq .Ltail63
87 b.eq 1f
99 b.eq .Ltail15
102 b.eq 1f
140 b.eq 2f
190 b.eq 1f
234 b.eq 1f /* Already aligned. */
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eq/d/
T_if_eq_1.d 16 if-eq v6, v7, Label11
T_if_eq_10.d 16 if-eq v6, v7, Label10
T_if_eq_11.d 16 if-eq v6, v7, Label10
T_if_eq_12.d 16 if-eq v6, v7, Label11
T_if_eq_2.d 16 if-eq v6, v7, Label11
T_if_eq_4.d 16 if-eq v6, v7, Label11
T_if_eq_5.d 16 if-eq v6, v8, Label11
T_if_eq_7.d 16 if-eq v5, v6, Label11
T_if_eq_8.d 16 if-eq v5, v7, Label11
T_if_eq_9.d 16 if-eq v6, v7, Label11
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_int/d/
T_neg_int_2.d 21 if-eq v4, v2, Label1
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_long/d/
T_neg_long_2.d 24 if-eq v1, v3, Label1
  /external/iproute2/testsuite/tests/
dsmark.t 7 if [ $? -eq 0 ]; then
  /external/jemalloc/test/
test.sh.in 49 if [ ${fail_count} -eq 0 ] ; then
  /external/libvncserver/VisualNaCro/
autogen.sh 33 if test "$DIE" -eq 1; then
  /external/libvncserver/
autogen.sh 35 if test "$DIE" -eq 1; then
  /external/llvm/test/MC/ARM/
arm-thumb-trustzone.s 18 ite eq
24 @ TZ: ite eq @ encoding: [0x0c,0xbf]
thumb-only-conditionals.s 3 itte eq
7 @ CHECK: itte eq
42 ite eq
45 @ CHECK: ite eq

Completed in 1220 milliseconds

1 2 3 4 5 6 78 91011>>