Home
last modified time | relevance | path

Searched refs:bool1 (Results 1 – 19 of 19) sorted by relevance

/external/libchrome/ipc/
Dipc_sync_message_unittest.cc189 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/
Dmicromips-xor16.ll10 %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/
Dcxx11_tensor_expr.cpp200 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/
Dtail-dup-analyzable-fallthrough.ll16 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/
Dflag_helper_test.cc28 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/
Dast-dump-attr.cpp69 __attribute__((pointer_with_type_tag(bool1,1,2)));
/external/selinux/libsemanage/tests/
Dtest_bool.c340 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/
Dhlsl.templatetypes.frag7 vector<bool, 1> r12 = bool1(false);
Dremap.hlsl.templatetypes.none.frag7 vector<bool, 1> r12 = bool1(false);
Dremap.hlsl.templatetypes.everything.frag7 vector<bool, 1> r12 = bool1(false);
Dhlsl.overload.frag43 void foo15(bool1) {}
/external/llvm-project/clang/test/AST/
Dast-dump-attr.cpp80 __attribute__((pointer_with_type_tag(bool1,1,2)));
/external/angle/src/libANGLE/
Dformatutils.cpp85 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/
Dcompatibility.hpp63 …typedef bool bool1; //!< \brief boolean type with 1 component. (From GLM_GTX_compatibility … typedef
/external/libchrome/base/
Dvalues_unittest.cc1241 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/
DInitialize.cpp200 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/
Dissue1003.java.txt261 boolean bool1 = false;
274 bool1 = true;
276 return bool1;
294 return bool1;
325 bool3 = bool1;
326 label307: bool1 = bool3;
/external/llvm/test/CodeGen/X86/
Dx86-shrink-wrapping.ll905 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/
Dx86-shrink-wrapping.ll1291 define i32 @tlsCall(i1 %bool1, i32 %arg, i32* readonly dereferenceable(4) %sum1) #3 {
1334 br i1 %bool1, label %master, label %else