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

1 2 3

  /external/webrtc/webrtc/modules/audio_device/mac/portaudio/
pa_memorybarrier.h 93 # warning For SMP safety, you should fix this.
98 # error Memory barriers are not defined on this system. You can still compile by defining ALLOW_SMP_DANGERS, but SMP safety will not be guaranteed.
120 # warning For SMP safety, you should fix this.
125 # error Memory barriers are not defined on this system. You can still compile by defining ALLOW_SMP_DANGERS, but SMP safety will not be guaranteed.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
MultistepIntegrator.java 81 /** Safety factor for stepsize control. */
82 private double safety; field in class:MultistepIntegrator
277 /** Get the safety factor for stepsize control.
278 * @return safety factor
281 return safety;
284 /** Set the safety factor for stepsize control.
285 * @param safety safety factor
287 public void setSafety(final double safety) {
288 this.safety = safety
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
EmbeddedRungeKuttaIntegrator.java 86 /** Safety factor for stepsize control. */
87 private double safety; field in class:EmbeddedRungeKuttaIntegrator
176 /** Get the safety factor for stepsize control.
177 * @return safety factor
180 return safety;
183 /** Set the safety factor for stepsize control.
184 * @param safety safety factor
186 public void setSafety(final double safety) {
187 this.safety = safety
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
binary.go 36 _ = b[1] // early bounds check to guarantee safety of writes below
47 _ = b[3] // early bounds check to guarantee safety of writes below
68 _ = b[1] // early bounds check to guarantee safety of writes below
79 _ = b[3] // early bounds check to guarantee safety of writes below
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
binary.go 36 _ = b[1] // early bounds check to guarantee safety of writes below
47 _ = b[3] // early bounds check to guarantee safety of writes below
68 _ = b[1] // early bounds check to guarantee safety of writes below
79 _ = b[3] // early bounds check to guarantee safety of writes below
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
binary.go 34 _ = b[1] // early bounds check to guarantee safety of writes below
45 _ = b[3] // early bounds check to guarantee safety of writes below
59 _ = b[7] // early bounds check to guarantee safety of writes below
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
binary.go 34 _ = b[1] // early bounds check to guarantee safety of writes below
45 _ = b[3] // early bounds check to guarantee safety of writes below
59 _ = b[7] // early bounds check to guarantee safety of writes below
  /external/autotest/client/site_tests/policy_ForceYouTubeSafetyMode/
policy_ForceYouTubeSafetyMode.py 16 whether Chrome OS forces YouTube to use Safety Mode. When the policy is
17 set true, Chrome shall add the 'YouTube-Safety-Mode: Active' header to
60 """Check whether the safety-mode-message is displayed.
64 been removed. The message is in <p class="safety-mode-message">.
66 @returns: True if the safety-mode-message is displayed.
71 'document.getElementsByClassName("safety-mode-message").length')
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
bittest.s 7 # safety, and it just needs to draw attention when a violation is given.
bittest.l 16 7 # safety, and it just needs to draw attention when a violation is given.