Home
last modified time | relevance | path

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

12345678910>>...46

/external/mockito/src/main/java/org/mockito/internal/verification/checkers/
DMissingInvocationChecker.java36 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/
Ddocopt.py306 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/
Dtlh_tlh_FONIPA.txt16 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/
DREADME12 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/
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/python/cpython2/Doc/library/
Dspwd.rst70 An interface to the group database, similar to this.
73 An interface to the normal password database, similar to this.
Dgrp.rst61 An interface to the user database, similar to this.
64 An interface to the shadow password database, similar to this.
Dpwd.rst72 An interface to the group database, similar to this.
75 An interface to the shadow password database, similar to this.
Drepr.rst28 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``.
Dcustominterp.rst8 The modules described in this chapter allow writing interfaces similar to
/external/curl/docs/cmdline-opts/
Dform.d24 file from a named pipe or similar, as it needs the full size before the
28 similar to:
Dnetrc-optional.d6 Very similar to --netrc, but this option makes the .netrc usage \fBoptional\fP
Dnetrc-file.d7 This option is similar to --netrc, except that you provide the path (absolute
Ddata-binary.d9 is posted in a similar manner as --data does, except that newlines and
Dnetrc.d15 \&'secret' should look similar to:
Ddata-urlencode.d8 This posts data, similar to the other --data options with the exception
/external/libjpeg-turbo/
Dcoderules.txt11 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/
DREADME.google7 A tool to generate parsers and lexers in Python (similar to lex/yacc for C)
/external/webrtc/tools/valgrind-webrtc/gtest_exclude/
Dlibjingle_unittest.gtest-memcheck_mac.txt3 # There are several tests disabled in the libjingle code with similar comments,
/external/mesa3d/src/compiler/nir/
DREADME5 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/
Dskcanvas.md22 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/
Dicu-conditional.m48 # ICU_CONDITIONAL - similar example taken from Automake 1.4
/external/markdown/tests/misc/
Dsome-test.txt55 * Lists and similar stuff
/external/autotest/client/tests/spew/
Dcontrol9 on character devices, block devices, and file systems. It is similar
/external/valgrind/exp-bbv/tests/x86/
Dfldcw_check.S20 # these are instructions with similar encodings to fldcw

12345678910>>...46