Home
last modified time | relevance | path

Searched refs:dataset (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/native_client_sdk/src/resources/
Dcommon.js412 if (body.dataset) {
414 if (!body.dataset.customLoad) {
432 var toolchains = body.dataset.tools.split(' ');
433 var configs = body.dataset.configs.split(' ');
436 if (body.dataset.attrs) {
437 var attr_list = body.dataset.attrs.split(' ');
459 var pathFormat = body.dataset.path;
465 loadFunction(body.dataset.name, tc, path, body.dataset.width,
466 body.dataset.height, attrs);
Dindex.js23 var url = exampleEl.dataset.href + '?config=' + configEl.textContent;
/external/chromium_org/chrome/browser/resources/uber/
Duber.js28 navFrame.dataset.width = navFrame.offsetWidth;
236 container.dataset.title = title;
255 var sourceUrl = container.dataset.url + (path || '');
300 if (container.dataset.title)
301 document.title = container.dataset.title;
302 $('favicon').href = 'chrome://theme/' + container.dataset.favicon;
303 $('favicon2x').href = 'chrome://theme/' + container.dataset.favicon + '@2x';
337 var navWidth = Math.max(0, +navFrame.dataset.width + scrollOffset);
/external/chromium_org/tools/perf/utils/results_viewer/src/
Dresults_viewer.js37 var dataset = [];
48 dataset.push(newRow);
50 return dataset;
Dmain.js201 function extractColumnsToPlot(dataset, selectedColumnIndices) { argument
204 for (var i = 0; i < dataset.length; ++i) {
205 line.push(dataset[i][0]);
207 var elementValue = dataset[i][selectedColumnIndices[j]];
/external/chromium_org/third_party/WebKit/Source/web/resources/
DcolorSuggestionPicker.js104 swatch.dataset.index = i;
105 swatch.dataset.value = this._config.values[i];
154 index = parseInt(selectedElement.dataset.index, 10);
181 this.submitValue(event.target.dataset.value);
DsuggestionPicker.js92 entryElement.dataset.value = value;
113 entryElement.dataset.action = actionName;
193 if (typeof entry.dataset.value !== "undefined") {
194 this.submitValue(entry.dataset.value);
195 } else if (entry.dataset.action === SuggestionPicker.ActionNames.OpenCalendarPicker) {
DcalendarPicker.js2135 button.dataset.month = month;
2285 this.highlightMonth(new Month(cell.row + 1, parseInt(monthButtonElement.dataset.month, 10)));
2297 this.highlightMonth(new Month(cell.row + 1, parseInt(monthButtonElement.dataset.month, 10)));
2399 var month = parseInt(monthButton.dataset.month, 10);
/external/chromium_org/third_party/sqlite/src/test/
De_select2.test26 # These two commands are used to read a dataset from the database. A dataset
29 # The tcl format for a "dataset" is a list of two elements:
36 # For example, the contents of table [t1] as a dataset is:
44 # The [te_read_tbl] command returns a dataset read from a table. The
45 # [te_read_sql] returns the dataset that results from executing a SELECT
52 # This command joins the two datasets and returns the resulting dataset. If
68 # * The list of column-names from the left-hand dataset.
69 # * A single row from the left-hand dataset (one "data row" list as
71 # * The list of column-names from the right-hand dataset.
72 # * A single row from the right-hand dataset.
[all …]
De_select.test357 # contents of each named table are joined into a single dataset for the
424 # dataset are, in order, all the columns of the left-hand dataset
425 # followed by all the columns of the right-hand dataset.
444 # dataset formed by combining each unique combination of a row from the
462 # EVIDENCE-OF: R-20659-43267 In other words, if the left-hand dataset
463 # consists of Nlhs rows of Mlhs columns, and the right-hand dataset of
464 # Nrhs rows of Mrhs columns, then the cartesian product is a dataset of
515 # to false are excluded from the dataset.
564 # EVIDENCE-OF: R-35466-18578 The column from the dataset on the
591 # USING clause, the column from the right-hand dataset is omitted from
[all …]
Dsavepoint2.test134 # of the for{} loop works on a different dataset.
De_reindex.test86 # They all use the following dataset.
Dfts3aux1.test128 # is not featured in the dataset.
Dfts3defer.test80 # tokens "zm" and "jk" are especially common in this dataset. Additionally,
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementRareData.h125 DatasetDOMStringMap* dataset() const { return m_dataset.get(); } in dataset() function
126 void setDataset(PassOwnPtr<DatasetDOMStringMap> dataset) { m_dataset = dataset; } in setDataset() argument
DElement.idl95 [PerWorldBindings] readonly attribute DOMStringMap dataset;
DElement.h431 DOMStringMap* dataset();
DElement.cpp2805 DOMStringMap* Element::dataset() in dataset() function in WebCore::Element
2808 if (!rareData.dataset()) in dataset()
2810 return rareData.dataset(); in dataset()
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
Dview.js66 this.onButton.call(this, event.target.dataset.button)
94 this.onButton.call(this, this.touched.dataset.button);
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
Dsearch_tools.js145 window.location = menuItem.dataset.url;
/external/chromium_org/chrome/browser/resources/history/
Dhistory.js180 menu.dataset.devicename = self.deviceName;
181 menu.dataset.devicetype = self.deviceType;
/external/chromium_org/native_client_sdk/src/doc/devguide/tutorial/
Dtutorial-part2.rst364 var toolchains = body.dataset.tools.split(' ');
365 var configs = body.dataset.configs.split(' ');
/external/chromium_org/chrome/browser/resources/ntp_android/
Dntp_android.js793 activeItem.classList.remove(activeItem.dataset.activeClass);
798 el.dataset.activeClass = activeClass;
/external/ceres-solver/docs/source/
Dbuilding.rst105 dataset [Agarwal]_.
Dtutorial.rst557 <http://grail.cs.washington.edu/projects/bal/>`_ dataset [#f8]_.

12