Searched defs:change (Results 1 - 25 of 179) sorted by last modified time

12345678

/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp361 bool change = lastT != fTs[i].fT || lastWind != fTs[i].fWindValue local
363 if (change && lastWind >= 0) {
367 if (change) {
/external/regex-re2/lib/codereview/
H A Dcodereview.py33 the file pattern syntax @nnnnnn, where nnnnnn is a change list
34 number, to mean the files included in that change list, which
37 For example, if change 123456 contains the files x.go and y.go,
138 # Mercurial to let me check in a change with UTF-8 in the
191 # Most data about a change list is stored on the code review server
195 # as the one where the change list lives.
311 ui.warn("no files in change list\n")
394 pmsg += "I'd like you to review this change to\n" + repourl + "\n"
696 The first line of your change description is conventionally a
697 one-line summary of the change, prefixe
1273 def change(ui, repo, *pats, **opts): function
[all...]
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/qemu/distrib/sdl-1.2.15/src/joystick/beos/
H A DSDL_bejoystick.cc162 int i, change; local
180 change = ((int32)axes[i] - joystick->axes[i]);
181 if ( (change > JITTER) || (change < -JITTER) ) {
186 /* Generate hat change events */
/external/qemu/distrib/sdl-1.2.15/src/joystick/win32/
H A DSDL_mmjoystick.c282 int value, change; local
308 change = (value - joystick->axes[i]);
309 if ( (change < -JOY_AXIS_THRESHOLD) || (change > JOY_AXIS_THRESHOLD) ) {
/external/qemu/hw/pci/
H A Dpci.c650 int change; local
652 change = level - pci_dev->irq_state[irq_num];
653 if (!change)
664 bus->irq_count[irq_num] += change;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/pdfium/fpdfsdk/src/javascript/
H A Devent.cpp24 JS_STATIC_PROP_ENTRY(change)
59 FX_BOOL event::change(OBJ_PROP_PARAMS) function in class:event
/external/opencv/cv/src/
H A Dcvcalibration.cpp123 double change; local
173 (change = cvNorm(param, prevParam, CV_RELATIVE_L2)) < criteria.epsilon )
191 double change; local
239 (change = cvNorm(param, prevParam, CV_RELATIVE_L2)) < criteria.epsilon )
/external/opencv/cvaux/src/
H A Dcvlevmar.cpp147 double change; local
151 change = 1;
211 /* Compute relative change of required parameter vectorX. change = norm(curr-prev) / norm(curr) ) */
212 change = cvNorm(vectX, vectNewX, CV_RELATIVE_L2);
226 } while ( change > epsilon && currIter < maxIter );
H A Dcvlevmarprojbandle.cpp1302 double change; local
1337 change = 1;
1631 fprintf(file,"Change = %20.15lf\n",change);
1663 /* Compute relative change of required parameter vectorX. change = norm(curr-prev) / norm(curr) ) */
1686 /* compute change */
1687 change = sqrt(normAll1) / sqrt(normAll2);
1696 fprintf(file,"\nChange inside newVal change = %20.15lf\n",change);
1720 } while( change > epsilo
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_refcnt.c125 void debug_reference_slowpath(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change) argument
169 /* this is there to provide a gradual change even if we don't see the initialization */
170 for(i = 1; i <= refcnt - change; ++i)
178 if(change)
181 change > 0 ? "AddRef" : "Release", refcnt);
H A Du_debug_refcnt.h43 void debug_reference_slowpath(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change);
45 static INLINE void debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change) argument
48 debug_reference_slowpath(p, get_desc, change);
53 static INLINE void debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change) argument
H A Du_ringbuffer.c19 pipe_condvar change; member in struct:util_ringbuffer
38 pipe_condvar_init(ring->change);
50 pipe_condvar_destroy(ring->change);
88 pipe_condvar_wait(ring->change, ring->mutex);
103 /* Signal change:
105 pipe_condvar_signal(ring->change);
126 pipe_condvar_wait(ring->change, ring->mutex);
155 /* Signal change:
157 pipe_condvar_signal(ring->change);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c314 /* Optimization: discard pixels which don't change the colorbuffer.
818 enum r300_fb_state_change change)
826 if (change == R300_CHANGED_FB_STATE) {
832 if (change == R300_CHANGED_FB_STATE ||
833 change == R300_CHANGED_HYPERZ_FLAG) {
837 if (change == R300_CHANGED_FB_STATE ||
838 change == R300_CHANGED_MULTIWRITE) {
817 r300_mark_fb_state_dirty(struct r300_context *r300, enum r300_fb_state_change change) argument
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c357 // Upon a run-time change in temporal layers, reset the layer context parameters
386 // before the layer change. For now, reset to the starting levels.
1348 /* change includes all joint functionality */
1627 // Under a configuration change, where maximum_buffer_size may change,
2688 * The test and any change is only made once per key frame sequence.
2941 double change = 1.0 * abs((int)(cpi->mb.intra_error - local
2952 && (change > .25 || change2 > .25))
2954 /*(change > 1.4 || change <
[all...]
/external/libpng/contrib/libtests/
H A Dtarith.c17 * Changing these options can substantially change the errors in the
189 double change = fabs((out - test)/test); local
200 if (change >= allow && (isfinite(out) ||
204 double allowp = (change-allow)*100/allow;
220 DBL_DIG, test, precision, buffer, DBL_DIG, out, change, allow,
457 /* Check for a state change. When changing to 'fraction' if the number
479 /* Else it was a sign, and the state doesn't change. */
/external/libpng/
H A Dpngread.c2925 data_encoding = P_FILE; /* Don't change from color-map indicies */
3133 * comment if you change this code!
3444 if (alpha > 0) /* else no change to the output */
3606 if (alpha > 0) /* else no change to the output */
3799 png_uint_32 change = format ^ base_format; local
3804 if (change & PNG_FORMAT_FLAG_COLOR)
3822 * enormous change) 'do_local_background' is used to indicate that
3832 change &= ~PNG_FORMAT_FLAG_COLOR;
3901 if (change & PNG_FORMAT_FLAG_LINEAR)
3909 change
[all...]
/external/libnl/include/linux/
H A Dpkt_sched.h157 * to change these parameters in compile time.
326 unsigned char change; member in struct:tc_cbq_lssopt
/external/libnl/src/
H A Dnl-link-set.c51 struct rtnl_link *change = arg; local
58 if ((err = rtnl_link_change(sock, link, change, 0) < 0))
59 nl_cli_fatal(err, "Unable to change link: %s",
71 struct rtnl_link *link, *change; local
78 change = nl_cli_link_alloc();
111 case ARG_RENAME: nl_cli_link_parse_name(change, optarg); break;
121 nl_cache_foreach_filter(link_cache, OBJ_CAST(link), set_cb, change);
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h416 unsigned char change; member in struct:tc_cbq_lssopt
/external/jdiff/src/jdiff/
H A DDiffMyers.java7 is a list of <code>change</code> objects which form an
18 inputs. Our results are actually better (smaller change list, smaller
359 private change build_reverse_script() {
360 change script = null;
380 /* Record this change. */
381 script = new change(line0, line1, i0 - line0, i1 - line1, script);
394 private change build_script() {
395 change script = null;
414 /* Record this change. */
415 script = new change(i
478 public static class change { class in class:DiffMyers
497 change(int line0, int line1, int deleted, int inserted, change old) { method in class:DiffMyers.change
[all...]
/external/iproute2/include/linux/
H A Dpkt_sched.h401 unsigned char change; member in struct:tc_cbq_lssopt
/external/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp639 cal->set(UCAL_MONTH, UCAL_NOVEMBER); // change a field
872 // Issue 1: Changing the timezone doesn't change the
1362 double change = cal->getTime(status) - date; local
1363 if (change != expectedChange) {
1607 // small change in millis.
1963 errln(UnicodeString(" FAIL: ") + newYear + " should be valid; date, month and time shouldn't change");
2559 * setFirstDayOfWeek and setMinimalDaysInFirstWeek may change the
2572 // In pass one, change the first day of week so that the weeks
2573 // shift in August 2001. In pass two, change the minimal days
2593 UDate time1 = cal.getTime(ec); // Get time -- should not change
[all...]

Completed in 6110 milliseconds

12345678