Home
last modified time | relevance | path

Searched refs:pod (Results 1 – 25 of 53) sorted by relevance

123

/external/llvm/docs/CommandGuide/
DMakefile46 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 .ps
60 $(DST_HTML_DIR)%.html: %.pod $(DST_HTML_DIR)/.dir
64 $(DST_MAN_DIR)%.1: %.pod $(DST_MAN_DIR)/.dir
Dllvm-stress.pod1 =pod
Dllvm-cov.pod1 =pod
Dllvm-ranlib.pod1 =pod
Dllvm-dis.pod1 =pod
Dllvm-prof.pod1 =pod
Dllvm-diff.pod1 =pod
Dllvm-as.pod1 =pod
Dllvm-link.pod1 =pod
Dllvm-extract.pod1 =pod
Dtblgen.pod2 =pod
Dllvm-config.pod1 =pod
Dllvm-nm.pod1 =pod
Dllvm-build.pod1 =pod
/external/clang/docs/tools/
DMakefile54 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 .ps
68 $(DST_HTML_DIR)%.html: %.pod $(DST_HTML_DIR)/.dir
72 $(DST_MAN_DIR)%.1: %.pod $(DST_MAN_DIR)/.dir
Dclang.pod1 =pod
319 =pod
485 =pod
511 =pod
/external/antlr/antlr-3.4/runtime/Perl5/
DMANIFEST8 docs/design.pod
50 t/author/pod-coverage.t
51 t/author/pod.t
/external/astl/include/
Dmemory50 // If the input range is made of pod instances AND both input and
73 // Full specialization when the src and dest types are pod && both
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/
Dboost_type_traits.h82 enum { pod = ::boost::is_pod<_Tp>::value }; enumerator
83 typedef typename __bool2type<pod>::_Ret is_POD_type;
/external/clang/test/SemaObjCXX/
Dvararg-non-pod.mm1 // RUN: %clang_cc1 -fsyntax-only -verify %s -Wno-error=non-pod-varargs
/external/libvpx/examples/includes/HTML-Toc-0.91/
DMANIFEST2 Toc.pod
/external/skia/src/core/
DSkPaint.cpp1859 const uint32_t* pod = reinterpret_cast<const uint32_t*>(podData); in unflatten() local
1862 this->setTextSize(read_scalar(pod)); in unflatten()
1863 this->setTextScaleX(read_scalar(pod)); in unflatten()
1864 this->setTextSkewX(read_scalar(pod)); in unflatten()
1865 this->setStrokeWidth(read_scalar(pod)); in unflatten()
1866 this->setStrokeMiter(read_scalar(pod)); in unflatten()
1867 this->setColor(*pod++); in unflatten()
1871 uint32_t tmp = *pod++; in unflatten()
1887 tmp = *pod++; in unflatten()
/external/antlr/antlr-3.4/runtime/Perl5/docs/
Ddesign.pod3 design.pod - ANTLR::Runtime Design Document
/external/openssl/crypto/des/
DFILES080 DES.pod
/external/icu4c/data/lang/
Dsk.txt392 stroke{"Tiedenie podľa ťahov"}
394 unihan{"Usporiadanie podľa znakov radikál"}

123