/external/clang/test/CXX/temp/temp.param/ |
D | p15-cxx0x.cpp | 60 template<place...> struct places {}; struct 64 struct append_places<places<X1...>, places<X2...>> { 65 typedef places<X1...,X2...> type; 71 template<> struct make_places<0> { typedef places<> type; }; 72 template<> struct make_places<1> { typedef places<_> type; }; 79 template<place...X> struct takedrop_impl<places<X...>> {
|
/external/lldb/test/unittest2/test/ |
D | test_assertions.py | 15 self.assertAlmostEqual(1.1, 1.0, places=0) 17 self.assertAlmostEqual, 1.1, 1.0, places=1) 19 self.assertAlmostEqual(0, .1+.1j, places=0) 20 self.assertNotAlmostEqual(0, .1+.1j, places=1) 22 self.assertAlmostEqual, 0, .1+.1j, places=1) 24 self.assertNotAlmostEqual, 0, .1+.1j, places=0) 50 1.1, 1.0, places=2, delta=2) 52 1.1, 1.0, places=2, delta=2)
|
/external/lldb/test/unittest2/ |
D | case.py | 549 def assertAlmostEqual(self, first, second, places=None, msg=None, delta=None): argument 564 if delta is not None and places is not None: 575 if places is None: 576 places = 7 578 if round(abs(second-first), places) == 0: 583 places) 587 def assertNotAlmostEqual(self, first, second, places=None, msg=None, delta=None): argument 598 if delta is not None and places is not None: 607 if places is None: 608 places = 7 [all …]
|
/external/v8/tools/gcmole/ |
D | README | 4 dependent GC-unsafe places in the V8 codebase. 58 Such places are marked with a "Possible problem with evaluation order."
|
/external/e2fsprogs/ |
D | .release-checklist | 14 doc/libext2fs.texinfo (three places)
|
/external/skia/ |
D | README.android | 2 key places to look are in the folders:
|
/external/llvm/test/CodeGen/X86/ |
D | mmx-copy-gprs.ll | 7 ; increases the places that need to use emms.
|
D | constant-combines.ll | 7 ; Check that we can materialize the zero constants we store in two places here,
|
/external/mesa3d/src/glsl/ |
D | TODO | 10 places where we cannot emit line numbers for errors (and currently emit 0:0)
|
/external/valgrind/docs/internals/ |
D | multiple-architectures.txt | 122 In places where compilation should happen twice (on a dual-arch 126 But there are also places where building must only happen once, 127 for the primary architecture. These places are (at least):
|
D | Darwin-notes.txt | 31 cancellation requests only take effect at the places where the client 32 does a syscall, and not the places where Valgrind does syscalls.
|
/external/mdnsresponder/mDNSCore/ |
D | Implementer Notes.txt | 24 This means that the new architecture places an additional responsibility 53 places that should call mDNS_Execute():
|
/external/valgrind/gdbserver_tests/ |
D | mchelp.stdoutB.exp | 43 shows places pointing inside <len> (default 1) bytes at <addr> 102 shows places pointing inside <len> (default 1) bytes at <addr>
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | SerializableTest.java | 111 private static Locale places[] = { field in SerializableTest 415 Currency currencies[] = new Currency[places.length]; in getTestObjects() 417 for (int i = 0; i < places.length; i += 1) { in getTestObjects() 418 currencies[i] = Currency.getInstance(places[i]); in getTestObjects()
|
/external/iproute2/doc/ |
D | nstat.sgml | 14 them simultaneously, using name <tt/Xstat/ in the places which apply 70 variables to put their history in safe places
|
/external/eigen/unsupported/Eigen/src/SVD/ |
D | TODOBdcsvd.txt | 22 …3) assign the singular values found in m_computed at the right places (with the ones found in step…
|
/external/libpng/scripts/ |
D | symbols.dfn | 50 /* Finally there are a couple of places where option support
|
/external/v8/test/webkit/ |
D | function-constructor-newline-after-brace-expected.txt | 24 This test checks that the Function constructor places a newline after the opening brace, for compat…
|
/external/jpeg/ |
D | jconfig.doc | 67 * ANSI-standard places (stddef.h, stdlib.h, or stdio.h), but places it in
|
/external/valgrind/helgrind/ |
D | README_MSMProp2.txt | 143 Hence a Read state places a constraint on writes. 151 Hence a Write state places a constraint on all accesses.
|
/external/skia/site/user/sample/ |
D | sampleapp.md | 10 * Observe rendering performance - pressing the 'f' key places the SampleApp in frame rate mode. It …
|
/external/libunwind/doc/ |
D | unw_getcontext.tex | 35 initialized by \Func{unw\_getcontext()} in places where a structure
|
/external/protobuf/m4/ |
D | acx_check_suncc.m4 | 4 dnl nor does it automatically look in standard Solaris places for
|
/external/clang/test/Analysis/ |
D | region-1.m | 5 // using MemRegion::getRValueType in incorrect places.
|
/external/sepolicy/ |
D | adbd.te | 87 # and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
|