/third_party/littlefs/scripts/ |
H A D | readmdir.py | 103 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 D | readtree.py | 70 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.py | 175 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 D | iostream_state_saver.h | 139 : 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 D | isolate-inl.h | 172 bool Isolate::is_##name(type value) { \ 173 return raw_native_context().is_##name(value); \
|
H A D | isolate.h | 1096 inline bool is_##name(type value);
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | s_expression.h | 32 #define SX_AS_(t,x) ((x) && ((s_expression*) x)->is_##t()) ? ((s_##t*) (x)) \
|
H A D | ir.h | 150 return is_##TYPE() ? (ir_##TYPE *) this : NULL; \ 154 return is_##TYPE() ? (ir_##TYPE *) this : NULL; \
|
/third_party/python/Lib/test/ |
H A D | test_bool.py | 265 self.assertIs(operator.is_(True, True), True) 266 self.assertIs(operator.is_(True, False), False)
|
H A D | test_operator.py | 335 self.assertRaises(TypeError, operator.is_) 336 self.assertTrue(operator.is_(a, b)) 337 self.assertFalse(operator.is_(a,c))
|
H A D | test_itertools.py | 1681 it = accumulate([None, None, None], operator.is_)
|
/third_party/node/deps/v8/src/objects/ |
H A D | contexts-inl.h | 191 bool Context::is_##name(type value) const { \
|
H A D | contexts.h | 642 inline bool is_##name(type value) const; \
|
/third_party/python/Lib/ |
H A D | operator.py | 17 '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 D | conformance_profile.h | 372 return std::is_##property<T>::value \ 720 ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF_IMPL(bool, is_##type)
|
H A D | conformance_archetype.h | 920 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 D | nir_search_helpers.h | 516 is_ ## r (struct hash_table *ht, const nir_alu_instr *instr, \
|
/third_party/node/src/ |
H A D | node_http2.h | 631 bool is_##name() const { return flags_ & flag; } \
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | list.c | 35 static int is_ ## type ## _fetchable(const TYPE *alg) \
|
/third_party/openssl/apps/ |
H A D | list.c | 35 static int is_ ## type ## _fetchable(const TYPE *alg) \
|