/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/opencv3/modules/videoio/src/ |
D | cap_images.cpp | 234 char places[10]; in icvExtractPattern() local 235 sprintf(places, "%dd", i); in icvExtractPattern() 237 strcat(name, places); in icvExtractPattern()
|
/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) 200 self.assertAlmostEqual(d['std'], 0.7071, 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/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/ |
D | coverage_html.js | 143 var places = 0; 145 places = match[1].length; 148 footer_cell.text(pct.toFixed(places) + '%');
|
/external/skia/ |
D | README.android | 2 key places to look are in the folders:
|
/external/libchrome/base/trace_event/etw_manifest/ |
D | BUILD.gn | 22 # into the proper places. Enabling as-is may add the resources to too many
|
/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/mesa3d/src/glsl/ |
D | TODO | 10 places where we cannot emit line numbers for errors (and currently emit 0:0)
|
/external/autotest/client/site_tests/kernel_ConfigVerifyPPP/ |
D | control | 19 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):
|
/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/opencv3/doc/tutorials/introduction/documenting_opencv/ |
D | documentation_tutorial.markdown | 56 Whole documentation is gathered from many different places: 63 contained in several predefined places. This tutorial is example of such page. 65 - __images__ can be used to illustrate described things. Usually located at the same places as pa… 75 Following scheme represents common documentation places for _opencv_ repository: 315 You can assign a unique identifier to any header to reference it from other places. 368 - __anchor__ - places invisible named anchor, which can be referenced by `ref` command. It can be 586 child and places it into the existing pages hierarchy. Add compatibility information,
|
/external/autotest/client/common_lib/test_utils/ |
D | unittest.py | 606 def assertAlmostEqual(self, first, second, places=7, msg=None): argument 614 if round(abs(second-first), places) != 0: 615 standardMsg = '%r != %r within %r places' % (first, second, places) 619 def assertNotAlmostEqual(self, first, second, places=7, msg=None): argument 627 if round(abs(second-first), places) == 0: 628 standardMsg = '%r == %r within %r places' % (first, second, places)
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
D | SerializableTest.java | 115 private static Locale places[] = { field in SerializableTest 419 Currency currencies[] = new Currency[places.length]; in getTestObjects() 421 for (int i = 0; i < places.length; i += 1) { in getTestObjects() 422 currencies[i] = Currency.getInstance(places[i]); in getTestObjects()
|
/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/libjpeg-turbo/ |
D | jconfig.txt | 64 * ANSI-standard places (stddef.h, stdlib.h, or stdio.h), but places it in
|
/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/llvm/test/CodeGen/PowerPC/ |
D | pr24546.ll | 9 define double @_php_math_round(double %value, i32 signext %places, i32 signext %mode) #0 !dbg !6 { 71 !12 = !DILocalVariable(name: "places", arg: 2, scope: !6, file: !1, line: 15, type: !9)
|
/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/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/autotest/docs/ |
D | coding-style.md | 57 Don't use CamelCaps style in most places - use underscores to separate parts 110 places, though undoubtedly we're not perfect. A high level overview is 153 like doxygen. Not all places need all tags defined, so choose them wisely while
|