/external/valgrind/VEX/orig_ppc32/ |
D | return0.orig | 22 12: STL t6, (t8) 51 10: STL t4, (t6) 63 18: STL t10, (t12) 70 23: STL t14, (t16) 82 31: STL t20, (t22) 94 39: STL t26, (t28) 107 48: STL t32, (t34) 114 53: STL t36, (t38) 121 58: STL t40, (t42) 128 63: STL t44, (t46) [all …]
|
D | date.orig | 22 12: STL t6, (t8) 51 10: STL t4, (t6) 63 18: STL t10, (t12) 70 23: STL t14, (t16) 82 31: STL t20, (t22) 94 39: STL t26, (t28) 107 48: STL t32, (t34) 114 53: STL t36, (t38) 121 58: STL t40, (t42) 128 63: STL t44, (t46) [all …]
|
/external/cmockery/cmockery_0_1_2/m4/ |
D | stl_namespace.m4 | 5 what namespace STL code is in, 19 [the namespace where STL code like vector<> is defined]) 23 [the namespace where STL code like vector<> is defined])
|
/external/google-breakpad/src/testing/gtest/xcode/Config/ |
D | DebugProject.xcconfig | 28 // These are turned off to avoid STL incompatibilities with client code 29 // // Turns on special C++ STL checks to "encourage" good STL use
|
/external/protobuf/gtest/xcode/Config/ |
D | DebugProject.xcconfig | 28 // These are turned off to avoid STL incompatibilities with client code 29 // // Turns on special C++ STL checks to "encourage" good STL use
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Config/ |
D | DebugProject.xcconfig | 28 // These are turned off to avoid STL incompatibilities with client code 29 // // Turns on special C++ STL checks to "encourage" good STL use
|
/external/eigen/doc/ |
D | StlContainers.dox | 3 /** \eigenManualPage TopicStlContainers Using STL Containers with Eigen 9 Using STL containers on \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen types", or c… 14 …her Eigen types, such as Vector3f or MatrixXd, no special care is needed when using STL containers. 18 STL containers take an optional template parameter, the allocator type. When using STL containers o…
|
D | UnalignedArrayAssert.dox | 49 \section c2 Cause 2: STL Containers 51 If you use STL Containers such as std::vector, std::map, ..., with Eigen objects, or with classes c… 59 then you need to read this separate page: \ref TopicStlContainers "Using STL Containers with Eigen".
|
/external/tinyxml/ |
D | changes.txt | 88 - Yves Berquin brings us the STL switch. The forum on SourceForge, and various emails to 89 me, have long debated all out STL vs. no STL at all. And now you can have it both ways. 96 - Uneeded code is not compiled in the STL case. 97 - Changed headers so that STL can be turned on or off in tinyxml.h 102 - Nimrod Cohen found a truly evil bug in the STL implementation that occurs 104 STL_STRING_BUG for a full description. I'm asserting this is a Microsoft STL 126 - Got sick of fighting the STL/non-STL thing in the windows build. Broke 135 - Fixed STL compilation problem in MinGW (and gcc 3?) - thanks Brian Yoder for finding this one
|
D | readme.txt | 45 compiled with or without STL support. TinyXml fully supports 90 <h3> Using STL </h3> 92 TinyXml can be compiled to use or not use STL. When using STL, TinyXml 97 When STL support is compiled out, no STL files are included whatsover. All 109 variable TINYXML_USE_STL=YES/NO will control STL compilation. In the 110 Windows project file, STL and non STL targets are provided. In your project, 250 implementation of the STL and limitations of TinyXml. 334 <li>tinyxml: tinyxml library, non-STL </li> 335 <li>tinyxmlSTL: tinyxml library, STL </li> 336 <li>tinyXmlTest: test app, non-STL </li> [all …]
|
/external/compiler-rt/lib/cfi/ |
D | cfi_blacklist.txt | 10 # STL allocators (T *allocator<T *>::allocate(size_type, const void*)). 20 # STL address-of magic (libstdc++, libc++).
|
/external/libchrome/base/strings/ |
D | sys_string_conversions_mac.mm | 21 // an STL string of the template type. Returns an empty string on failure. 68 // Given an STL string |in| with an encoding specified by |in_encoding|, 69 // convert it to |out_encoding| and return it as an STL string of the 96 // Given an STL string |in| with an encoding specified by |in_encoding|,
|
/external/eigen/bench/btl/ |
D | CMakeLists.txt | 43 ${PROJECT_SOURCE_DIR}/libs/STL) 100 add_subdirectory(libs/STL)
|
/external/clang/lib/AST/ |
D | Comment.cpp | 282 if (TemplateSpecializationTypeLoc STL = in fill() local 288 if (STL.getNumArgs() != 1) in fill() 290 TemplateArgumentLoc MaybeFunction = STL.getArgLoc(0); in fill()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/ |
D | coding_style.txt | 13 All language features of C++03 with TR1 and all the STL library may be used. 36 Other code should follow Gallium/Linux/POSIX/STL/Boost naming conventions: 67 Try to use typedefs for STL maps on which you need to declare iterations, as well as function poin…
|
/external/pcre/dist/ |
D | pcre_stringpiece.h.in | 159 // Functions used to create STL containers that use StringPiece 162 // cannot safely store a StringPiece into an STL container 166 // This makes vector<StringPiece> really fast for some STL implementations
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | CMakeLists.txt | 145 # MSVC 7.1 does not support STL with exceptions disabled. 197 # MSVC 7.1 does not support STL with exceptions disabled. 234 # MSVC 7.1 does not support STL with exceptions disabled.
|
/external/google-breakpad/src/testing/gtest/ |
D | CMakeLists.txt | 143 # MSVC 7.1 does not support STL with exceptions disabled. 195 # MSVC 7.1 does not support STL with exceptions disabled. 232 # MSVC 7.1 does not support STL with exceptions disabled.
|
/external/jsoncpp/ |
D | CMakeLists.txt | 79 # Only enabled in debug because some old versions of VS STL generate 89 # Only enabled in debug because some old versions of VS STL generate
|
/external/opencv3/doc/tutorials/core/file_input_output_with_xml_yml/ |
D | file_input_output_with_xml_yml.markdown | 32 structures you may serialize: *mappings* (like the STL map) and *element sequence* (like the STL 57 that the STL library. For outputting any type of data structure we need first to specify its
|
/external/cmockery/cmockery_0_1_2/ |
D | configure.ac | 60 # Find out what namespace 'normal' STL code lives in, and also what namespace
|
/external/protobuf/gtest/include/gtest/ |
D | gtest-param-test.h.pump | 87 // ValuesIn(container) - Yields values from a C-style array, an STL 229 // an STL-style container. 232 // a range [begin, end) defined by a pair of STL-style iterators. These 247 // each with STL strings with values "a" and "b":
|
/external/protobuf/m4/ |
D | stl_hash.m4 | 69 AC_MSG_WARN([could not find an STL hash_map])
|
/external/opencv3/platforms/android/ |
D | android.toolchain.cmake | 169 # gnustl_static -> Use the GNU STL as a static library. 171 # gnustl_shared -> Use the GNU STL as a shared library. 864 # runtime choice (STL, rtti, exceptions) 871 …message( WARNING "You are using an obsolete variable ANDROID_USE_STLPORT to select the STL variant… 892 gnustl_static -> (default) Use the GNU STL as a static library. 893 gnustl_shared -> Use the GNU STL as a shared library. 901 gnustl_static -> (default) Use the GNU STL as a static library. 902 gnustl_shared -> Use the GNU STL as a shared library. 914 …message( WARNING "The GNU STL armeabi-v7a binaries from NDK r7b can crash non-NEON devices. The f… 941 # setup paths and STL for standalone toolchain [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
D | gtest-param-test.h.pump | 89 // ValuesIn(container) - Yields values from a C-style array, an STL 260 // an STL-style container. 263 // a range [begin, end) defined by a pair of STL-style iterators. These 278 // each with STL strings with values "a" and "b":
|