Searched refs:places (Results 1 – 25 of 576) sorted by relevance
12345678910>>...24
/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/chromium-trace/catapult/telemetry/telemetry/value/ |
D | list_of_scalar_values_unittest.py | 31 164.71186, places=4) 45 places=4) 52 places=4) 105 self.assertAlmostEqual(156.88849, vM.std, places=4) 176 self.assertAlmostEqual(d['std'], 0.7071, places=4) 193 self.assertAlmostEqual(d['std'], 156.88849, places=4)
|
/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/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | mmx-copy-gprs.ll | 7 ; increases the places that need to use emms.
|
/external/libpng/ |
D | README.android | 20 Upstream places the patch for SSE support
|
/external/mesa3d/src/glsl/ |
D | TODO | 10 places where we cannot emit line numbers for errors (and currently emit 0:0)
|
/external/llvm/test/CodeGen/X86/ |
D | mmx-copy-gprs.ll | 7 ; increases the places that need to use emms.
|
D | pseudo_cmov_lower2.ll | 49 ; the operands of the resulting instructions are from the proper places. 75 ; the operands of the resulting instructions are from the proper places
|
D | constant-combines.ll | 7 ; Check that we can materialize the zero constants we store in two places here,
|
/external/autotest/client/site_tests/kernel_ConfigVerifyPPP/ |
D | control | 18 most boards and the kernel config is set in different places. This makes
|
/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/ltp/ |
D | TODO | 10 store comprehensive list of syscalls, but there are a few places to look at:
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr24546.ll | 9 define double @_php_math_round(double %value, i32 signext %places, i32 signext %mode) #0 !dbg !6 { 70 !12 = !DILocalVariable(name: "places", arg: 2, scope: !6, file: !1, line: 15, type: !9)
|
/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/libjpeg-turbo/ |
D | jconfig.txt | 65 * ANSI-standard places (stddef.h, stdlib.h, or stdio.h), but places it in
|
/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/linux-kselftest/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 5 an appropriate image from any number of places.
|
/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/valgrind/gdbserver_tests/ |
D | mchelp.stdoutB.exp | 52 shows places pointing inside <len> (default 1) bytes at <addr> 121 shows places pointing inside <len> (default 1) bytes at <addr>
|
/external/curl/docs/examples/ |
D | README | 30 at some places, it doesn't mean that the URLs work or that we expect you to
|
/external/ltp/testcases/kernel/fs/doio/ |
D | rwtest | 251 places*)
|
12345678910>>...24