Searched refs:similar (Results 1 - 25 of 37) sorted by relevance

12

/external/mockito/src/org/mockito/internal/verification/checkers/
H A DMissingInvocationChecker.java35 Invocation similar = finder.findSimilarInvocation(invocations, wanted);
36 if (similar != null) {
38 Integer[] indexesOfSuspiciousArgs = argumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes(wanted.getMatchers(), similar.getArguments());
39 SmartPrinter smartPrinter = new SmartPrinter(wanted, similar, indexesOfSuspiciousArgs);
40 reporter.argumentsAreDifferent(smartPrinter.getWanted(), smartPrinter.getActual(), similar.getLocation());
H A DMissingInvocationInOrderChecker.java51 Invocation similar = finder.findSimilarInvocation(invocations, wanted);
52 if (similar != null) {
55 similar.getArguments());
56 SmartPrinter smartPrinter = new SmartPrinter(wanted, similar, indicesOfSimilarMatchingArguments);
57 reporter.argumentsAreDifferent(smartPrinter.getWanted(), smartPrinter.getActual(), similar.getLocation());
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dfldcw_check.S18 # these are instructions with similar encodings to fldcw
20 similar: label
/external/valgrind/main/exp-bbv/tests/x86/
H A Dfldcw_check.S20 # these are instructions with similar encodings to fldcw
22 similar: label
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_window_pos.spec106 Not specified at this time. However, a protocol message very similar
/external/mesa3d/docs/
H A DMESA_window_pos.spec106 Not specified at this time. However, a protocol message very similar
/external/aac/libSBRenc/src/
H A Dps_encode.cpp520 INT similar = 0; local
526 similar = 1;
535 similar = 0;
538 } while ((b<psBands) && (similar>0));
542 return similar;
552 INT similar = 0; local
558 similar = 1;
567 similar = 0;
570 } while ((b<psBands) && (similar>0));
574 return similar;
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dsce1.asm19 ; you can modify the stack pointer outside of the prologue (similar to alloca)
H A Dsce3.asm19 ; you can modify the stack pointer outside of the prologue (similar to alloca)
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A DplotBenchmark.m185 % Prune similar results
253 % Prune similar results
325 % Prune similar results
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dvisitor.rb41 objects are similar to plain vanilla iterators, but provide two action hooks,
H A Dwizard.rb44 define <i>tree patterns</i>, objects that are conceptually similar to regular
/external/clang/lib/CodeGen/
H A DCGVTables.cpp60 static bool similar(const ABIArgInfo &infoL, CanQualType typeL, function
262 similar(CallFnInfo.getReturnInfo(), CallFnInfo.getReturnType(),
266 assert(similar(CallFnInfo.arg_begin()[i].info,
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dexc.pxd114 # This function is similar to PyErr_SetString() but lets you
123 # similar to printf(). The width.precision before a format code is
/external/chromium_org/third_party/icu/source/
H A DrunConfigureICU30 If you want to add custom CFLAGS or CXXFLAGS or similar, provide them _before_
/external/icu/icu4c/source/
H A DrunConfigureICU30 If you want to add custom CFLAGS or CXXFLAGS or similar, provide them _before_
/external/libunwind/doc/
H A Dlibunwind.tex186 to \Func{unw\_init\_remote}(). This routine is very similar to
269 to facilitate sharing, such that similar procedures can share much of
/external/libvorbis/doc/
H A D07-floor1.tex11 amplitude axis. The integer plotting algorithm used is similar to
H A D03-codebook.tex160 Lookup types one and two are similar, differing only in the
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php254 // If you run XML-RPC or similar you should use this to provide your own
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl507 be similar in spirit to the present version, but may differ in detail to
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm247 ;# Inverse transpose is similar, except here I -> (I+3) mod 7 and the
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm247 ;# Inverse transpose is similar, except here I -> (I+3) mod 7 and the
/external/mksh/src/
H A DBuild.sh822 # similar to Minix3
1510 # The following tests run with -Werror or similar (all compilers) if possible
2597 NOWARN -Wno-error or similar
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm242 ; TODO(cd): have special case to re-use constants when they are similar for

Completed in 2469 milliseconds

12