Home
last modified time | relevance | path

Searched refs:similar (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/external/mockito/src/org/mockito/internal/verification/checkers/
DMissingInvocationChecker.java35 Invocation similar = finder.findSimilarInvocation(invocations, wanted); in check() local
36 if (similar != null) { in check()
38 …ntMatchingTool.getSuspiciouslyNotMatchingArgsIndexes(wanted.getMatchers(), similar.getArguments()); in check()
39 … SmartPrinter smartPrinter = new SmartPrinter(wanted, similar, indexesOfSuspiciousArgs); in check()
40 …r.argumentsAreDifferent(smartPrinter.getWanted(), smartPrinter.getActual(), similar.getLocation()); in check()
DMissingInvocationInOrderChecker.java51 Invocation similar = finder.findSimilarInvocation(invocations, wanted); in check() local
52 if (similar != null) { in check()
55 similar.getArguments()); in check()
56 … SmartPrinter smartPrinter = new SmartPrinter(wanted, similar, indicesOfSimilarMatchingArguments); in check()
57 …r.argumentsAreDifferent(smartPrinter.getWanted(), smartPrinter.getActual(), similar.getLocation()); in check()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
D_README.txt12 feedManipulation.sh (and .xml) and create a copy similar to suit your needs.
16 To publish a feed, use a script similar to feedPublish.sh (and .xml).
33 test results), use a script similar to feedWatch.sh (and .xml), along with properties
/external/aac/libSBRenc/src/
Dps_encode.cpp520 INT similar = 0; in similarIid() local
526 similar = 1; in similarIid()
535 similar = 0; in similarIid()
538 } while ((b<psBands) && (similar>0)); in similarIid()
542 return similar; in similarIid()
552 INT similar = 0; in similarIcc() local
558 similar = 1; in similarIcc()
567 similar = 0; in similarIcc()
570 } while ((b<psBands) && (similar>0)); in similarIcc()
574 return similar; in similarIcc()
/external/compiler-rt/SDKs/darwin/
DREADME.txt1 The Darwin platforms are all similar enough we roll them into one SDK, and use
/external/chromium_org/chrome/test/nacl/
DDEPS2 # Tests will need access to error codes and similar.
/external/markdown/tests/misc/
Dsome-test.txt55 * Lists and similar stuff
/external/chromium_org/native_client_sdk/src/
D.gitignore2 # from a 'git status' command, or similar
/external/valgrind/main/exp-bbv/tests/amd64-linux/
Dfldcw_check.S18 # these are instructions with similar encodings to fldcw
/external/valgrind/main/exp-bbv/tests/x86/
Dfldcw_check.S20 # these are instructions with similar encodings to fldcw
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
D_README.txt3 files, similar in content to these, and run accordingly.
/external/chromium_org/native_client_sdk/src/doc/sdk/
Ddownload.rst76 You should see output similar to this::
145 ``pepper_30`` bundle, you should see output similar to this::
173 Continuing with the earlier example, you should see output similar to this::
196 with a message similar to this::
/external/chromium_org/third_party/skia/src/animator/
Dthingstodo.txt6 ((((( operator precedence or similar making stack deep
/external/mdnsresponder/
DLICENSE12 Software Licence (which is substantially similar to the "Three-Clause
/external/skia/src/animator/
Dthingstodo.txt6 ((((( operator precedence or similar making stack deep
/external/iptables/extensions/
Dlibip6t_HL.man2 is similar to what is known as TTL value in IPv4. Setting or incrementing the
/external/zlib/src/contrib/pascal/
Dreadme.txt25 like "ZStreams", or something similar.
28 translated directly into Pascal types of similar sizes (Integer,
/external/chromium_org/third_party/mesa/src/docs/
DMESA_window_pos.spec106 Not specified at this time. However, a protocol message very similar
/external/mesa3d/docs/
DMESA_window_pos.spec106 Not specified at this time. However, a protocol message very similar
/external/qemu/distrib/jpeg-6b/
Dcoderules.doc9 to establish a common coding style. The goal of using similar coding styles
34 are similar but upper case (MULTI_WORD_NAME). Names should be unique within
72 A similar solution is used for forward and external function declarations
/external/jpeg/
Dcoderules.doc9 to establish a common coding style. The goal of using similar coding styles
34 are similar but upper case (MULTI_WORD_NAME). Names should be unique within
72 A similar solution is used for forward and external function declarations
/external/oprofile/events/mips/vr5500/
Devents4 # Very similar to what the VR5432 provides.
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
DCHROMIUM_renderbuffer_format_BGRA8888.txt23 a similar extension is also present as it allows creating a multisampled
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/be/
D375.txt22 # being only the first digit of subscriber numbers. A similar expansion was
/external/chromium_org/third_party/WebKit/Source/web/tests/data/
Dtouch-action-tests.css34 /* Use fixed line height so co-ordinates will be similar in test and browser */

12345678910>>...23