HomeSort by relevance Sort by last modified time
    Searched refs:coarse (Results 1 - 14 of 14) sorted by null

  /frameworks/base/services/core/java/com/android/server/location/
LocationFudger.java 32 * Contains the logic to obfuscate (fudge) locations for coarse applications.
35 * the coarse location permission from receiving a fine location.
42 * Default coarse accuracy in meters.
47 * Minimum coarse accuracy in meters.
52 * Secure settings key for coarse accuracy.
57 * This is the fastest interval that applications can receive coarse
107 * Used to monitor coarse accuracy secure setting for changes.
112 * Used to resolve coarse accuracy setting.
122 * Best location accuracy allowed for coarse applications.
135 * to coarse locations. It does not need to be as large a
167 Location coarse = location.getExtraLocation(Location.EXTRA_COARSE_LOCATION); local
179 Location coarse = createCoarseLocked(location); local
200 Location coarse = new Location(fine); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Edits.java 223 private final boolean onlyChanges_, coarse; field in class:Edits.Iterator
233 coarse = crs;
314 if (coarse) {
328 if (!coarse) {
440 * Returns an Iterator for coarse-grained changes for simple string updates.
450 * 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/
Edits.java 229 private final boolean onlyChanges_, coarse; field in class:Edits.Iterator
239 coarse = crs;
321 if (coarse) {
335 if (!coarse) {
454 * Returns an Iterator for coarse-grained changes for simple string updates.
465 * Returns an Iterator for coarse-grained changes and non-changes for simple string updates.
  /external/libdrm/freedreno/
freedreno_priv.h 107 drm_private void fd_bo_cache_init(struct fd_bo_cache *cache, int coarse);
  /external/opencv/cv/src/
cvsmooth.cpp 538 * "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[k]
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
cse.go 28 // It starts with a coarse partition and iteratively refines it
31 // Make initial coarse partitions by using a subset of the conditions above.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
cse.go 28 // It starts with a coarse partition and iteratively refines it
31 // Make initial coarse partitions by using a subset of the conditions above.
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin.go 81 // just RPC to another server with coarse locking anyway, so
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin.go 81 // just RPC to another server with coarse locking anyway, so
  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 320 coarse = ((main & ~1) - self._coarse_zero)
321 out.append(coarse * self._coarse_scale)
    [all...]
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.c 276 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);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go 200 // not enough samples due to coarse timer
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go 200 // not enough samples due to coarse timer
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.c 2161 unsigned int coarse = tic6x_coarse_operand_form (form); local
    [all...]

Completed in 1476 milliseconds