Searched refs:ul (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/docs/html/about/
H A Dabout_toc.cs0 <ul id="nav">
5 <ul>
7 </ul>
12 <ul>
14 </ul>
19 <ul>
23 </ul>
29 <ul>
32 </ul>
37 <ul>
[all...]
/frameworks/base/docs/html/samples/
H A Dsamples_toc.cs2 <ul id="nav" class="samples-nav">
16 <li class="nav-section"><div class="nav-section-header"><a href="/samples/topic.html#t=Background" title="Background">Background</a></div><ul><li class="nav-section"><div class="nav-section-header"><a href="/samples/repeatingAlarm/index.html" title="repeatingAlarm">repeatingAlarm</a></div><ul><li><a href="/samples/repeatingAlarm/AndroidManifest.html" title="AndroidManifest.xml">AndroidManifest.xml</a></li><li class="nav-section sticky"><div class="nav-section-header empty"><a href="#" onclick="return false;" title="res">res/</a></div><ul><li class="nav-section sticky"><div class="nav-section-header empty"><a href="#" onclick="return false;" title="drawable-hdpi">drawable-hdpi/</a></div><ul><li><a href="/samples/repeatingAlarm/res/drawable-hdpi/ic_launcher.html" title="ic_launcher.png">ic_launcher.png</a></li><li><a href="/samples/repeatingAlarm/res/drawable-hdpi/tile.9.html" title="tile.9.png">tile.9.png</a></li></ul></li><li class="nav-section sticky"><div class="nav-section-header empty"><a href="#" onclick="return false;" title="drawable-mdpi">drawable-mdpi/</a></div><ul><li><a href="/samples/repeatingAlarm/res/drawable-mdpi/ic_launcher.html" title="ic_launcher.png">ic_launcher.png</a></li></ul></li><li class="nav-section sticky"><div class="nav-section-header empty"><a href="#" onclick="return false;" title="drawable-xhdpi">drawable-xhdpi/</a></div><ul><li><a href="/samples/repeatingAlarm/res/drawable-xhdpi/ic_launcher.html" title="ic_launcher.png">ic_launcher.png</a></li></ul></l
[all...]
/frameworks/base/docs/html/distribute/
H A Ddistribute_toc.cs0 <ul id="nav">
5 <ul>
9 </ul>
14 <ul>
19 </ul>
26 <ul>
33 </ul>
39 <ul>
45 </ul>
50 <ul>
[all...]
/frameworks/base/docs/html/tools/
H A Dtools_toc.cs0 <ul id="nav">
12 <ul>
20 <ul>
25 </ul>
32 <ul>
37 </ul>
43 </ul>
50 <ul>
53 <ul>
57 </ul>
[all...]
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs0 <ul id="nav">
11 <ul>
20 <ul>
37 </ul>
49 <ul>
66 </ul>
77 <ul>
90 </ul>
101 <ul>
118 </ul>
[all...]
/frameworks/base/docs/html/google/
H A Dgoogle_toc.cs15 <ul id="nav">
47 <ul>
51 </ul>
70 <ul>
81 </ul>
89 <ul>
95 <ul>
100 </ul>
104 <ul>
111 </ul>
[all...]
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_CharStar.c156 M4OSA_UInt32 ul; local
170 ul = strtoul((const char *)pStrIn, &pTemp, 10);
173 ul = strtoul((const char *)pStrIn, &pTemp,16);
176 ul = strtoul((const char *)pStrIn, &pTemp,8);
208 *pVal = (M4OSA_UInt32)ul;
247 M4OSA_UInt32 ul; local
260 ul = strtoul((const char *)pStrIn, &pTemp,10);
263 ul = strtoul((const char *)pStrIn, &pTemp,16);
266 ul = strtoul((const char *)pStrIn, &pTemp,8);
287 if(ul>M4OSA_UINT16_MA
[all...]
/frameworks/base/docs/html/design/
H A Ddesign_toc.cs0 <ul id="nav">
5 <ul>
9 </ul>
14 <ul>
24 </ul>
29 <ul>
48 </ul>
53 <ul>
66 </ul>
77 </ul
[all...]
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs8 <ul id="nav">
16 <ul>
24 <ul>
34 </ul>
40 <ul>
47 </ul>
53 <ul>
69 </ul>
86 <ul>
90 </ul>
[all...]
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp175 mConfigs[i][j].profile = (1ul << PROFILE_CBP);
176 mConfigs[i][j].level = (1ul << LEVEL_31);
210 mResolutionEnabled[type] |= (1ul << index);
211 mConfigs[type][index].profile = (1ul << PROFILE_CBP);
212 mConfigs[type][index].level = (1ul << LEVEL_31);
214 mResolutionEnabled[type] &= ~(1ul << index);
226 mConfigs[type][index].profile = (1ul << profile);
227 mConfigs[type][index].level = (1ul << level);
239 if (mConfigs[type][index].profile & (1ul << i)) {
245 if (mConfigs[type][index].level & (1ul <<
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp78 if (info.mTypes & (1ul << value)) {
361 info->mQuirks |= 1ul << bit;
410 info->mTypes |= 1ul << bit;
421 uint32_t typeMask = 1ul << mTypes.valueAt(typeIndex);
480 if (index >= 0 && info.mQuirks & (1ul << mCodecQuirks.valueAt(index))) {
499 uint32_t typeMask = 1ul << mTypes.valueAt(i);
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css694 .navpath ul
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp294 uint32_t streamTypeMask = 0ul;
/frameworks/av/services/audioflinger/
H A DThreads.cpp1863 unsigned long ul = strtoul(value, &endptr, 0); local
1864 if (*endptr == '\0' && ul != 0) {

Completed in 450 milliseconds