Home
last modified time | relevance | path

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

12345678910>>...27

/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/icu/icu4c/source/data/translit/
Dtlh_tlh_FONIPA.txt15 aw → aʊ\u032F; # similar to English ‹cow›
18 ay → aɪ\u032F; # similar to English ‹why›
19 ey → eɪ\u032F; # similar to English ‹may›
22 uy → uɪ\u032F; # similar to English ‹gooey› but in on syllable
/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/markdown/tests/misc/
Dsome-test.txt55 * Lists and similar stuff
/external/valgrind/exp-bbv/tests/amd64-linux/
Dfldcw_check.S18 # these are instructions with similar encodings to fldcw
/external/valgrind/exp-bbv/tests/x86/
Dfldcw_check.S20 # these are instructions with similar encodings to fldcw
/external/valgrind/memcheck/tests/
Dsuppfreecollision.vgtest6 # only the last 4 calls are used to determine that two errors are similar
/external/zlib/src/contrib/pascal/
Dreadme.txt25 like "ZStreams", or something similar.
28 translated directly into Pascal types of similar sizes (Integer,
/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/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/iptables/extensions/
Dlibip6t_HL.man2 is similar to what is known as TTL value in IPv4. Setting or incrementing the
/external/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/squashfs-tools/RELEASE-READMEs/
DREADME-4.1157 mode is the octal mode specifier, similar to that expected by chmod.
218 mode is the octal mode specifier, similar to that expected by chmod.
238 mode is the octal mode specifier, similar to that expected by chmod.
255 mode is the octal mode specifier, similar to that expected by chmod.
/external/jemalloc/android/scripts/
DREADME21 In the code that looks similar to this:
/external/valgrind/docs/internals/
Dsvn-HOWTO.txt26 * When adding a directory, look at the ignore property of a similar
/external/mesa3d/docs/
DMESA_window_pos.spec106 Not specified at this time. However, a protocol message very similar
/external/llvm/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt77 B. A scheme similar to how UTF-8 works, to encode infinite numbers
79 C. Use something similar to Huffman encoding, so that the most common
/external/junit/
Dbuild.gradle4 // similar to 'default', export compile-time dependencies
/external/selinux/policycoreutils/sepolicy/sepolicy/help/
Dlockdown_unconfined.txt4 … as initrc_t or init_t. These domains are unconfined by SELinux. Other similar processes which d…
/external/icu/icu4c/source/samples/legacy/
DREADME38 Linker says: "Undefined symbol u_getVersion()" (or something similar): path to 1.8.1. libraries is …
39 Linker says: "Undefined symbol u_getVersion()_X_Y" (or something similar): path to current librarie…
/external/mockito/
Dbuild.gradle4 // similar to 'default', export compile-time dependencies
/external/proguard/examples/
Dretrace.pro3 # Configuration files for typical applications will be very similar.

12345678910>>...27