HomeSort by relevance Sort by last modified time
    Searched refs:div (Results 26 - 50 of 535) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/doclava/res/assets/templates/
trailer.cs 0 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
hierarchy.cs 15 <div class="g-unit" id="doc-content">
17 <div id="jd-header">
19 </div>
21 <div id="jd-content">
23 <div style="margin-left: 20px; margin-right: 20px;">
58 </div>
61 </div><!-- end jd-content -->
62 </div><!-- end doc-content -->
  /build/tools/droiddoc/templates-pdk/
customizations.cs 3 <div class="g-section g-tpl-240" id="body-content">
4 <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
5 <div id="devdoc-nav"><?cs
7 </div>
8 </div> <!-- end side-nav -->
12 <div class="g-section g-tpl-240" id="body-content">
13 <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
14 <div id="devdoc-nav"><?cs
16 </div>
17 </div> <!-- end side-nav --
    [all...]
  /bionic/libc/upstream-netbsd/libc/stdlib/
div.c 1 /* $NetBSD: div.c,v 1.8 2012/06/25 22:32:45 abs Exp $ */
38 static char sccsid[] = "@(#)div.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: div.c,v 1.8 2012/06/25 22:32:45 abs Exp $");
47 div(int num, int denom) function
  /external/chromium/chrome/browser/resources/options/
advanced_options.css 7 #advancedPage > section > div:only-of-type > div.checkbox {
  /external/webkit/Source/WebCore/inspector/front-end/
AuditFormatters.js 68 var div = document.createElement("div");
69 div.textContent = snippetText;
70 div.className = "source-code";
71 return div;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
stdlib.h 44 using std::tr1::div;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
stdlib.h 44 using std::tr1::div;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
stdlib.h 44 using std::tr1::div;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
stdlib.h 44 using std::tr1::div;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
stdlib.h 44 using std::tr1::div;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
stdlib.h 44 using std::tr1::div;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
stdlib.h 44 using std::tr1::div;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
stdlib.h 44 using std::tr1::div;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
stdlib.h 44 using std::tr1::div;
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
basic-multi-touch-events-limited.js 1 var div = document.createElement("div"); variable
2 div.id = "touchtarget";
3 div.style.width = "100px";
4 div.style.height = "100px";
5 div.style.backgroundColor = "blue";
29 div.addEventListener("touchstart", touchEventCallback, false);
30 div.addEventListener("touchmove", touchEventCallback, false);
31 div.addEventListener("touchend", touchEventCallback, false);
32 document.body.insertBefore(div, document.body.firstChild)
    [all...]
basic-multi-touch-events.js 1 var div = document.createElement("div"); variable
2 div.id = "touchtarget";
3 div.style.width = "100px";
4 div.style.height = "100px";
5 div.style.backgroundColor = "blue";
29 div.addEventListener("touchstart", touchEventCallback, false);
30 div.addEventListener("touchmove", touchEventCallback, false);
31 div.addEventListener("touchend", touchEventCallback, false);
32 document.body.insertBefore(div, document.body.firstChild)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.package/
welcome.css 51 div.feature-box,
52 a:link div.feature-box,
53 a:visited div.feature-box {
64 a:hover div.feature-box {
67 a:active div.feature-box {
72 div.feature-box > * {
75 div.feature-box h2,
76 div.feature-box h3 {
80 div.feature-box p {
  /external/stlport/stlport/stl/
_cstdlib.h 114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); } function
124 //HP-UX native lib has abs() and div() functions in global namespace
137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y); } function
152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x, __y); } function
155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); } function
176 using ::div;
  /external/webkit/Source/WebCore/xml/
XMLViewer.css 29 div.header {
35 div.collapsible > div.hidden {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); } function
124 //HP-UX native lib has abs() and div() functions in global namespace
137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y); } function
152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x, __y); } function
155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); } function
176 using ::div;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); } function
124 //HP-UX native lib has abs() and div() functions in global namespace
137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y); } function
152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x, __y); } function
155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); } function
176 using ::div;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); } function
124 //HP-UX native lib has abs() and div() functions in global namespace
137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y); } function
152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x, __y); } function
155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); } function
176 using ::div;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); } function
124 //HP-UX native lib has abs() and div() functions in global namespace
137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y); } function
152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x, __y); } function
155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); } function
176 using ::div;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); } function
124 //HP-UX native lib has abs() and div() functions in global namespace
137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y); } function
152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x, __y); } function
155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); } function
176 using ::div;

Completed in 637 milliseconds

12 3 4 5 6 7 8 91011>>