HomeSort by relevance Sort by last modified time
    Searched refs:getBool (Results 1 - 25 of 222) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/Analysis/
svalbuilder-logic.c 13 extern int getBool();
14 _Bool a = getBool();
live-variables.cpp 9 int getBool();
18 if (p != 0 && getBool() && foo().m && getBool()) {
  /external/clang/test/PCH/
thread-safety-attrs.cpp 104 bool getBool();
162 if (getBool())
169 if (getBool())
177 if (getBool()) {
180 if (getBool()) {
181 getBool(); // EMPTY
183 getBool(); // EMPTY
192 while (getBool()) {
194 if (getBool()) {
195 if (getBool()) {
    [all...]
  /frameworks/native/services/surfaceflinger/
main_surfaceflinger.cpp 53 using android::hardware::configstore::getBool;
54 using android::hardware::configstore::getBool;
61 if (getBool<ISurfaceFlingerConfigs,
  /external/clang/test/SemaCXX/
warn-logical-not-compare.cpp 4 bool getBool();
117 ret = !getBool() == b1;
warn-thread-safety-analysis.cpp 147 bool getBool();
203 if (getBool())
210 if (getBool())
218 if (getBool()) {
221 if (getBool()) {
222 getBool(); // EMPTY
224 getBool(); // EMPTY
233 while (getBool()) {
235 if (getBool()) {
236 if (getBool()) {
    [all...]
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 373 static EGLint getBool (de::Random& rnd)
375 return rnd.getBool() ? EGL_TRUE : EGL_FALSE;
393 api |= rnd.getBool() ? EGL_OPENGL_BIT : 0;
394 api |= rnd.getBool() ? EGL_OPENGL_ES_BIT : 0;
395 api |= rnd.getBool() ? EGL_OPENGL_ES2_BIT : 0;
396 api |= rnd.getBool() ? EGL_OPENVG_BIT : 0;
403 bits |= rnd.getBool() ? EGL_WINDOW_BIT : 0;
404 bits |= rnd.getBool() ? EGL_PIXMAP_BIT : 0;
405 bits |= rnd.getBool() ? EGL_PBUFFER_BIT : 0;
426 { EGL_BIND_TO_TEXTURE_RGB, ChooseConfigRandomCase::getBool, },
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDebugMarkerTests.cpp 128 const bool nullTerminate = rnd.getBool();
129 const bool passLength = rnd.getBool();
130 const bool complexMsg = rnd.getBool();
  /external/deqp/framework/delibs/decpp/
deRingBuffer.cpp 56 bool doRead = canRead && (!canWrite || rnd.getBool());
deBlockBuffer.cpp 148 if (rnd.getBool())
250 if (rnd.getBool())
313 if (rnd.getBool())
deRandom.cpp 51 // getBool()
57 DE_TEST_ASSERT(expected[i] == rnd.getBool());
deRandom.hpp 46 bool getBool (void) { return deRandom_getBool(&m_rnd) == DE_TRUE; }
  /external/deqp/framework/opengl/
gluContextInfo.hpp 81 virtual bool getBool (int param) const;
gluContextInfo.cpp 223 bool ContextInfo::getBool (int param) const
  /external/deqp/framework/randomshaders/
rsgPrettyPrinter.cpp 166 m_line += (token.getBool() ? "true" : "false");
rsgToken.hpp 150 bool getBool (void) const;
217 inline bool Token::getBool (void) const
rsgUtils.cpp 195 bool minVal = rnd.getBool();
196 bool maxVal = minVal ? true : rnd.getBool();
  /frameworks/base/core/java/android/os/
HwBlob.java 37 public native final boolean getBool(long offset);
  /hardware/interfaces/configstore/utils/include/configstore/
Utils.h 93 bool getBool(const bool defValue) {
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
ConfigurationTest.java 70 public boolean getBool();
82 public boolean getBool() {
317 assertTrue(testConfigObject.getBool());
401 assertTrue(testConfigObject.getBool());
  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 240 bool flipX = rnd.getBool();
241 bool flipY = rnd.getBool();
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 197 return rnd.getBool() ? BINDING_LOCATION : BINDING_NAME;
431 oss << (rnd.getBool() ? "true" : "false");
878 params.initSingle = rnd.getBool();
879 params.switchVtx = rnd.getBool();
880 params.switchFrg = rnd.getBool();
881 params.useUniform = rnd.getBool();
882 params.useProgramUniform = params.useUniform && rnd.getBool();
883 params.useCreateHelper = rnd.getBool();
884 params.useSameName = rnd.getBool();
    [all...]
es31fDrawBuffersIndexedTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.cpp 106 if (numInstances > 0 || rnd.getBool())
  /external/flatbuffers/php/
ByteBuffer.php 362 public function getBool($index)

Completed in 655 milliseconds

1 2 3 4 5 6 7 8 9