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

1 2 3 4 5

  /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());
  /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-arm64/
arm64.mk 61 $(error "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are generic, denver64. 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)
  /bionic/libc/arch-arm/
arm.mk 77 $(error "TARGET_$(my_2nd_arch_prefix)CPU_VARIANT not set or set to an unknown value. Possible values are cortex-a7, cortex-a8, cortex-a9, cortex-a15, krait, denver. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.")
  /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
regress-1708.js 32 // sure that concurrent sweeping, which relies on similar assumptions
  /external/chromium_org/v8/test/webkit/
gmail-re-re.js 35 // Strips leading Re or similar (from Gmail source)
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
plotBenchmark.m 185 % Prune similar results
253 % Prune similar results
325 % Prune similar results
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_key_types.js 54 * keys or similar. The position is given in characters,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/
background.js 7 // Fake data similar to a file system structure.
  /external/chromium_org/content/test/data/indexeddb/
common.js 79 // so that the tests will look similar to the existing layout tests.
  /ndk/build/core/
definitions-tests.mk 34 # This is similar to test-expect, though it will abort the program
  /ndk/sources/cxx-stl/stlport/
Android.mk 58 # of STLport. This is similar to what the GNU libstdc++ does (it includes

Completed in 808 milliseconds

1 2 3 4 5