/external/clang/test/PCH/ |
D | thread-safety-attrs.cpp | 104 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/ |
D | live-variables.cpp | 9 int getBool(); 18 if (p != 0 && getBool() && foo().m && getBool()) { in test()
|
D | live-variables.m | 8 int getBool(); function 19 if ((p != 0) && (getBool()) && ([filename lastPathComponent]) && (getBool())) {
|
D | svalbuilder-logic.c | 13 extern int getBool(); in pr15863() 14 _Bool a = getBool(); in pr15863()
|
/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 373 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/ |
D | multiple-backedges-hal.ll | 32 declare i1 @getBool() readnone 64 %KeepGoing = call i1 @getBool() 68 %KeepGoing.Tail = call i1 @getBool()
|
D | many-doms.ll | 6 declare i1 @getBool() readnone
|
/external/llvm/test/Transforms/Util/MemorySSA/ |
D | multiple-backedges-hal.ll | 32 declare i1 @getBool() readnone 64 %KeepGoing = call i1 @getBool() 68 %KeepGoing.Tail = call i1 @getBool()
|
D | many-doms.ll | 6 declare i1 @getBool() readnone
|
/external/deqp/modules/gles2/functional/ |
D | es2fDebugMarkerTests.cpp | 128 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/ |
D | warn-thread-safety-analysis.cpp | 147 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 …]
|
D | warn-logical-not-compare.cpp | 4 bool getBool(); 117 ret = !getBool() == b1; in test1()
|
/external/deqp/framework/randomshaders/ |
D | rsgToken.hpp | 150 bool getBool (void) const; 217 inline bool Token::getBool (void) const in getBool() function in rsg::Token
|
D | rsgPrettyPrinter.cpp | 166 m_line += (token.getBool() ? "true" : "false"); in processToken()
|
D | rsgUtils.cpp | 195 bool minVal = rnd.getBool(); in computeRandomValueRange() 196 bool maxVal = minVal ? true : rnd.getBool(); in computeRandomValueRange()
|
/external/deqp/framework/delibs/decpp/ |
D | deBlockBuffer.cpp | 148 if (rnd.getBool()) in run() 250 if (rnd.getBool()) in run() 313 if (rnd.getBool()) in runTest()
|
D | deRingBuffer.cpp | 56 bool doRead = canRead && (!canWrite || rnd.getBool()); in RingBuffer_selfTest()
|
D | deRandom.cpp | 57 DE_TEST_ASSERT(expected[i] == rnd.getBool()); in Random_selfTest()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 1260 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 …]
|
D | es31fSeparateShaderTests.cpp | 197 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/ |
D | packed_pointer_and_bool.h | 52 bool getBool() const;
|
D | packed_pointer_and_bool.defn.h | 56 inline bool PackedPointerAndBool<T>::getBool() const { in getBool() function
|
/external/deqp/framework/opengl/ |
D | gluContextInfo.hpp | 81 virtual bool getBool (int param) const;
|
/external/libtextclassifier/java/com/google/android/textclassifier/ |
D | NamedVariant.java | 97 public boolean getBool() { in getBool() method in NamedVariant
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 240 bool flipX = rnd.getBool(); in computeRandomQuad() 241 bool flipY = rnd.getBool(); in computeRandomQuad()
|