Searched refs:always_true (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/rand/src/distributions/ |
D | bernoulli.rs | 162 let always_true = Bernoulli::new(1.0).unwrap(); in test_trivial() localVariable 165 assert_eq!(r.sample::<bool, _>(&always_true), true); in test_trivial() 167 assert_eq!(Distribution::<bool>::sample(&always_true, &mut r), true); in test_trivial()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta_generate_mipmap.c | 168 static const GLint always_true = GL_TRUE; in _mesa_meta_GenerateMipmap() local 374 _mesa_texture_parameteriv(ctx, texObj, GL_GENERATE_MIPMAP, &always_true, in _mesa_meta_GenerateMipmap()
|
/external/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | constants.ll | 44 define i8 @test3(i1 %always_true) gc "statepoint-example" { 90 define i8 addrspace(1)* @test5(i1 %always_true) gc "statepoint-example" {
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | constants.ll | 43 define i8 @test3(i1 %always_true) gc "statepoint-example" { 89 define i8 addrspace(1)* @test5(i1 %always_true) gc "statepoint-example" {
|
/external/libchrome/base/metrics/ |
D | field_trial_unittest.cc | 141 char always_true[] = " always true"; in TEST_F() local 148 always_true[0] = c; in TEST_F() 154 CreateFieldTrial(always_true, 10, default_always_true, nullptr); in TEST_F()
|
/external/apache-commons-bcel/docs/verifier/ |
D | JustIce.lyx | 11306 public static int always_true() 11346 0: invokestatic NewClass0.always_true ()I (18)
|