Searched refs:div (Results 26 - 50 of 184) sorted by relevance

12345678

/external/webrtc/src/common_audio/signal_processing/
H A Ddivision_operations.c66 WebRtc_Word32 div = 0; local
85 div <<= 1;
90 div++;
95 div = -div;
97 return div;
/external/doclava/res/assets/templates/components/
H A Dapi_filter.cs3 <div id="api-level-toggle">
9 </div>
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
H A Djstemplate_test.js33 assertTrue(/>A<\/div>/.test(h));
34 assertTrue(/>B<\/div>/.test(h));
35 assertTrue(/>C<\/div>/.test(h));
36 assertTrue(/><\/div>/.test(h));
47 assertTrue(/>A<\/div>/.test(h));
48 assertFalse(/>B<\/div>/.test(h));
49 assertTrue(/>BB<\/div>/.test(h));
50 assertTrue(/>C<\/div>/.test(h));
57 assertTrue(/>A<\/div>/.test(h));
58 assertTrue(/>BB<\/div>/
[all...]
/external/chromium/chrome/browser/resources/options/
H A Dadvanced_options.css7 #advancedPage > section > div:only-of-type > div.checkbox {
H A Dcookies_list.js97 this.siteChild = this.ownerDocument.createElement('div');
99 this.dataChild = this.ownerDocument.createElement('div');
101 this.itemsChild = this.ownerDocument.createElement('div');
103 this.infoChild = this.ownerDocument.createElement('div');
252 * @param {Element} div The DOM element for the bubble itself.
255 appendItem: function(node, div) {
256 this.itemList_.push({node: node, div: div});
257 this.itemsChild.appendChild(div);
287 if (item && item.div)
[all...]
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dcanonicalform10.js94 var div;
117 divList = doc.getElementsByTagName("div");
118 div = divList.item(5);
119 node = div.getAttributeNode("xmlns");
121 node = div.getAttributeNode("xmlns:a");
/external/webkit/Source/WebCore/inspector/front-end/
H A DAuditFormatters.js68 var div = document.createElement("div");
69 div.textContent = snippetText;
70 div.className = "source-code";
71 return div;
/external/webkit/Source/WebCore/xml/
H A DXMLViewer.css29 div.header {
35 div.collapsible > div.hidden {
/external/chromium/chrome/common/extensions/docs/css/
H A Dprint.css3 div#gsc-search-box {display: none;}
/external/kernel-headers/original/asm-x86/
H A Ddiv64.h35 * (long)X = ((long long)divs) / (long)div
36 * (long)rem = ((long long)divs) % (long)div
43 div_ll_X_l_rem(long long divs, long div, long *rem) argument
47 : "rm"(div), "A"(divs));
/external/doclava/res/assets/templates/
H A Dmacros.cs125 <div class="jd-tagdata">
137 </div><?cs
149 <div>
155 </div>
162 <div class="jd-tagdata jd-tagdescr"><p><?cs call:tag_list(obj.descr) ?></p></div><?cs
164 <div class="jd-tagdata">
171 </div><?cs
174 <div class="jd-tagdata">
185 </div><
[all...]
H A Dclass.cs8 <div class="g-unit" id="doc-content">
10 <div id="api-info-block">
28 <div class="sum-details-links">
85 </div><!-- end sum-details-links -->
86 <div class="api-level">
89 </div>
90 </div><!-- end api-info-block -->
95 <div id="jd-header">
117 </div><!-- end header -->
119 <div i
[all...]
/external/grub/stage2/
H A Dserial.c46 unsigned short div;
139 unsigned short div = 0;
152 div = divisor_tab[i].div;
156 if (div == 0)
159 outb (port + UART_DLL, div & 0xFF);
160 outb (port + UART_DLH, div >> 8);
45 unsigned short div; member in struct:divisor
138 unsigned short div = 0; local
/external/bzip2/
H A Dbzip.css26 div.hr_blue {
29 div.hr_blue hr { display:none; }
67 div.literallayout, pre.programlisting, pre.screen {
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js31 var div = document.createElement("div");
32 div.className = "app" + (selected ? " app_selected" : "");
34 div.onclick = function() {
40 div.appendChild(img);
45 div.appendChild(title);
47 appsDiv.appendChild(div);
89 // list of apps shown, we set an explicit width on the outermost div.
/external/stlport/stlport/stl/
H A D_cstdlib.h114 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/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
H A DLeaksViewer.css89 .data-grid td > div, .data-grid th > div {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php57 <div id="midcolumn">
58 <div class="homeitem3col">
60 <div id="searchdiv">
65 </div>
66 </div>
81 print "<div class=\"homeitem3col\">\n";
93 print "<div>{$row['date']}</div>";
97 print "<li><div>{$row['author']}</div>"
[all...]
/external/dropbear/
H A Dgendss.c150 DEF_MP_INT(div);
154 m_mp_init_multi(&div, &h, &val, NULL);
156 /* get div=(p-1)/q */
161 if (mp_div(&val, key->q, &div, NULL) != MP_OKAY) {
169 /* now keep going with g=h^div mod p, until g > 1 */
170 if (mp_exptmod(&h, &div, key->p, key->g) != MP_OKAY) {
182 mp_clear_multi(&div, &h, &val, NULL);
/external/markdown/markdown/extensions/
H A Dtoc.py23 div = etree.Element("div")
24 div.attrib["class"] = "toc"
27 # Add title to the div
29 header = etree.SubElement(div, "span")
34 list_stack=[div]
48 # validation by putting a <div> inside of a <p>
57 p[i] = div
89 # List item link, to be inserted into the toc div
113 "Title to insert into TOC <div>
[all...]
/external/skia/samplecode/
H A DSampleAvoid.cpp84 int div = 3; local
85 SkRect rr = { 0, 0, r.width()/div, r.height()/div };
/external/guava/guava/src/com/google/common/math/
H A DIntMath.java254 int div = p / q;
255 int rem = p - q * div; // equal to p % q
258 return div;
294 increment = (mode == HALF_UP || (mode == HALF_EVEN & (div & 1) != 0));
302 return increment ? div + signum : div;
/external/tremolo/Tremolo/
H A Dres012.c155 ogg_uint32_t div=partword[j][i+k]; local
156 partword[j][i+k]=temp/div;
157 temp-=partword[j][i+k]*div;
219 ogg_uint32_t div=partword[i+k]; local
220 partword[i+k]=temp/div;
221 temp-=partword[i+k]*div;
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_sbc.c44 UINT8 div; member in struct:__anon411
77 bta_av_sbc_ups_cb.div = 1;
82 bta_av_sbc_ups_cb.div = 2;
91 bta_av_sbc_ups_cb.div = 2;
96 bta_av_sbc_ups_cb.div = 4;
135 src = src_samples/bta_av_sbc_ups_cb.div;
136 dst = dst_samples/bta_av_sbc_ups_cb.div;
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_win_unittest.cc235 WebAccessibility div; local
236 div.id = 2;
237 div.role = WebAccessibility::ROLE_GROUP;
238 div.state = 0;
240 div.children.push_back(text);
242 div.children.push_back(text);
248 root.children.push_back(div);
263 // Notify the BrowserAccessibilityManager that the div node and its children

Completed in 532 milliseconds

12345678