/external/clang/docs/tools/ |
Makefile | 17 # the POD files to HTML only and keep them in the src directories. It must also 54 POD := $(wildcard $(SRC_DOC_DIR)*.pod) 55 HTML := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_HTML_DIR)%.html, $(POD)) 56 MAN := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_MAN_DIR)%.1, $(POD)) 57 PS := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_PS_DIR)%.ps, $(POD)) 66 .SUFFIXES: .html .pod .1 .p [all...] |
/external/llvm/docs/CommandGuide/ |
Makefile | 13 # the POD files to HTML only and keep them in the src directories. It must also 46 POD := $(wildcard $(SRC_DOC_DIR)*.pod) 47 HTML := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_HTML_DIR)%.html, $(POD)) 48 MAN := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_MAN_DIR)%.1, $(POD)) 49 PS := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_PS_DIR)%.ps, $(POD)) 58 .SUFFIXES: .html .pod .1 .p [all...] |
/external/astl/include/ |
memory | 50 // If the input range is made of pod instances AND both input and 56 // and the value type are not both POD. 73 // Full specialization when the src and dest types are pod && both 106 // TODO: If placement new degrades to assignement for POD, we can get 108 // Bothe pod but not both random access 178 const bool pod = is_pod<_ForwardIterator>::value; 179 return __uninitialized_fill<pod>::uninitialized_fill(begin, end, val);
|
/external/stlport/stlport/stl/ |
boost_type_traits.h | 82 enum { pod = ::boost::is_pod<_Tp>::value }; enumerator in enum:__type_traits::__anon12801 83 typedef typename __bool2type<pod>::_Ret is_POD_type;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
boost_type_traits.h | 82 enum { pod = ::boost::is_pod<_Tp>::value }; enumerator in enum:__type_traits::__anon19562 83 typedef typename __bool2type<pod>::_Ret is_POD_type;
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
boost_type_traits.h | 82 enum { pod = ::boost::is_pod<_Tp>::value }; enumerator in enum:__type_traits::__anon30140 83 typedef typename __bool2type<pod>::_Ret is_POD_type;
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
boost_type_traits.h | 82 enum { pod = ::boost::is_pod<_Tp>::value }; enumerator in enum:__type_traits::__anon31238 83 typedef typename __bool2type<pod>::_Ret is_POD_type;
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
boost_type_traits.h | 82 enum { pod = ::boost::is_pod<_Tp>::value }; enumerator in enum:__type_traits::__anon35910 83 typedef typename __bool2type<pod>::_Ret is_POD_type;
|
/external/markdown/MarkdownTest/ |
MarkdownTest.pl | 97 =pod
|
/external/llvm/utils/ |
codegen-diff | 79 =pod
|
/external/skia/src/core/ |
SkPaint.cpp | [all...] |
/external/chromium/chrome/browser/resources/file_manager/js/ |
file_manager.js | 130 'text': /\.(pod|rst|txt|log)$/i, [all...] |