HomeSort by relevance Sort by last modified time
    Searched defs:increment (Results 1 - 25 of 904) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/tools/lua/
agg_dash.lua 13 function increment(table, tableKey, key, value) function
scrape_dashing.lua 47 function increment(table, key) function
56 increment(total_total, t.verb)
62 increment(total_found, t.verb)
68 increment(drawPointsTable, #points)
71 increment(drawPointsTable_direction, "hori")
73 increment(drawPointsTable_direction, "vert")
75 increment(drawPointsTable_direction, "other")
scrape_dashing_full.lua 35 function increment(table, key) function
70 increment(total_found, t.verb);
71 increment(dashInterval_count, #de.intervals)
74 increment(dashInterval_pattern, "one_one")
76 increment(dashInterval_pattern, "zero_on")
78 increment(dashInterval_pattern, "other")
83 increment(dash_phase, "zero")
85 increment(dash_phase, "other")
90 increment(dash_cap, "butt")
92 increment(dash_cap, "round"
    [all...]
  /external/skqp/tools/lua/
agg_dash.lua 13 function increment(table, tableKey, key, value) function
scrape_dashing.lua 47 function increment(table, key) function
56 increment(total_total, t.verb)
62 increment(total_found, t.verb)
68 increment(drawPointsTable, #points)
71 increment(drawPointsTable_direction, "hori")
73 increment(drawPointsTable_direction, "vert")
75 increment(drawPointsTable_direction, "other")
scrape_dashing_full.lua 35 function increment(table, key) function
70 increment(total_found, t.verb);
71 increment(dashInterval_count, #de.intervals)
74 increment(dashInterval_pattern, "one_one")
76 increment(dashInterval_pattern, "zero_on")
78 increment(dashInterval_pattern, "other")
83 increment(dash_phase, "zero")
85 increment(dash_phase, "other")
90 increment(dash_cap, "butt")
92 increment(dash_cap, "round"
    [all...]
  /external/caliper/examples/src/main/java/examples/
NoOpBenchmark.java 25 @Benchmark long increment(long reps) { method in class:NoOpBenchmark
  /external/libcxx/test/libcxx/thread/thread.mutex/
thread_safety_requires_capability.pass.cpp 27 void increment() __attribute__((requires_capability(m))) { function
33 increment();
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
atomic_count.hpp 23 inline void increment(atomic_count& a, long b) { a += b; } function in namespace:asio::detail
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/thread/thread.mutex/
thread_safety_requires_capability.pass.cpp 27 void increment() __attribute__((requires_capability(m))) { function
33 increment();
  /external/deqp/framework/delibs/decpp/
deSemaphore.hpp 40 * block until increment has been called from an another thread.
48 void increment (void) throw();
62 * \brief Increment semaphore count.
70 inline void Semaphore::increment (void) throw() function in class:de::Semaphore
80 * (increment() has been called).
  /external/adhd/cras/src/server/
cras_ramp.h 17 * and increase increment for each sample.
31 * increment: The scaler increment that should be added to scaler for every
37 float increment; member in struct:cras_ramp_action
  /external/guava/guava/src/com/google/common/cache/
LongAddable.java 28 void increment(); method in interface:LongAddable
LongAddables.java 61 public void increment() { method in class:LongAddables.PureJavaLongAddable
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
LongAdder.java 28 public void increment() { method in class:LongAdder
  /external/guice/extensions/struts2/example/src/com/google/inject/struts2/example/
Counter.java 30 public synchronized int increment() { method in class:Counter
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
MethodCoverageImpl.java 45 public void increment(final ICounter instructions, final ICounter branches, method in class:MethodCoverageImpl
47 super.increment(instructions, branches, line);
48 // Additionally increment complexity counter:
52 this.complexityCounter = this.complexityCounter.increment(m, c);
63 this.methodCounter = this.methodCounter.increment(base);
64 this.complexityCounter = this.complexityCounter.increment(base);
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
CoverageBuilderTest.java 48 method.increment(CounterImpl.COUNTER_1_0, CounterImpl.COUNTER_0_0, 6);
49 method.increment(CounterImpl.COUNTER_1_0, CounterImpl.COUNTER_0_0, 7);
50 method.increment(CounterImpl.COUNTER_1_0, CounterImpl.COUNTER_0_0, 8);
80 method.increment(CounterImpl.COUNTER_0_1, CounterImpl.COUNTER_0_0, 6);
81 method.increment(CounterImpl.COUNTER_0_1, CounterImpl.COUNTER_0_0, 7);
82 method.increment(CounterImpl.COUNTER_0_1, CounterImpl.COUNTER_0_0, 8);
121 method.increment(CounterImpl.COUNTER_1_0, CounterImpl.COUNTER_0_0, 3);
126 method.increment(CounterImpl.COUNTER_1_0, CounterImpl.COUNTER_0_0, 3);
133 method.increment(CounterImpl.COUNTER_1_0, CounterImpl.COUNTER_0_0, 3);
138 method.increment(CounterImpl.COUNTER_1_0, CounterImpl.COUNTER_0_0, 3)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
StorelessUnivariateStatistic.java 21 * {@link #increment} and {@link #incrementAll(double[])} methods for adding
36 void increment(double d); method in interface:StorelessUnivariateStatistic
  /external/fonttools/Lib/fontTools/misc/
xmlReader.py 127 def increment(self, val=1): member in class:ProgressPrinter
  /external/libcxxabi/test/
test_guard.pass.cpp 21 int increment() { function in namespace:test1
26 static int a = increment();
30 static int a = increment(); ((void)a);
32 static int b = increment(); ((void)b);
46 int increment() { function in namespace:test2
52 static int a = increment();
89 int increment() { function in namespace:test4
95 static int a = increment(); ((void)a);
  /external/ltp/testcases/kernel/syscalls/sbrk/
sbrk01.c 52 long increment; member in struct:test_case_t
97 tret = sbrk(test->increment);
102 test->increment);
105 test->increment, tret);
sbrk02.c 35 static long increment = INC; variable
64 /* call sbrk until it fails or increment overflows */
65 while (ret != (void *)-1 && increment > 0) {
66 ret = sbrk(increment);
67 increment += INC;
70 increment, ret, sbrk(0));
79 tret = sbrk(increment);
85 increment, tret, ENOMEM);
91 increment);
95 increment, ENOMEM, strerror(ENOMEM))
    [all...]
  /external/perfetto/src/tracing/core/
sliced_protobuf_input_stream.cc 76 const size_t increment = std::min(n, cur_slice_->size - pos_in_cur_slice_); local
77 pos_in_cur_slice_ += increment;
78 n -= increment;
  /external/replicaisland/src/com/replica/replicaisland/
ShellSorter.java 25 * Note that the running time can be tuned by adjusting the size of the increment used
27 * of increment = increment / 3 + 1.
31 int increment = count / 3 + 1; local
34 while ( increment > 1 ) {
35 for ( int start = 0; start < increment; start++ ) {
36 insertionSort(array, count, start, increment, comparator);
38 increment = increment / 3 + 1;
41 // Do a final pass with an increment of 1
    [all...]

Completed in 2231 milliseconds

1 2 3 4 5 6 7 8 91011>>