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

1 2

  /external/mockito/src/org/mockito/internal/verification/checkers/
MissingInvocationChecker.java 35 Invocation similar = finder.findSimilarInvocation(invocations, wanted); local
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());
MissingInvocationInOrderChecker.java 51 Invocation similar = finder.findSimilarInvocation(invocations, wanted); local
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/
fldcw_check.S 18 # these are instructions with similar encodings to fldcw
20 similar: label
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 20 # these are instructions with similar encodings to fldcw
22 similar: label
  /bionic/libc/arch-arm/
arm.mk 32 $(error "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are cortex-a9, cortex-a15, krait. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.")
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 20 While in some ways similar to an editor which
270 This is similar to
  /external/aac/libSBRenc/src/
ps_encode.cpp 520 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...]
  /dalvik/dexdump/
Android.mk 16 # dexdump, similar in purpose to objdump.
  /external/fdlibm/
Android.mk 88 # See similar section above.
  /external/v8/test/mjsunit/regress/
regress-155924.js 37 // The following floating-point heap number has a second word similar
regress-1122.js 30 // similar limit to the number of function parameters.
regress-1167.js 48 // Similar test with a different subexpression of unary !.
63 // A similar issue, different subexpression of unary ! (e0 !== e1 is
  /external/webkit/LayoutTests/dom/html/level2/events/
dispatchEvent12.js 108 are mde with similar but not identical arguments, and an event is dispatched.
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
dispatchEvent12.js 108 are mde with similar but not identical arguments, and an event is dispatched.
  /ndk/build/core/
definitions-tests.mk 34 # This is similar to test-expect, though it will abort the program
build-local.mk 17 # or similar wrapper tool.
  /ndk/sources/cxx-stl/stlport/
Android.mk 58 # of STLport. This is similar to what the GNU libstdc++ does (it includes
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 41 objects are similar to plain vanilla iterators, but provide two action hooks,
wizard.rb 44 define <i>tree patterns</i>, objects that are conceptually similar to regular
  /external/ceres-solver/docs/
bundleadjustment.tex 10 The first step as usual is to define a templated functor that computes the reprojection error/residual. The structure of the functor is similar to the \texttt{ExponentialResidual}, in that there is an instance of this object responsible for each image observation.
89 Again note that that the problem construction for bundle adjustment is very similar to the curve fitting example.
build.tex 27 \item{\texttt{CXSparse}~\footnote{\url{http://www.cise.ufl.edu/research/sparse/CXSparse/}}} is used for sparse matrix analysis, ordering and factorization. While it is similar to \texttt{SuiteSparse} in scope, its performance is a bit worse but is a much simpler library to build and does not have any other dependencies. This is an optional dependency.
207 should get a directory inside \texttt{ceres} similar to
  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 413 * one that doesn't allow any special characters, similar to what
  /external/clang/lib/CodeGen/
CGVTables.cpp 147 static bool similar(const ABIArgInfo &infoL, CanQualType typeL, function
351 similar(CallFnInfo.getReturnInfo(), CallFnInfo.getReturnType(),
355 assert(similar(CallFnInfo.arg_begin()[i].info,
    [all...]
  /external/quake/
NOTICE 259 be similar in spirit to the present version, but may differ in detail to
604 be similar in spirit to the present version, but may differ in detail to
    [all...]
  /external/libvorbis/doc/
07-floor1.tex 11 amplitude axis. The integer plotting algorithm used is similar to

Completed in 890 milliseconds

1 2