HomeSort by relevance Sort by last modified time
    Searched full:datasets (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/chromium_org/content/browser/resources/gpu/
browser_bridge_tests.js 188 var dataSets = [
320 for (var i = 0; i < dataSets.length; ++i) {
322 optionEl.textContent = dataSets[i].name;
323 optionEl.dataSet = dataSets[i];
327 browserBridge.applySimulatedData_(dataSets[selectEl.selectedIndex]);
331 browserBridge.applySimulatedData_(dataSets[selectEl.selectedIndex]);
344 browserBridge.applySimulatedData_(dataSets[0]);
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/ui/
ct-trooper-card.html 53 datasets: [
70 datasets: [
86 datasets: [
  /frameworks/base/core/java/android/app/backup/
IRestoreObserver.aidl 28 * Supply a list of the restore datasets available from the current transport. This
33 * describing all of the available datasets that are candidates for restoring to
34 * the current device. If no applicable datasets exist, {@code result} will be
RestoreObserver.java 30 * Supply a list of the restore datasets available from the current transport. This
35 * describing all of the available datasets that are candidates for restoring to
36 * the current device. If no applicable datasets exist, {@code result} will be
  /external/chromium_org/third_party/icu/source/test/perf/perldriver/
Dataset.pm 69 # Divide two Datasets and return a new one, maintaining the
87 # subtracts two Datasets and return a new one, maintaining the
100 # adds two Datasets and return a new one, maintaining the
  /external/icu/icu4c/source/test/perf/perldriver/
Dataset.pm 69 # Divide two Datasets and return a new one, maintaining the
87 # subtracts two Datasets and return a new one, maintaining the
100 # adds two Datasets and return a new one, maintaining the
  /external/chromium_org/third_party/sqlite/src/test/
e_select2.test 52 # This command joins the two datasets and returns the resulting dataset. If
55 # datasets from the specified tables. The [te_join] command is passed the
56 # datasets directly.
65 # cartesian product of the two datasets. The script has 4 arguments appended
102 # These two procs are used to extract datasets from the database, either
350 # left and right-hand datasets.
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
genk-timing.py 211 dataSets = [(5000, 3, 50, 0.50), (5000, 10, 100, 0.10), (5000, 10, 5, 0.10), (5000, 10, 1, 0.0),
216 for (numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting) in dataSets:
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
genk-timing.py 211 dataSets = [(5000, 3, 50, 0.50), (5000, 10, 100, 0.10), (5000, 10, 5, 0.10), (5000, 10, 1, 0.0),
216 for (numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting) in dataSets:
  /frameworks/base/core/java/com/android/server/backup/
SystemBackupAgent.java 48 // taken to support the legacy backed-up datasets.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
compat-queue.h 49 * for applications with large datasets and few or no removals or for
60 * Singly-linked tail queues are ideal for applications with large datasets
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 54 * for applications with large datasets and few or no removals or for
65 * Singly-linked tail queues are ideal for applications with large datasets
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
genk-timing.py 216 dataSets = [(5000, 3, 50, 0.50), (5000, 10, 100, 0.10), (5000, 10, 5, 0.10), (5000, 10, 1, 0.0),
221 for (numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting) in dataSets:
  /external/owasp/sanitizer/tools/findbugs/doc/
demo.html 133 datasets are about a quarter of the sizes of the full datasets.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
locale.h 149 datasets. Unlike for the CATEGORY parameter for `setlocale' the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
locale.h 149 datasets. Unlike for the CATEGORY parameter for `setlocale' the
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_qsort.c 125 * on large datasets for locality-of-reference reasons,
139 * to construct datasets where the algorithm takes
143 * it's easy to construct datasets where median-of-3
  /packages/experimental/procstatlog/
procstatreport.py 135 def WriteChartData(titles, datasets, filename):
140 for set_num, data in enumerate(datasets):
145 num_cols = len(datasets)
  /external/tinyxml/docs/
tutorial0.html 34 Two example XML datasets/files will be used. The first looks like this:<p>
  /prebuilts/tools/common/jfreechart/
README.txt 281 - removed distinction between "primary" and "secondary" datasets,
377 - added support for multiple secondary axes, datasets and
401 datasets in a JTable;
497 - added support for secondary axes, datasets and renderers;
    [all...]
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
README.txt 281 - removed distinction between "primary" and "secondary" datasets,
377 - added support for multiple secondary axes, datasets and
401 datasets in a JTable;
497 - added support for secondary axes, datasets and renderers;
    [all...]
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
README.txt 281 - removed distinction between "primary" and "secondary" datasets,
377 - added support for multiple secondary axes, datasets and
401 datasets in a JTable;
497 - added support for secondary axes, datasets and renderers;
    [all...]
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
README.txt 281 - removed distinction between "primary" and "secondary" datasets,
377 - added support for multiple secondary axes, datasets and
401 datasets in a JTable;
497 - added support for secondary axes, datasets and renderers;
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_queue.h 48 * for applications with large datasets and few or no removals or for
59 * Singly-linked tail queues are ideal for applications with large datasets
  /external/chromium_org/third_party/libevent/compat/sys/
queue.h 50 * for applications with large datasets and few or no removals or for

Completed in 1057 milliseconds

1 2 3 4 5