Searched refs:pod (Results 1 - 22 of 22) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dsparcv9-abi.cpp3 struct pod { struct
8 void f1(struct pod);
22 pod p1;
/external/clang/test/SemaCXX/
H A Dvla.cpp8 template<typename T> struct pod {}; struct in namespace:PR18581
15 pod<int> a[n];
H A Dclass-layout.cpp271 tail_padded_pod_in_11_only pod; member in struct:PR16537::test8::another_layer
/external/chromium_org/chrome/browser/resources/user_manager/
H A Duser_manager.css20 .pod {
28 podrow[ncolumns='6'] .pod {
32 .pod.faded {
36 .pod.hovered:not(.focused) {
40 .pod.focused {
45 .pod.focused.locked {
63 .pod .name {
67 .pod .user-image {
72 .pod input[type='password'] {
73 height: 45px; /* 1px shorter as to not overlap the pod'
[all...]
H A Duser_manager_tutorial.css22 .tutorial-slide.single-pod {
26 html[dir=rtl] .tutorial-slide.single-pod {
/external/clang/docs/tools/
H A 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
/external/chromium_org/chromecast/media/cma/ipc/
H A Dmedia_message.h91 template<typename T> bool WritePod(T* const& pod);
92 template<typename T> bool WritePod(const T& pod) { argument
93 return WriteBuffer(&pod, sizeof(T));
100 template<typename T> bool ReadPod(T* pod) { argument
101 return ReadBuffer(pod, sizeof(T));
/external/chromium_org/ui/login/account_picker/
H A Duser_pod_row.js6 * @fileoverview User pod row implementation.
11 * Number of displayed columns depending on user pod count.
18 * Mapping between number of columns in pod-row and margin between user pods
26 * Mapping between number of columns in the desktop pod-row and margin
34 * Maximal number of columns currently supported by pod-row.
48 * Variables used for pod placement processing. Width and height should be
61 * Minimal padding between user pod and virtual keyboard.
68 * Maximum time for which the pod row remains hidden until all user images
125 // (2) when a user pod is activated, its tab index is set to -1 and its
127 // (3) if user pod custo
[all...]
H A Duser_pod_row.css17 /* Hide the pod row while images are loading. */
22 .pod {
38 .account-picker.flying-pods .pod {
42 .pod.faded {
46 podrow[ncolumns='6'] .pod {
50 .pod.focused {
51 /* Focused pod has the same size no matter how many pods. */
57 .pod.focused[auth-type='userClick'] {
84 .pod .user-image {
90 html:not([screen=login-add-user]) .pod
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_supervised_user_creation.css226 .import-pod {
233 .import-pod .import-pod-name {
242 .import-pod.imported .import-pod-name {
246 .import-pod .import-pod-image {
253 .manager-pod {
260 .manager-pod .supervised-user-creation-manager-info-block {
265 .manager-pod
[all...]
H A Dscreen_supervised_user_creation.js145 * The user that this pod represents.
174 * Returns all the pods in this pod list.
198 for (var i = 0, pod; pod = this.pods[i]; ++i) {
199 if (pod != podToSelect) {
200 pod.classList.remove('focused');
201 pod.passwordElement.value = '';
202 pod.passwordBlock.hidden = true;
216 * Select pod next to currently selected one in given |direction|.
217 * @param {integer} direction - +1 for selecting pod belo
[all...]
/external/chromium_org/courgette/
H A Dencoded_program.cc713 pod.page_rva = 0xFFFFFFFF;
714 pod.block_size = 8;
718 pod.relocs[(pod.block_size-8)/2] = item;
719 pod.block_size += 2;
724 if (pod.block_size != 8) {
725 if (pod.block_size % 4 != 0) { // Pad to make size multiple of 4 bytes.
728 ok = buffer->Write(&pod, pod.block_size);
729 pod
733 RelocBlockPOD pod; member in class:courgette::RelocBlock
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dcommon_decoder.cc101 const void* AddressAfterStruct(const T& pod) { argument
102 return reinterpret_cast<const uint8*>(&pod) + sizeof(pod);
107 RETURN_TYPE GetImmediateDataAs(const COMMAND_TYPE& pod) { argument
108 return static_cast<RETURN_TYPE>(const_cast<void*>(AddressAfterStruct(pod)));
H A Dgles2_cmd_decoder.cc212 const void* AddressAfterStruct(const T& pod) { argument
213 return reinterpret_cast<const uint8*>(&pod) + sizeof(pod);
219 RETURN_TYPE GetImmediateDataAs(const COMMAND_TYPE& pod, argument
223 static_cast<RETURN_TYPE>(const_cast<void*>(AddressAfterStruct(pod))) :
/external/llvm/unittests/Support/
H A DCasting.cpp232 struct pod {}; struct in namespace:TemporaryCast
233 IllegalCast *testIllegalCast() { return cast<foo>(pod()); }
/external/stlport/stlport/stl/
H A Dboost_type_traits.h82 enum { pod = ::boost::is_pod<_Tp>::value }; enumerator in enum:__type_traits::__anon31280
83 typedef typename __bool2type<pod>::_Ret is_POD_type;
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl97 =pod
/external/chromium_org/net/base/
H A Dint128_unittest.cc118 uint128_pod pod = { 12345, 67890 }; local
119 uint128 from_pod(pod);
/external/llvm/utils/
H A Dcodegen-diff79 =pod
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp2141 const uint32_t* pod = reinterpret_cast<const uint32_t*>(podData); local
2144 this->setTextSize(read_scalar(pod));
2145 this->setTextScaleX(read_scalar(pod));
2146 this->setTextSkewX(read_scalar(pod));
2147 this->setStrokeWidth(read_scalar(pod));
2148 this->setStrokeMiter(read_scalar(pod));
2149 this->setColor(*pod++);
2153 flatFlags = unpack_paint_flags_v22(this, *pod++);
2155 flatFlags = unpack_paint_flags(this, *pod++);
2158 uint32_t tmp = *pod
[all...]
/external/skia/src/core/
H A DSkPaint.cpp2207 const uint32_t* pod = reinterpret_cast<const uint32_t*>(podData); local
2210 this->setTextSize(read_scalar(pod));
2211 this->setTextScaleX(read_scalar(pod));
2212 this->setTextSkewX(read_scalar(pod));
2213 this->setStrokeWidth(read_scalar(pod));
2214 this->setStrokeMiter(read_scalar(pod));
2215 this->setColor(*pod++);
2219 flatFlags = unpack_paint_flags_v22(this, *pod++);
2221 flatFlags = unpack_paint_flags(this, *pod++);
2224 uint32_t tmp = *pod
[all...]
/external/chromium_org/chrome/installer/mac/
H A Dpkg-dmg41 =pod

Completed in 1168 milliseconds