HomeSort by relevance Sort by last modified time
    Searched refs:resets (Results 1 - 25 of 71) sorted by null

1 2 3

  /frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
Utils.java 32 String[] resets = resetList.split(","); local
36 assert resets.length == total;
41 config.add(new LockTarget(classes[i], requests[i], resets[i]));
  /build/make/core/combo/arch/x86/
x86_64.mk 4 # The generic 'x86' variant cannot be used, since it resets some flags used
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
gccgo.go 14 // The test for the gc compiler resets the stack pointer so that the
  /prebuilts/go/linux-x86/misc/cgo/test/issue9400/
gccgo.go 14 // The test for the gc compiler resets the stack pointer so that the
  /development/tools/axl/
chewperf.py 11 def resets(): function
  /prebuilts/go/darwin-x86/src/hash/
hash.go 20 // Reset resets the Hash to its initial state.
  /prebuilts/go/linux-x86/src/hash/
hash.go 20 // Reset resets the Hash to its initial state.
  /external/bison/lib/
bitset_stats.c 60 bitset_stats_info->types[BITSET_TYPE_ (BSET)].resets++
84 unsigned int resets; member in struct:bitset_type_info_struct
184 stats->resets, stats->cache_resets,
185 stats->resets ? 100.0 * stats->cache_resets / stats->resets : 0);
  /prebuilts/go/darwin-x86/src/compress/zlib/
reader.go 54 // Resetter resets a ReadCloser returned by NewReader or NewReaderDict to
58 // Reset discards any buffered data and resets the Resetter as if it was
  /prebuilts/go/linux-x86/src/compress/zlib/
reader.go 54 // Resetter resets a ReadCloser returned by NewReader or NewReaderDict to
58 // Reset discards any buffered data and resets the Resetter as if it was
  /prebuilts/go/darwin-x86/src/compress/flate/
deflatefast.go 259 // Reset resets the encoding history.
272 // resetAll resets the deflateFast struct and is only called in rare
273 // situations to prevent integer overflow. It manually resets each field
  /prebuilts/go/linux-x86/src/compress/flate/
deflatefast.go 259 // Reset resets the encoding history.
272 // resetAll resets the deflateFast struct and is only called in rare
273 // situations to prevent integer overflow. It manually resets each field
  /prebuilts/go/darwin-x86/src/bytes/
reader.go 146 // Reset resets the Reader to be reading from b.
  /prebuilts/go/darwin-x86/src/go/scanner/
errors.go 44 // Reset resets an ErrorList to no errors.
  /prebuilts/go/darwin-x86/src/strings/
reader.go 145 // Reset resets the Reader to be reading from s.
  /prebuilts/go/linux-x86/src/bytes/
reader.go 146 // Reset resets the Reader to be reading from b.
  /prebuilts/go/linux-x86/src/go/scanner/
errors.go 44 // Reset resets an ErrorList to no errors.
  /prebuilts/go/linux-x86/src/strings/
reader.go 145 // Reset resets the Reader to be reading from s.
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/
hi6220.dtsi 11 #include <dt-bindings/reset/hisi,hi6220-resets.h>
809 resets = <&sys_ctrl PERIPH_RSTDIS0_MMC0>;
832 resets = <&sys_ctrl PERIPH_RSTDIS0_MMC1>;
851 resets = <&sys_ctrl PERIPH_RSTDIS0_MMC2>;
928 resets = <&media_ctrl MEDIA_ADE>;
  /prebuilts/go/darwin-x86/src/runtime/
sigqueue.go 22 // When signal_recv is unblocked, it resets sig.Note and rechecks sig.mask.
  /prebuilts/go/linux-x86/src/runtime/
sigqueue.go 22 // When signal_recv is unblocked, it resets sig.Note and rechecks sig.mask.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 167 // flush appends the normalized segment to out and resets rb.
178 // flushCopy copies the normalized segment to buf and resets rb.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 167 // flush appends the normalized segment to out and resets rb.
178 // flushCopy copies the normalized segment to buf and resets rb.
  /external/ImageMagick/www/api/
channel.php 213 <p>SetImageAlphaChannel() activates, deactivates, resets, or sets the alpha channel.</p>
registry.php 185 <p>ResetImageRegistryIterator() resets the registry iterator. Use it in conjunction with GetNextImageRegistry() to iterate over all the values in the image registry.</p>

Completed in 730 milliseconds

1 2 3