/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...] |
/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.
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
jsoup-1.7.2.jar | |
/art/build/ |
Android.common_build.mk | 140 # Warn about thread safety violations with clang. 141 art_clang_cflags := -Wthread-safety -Wthread-safety-negative
|
/prebuilts/go/darwin-x86/src/unsafe/ |
unsafe.go | 6 Package unsafe contains operations that step around the type safety of Go programs.
|
/prebuilts/go/linux-x86/src/unsafe/ |
unsafe.go | 6 Package unsafe contains operations that step around the type safety of Go programs.
|
/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/ |
jsoup-1.6.3.jar | |
/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
|
/external/e2fsprogs/lib/blkid/ |
tag.c | 266 * library, and I really don't like the tradeoff of type-safety for
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
arc.c | 80 /* safety factor to convert the "best" error approximation 433 const double *safety; local 435 safety = safety3; 447 return rational_function(x, safety) * arc->a * exp(c0 + c1 * dEta);
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
aec_core.c | 632 const float safety = 0.99995f; local 659 echo = aec->nearlevel.averagelevel - safety * aec->nearlevel.minlevel; 694 safety * aec->linoutlevel.minlevel); 722 safety * aec->nlpoutlevel.minlevel); [all...] |
/prebuilts/go/darwin-x86/src/cmd/vet/ |
types.go | 303 // The type must be a signature, but be sure for safety. 338 // The type must be a signature, but be sure for safety.
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
types.go | 303 // The type must be a signature, but be sure for safety. 338 // The type must be a signature, but be sure for safety.
|
/prebuilts/go/darwin-x86/src/go/types/ |
initorder.go | 219 x.index = -1 // for safety
|
/prebuilts/go/linux-x86/src/go/types/ |
initorder.go | 219 x.index = -1 // for safety
|
/prebuilts/go/darwin-x86/src/runtime/pprof/ |
pprof.go | 391 // the two calls?so allocate a few extra records for safety 535 // the two calls?so allocate a few extra records for safety
|
pprof_test.go | 28 // a 25x safety buffer.
|
/prebuilts/go/linux-x86/src/runtime/pprof/ |
pprof.go | 391 // the two calls?so allocate a few extra records for safety 535 // the two calls?so allocate a few extra records for safety
|
/external/libvpx/libvpx/vpx_ports/ |
x86_abi_support.asm | 178 ; The Microsoft assembler tries to impose a certain amount of type safety in
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
x86_abi_support.asm | 178 ; The Microsoft assembler tries to impose a certain amount of type safety in
|
/prebuilts/go/darwin-x86/src/go/printer/ |
printer_test.go | 171 case <-time.After(10 * time.Second): // plenty of a safety margin, even for very slow machines
|