| /external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/ |
| popup.js | 13 var divs = document.querySelectorAll('div'); 14 for (var i = 0; i < divs.length; i++) { 15 divs[i].addEventListener('click', click);
|
| /external/chromium_org/third_party/WebKit/PerformanceTests/Bindings/ |
| indexed-getter.html | 10 var divs = document.getElementsByTagName("div"); 15 var localDivs = divs;
|
| /external/kernel-headers/original/asm-x86/ |
| div64.h | 35 * (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) 47 : "rm"(div), "A"(divs));
|
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
| d3d11gears.cpp | 96 int divs = (divs0 > 0) ? divs0 : 1; local 99 float* dc = (float*)malloc(teeth * segs * divs * sizeof(float)); 100 float* ds = (float*)malloc(teeth * segs * divs * sizeof(float)); 101 int num_vertices = teeth * segs * 2 * (3 + 2 * divs); 102 int num_triangles = base_triangles * (1 + divs); 111 da = (float)(2.0 * M_PI / (teeth * segs * divs)); 112 for(i = 0; i < teeth * segs * divs; ++i) { 119 s[i] = ds[i * divs]; 120 c[i] = dc[i * divs]; 140 for(i = 0; i < teeth * segs * divs; ++i) [all...] |
| /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
| d3d11gears.cpp | 96 int divs = (divs0 > 0) ? divs0 : 1; local 99 float* dc = (float*)malloc(teeth * segs * divs * sizeof(float)); 100 float* ds = (float*)malloc(teeth * segs * divs * sizeof(float)); 101 int num_vertices = teeth * segs * 2 * (3 + 2 * divs); 102 int num_triangles = base_triangles * (1 + divs); 111 da = (float)(2.0 * M_PI / (teeth * segs * divs)); 112 for(i = 0; i < teeth * segs * divs; ++i) { 119 s[i] = ds[i * divs]; 120 c[i] = dc[i * divs]; 140 for(i = 0; i < teeth * segs * divs; ++i) [all...] |
| /external/speex/libspeex/ |
| fixed_bfin.h | 51 "DIVS (R0, R1);\n\t" 78 "DIVS (R0, R1);\n\t"
|
| /external/valgrind/main/none/tests/mips32/ |
| FPUarithmetic.c | 6 DIVS, DIVD, 111 case DIVS:
|
| /external/chromium/chrome/browser/resources/options/ |
| content_settings_exceptions_area.js | 505 var divs = this.pageDiv.querySelectorAll('div[contentType]'); 506 for (var i = 0; i < divs.length; i++) { 507 if (divs[i].getAttribute('contentType') == type) 508 divs[i].classList.remove('hidden'); 510 divs[i].classList.add('hidden');
|
| /external/chromium_org/chrome/browser/resources/net_internals/ |
| details_view.js | 20 // Map of source IDs to their corresponding DIVs.
|
| horizontal_scrollbar_view.js | 6 * This view consists of two nested divs. The outer one has a horizontal
|
| /external/chromium_org/third_party/WebKit/Source/core/editing/ |
| SimplifyMarkupCommand.cpp | 50 // We look at inline elements as well as non top level divs that don't have attributes.
|
| /external/chromium_org/chrome/browser/resources/options/ |
| content_settings_exceptions_area.js | 624 var divs = this.pageDiv.querySelectorAll('div[contentType]'); 625 for (var i = 0; i < divs.length; i++) { 626 if (divs[i].getAttribute('contentType') == type) 627 divs[i].hidden = false; 629 divs[i].hidden = true;
|
| /external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/ |
| events.js | 34 // We create a DOM structure (a set of nested divs) to test with. 79 // Returns an html string with an outer div containing |cols| inner divs,
|
| domdivwalk.js | 47 // These tests try walking over different DOM trees full of divs
|
| /external/chromium-trace/trace-viewer/src/tcmalloc/ |
| tcmalloc_snapshot_view.js | 129 // Allow click on the +/- image (li) or child divs.
|
| /external/chromium_org/chrome/test/chromedriver/test/ |
| run_py_tests.py | 317 divs = self._driver.FindElements('tag name', 'div') 318 self.assertTrue(isinstance(divs, list)) 319 self.assertEquals(2, len(divs)) 320 for div in divs:
|
| /external/chromium_org/content/browser/resources/media/ |
| media_player.js | 46 // Create our per-canvas entry divs that are initially hidden.
|
| /external/chromium_org/content/common/ |
| input_messages.h | 79 // editable divs).
|
| /packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
| SecureConversationViewController.java | 145 * divs inserted for all overlays.
|
| /frameworks/base/docs/html/about/dashboards/ |
| index.jd | 325 // set up wrapper divs 390 // set up wrapper divs
|
| /external/chromium_org/third_party/WebKit/ManualTests/ |
| css3-cursor-fallback-quirks.html | 43 <p>The following testcases test inheritance of the cursor property. The first one should have the help cursor for both divs (normal inheritance). The second one should have help cursor for big div, text cursor for small div (inner div has cursor property, should not inherit). The next has invalid css syntax in the inner div, so it should inherit from the parent. The last two testcases have correct syntax and there is no inheritance in this case.</p>
|
| css3-cursor-fallback-strict.html | 35 <p>The following testcases test inheritance of the cursor property. The first one should have the help cursor for both divs (normal inheritance). The second one should have help cursor for big div, text cursor for small div (inner div has cursor property, should not inherit). The next two have invalid css syntax in the inner div, so they should inherit from parent. The rightmost testcase has a nonexistant url, but the syntax is correct, and there is no inheritance in this case.</p>
|
| /build/tools/droiddoc/templates-pdk/assets/ |
| android-developer-docs.js | 321 /* Resize the height of the side-nav and doc-content divs, 326 // Get the window height and always resize the doc-content and side-nav divs 332 // If in the reference docs, also resize the "swapper", "classes-nav", and "nav-tree" divs
|
| /external/chromium_org/chrome/browser/resources/ |
| policy.js | 160 var divs = this.querySelectorAll('div.elide'); 161 for (var i = 0; i < divs.length; i++) { 162 var div = divs[i];
|
| /external/doclava/res/assets/templates/assets/ |
| doclava-developer-docs.js | 246 /* Resize the height of the side-nav and doc-content divs, 251 // Get the window height and always resize the doc-content and side-nav divs 257 // If in the reference docs, also resize the "swapper", "classes-nav", and "nav-tree" divs
|