HomeSort by relevance Sort by last modified time
    Searched refs:Avoid (Results 26 - 50 of 124) sorted by null

12 3 4 5

  /prebuilts/go/linux-x86/src/cmd/cover/
func.go 132 // We could avoid making this n^2 overall by doing a single scan and annotating the functions,
151 total = 1 // Avoid zero denominator.
  /system/tools/hidl/test/vendor/1.0/
Android.mk 227 # Avoid dependency cycle of framework.jar -> this-library -> framework.jar
  /prebuilts/go/darwin-x86/src/net/
addrselect.go 109 // Rule 1: Avoid unusable destinations.
134 // Rule 3: Avoid deprecated addresses.
  /prebuilts/go/linux-x86/src/net/
addrselect.go 109 // Rule 1: Avoid unusable destinations.
134 // Rule 3: Avoid deprecated addresses.
  /cts/hostsidetests/jvmti/run-tests/
Android.mk 172 # Avoid linking against any @hide APIs.
  /hardware/interfaces/graphics/common/1.0/
Android.mk 321 # Avoid dependency cycle of framework.jar -> this-library -> framework.jar
  /hardware/interfaces/health/1.0/
Android.mk 296 # Avoid dependency cycle of framework.jar -> this-library -> framework.jar
  /prebuilts/go/darwin-x86/src/compress/flate/
dict_decoder.go 166 goto loop // Avoid for-loop so that this function can be inlined
  /prebuilts/go/darwin-x86/src/html/template/
content.go 111 // Avoid creating a reflect.Value if it's not a pointer.
html.go 69 // avoid over-encoding existing entities.
116 // without '&' to avoid over-encoding existing entities.
173 // Using the transition funcs helps us avoid mangling
228 // Avoid violation of structure preservation.
  /prebuilts/go/darwin-x86/src/regexp/syntax/
prog.go 152 // Avoid allocation of buffer if prefix is empty.
  /prebuilts/go/linux-x86/src/compress/flate/
dict_decoder.go 166 goto loop // Avoid for-loop so that this function can be inlined
  /prebuilts/go/linux-x86/src/html/template/
content.go 111 // Avoid creating a reflect.Value if it's not a pointer.
html.go 69 // avoid over-encoding existing entities.
116 // without '&' to avoid over-encoding existing entities.
173 // Using the transition funcs helps us avoid mangling
228 // Avoid violation of structure preservation.
  /prebuilts/go/linux-x86/src/regexp/syntax/
prog.go 152 // Avoid allocation of buffer if prefix is empty.
  /prebuilts/go/darwin-x86/src/cmd/go/
main.go 613 // Avoid .foo, _foo, and testdata directory trees.
694 // Avoid .foo, _foo, and testdata directory trees, but do not avoid "." or "..".
  /prebuilts/go/darwin-x86/src/net/textproto/
reader.go 26 // To avoid denial of service attacks, the provided bufio.Reader
59 // Avoid the copy if the first call produced a full line.
133 // avoid copying that buffered data around in memory and skipping over
289 // with a dot are escaped with an additional dot to avoid
469 // Avoid lots of small slice allocations later by allocating one
  /prebuilts/go/darwin-x86/src/sort/
sort.go 99 m := lo + (hi-lo)/2 // Written like this to avoid integer overflow.
324 // isNaN is a copy of math.IsNaN to avoid a dependency on the math package.
440 // Avoid unnecessary recursions of symMerge
464 // Avoid unnecessary recursions of symMerge
  /prebuilts/go/darwin-x86/src/text/template/
funcs.go 522 // Avoid allocation if we can.
599 // Avoid allocation if we can.
  /prebuilts/go/linux-x86/src/cmd/go/
main.go 613 // Avoid .foo, _foo, and testdata directory trees.
694 // Avoid .foo, _foo, and testdata directory trees, but do not avoid "." or "..".
  /prebuilts/go/linux-x86/src/net/textproto/
reader.go 26 // To avoid denial of service attacks, the provided bufio.Reader
59 // Avoid the copy if the first call produced a full line.
133 // avoid copying that buffered data around in memory and skipping over
289 // with a dot are escaped with an additional dot to avoid
469 // Avoid lots of small slice allocations later by allocating one
  /prebuilts/go/linux-x86/src/sort/
sort.go 99 m := lo + (hi-lo)/2 // Written like this to avoid integer overflow.
324 // isNaN is a copy of math.IsNaN to avoid a dependency on the math package.
440 // Avoid unnecessary recursions of symMerge
464 // Avoid unnecessary recursions of symMerge
  /prebuilts/go/linux-x86/src/text/template/
funcs.go 522 // Avoid allocation if we can.
599 // Avoid allocation if we can.
  /hardware/interfaces/thermal/1.0/
Android.mk 372 # Avoid dependency cycle of framework.jar -> this-library -> framework.jar
  /hardware/interfaces/usb/1.0/
Android.mk 419 # Avoid dependency cycle of framework.jar -> this-library -> framework.jar

Completed in 1068 milliseconds

12 3 4 5