Home
last modified time | relevance | path

Searched refs:getBool (Results 1 – 25 of 96) sorted by relevance

1234

/external/clang/test/PCH/
Dthread-safety-attrs.cpp104 bool getBool();
162 if (getBool()) in sls_fun_8()
169 if (getBool()) in sls_fun_9()
177 if (getBool()) { in sls_fun_good_6()
180 if (getBool()) { in sls_fun_good_6()
181 getBool(); // EMPTY in sls_fun_good_6()
183 getBool(); // EMPTY in sls_fun_good_6()
192 while (getBool()) { in sls_fun_good_7()
194 if (getBool()) { in sls_fun_good_7()
195 if (getBool()) { in sls_fun_good_7()
[all …]
/external/clang/test/Analysis/
Dlive-variables.cpp9 int getBool();
18 if (p != 0 && getBool() && foo().m && getBool()) { in test()
Dlive-variables.m8 int getBool(); function
19 if ((p != 0) && (getBool()) && ([filename lastPathComponent]) && (getBool())) {
Dsvalbuilder-logic.c13 extern int getBool(); in pr15863()
14 _Bool a = getBool(); in pr15863()
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp373 static EGLint getBool (de::Random& rnd) in getBool() function in deqp::egl::ChooseConfigRandomCase
375 return rnd.getBool() ? EGL_TRUE : EGL_FALSE; in getBool()
393 api |= rnd.getBool() ? EGL_OPENGL_BIT : 0; in getApiBits()
394 api |= rnd.getBool() ? EGL_OPENGL_ES_BIT : 0; in getApiBits()
395 api |= rnd.getBool() ? EGL_OPENGL_ES2_BIT : 0; in getApiBits()
396 api |= rnd.getBool() ? EGL_OPENVG_BIT : 0; in getApiBits()
403 bits |= rnd.getBool() ? EGL_WINDOW_BIT : 0; in getSurfaceType()
404 bits |= rnd.getBool() ? EGL_PIXMAP_BIT : 0; in getSurfaceType()
405 bits |= rnd.getBool() ? EGL_PBUFFER_BIT : 0; in getSurfaceType()
426 { EGL_BIND_TO_TEXTURE_RGB, ChooseConfigRandomCase::getBool, }, in genRandomAttributes()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/MemorySSA/
Dmultiple-backedges-hal.ll32 declare i1 @getBool() readnone
64 %KeepGoing = call i1 @getBool()
68 %KeepGoing.Tail = call i1 @getBool()
Dmany-doms.ll6 declare i1 @getBool() readnone
/external/llvm/test/Transforms/Util/MemorySSA/
Dmultiple-backedges-hal.ll32 declare i1 @getBool() readnone
64 %KeepGoing = call i1 @getBool()
68 %KeepGoing.Tail = call i1 @getBool()
Dmany-doms.ll6 declare i1 @getBool() readnone
/external/deqp/modules/gles2/functional/
Des2fDebugMarkerTests.cpp128 const bool nullTerminate = rnd.getBool(); in iterate()
129 const bool passLength = rnd.getBool(); in iterate()
130 const bool complexMsg = rnd.getBool(); in iterate()
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp147 bool getBool();
203 if (getBool()) in sls_fun_8()
210 if (getBool()) in sls_fun_9()
218 if (getBool()) { in sls_fun_good_6()
221 if (getBool()) { in sls_fun_good_6()
222 getBool(); // EMPTY in sls_fun_good_6()
224 getBool(); // EMPTY in sls_fun_good_6()
233 while (getBool()) { in sls_fun_good_7()
235 if (getBool()) { in sls_fun_good_7()
236 if (getBool()) { in sls_fun_good_7()
[all …]
Dwarn-logical-not-compare.cpp4 bool getBool();
117 ret = !getBool() == b1; in test1()
/external/deqp/framework/randomshaders/
DrsgToken.hpp150 bool getBool (void) const;
217 inline bool Token::getBool (void) const in getBool() function in rsg::Token
DrsgPrettyPrinter.cpp166 m_line += (token.getBool() ? "true" : "false"); in processToken()
DrsgUtils.cpp195 bool minVal = rnd.getBool(); in computeRandomValueRange()
196 bool maxVal = minVal ? true : rnd.getBool(); in computeRandomValueRange()
/external/deqp/framework/delibs/decpp/
DdeBlockBuffer.cpp148 if (rnd.getBool()) in run()
250 if (rnd.getBool()) in run()
313 if (rnd.getBool()) in runTest()
DdeRingBuffer.cpp56 bool doRead = canRead && (!canWrite || rnd.getBool()); in RingBuffer_selfTest()
DdeRandom.cpp57 DE_TEST_ASSERT(expected[i] == rnd.getBool()); in Random_selfTest()
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp1260 if (rng.getBool()) in genRandomBlendState()
1261 blendState.enableBlend = rng.getBool(); in genRandomBlendState()
1263 if (rng.getBool()) in genRandomBlendState()
1265 if (rng.getBool()) in genRandomBlendState()
1276 if (rng.getBool()) in genRandomBlendState()
1278 if (rng.getBool()) in genRandomBlendState()
1289 if (rng.getBool()) in genRandomBlendState()
1291 const bool red = rng.getBool(); in genRandomBlendState()
1292 const bool green = rng.getBool(); in genRandomBlendState()
1293 const bool blue = rng.getBool(); in genRandomBlendState()
[all …]
Des31fSeparateShaderTests.cpp197 return rnd.getBool() ? BINDING_LOCATION : BINDING_NAME; in randomBinding()
431 oss << (rnd.getBool() ? "true" : "false"); in printRandomInitializer()
878 params.initSingle = rnd.getBool(); in genParams()
879 params.switchVtx = rnd.getBool(); in genParams()
880 params.switchFrg = rnd.getBool(); in genParams()
881 params.useUniform = rnd.getBool(); in genParams()
882 params.useProgramUniform = params.useUniform && rnd.getBool(); in genParams()
883 params.useCreateHelper = rnd.getBool(); in genParams()
884 params.useSameName = rnd.getBool(); in genParams()
/external/google-fruit/include/fruit/impl/data_structures/
Dpacked_pointer_and_bool.h52 bool getBool() const;
Dpacked_pointer_and_bool.defn.h56 inline bool PackedPointerAndBool<T>::getBool() const { in getBool() function
/external/deqp/framework/opengl/
DgluContextInfo.hpp81 virtual bool getBool (int param) const;
/external/libtextclassifier/java/com/google/android/textclassifier/
DNamedVariant.java97 public boolean getBool() { in getBool() method in NamedVariant
/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp240 bool flipX = rnd.getBool(); in computeRandomQuad()
241 bool flipY = rnd.getBool(); in computeRandomQuad()

1234