HomeSort by relevance Sort by last modified time
    Searched full:align (Results 26 - 50 of 3297) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/sdk/api_diff/3/changes/
jdiff_statistics.html 85 <TH ALIGN="center"><b>Additions</b></TH>
86 <TH ALIGN="center"><b>Changes</b></TH>
87 <TH ALIGN="center">Removals</TH>
88 <TH ALIGN="center"><b>Total</b></TH>
92 <TD ALIGN="right">6</TD>
93 <TD ALIGN="right">36</TD>
94 <TD ALIGN="right">0</TD>
95 <TD ALIGN="right">42</TD>
99 <TD ALIGN="right">67</TD>
100 <TD ALIGN="right">181</TD
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/7/changes/
jdiff_statistics.html 85 <TH ALIGN="center"><b>Additions</b></TH>
86 <TH ALIGN="center"><b>Changes</b></TH>
87 <TH ALIGN="center">Removals</TH>
88 <TH ALIGN="center"><b>Total</b></TH>
92 <TD ALIGN="right">1</TD>
93 <TD ALIGN="right">11</TD>
94 <TD ALIGN="right">0</TD>
95 <TD ALIGN="right">12</TD>
99 <TD ALIGN="right">5</TD>
100 <TD ALIGN="right">21</TD
    [all...]
  /cts/tools/host/src/res/
cts_result.css 41 vertical-align:middle;
107 text-align: center;
120 vertical-align: top;
135 text-align: left;
136 vertical-align: top;
145 text-align:left;
153 text-align:left;
162 vertical-align: top;
163 text-align: center;
167 text-align: left
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/6/changes/
jdiff_statistics.html 85 <TH ALIGN="center"><b>Additions</b></TH>
86 <TH ALIGN="center"><b>Changes</b></TH>
87 <TH ALIGN="center">Removals</TH>
88 <TH ALIGN="center"><b>Total</b></TH>
92 <TD ALIGN="right">0</TD>
93 <TD ALIGN="right">4</TD>
94 <TD ALIGN="right">0</TD>
95 <TD ALIGN="right">4</TD>
99 <TD ALIGN="right">0</TD>
100 <TD ALIGN="right">4</TD
    [all...]
  /external/proguard/docs/manual/
style.css 10 text-align: center;
59 text-align: center;
65 text-align: center;
73 text-align: center;
81 text-align: center;
  /frameworks/base/docs/html/guide/appendix/
media-formats.jd 26 <td style="text-align: center;">X</td>
34 <td style="text-align: center;">X</td>
40 <td style="text-align: center;">X</td>
45 <td style="text-align: center;">X</td>
46 <td style="text-align: center;">X</td>
55 <td style="text-align: center;">X</td>
63 <td style="text-align: center;">X</td>
72 <td style="text-align: center;">X</td>
80 <td style="text-align: center;">X</td>
88 <td style="text-align: center;">X</td
    [all...]
  /development/pdk/docs/porting/
stk.jd 27 <p align="left"><br />
31 <p align="left">Commands originating from the STK App or STK Telephony layers are packaged in <code>RIL_REQUEST_STK_SEND_TERMINAL_REPSONSE</code>, <code>RIL_REQUEST_SEND_ENVELOPE_COMMAND</code> or <code>RIL_REQUEST_HANDLE_CALL_SETUP_REQUESTED_FROM_SIM</code>.</p>
32 <p align="left">For commands sent or recieved by the STK RIL, it's not necessary to remove unused sub-commands because the upper layers will gracefully ignore unused information contained in the message. The content of each message is encoded in the BER-TLV format except for two:</p>
147 <p align="left">The commands in this section are proactive in nature. They are handled by the STK RIL and the upper layers and delivered using <code>RIL_UNSOL_STK_EVENT_NOTIFY</code> message. This distinction is an implementation detail of Android and is not defined in the 3GPP sepcifications.</p>
148 <p align="left">The upper layers handle the UI and the STK RIL handles all other aspects of each command, which means that the STK RIL sends the terminal response (it is never sent by the STK App). Each command must be a properlery-formed proactive command. It is not necessary to remove unused fields. The behavior of any other command <em>within this context </em>sent by <code>RIL_UNSOL_STK_EVENT_NOTIFY</code> is undefined. See Event Notify Command Details. </p>
226 <td><p align="center"><strong>Feature</strong></p></td>
227 <td><p align="center"><strong>Support</strong></p></td>
228 <td><p align="center"><strong>Implemented by</strong></p></td>
232 <td nowrap="nowrap" valign="bottom"><p align="center">YES</p></td>
233 <td nowrap="nowrap" valign="bottom"><p align="center">Baseband</p></td>
    [all...]
  /dalvik/docs/
java-bytecode.css 14 text-align: center;
18 vertical-align: top;
24 vertical-align: top;
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uiosfunc.h 18 /// \class align uiosfunc.h ustl.h
20 /// \brief Stream functor to allow inline align() calls.
22 /// Example: os << ios::align(sizeof(uint16_t));
24 class align { class in class:ustl::ios
26 inline explicit align (size_t grain = c_DefaultAlignment) : m_Grain(grain) {} function in class:ustl::ios::align
27 inline istream& apply (istream& is) const { is.align (m_Grain); return (is); }
28 inline ostream& apply (ostream& os) const { os.align (m_Grain); return (os); }
38 class talign : public align {
40 inline explicit talign (void) : align (alignof (T())) {}
91 inline istream& operator>> (istream& is, const ios::align& op) { return (op.apply (is));
    [all...]
  /bionic/libc/arch-sh/syscalls/
__brk.S 7 .align 4
30 .align 2
__fcntl.S 7 .align 4
30 .align 2
__fcntl64.S 7 .align 4
30 .align 2
__fork.S 7 .align 4
30 .align 2
__getcwd.S 7 .align 4
30 .align 2
__getpriority.S 7 .align 4
30 .align 2
__ioctl.S 7 .align 4
30 .align 2
__llseek.S 7 .align 4
33 .align 2
__open.S 7 .align 4
30 .align 2
__openat.S 7 .align 4
30 .align 2
__pread64.S 7 .align 4
33 .align 2
__ptrace.S 7 .align 4
30 .align 2
__pwrite64.S 7 .align 4
33 .align 2
__reboot.S 7 .align 4
30 .align 2
__rt_sigaction.S 7 .align 4
30 .align 2
__rt_sigprocmask.S 7 .align 4
30 .align 2

Completed in 111 milliseconds

12 3 4 5 6 7 8 91011>>