HomeSort by relevance Sort by last modified time
    Searched refs:in_set (Results 1 - 8 of 8) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
enum_set.h 93 // Returns true if the set contains ANY of the elements of |in_set|,
94 // or if |in_set| is empty.
95 bool HasAnyOf(const EnumSet<EnumType>& in_set) const {
96 if (in_set.IsEmpty()) return true;
98 if (mask_ & in_set.mask_)
101 if (!overflow_ || !in_set.overflow_)
104 for (uint32_t item : *in_set.overflow_) {
  /external/skia/tools/skqp/
gm_runner.cpp 35 static bool in_set(const char* s, const SkTHashSet<SkString>& set) { function
103 if ((is_empty(gKnownGpuUnitTests) || in_set(test.name, gKnownGpuUnitTests))
230 if (Mode::kCompatibilityTestMode == gMode && in_set(name, gDoNotScoreInCompatibilityTestMode)) {
262 if ((is_empty(gKnownGMs) || in_set(name.c_str(), gKnownGMs)) &&
264 in_set(name.c_str(), gDoNotExecuteInExperimentalMode)))
  /external/skqp/tools/skqp/
gm_runner.cpp 34 static bool in_set(const char* s, const SkTHashSet<SkString>& set) { function
104 if ((is_empty(gKnownGpuUnitTests) || in_set(test.name, gKnownGpuUnitTests))
231 if (Mode::kCompatibilityTestMode == gMode && in_set(name, gDoNotScoreInCompatibilityTestMode)) {
263 if ((is_empty(gKnownGMs) || in_set(name.c_str(), gKnownGMs)) &&
265 in_set(name.c_str(), gDoNotExecuteInExperimentalMode)))
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 280 struct in_set { struct in namespace:__anon27664
281 in_set(const NodeSet &S) : NS(S) {} function in struct:__anon27664::in_set
643 in_set(Erase));
    [all...]
  /external/curl/lib/
urldata.h 1468 void *in_set; \/* CURLOPT_READDATA *\/ member in struct:UserDefined
    [all...]
transfer.c     [all...]
setopt.c     [all...]
url.c 409 set->in_set = stdin; /* default input from stdin */
    [all...]

Completed in 207 milliseconds