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

12 3 4

  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DynamicXYPlotActivity.java 184 public int getItemCount(int series) {
188 public Number getX(int series, int index) {
195 public Number getY(int series, int index) {
201 switch (series) {
  /external/skia/src/gpu/
GrFragmentProcessor.cpp 294 std::unique_ptr<GrFragmentProcessor>* series, int cnt) {
302 const char* name() const override { return "Series"; }
370 return std::move(series[0]);
372 // Run the through the series, do the invariant output processing, and look for eliminations.
375 GrColorFragmentProcessorAnalysis info(inputColor, unique_ptr_address_as_pointer_address(series),
390 replacementSeries.emplace_back(std::move(series[leadingFPsToEliminate + i]));
392 series = replacementSeries.begin();
394 return SeriesFragmentProcessor::Make(series, cnt);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
LineAndPointFormatter.java 38 public String getLabel(XYSeries series, int index) {
39 return series.getY(index) + "";
XYPlot.java 263 // is a synchronized series, it has the opportunity to
341 // next we go through each series to update our min/max values:
342 for (final XYSeries series : getSeriesSet()) {
343 // step through each point in each series:
344 for (int i = 0; i < series.size(); i++) {
345 Number thisX = series.getX(i);
346 Number thisY = series.getY(i);
    [all...]
  /external/u-boot/tools/patman/
test.py 14 import series
82 patchstream.FixPatch(None, inname, series.Series(), None)
  /external/icu/icu4c/source/test/intltest/
numbertest_parse.cpp 201 ArraySeriesMatcher series(matchers, 5);
203 assertFalse("", series.smokeTest(StringSegment(u"x", false)));
204 assertFalse("", series.smokeTest(StringSegment(u"-", false)));
205 assertTrue("", series.smokeTest(StringSegment(u"+", false)));
230 bool actualMaybeMore = series.match(segment, result, status);
  /external/skqp/src/gpu/
GrFragmentProcessor.cpp 374 std::unique_ptr<GrFragmentProcessor>* series, int cnt) {
382 const char* name() const override { return "Series"; }
450 return std::move(series[0]);
452 // Run the through the series, do the invariant output processing, and look for eliminations.
455 GrColorFragmentProcessorAnalysis info(inputColor, unique_ptr_address_as_pointer_address(series),
470 replacementSeries.emplace_back(std::move(series[leadingFPsToEliminate + i]));
472 series = replacementSeries.begin();
474 return SeriesFragmentProcessor::Make(series, cnt);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
HifiUltrasoundSpeakerTestActivity.java 275 XYSeries series = new SimpleXYSeries( local
283 plot.addSeries(series, seriesFormat);
308 XYSeries series = new SimpleXYSeries( local
316 plot.addSeries(series, seriesFormat);
HifiUltrasoundTestActivity.java 234 XYSeries series = new SimpleXYSeries( local
242 plot.addSeries(series, seriesFormat);
267 XYSeries series = new SimpleXYSeries( local
275 plot.addSeries(series, seriesFormat);
  /external/grpc-grpc/examples/node/dynamic_codegen/route_guide/
route_guide_client.js 161 async.series(point_senders, function() {
219 async.series([
  /external/grpc-grpc/examples/node/static_codegen/route_guide/
route_guide_client.js 154 async.series(point_senders, function() {
219 async.series([
  /external/skqp/src/core/
SkColorFilter.cpp 119 std::unique_ptr<GrFragmentProcessor> series[] = { std::move(innerFP), std::move(outerFP) }; variable
120 return GrFragmentProcessor::RunInSeries(series, 2);
  /external/tensorflow/tensorflow/python/data/experimental/benchmarks/
map_and_batch_benchmark.py 126 def benchmark(label, series):
127 """Runs benchmark the given series."""
141 for num_calls, inter_op, element_size, batch_size in series:
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
structural_ensemble.py 15 """Implements a time series model with seasonality, trends, and transients."""
48 r"""A structural state space time series model.
53 structural time series." International Journal of Mathematical Modelling and
79 When presented with a multivariate series (more than one "feature", here
80 referring to endogenous features of the series), the model is replicated
93 # series (to save time/memory when the series presented can be modeled as a
94 # smaller number of underlying series). Likely just a modification of the
95 # observation model so that each feature of the series is a learned linear
104 """Initialize the Basic Structural Time Series model
    [all...]
  /external/iputils/
iputils.spec 20 command sends a series of ICMP protocol ECHO_REQUEST packets to a
  /external/skia/src/core/
SkColorFilter.cpp 121 std::unique_ptr<GrFragmentProcessor> series[] = { std::move(innerFP), std::move(outerFP) }; variable
122 return GrFragmentProcessor::RunInSeries(series, 2);
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/diff/
debug_enable.go 51 // The series of '.', 'X', 'Y', and 'M' characters at the bottom represents
diff.go 29 // EditScript represents the series of differences between two lists.
  /external/syzkaller/vendor/golang.org/x/net/internal/timeseries/
timeseries.go 5 // Package timeseries implements a time series structure for stats collection.
37 // An Observable is a kind of data that can be aggregated in a time series.
155 // Clear removes all observations from the time series.
  /external/v8/tools/heap-stats/
global-timeline.js 189 series: {0: {type: 'line', lineDashStyle: [13, 13]}},
  /external/antlr/runtime/Ruby/lib/antlr3/
tree.rb 216 [error node] a special node used to represent an erroneous series of tokens
602 Represents a series of erroneous tokens from a token stream input
    [all...]
error.rb 389 a series of elements, including _subrules_ -- rule specifications enclosed
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
feature_column.py     [all...]
  /external/tensorflow/tensorflow/core/summary/
summary_db_writer.cc 623 /// \brief Tensor writer for a single series, e.g. Tag.
628 SeriesWriter(int64 series, RunMetadata* meta) : series_{series}, meta_{meta} {
779 series,
    [all...]
  /external/boringssl/src/fipstools/
run_cavp.go 52 // testSuite describes a series of tests that are handled by a single oracle

Completed in 1994 milliseconds

12 3 4