/external/libchrome/ipc/ |
D | ipc_sync_message_unittest.cc | 189 bool bool1 = true; in TEST() local 193 Send(new Msg_C_0_1(&bool1)); in TEST() 194 DCHECK(!bool1); in TEST() 196 Send(new Msg_C_0_2(&bool1, &int1)); in TEST() 197 DCHECK(bool1); in TEST() 200 Send(new Msg_C_0_3(&bool1, &int1, &string1)); in TEST() 201 DCHECK(!bool1); in TEST() 205 bool1 = false; in TEST() 206 Send(new Msg_C_1_1(1, &bool1)); in TEST() 207 DCHECK(bool1); in TEST() [all …]
|
/external/llvm-project/llvm/test/CodeGen/Mips/micromips-sizereduction/ |
D | micromips-xor16.ll | 10 %bool1 = icmp ne i32 %a, -1 11 %bool1.ext = zext i1 %bool1 to i32 12 %bool2 = icmp eq i32 %bool1.ext, %reg2
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_expr.cpp | 200 Tensor<bool, 1> bool1 = vec < vec.constant(1) || vec > vec.constant(4); in test_boolean() local 201 VERIFY_IS_EQUAL(bool1[0], true); in test_boolean() 202 VERIFY_IS_EQUAL(bool1[1], false); in test_boolean() 203 VERIFY_IS_EQUAL(bool1[2], false); in test_boolean() 204 VERIFY_IS_EQUAL(bool1[3], false); in test_boolean() 205 VERIFY_IS_EQUAL(bool1[4], false); in test_boolean() 206 VERIFY_IS_EQUAL(bool1[5], true); in test_boolean()
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | tail-dup-analyzable-fallthrough.ll | 16 define void @__fmax_double3_3D_exec(<2 x double>* %input6, i1 %bool1, i1 %bool2) #0 { 18 br i1 %bool1, label %if.then.i, label %fmax_double3.exit
|
/external/libbrillo/brillo/ |
D | flag_helper_test.cc | 28 DEFINE_bool(bool1, true, "Test bool flag"); in TEST_F() 75 DEFINE_bool(bool1, false, "Test bool flag"); in TEST_F() 145 DEFINE_bool(bool1, false, "Test bool flag"); in TEST_F()
|
/external/clang/test/Misc/ |
D | ast-dump-attr.cpp | 69 __attribute__((pointer_with_type_tag(bool1,1,2)));
|
/external/selinux/libsemanage/tests/ |
D | test_bool.c | 340 semanage_bool_t *bool1; in helper_bool_compare2() local 346 bool1 = get_bool_nth(bool_idx1); in helper_bool_compare2() 349 res = semanage_bool_compare2(bool1, bool2); in helper_bool_compare2() 357 semanage_bool_free(bool1); in helper_bool_compare2()
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.templatetypes.frag | 7 vector<bool, 1> r12 = bool1(false);
|
D | remap.hlsl.templatetypes.none.frag | 7 vector<bool, 1> r12 = bool1(false);
|
D | remap.hlsl.templatetypes.everything.frag | 7 vector<bool, 1> r12 = bool1(false);
|
D | hlsl.overload.frag | 43 void foo15(bool1) {}
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-attr.cpp | 80 __attribute__((pointer_with_type_tag(bool1,1,2)));
|
/external/angle/src/libANGLE/ |
D | formatutils.cpp | 85 template <ExtensionBool bool1> 88 return extensions.*bool1; in RequireExt() 92 template <GLuint minCoreGLMajorVersion, GLuint minCoreGLMinorVersion, ExtensionBool bool1> 96 extensions.*bool1; in RequireESOrExt() 102 ExtensionBool bool1, 107 (extensions.*bool1 && extensions.*bool2); in RequireESOrExtAndExt() 113 ExtensionBool bool1, 118 extensions.*bool1 || extensions.*bool2; in RequireESOrExtOrExt() 122 template <ExtensionBool bool1, ExtensionBool bool2> 125 return extensions.*bool1 && extensions.*bool2; in RequireExtAndExt() [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | compatibility.hpp | 63 …typedef bool bool1; //!< \brief boolean type with 1 component. (From GLM_GTX_compatibility … typedef
|
/external/libchrome/base/ |
D | values_unittest.cc | 1241 Value bool1(false); in TEST() local 1243 EXPECT_FALSE(bool1 == bool2); in TEST() 1244 EXPECT_NE(bool1, bool2); in TEST() 1245 EXPECT_LT(bool1, bool2); in TEST() 1246 EXPECT_FALSE(bool1 > bool2); in TEST() 1247 EXPECT_LE(bool1, bool2); in TEST() 1248 EXPECT_FALSE(bool1 >= bool2); in TEST() 1337 values.emplace_back(std::move(bool1)); in TEST()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 200 TType *bool1 = new TType(EbtBool); in InsertBuiltInFunctions() local 229 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpAny, bool1, "any", bvec); in InsertBuiltInFunctions() 230 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpAll, bool1, "all", bvec); in InsertBuiltInFunctions()
|
/external/javaparser/javaparser-core-testing/src/test/resources/com/github/javaparser/issue_samples/ |
D | issue1003.java.txt | 261 boolean bool1 = false; 274 bool1 = true; 276 return bool1; 294 return bool1; 325 bool3 = bool1; 326 label307: bool1 = bool3;
|
/external/llvm/test/CodeGen/X86/ |
D | x86-shrink-wrapping.ll | 905 define i32 @tlsCall(i1 %bool1, i32 %arg, i32* readonly dereferenceable(4) %sum1) #3 { 907 br i1 %bool1, label %master, label %else
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | x86-shrink-wrapping.ll | 1291 define i32 @tlsCall(i1 %bool1, i32 %arg, i32* readonly dereferenceable(4) %sum1) #3 { 1334 br i1 %bool1, label %master, label %else
|