Home
last modified time | relevance | path

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

12345678910>>...21

/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/opencv3/modules/videoio/src/
Dcap_images.cpp234 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/
Dlist_of_scalar_values_unittest.py31 164.71186, places=4)
45 places=4)
52 places=4)
200 self.assertAlmostEqual(d['std'], 0.7071, places=4)
/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/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
Dcoverage_html.js143 var places = 0;
145 places = match[1].length;
148 footer_cell.text(pct.toFixed(places) + '%');
/external/skia/
DREADME.android2 key places to look are in the folders:
/external/libchrome/base/trace_event/etw_manifest/
DBUILD.gn22 # into the proper places. Enabling as-is may add the resources to too many
/external/llvm/test/CodeGen/X86/
Dmmx-copy-gprs.ll7 ; increases the places that need to use emms.
Dpseudo_cmov_lower2.ll49 ; the operands of the resulting instructions are from the proper places.
75 ; the operands of the resulting instructions are from the proper places
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/autotest/client/site_tests/kernel_ConfigVerifyPPP/
Dcontrol19 most boards and the kernel config is set in different places. This makes
/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):
/external/mdnsresponder/mDNSCore/
DImplementer Notes.txt24 This means that the new architecture places an additional responsibility
53 places that should call mDNS_Execute():
/external/opencv3/doc/tutorials/introduction/documenting_opencv/
Ddocumentation_tutorial.markdown56 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/
Dunittest.py606 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/
DSerializableTest.java115 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/
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/libjpeg-turbo/
Djconfig.txt64 * ANSI-standard places (stddef.h, stdlib.h, or stdio.h), but places it in
/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/llvm/test/CodeGen/PowerPC/
Dpr24546.ll9 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/
DTODOBdcsvd.txt22 …3) assign the singular values found in m_computed at the right places (with the ones found in step…
/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/autotest/docs/
Dcoding-style.md57 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

12345678910>>...21