/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/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/syzkaller/dashboard/app/ |
D | main.go | 244 similar, err := loadSimilarBugs(c, r, bug, state) 254 Similar: similar, 486 var similar []*Bug 489 GetAll(c, &similar) 496 for _, similar := range similar { 497 if accessLevel < similar.sanitizeAccess(accessLevel) { 500 if similar.Namespace == bug.Namespace && similar.Seq == bug.Seq { 503 if managers[similar.Namespace] == nil { 504 mgrs, err := managerList(c, similar.Namespace) 508 managers[similar.Namespace] = mgrs [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Unstage.pbtxt | 3 summary: "Op is similar to a lightweight Dequeue." 5 The basic functionality is similar to dequeue with many fewer
|
D | api_def_Stage.pbtxt | 37 summary: "Stage values similar to a lightweight Enqueue." 39 The basic functionality of this Op is similar to a queue with many
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | select_arithmetic.ll | 6 ; Tests folding constants from two similar selects that feed a add 19 ; Tests folding multiple expression constants from similar selects that feed a adds 35 ; Tests folding constants from two similar selects that feed a sub 48 ; Tests folding constants from two similar selects that feed a mul
|
/external/u-boot/board/freescale/mpc8544ds/ |
D | README | 3 The MPC8544DS system is similar to the 85xx CDS systems such 4 as the MPC8548CDS due to the similar E500 core. However, it 14 However, unlike the CDS systems, but similar to the 8641 HPCN 93 use a command similar to this:
|
/external/grpc-grpc/src/php/tests/unit_tests/ |
D | TimevalTest.php | 138 $this->assertTrue(Grpc\Timeval::similar($a, $b, $thresh)); 140 $this->assertFalse(Grpc\Timeval::similar($a, $b, $thresh)); 193 $a = Grpc\Timeval::similar(1000, 1100, 1200);
|
/external/aac/libSBRenc/src/ |
D | ps_encode.cpp | 519 INT similar = 0; in similarIid() local 525 similar = 1; in similarIid() 535 similar = 0; in similarIid() 538 } while ((b < psBands) && (similar > 0)); in similarIid() 542 return similar; in similarIid() 549 INT similar = 0; in similarIcc() local 555 similar = 1; in similarIcc() 565 similar = 0; in similarIcc() 568 } while ((b < psBands) && (similar > 0)); in similarIcc() 572 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``.
|
/external/python/cpython3/Doc/library/ |
D | spwd.rst | 71 An interface to the group database, similar to this. 74 An interface to the normal password database, similar to this.
|
D | grp.rst | 64 An interface to the user database, similar to this. 67 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.
|
/external/u-boot/drivers/usb/dwc3/ |
D | Kconfig | 33 bool "Texas Instruments OMAP5 and similar Platforms" 41 bool "Xilinx ZynqMP and similar Platforms"
|
/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/freetype/docs/ |
D | LICENSE.TXT | 11 - The FreeType License, found in the file `FTL.TXT', which is similar 26 The contributed BDF and PCF drivers come with a license similar to that
|
/external/u-boot/doc/device-tree-bindings/net/ |
D | fsl-tsec-phy.txt | 49 similarly to the mdio buses. The TBI PHYs underneath them are similar to 53 property under the tsec node, which has a similar meaning of "phy-handle".
|
/external/python/cpython3/Doc/tutorial/ |
D | interactive.rst | 8 line and history substitution, similar to facilities found in the Korn shell and 48 into other applications. Another similar enhanced interactive environment is
|
/external/u-boot/doc/ |
D | README.LED | 41 a valid LED number (0-5). Other similar color LED's macros are 75 TBD : Describe older board dependent macros similar to what is done for
|
/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/libkmsxx/ |
D | TODO | 6 Free drmModeConnectorPtr (and similar for other drm objects) after use, instead
|