Home
last modified time | relevance | path

Searched refs:is_ (Results 1 - 20 of 20) sorted by relevance

/third_party/littlefs/scripts/
H A Dreadmdir.py103 def is_(self, type): member in Tag
107 return (self.is_(type1) and
130 if (self.is_('ccrc')
133 elif self.is_('fcrc') and getattr(self, 'erased', False):
207 if tag.is_('ccrc'):
216 if tag.is_('fcrc') and len(tag.data) == 8:
219 elif tag.is_('ccrc'):
248 if tag.is_('crc') or tag.is_('splice'):
289 if (gmask.id != 0 and tag.is_('splic
[all...]
H A Dreadtree.py70 if mdir.tail is None or not mdir.tail.is_('hardtail'):
78 hard = mdir.tail.is_('hardtail')
90 if tag.is_('dir'):
/third_party/python/Lib/tomllib/
H A D_parser.py175 def is_(self, key: Key, flag: int) -> bool: member in Flags
289 if out.flags.is_(key, Flags.EXPLICIT_NEST) or out.flags.is_(key, Flags.FROZEN):
307 if out.flags.is_(key, Flags.FROZEN):
333 if out.flags.is_(cont_key, Flags.EXPLICIT_NEST):
339 if out.flags.is_(abs_key_parent, Flags.FROZEN):
447 if flags.is_(key, Flags.FROZEN):
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Diostream_state_saver.h139 : is_(is), flags_(is.flags(flags)) {} in istream_state_saver()
141 ~istream_state_saver() { is_.flags(flags_); } in ~istream_state_saver()
144 istream_type& is_; member in absl::random_internal::istream_state_saver
/third_party/node/deps/v8/src/execution/
H A Disolate-inl.h172 bool Isolate::is_##name(type value) { \
173 return raw_native_context().is_##name(value); \
H A Disolate.h1096 inline bool is_##name(type value);
/third_party/mesa3d/src/compiler/glsl/
H A Ds_expression.h32 #define SX_AS_(t,x) ((x) && ((s_expression*) x)->is_##t()) ? ((s_##t*) (x)) \
H A Dir.h150 return is_##TYPE() ? (ir_##TYPE *) this : NULL; \
154 return is_##TYPE() ? (ir_##TYPE *) this : NULL; \
/third_party/python/Lib/test/
H A Dtest_bool.py265 self.assertIs(operator.is_(True, True), True)
266 self.assertIs(operator.is_(True, False), False)
H A Dtest_operator.py335 self.assertRaises(TypeError, operator.is_)
336 self.assertTrue(operator.is_(a, b))
337 self.assertFalse(operator.is_(a,c))
H A Dtest_itertools.py1681 it = accumulate([None, None, None], operator.is_)
/third_party/node/deps/v8/src/objects/
H A Dcontexts-inl.h191 bool Context::is_##name(type value) const { \
H A Dcontexts.h642 inline bool is_##name(type value) const; \
/third_party/python/Lib/
H A Doperator.py17 'is_', 'is_not', 'isub', 'itemgetter', 'itruediv', 'ixor', 'le',
61 def is_(a, b): function
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_profile.h372 return std::is_##property<T>::value \
720 ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF_IMPL(bool, is_##type)
H A Dconformance_archetype.h920 absl::enable_if_t<!PropertiesOfT<Prof>::is_##enum_name, bool> operator op( \
925 PropertiesOfT<Prof>::is_##enum_name, \
/third_party/mesa3d/src/compiler/nir/
H A Dnir_search_helpers.h516 is_ ## r (struct hash_table *ht, const nir_alu_instr *instr, \
/third_party/node/src/
H A Dnode_http2.h631 bool is_##name() const { return flags_ & flag; } \
/third_party/node/deps/openssl/openssl/apps/
H A Dlist.c35 static int is_ ## type ## _fetchable(const TYPE *alg) \
/third_party/openssl/apps/
H A Dlist.c35 static int is_ ## type ## _fetchable(const TYPE *alg) \

Completed in 28 milliseconds