Searched refs:coarse (Results 1 - 12 of 12) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DEdits.java227 private final boolean onlyChanges_, coarse; field in class:Edits.Iterator
238 coarse = crs;
350 if (coarse) {
366 if (!coarse) {
439 if (coarse) {
468 if (!coarse) {
732 * Returns an Iterator for coarse-grained changes for simple string updates.
742 * Returns an Iterator for coarse-grained changes and non-changes for simple string updates.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DEdits.java234 private final boolean onlyChanges_, coarse; field in class:Edits.Iterator
245 coarse = crs;
358 if (coarse) {
374 if (!coarse) {
447 if (coarse) {
476 if (!coarse) {
750 * Returns an Iterator for coarse-grained changes for simple string updates.
761 * Returns an Iterator for coarse-grained changes and non-changes for simple string updates.
/external/icu/icu4c/source/common/unicode/
H A Dedits.h150 remaining(0), onlyChanges_(FALSE), coarse(FALSE),
322 UBool onlyChanges_, coarse; member in struct:U_FINAL::U_FINAL
331 * Returns an Iterator for coarse-grained changes for simple string updates.
341 * Returns an Iterator for coarse-grained changes and non-changes for simple string updates.
/external/icu/icu4c/source/common/
H A Dedits.cpp399 onlyChanges_(oc), coarse(crs),
506 if (coarse) {
522 if (!coarse) {
598 if (coarse) {
627 if (!coarse) {
/external/libdrm/freedreno/
H A Dfreedreno_priv.h107 drm_private void fd_bo_cache_init(struct fd_bo_cache *cache, int coarse);
/external/opencv/cv/src/
H A Dcvsmooth.cpp538 * "coarse" level) is 4 bit wide and the second tier (known as the "fine" level)
540 * coarse bucket designated by the 4 MSBs of the fine bucket value.
548 ushort coarse[16]; variable
557 h.coarse[x>>4] op; \
713 histogram_muladd( r, &h_coarse[16*n*c], H[c].coarse );
718 histogram_add( &h_coarse[16*(n*c+j)], H[c].coarse );
732 histogram_add( &h_coarse[16*(n*c + MIN(j+r,n-1))], H[c].coarse );
734 /* Find median at coarse level */
736 sum += H[c].coarse[k];
738 sum -= H[c].coarse[
[all...]
/external/syslinux/gpxe/src/drivers/net/e1000/
H A De1000_hw.c276 uint16_t fused, fine, coarse; local
285 coarse = fused & IGP01E1000_ANALOG_FUSE_COARSE_MASK;
287 if (coarse > IGP01E1000_ANALOG_FUSE_COARSE_THRESH) {
288 coarse -= IGP01E1000_ANALOG_FUSE_COARSE_10;
290 } else if (coarse == IGP01E1000_ANALOG_FUSE_COARSE_THRESH)
295 (coarse & IGP01E1000_ANALOG_FUSE_COARSE_MASK);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 264 milliseconds