Searched defs:increment (Results 1 - 25 of 269) sorted by relevance

1234567891011

/external/skia/tools/lua/
H A Dagg_dash.lua13 function increment(table, tableKey, key, value) function
H A Dscrape_dashing.lua47 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")
H A Dscrape_dashing_full.lua35 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_ca
[all...]
/external/skqp/tools/lua/
H A Dagg_dash.lua13 function increment(table, tableKey, key, value) function
H A Dscrape_dashing.lua47 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")
H A Dscrape_dashing_full.lua35 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_ca
[all...]
/external/caliper/examples/src/main/java/examples/
H A DNoOpBenchmark.java25 @Benchmark long increment(long reps) { method in class:NoOpBenchmark
/external/libcxx/test/libcxx/thread/thread.mutex/
H A Dthread_safety_requires_capability.pass.cpp27 void increment() __attribute__((requires_capability(m))) { function
33 increment();
/external/deqp/framework/delibs/decpp/
H A DdeSemaphore.hpp40 * block until increment has been called from an another thread.
48 void increment (void) throw();
70 inline void Semaphore::increment (void) throw() function in class:de::Semaphore
80 * (increment() has been called).
/external/parameter-framework/asio/include/asio/detail/
H A Datomic_count.hpp23 inline void increment(atomic_count& a, long b) { a += b; } function in namespace:asio::detail
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Datomic_count.hpp23 inline void increment(atomic_count& a, long b) { a += b; } function in namespace:asio::detail
/external/adhd/cras/src/server/
H A Dcras_ramp.h17 * 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/
H A DLongAddable.java28 void increment(); method in interface:LongAddable
H A DLongAddables.java61 public void increment() { method in class:LongAddables.PureJavaLongAddable
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DLongAdder.java28 public void increment() { method in class:LongAdder
/external/guice/extensions/struts2/example/src/com/google/inject/struts2/example/
H A DCounter.java30 public synchronized int increment() { method in class:Counter
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
H A DMethodCoverageImpl.java45 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/libchrome/base/
H A Datomic_ref_count.h17 // Increment a reference count by "increment", which must exceed 0.
19 AtomicRefCount increment) {
20 subtle::NoBarrier_AtomicIncrement(ptr, increment);
18 AtomicRefCountIncN(volatile AtomicRefCount *ptr, AtomicRefCount increment) argument
/external/libcxxabi/test/
H A Dtest_guard.pass.cpp21 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/
H A Dsbrk01.c52 long increment; member in struct:test_case_t
97 tret = sbrk(test->increment);
102 test->increment);
105 test->increment, tret);
H A Dsbrk02.c35 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, ENOME
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DIndentation.java78 * increment the indentation field
80 protected void increment() { method in class:Indentation
/external/perfetto/src/tracing/core/
H A Dsliced_protobuf_input_stream.cc76 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/protobuf/src/google/protobuf/stubs/
H A Datomicops_internals_x86_msvc.cc71 Atomic32 increment) {
74 static_cast<LONG>(increment)) + increment;
99 Atomic64 increment) {
102 static_cast<LONGLONG>(increment)) + increment;
70 Barrier_AtomicIncrement(volatile Atomic32* ptr, Atomic32 increment) argument
98 Barrier_AtomicIncrement(volatile Atomic64* ptr, Atomic64 increment) argument
/external/replicaisland/src/com/replica/replicaisland/
H A DShellSorter.java25 * 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;
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 o
58 insertionSort(Type[] array, int count, int start, int increment, Comparator<Type> comparator) argument
[all...]

Completed in 593 milliseconds

1234567891011