/external/mockito/src/main/java/org/mockito/internal/verification/checkers/ |
D | MissingInvocationChecker.java | 36 Invocation similar = findSimilarInvocation(invocations, wanted); in checkMissingInvocation() local 37 if (similar == null) { in checkMissingInvocation() 41 …spiciousArgs = getSuspiciouslyNotMatchingArgsIndexes(wanted.getMatchers(), similar.getArguments()); in checkMissingInvocation() 42 SmartPrinter smartPrinter = new SmartPrinter(wanted, similar, indexesOfSuspiciousArgs); in checkMissingInvocation() 43 …throw argumentsAreDifferent(smartPrinter.getWanted(), smartPrinter.getActual(), similar.getLocatio… in checkMissingInvocation()
|
/external/fmtlib/support/ |
D | docopt.py | 306 similar = [o for o in options if o.long == long] 307 if tokens.error is DocoptExit and similar == []: # if no exact match 308 similar = [o for o in options if o.long and o.long.startswith(long)] 309 if len(similar) > 1: # might be simply specified ambiguously 2+ times? 311 (long, ', '.join(o.long for o in similar))) 312 elif len(similar) < 1: 319 o = Option(similar[0].short, similar[0].long, 320 similar[0].argcount, similar[0].value) 342 similar = [o for o in options if o.short == short] 343 if len(similar) > 1: [all …]
|
/external/icu/icu4c/source/data/translit/ |
D | tlh_tlh_FONIPA.txt | 16 aw → aʊ\u032F; # similar to English ‹cow› 19 ay → aɪ\u032F; # similar to English ‹why› 20 ey → eɪ\u032F; # similar to English ‹may› 23 uy → uɪ\u032F; # similar to English ‹gooey› but in on syllable
|
/external/ltp/testcases/kernel/controllers/ |
D | README | 12 similar work as above. 37 Directory containing the cpu controller testcases. A similar directory will 42 Directory containing the memory controller testcases. A similar directory will 47 Directory containing the cpuset controller testcases. A similar directory will
|
/external/aac/libSBRenc/src/ |
D | ps_encode.cpp | 520 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/python/cpython2/Doc/library/ |
D | spwd.rst | 70 An interface to the group database, similar to this. 73 An interface to the normal password database, similar to this.
|
D | grp.rst | 61 An interface to the user database, similar to this. 64 An interface to the shadow password database, similar to this.
|
D | pwd.rst | 72 An interface to the group database, similar to this. 75 An interface to the shadow password database, similar to this.
|
D | repr.rst | 28 similar to the built-in :ref:`repr() <func-repr>`; size limits for different 43 similar to that returned by the built-in function of the same name, but with 96 similar manner as :attr:`maxstring`. The default is ``20``.
|
D | custominterp.rst | 8 The modules described in this chapter allow writing interfaces similar to
|
/external/curl/docs/cmdline-opts/ |
D | form.d | 24 file from a named pipe or similar, as it needs the full size before the 28 similar to:
|
D | netrc-optional.d | 6 Very similar to --netrc, but this option makes the .netrc usage \fBoptional\fP
|
D | netrc-file.d | 7 This option is similar to --netrc, except that you provide the path (absolute
|
D | data-binary.d | 9 is posted in a similar manner as --data does, except that newlines and
|
D | netrc.d | 15 \&'secret' should look similar to:
|
D | data-urlencode.d | 8 This posts data, similar to the other --data options with the exception
|
/external/libjpeg-turbo/ |
D | coderules.txt | 11 to establish a common coding style. The goal of using similar coding styles 36 are similar but upper case (MULTI_WORD_NAME). Names should be unique within 45 A similar solution is used for external function declarations (see the EXTERN
|
/external/ply/ |
D | README.google | 7 A tool to generate parsers and lexers in Python (similar to lex/yacc for C)
|
/external/webrtc/tools/valgrind-webrtc/gtest_exclude/ |
D | libjingle_unittest.gtest-memcheck_mac.txt | 3 # There are several tests disabled in the libjingle code with similar comments,
|
/external/mesa3d/src/compiler/nir/ |
D | README | 5 similar to TGSI and Mesa IR. It also supports SSA (although it doesn't require 43 Support for function calls is mostly similar to GLSL IR. Each shader contains a 66 are similar to the idea of a "builtin function," i.e. a function declaration 96 of them with an intrinsic, so there's a special texture instruction similar to
|
/external/skia/site/user/api/ |
D | skcanvas.md | 22 a stack of matrices and clips. Note however, that unlike similar 61 All of the other draw APIs are similar, each one ending with a paint
|
/external/icu/icu4c/source/config/m4/ |
D | icu-conditional.m4 | 8 # ICU_CONDITIONAL - similar example taken from Automake 1.4
|
/external/markdown/tests/misc/ |
D | some-test.txt | 55 * Lists and similar stuff
|
/external/autotest/client/tests/spew/ |
D | control | 9 on character devices, block devices, and file systems. It is similar
|
/external/valgrind/exp-bbv/tests/x86/ |
D | fldcw_check.S | 20 # these are instructions with similar encodings to fldcw
|