Home
last modified time | relevance | path

Searched refs:places (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/external/clang/test/CXX/temp/temp.param/
Dp15-cxx0x.cpp60 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/
Dtest_assertions.py15 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/
Dcase.py549 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/
DREADME4 dependent GC-unsafe places in the V8 codebase.
58 Such places are marked with a "Possible problem with evaluation order."
/external/e2fsprogs/
D.release-checklist14 doc/libext2fs.texinfo (three places)
/external/skia/
DREADME.android2 key places to look are in the folders:
/external/llvm/test/CodeGen/X86/
Dmmx-copy-gprs.ll7 ; increases the places that need to use emms.
Dconstant-combines.ll7 ; Check that we can materialize the zero constants we store in two places here,
/external/mesa3d/src/glsl/
DTODO10 places where we cannot emit line numbers for errors (and currently emit 0:0)
/external/valgrind/docs/internals/
Dmultiple-architectures.txt122 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):
DDarwin-notes.txt31 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/
DImplementer Notes.txt24 This means that the new architecture places an additional responsibility
53 places that should call mDNS_Execute():
/external/valgrind/gdbserver_tests/
Dmchelp.stdoutB.exp43 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/
DSerializableTest.java111 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/
Dnstat.sgml14 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/
DTODOBdcsvd.txt22 …3) assign the singular values found in m_computed at the right places (with the ones found in step…
/external/libpng/scripts/
Dsymbols.dfn50 /* Finally there are a couple of places where option support
/external/v8/test/webkit/
Dfunction-constructor-newline-after-brace-expected.txt24 This test checks that the Function constructor places a newline after the opening brace, for compat…
/external/jpeg/
Djconfig.doc67 * ANSI-standard places (stddef.h, stdlib.h, or stdio.h), but places it in
/external/valgrind/helgrind/
DREADME_MSMProp2.txt143 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/
Dsampleapp.md10 * Observe rendering performance - pressing the 'f' key places the SampleApp in frame rate mode. It …
/external/libunwind/doc/
Dunw_getcontext.tex35 initialized by \Func{unw\_getcontext()} in places where a structure
/external/protobuf/m4/
Dacx_check_suncc.m44 dnl nor does it automatically look in standard Solaris places for
/external/clang/test/Analysis/
Dregion-1.m5 // using MemRegion::getRValueType in incorrect places.
/external/sepolicy/
Dadbd.te87 # and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary

12345678910>>...15