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

1 2 3 4

  /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/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/backportPP/
Boolean.pm 12 and similar modules. See L<JSON::PP> for more info about this class.
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/backportPP/
Boolean.pm 12 and similar modules. See L<JSON::PP> for more info about this class.
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/backportPP/
Boolean.pm 12 and similar modules. See L<JSON::PP> for more info about this class.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CacheProcessing.java 154 // First, let's find how similar we are in our cache
157 boolean similar = true;
161 if (similar) {
162 similar = newStep.equals(cacheStep);
164 if (similar) {
173 Log.v(LOGTAG, "similar up to index " + similarUpToIndex);
287 boolean similar = step.equals(newStep);
289 + " similar rep ? " + (similar ? "YES" : "NO")
  /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
  /external/chromium_org/third_party/mesa/src/docs/
MESA_window_pos.spec 106 Not specified at this time. However, a protocol message very similar
  /external/mesa3d/docs/
MESA_window_pos.spec 106 Not specified at this time. However, a protocol message very similar
  /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...]
  /bionic/libc/arch-arm/
arm.mk 41 $(error "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are cortex-a7, cortex-a8, cortex-a9, cortex-a15, krait. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.")
  /dalvik/dexdump/
Android.mk 16 # dexdump, similar in purpose to objdump.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce1.asm 19 ; you can modify the stack pointer outside of the prologue (similar to alloca)
sce3.asm 19 ; you can modify the stack pointer outside of the prologue (similar to alloca)
  /external/chromium_org/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/chromium_org/v8/test/webkit/
gmail-re-re.js 35 // Strips leading Re or similar (from Gmail source)
  /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/chromium_org/content/test/data/indexeddb/
common.js 79 // so that the tests will look similar to the existing layout tests.

Completed in 895 milliseconds

1 2 3 4