HomeSort by relevance Sort by last modified time
    Searched refs:safety (Results 1 - 25 of 69) 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...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
binary.go 37 _ = b[1] // early bounds check to guarantee safety of writes below
48 _ = b[3] // early bounds check to guarantee safety of writes below
62 _ = b[7] // early bounds check to guarantee safety of writes below
81 _ = b[1] // early bounds check to guarantee safety of writes below
92 _ = b[3] // early bounds check to guarantee safety of writes below
106 _ = b[7] // early bounds check to guarantee safety of writes below
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
binary.go 37 _ = b[1] // early bounds check to guarantee safety of writes below
48 _ = b[3] // early bounds check to guarantee safety of writes below
62 _ = b[7] // early bounds check to guarantee safety of writes below
81 _ = b[1] // early bounds check to guarantee safety of writes below
92 _ = b[3] // early bounds check to guarantee safety of writes below
106 _ = b[7] // early bounds check to guarantee safety of writes below
  /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...]
  /system/netd/tests/dns_responder/
Android.mk 21 LOCAL_CFLAGS := -Wall -Werror -Wunused-parameter -Wthread-safety
  /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
  /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')
  /system/netd/server/
Android.mk 22 LOCAL_CFLAGS := -Wall -Werror -Wthread-safety
38 LOCAL_CFLAGS := -Wall -Werror -Wthread-safety
59 LOCAL_CPPFLAGS := -Wall -Werror -Wthread-safety -Wnullable-to-nonnull-conversion
158 LOCAL_CFLAGS := -Wall -Werror -Wthread-safety
174 LOCAL_CFLAGS := -Wall -Werror -Wunused-parameter -Wthread-safety
  /compatibility/cdd/6_dev-tools-and-options/
6_2_developer_options.md 19 safety of the user is of concern
  /toolchain/binutils/binutils-2.27/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.
  /external/tensorflow/tensorflow/contrib/integrate/python/ops/
odes.py 219 safety=0.9,
232 math_ops.minimum(error_ratio**exponent / safety,
297 safety=0.9,
310 y0, t, rtol, atol, safety, ifactor, dfactor, max_num_steps
315 safety = ops.convert_to_tensor(safety, dtype=t.dtype, name='safety')
354 dt_next = _optimal_step_size(dt, error_ratio, safety, ifactor, dfactor)
468 * safety: safety factor for adaptive step control, generally a constan
    [all...]
  /build/soong/cc/config/
clang.go 134 // Enable clang's thread-safety annotations in libcxx.
135 // Turn off -Wthread-safety-negative, to avoid breaking projects that use -Weverything.
137 "-Wno-thread-safety-negative",
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/
jsoup-1.7.3.jar 
  /prebuilts/go/darwin-x86/src/internal/cpu/
cpu.go 43 // safety.
  /prebuilts/go/linux-x86/src/internal/cpu/
cpu.go 43 // safety.
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/go/darwin-x86/src/encoding/binary/
binary.go 57 _ = b[1] // early bounds check to guarantee safety of writes below
68 _ = b[3] // early bounds check to guarantee safety of writes below
82 _ = b[7] // early bounds check to guarantee safety of writes below
105 _ = b[1] // early bounds check to guarantee safety of writes below
116 _ = b[3] // early bounds check to guarantee safety of writes below
130 _ = b[7] // early bounds check to guarantee safety of writes below
  /prebuilts/go/linux-x86/src/encoding/binary/
binary.go 57 _ = b[1] // early bounds check to guarantee safety of writes below
68 _ = b[3] // early bounds check to guarantee safety of writes below
82 _ = b[7] // early bounds check to guarantee safety of writes below
105 _ = b[1] // early bounds check to guarantee safety of writes below
116 _ = b[3] // early bounds check to guarantee safety of writes below
130 _ = b[7] // early bounds check to guarantee safety of writes below
  /prebuilts/go/darwin-x86/src/container/heap/
example_pq_test.go 48 item.index = -1 // for safety
  /prebuilts/go/linux-x86/src/container/heap/
example_pq_test.go 48 item.index = -1 // for safety
  /prebuilts/go/darwin-x86/test/
heapsampling.go 103 // the two calls?so allocate a few extra records for safety
  /prebuilts/go/linux-x86/test/
heapsampling.go 103 // the two calls?so allocate a few extra records for safety

Completed in 626 milliseconds

1 2 3