Home
last modified time | relevance | path

Searched refs:has_base (Results 1 – 25 of 115) sorted by relevance

12345

/dports/devel/py-mypy/mypy-0.910/mypy/plugins/
H A Dctypes.py42 if tp.type.has_base('ctypes._SimpleCData'):
75 if t.type.has_base('ctypes._PointerLike'):
155 if index_type.type.has_base('builtins.int'):
157 elif index_type.type.has_base('builtins.slice'):
171 if index_type.type.has_base('builtins.int'):
173 elif index_type.type.has_base('builtins.slice'):
/dports/devel/py-python-gitlab/python-gitlab-2.10.1/tests/unit/objects/
H A Dtest_mro.py104 has_base = False
107 has_base = True
109 if has_base:
/dports/www/p5-HTML-Display/HTML-Display-0.40/lib/HTML/Display/
H A DCommon.pm160 my ($has_head,$has_base);
165 $has_base++;
175 } elsif ( $token->is_start_tag('head') and not $has_base) {
/dports/textproc/html-xml-utils/html-xml-utils-8.0/
H A Dhxcopy.c50 static bool has_base = false; /* Document has a <BASE> element */ variable
182 else if (has_base) v = newstring(p->value); /* No need to adjust */ in handle_starttag()
191 if (strcasecmp(name, "base") == 0) has_base = true; in handle_starttag()
205 else if (has_base) v = newstring(p->value); /* No need to adjust */ in handle_emptytag()
214 if (strcasecmp(name, "base") == 0) has_base = true; in handle_emptytag()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-util-egl.c90 static bool has_base = false; in piglit_egl_get_display() local
105 has_base = piglit_is_egl_extension_supported(EGL_NO_DISPLAY, "EGL_EXT_platform_base"); in piglit_egl_get_display()
114 if (!has_base) { in piglit_egl_get_display()
/dports/devel/py-mypy/mypy-0.910/misc/
H A Dproper_plugin.py87 return info.has_base('mypy.types.Type') and not info.has_base('mypy.types.ProperType')
98 return typ.type_object().has_base('mypy.types.Type')
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_primitive_field.cc152 void PrimitiveFieldGenerator::SetExtraRuntimeHasBitsBase(int has_base) { in SetExtraRuntimeHasBitsBase() argument
155 variables_["storage_offset_value"] = StrCat(has_base); in SetExtraRuntimeHasBitsBase()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_primitive_field.cc152 void PrimitiveFieldGenerator::SetExtraRuntimeHasBitsBase(int has_base) { in SetExtraRuntimeHasBitsBase() argument
155 variables_["storage_offset_value"] = StrCat(has_base); in SetExtraRuntimeHasBitsBase()
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_primitive_field.cc152 void PrimitiveFieldGenerator::SetExtraRuntimeHasBitsBase(int has_base) { in SetExtraRuntimeHasBitsBase() argument
155 variables_["storage_offset_value"] = StrCat(has_base); in SetExtraRuntimeHasBitsBase()
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_primitive_field.cc152 void PrimitiveFieldGenerator::SetExtraRuntimeHasBitsBase(int has_base) { in SetExtraRuntimeHasBitsBase() argument
155 variables_["storage_offset_value"] = StrCat(has_base); in SetExtraRuntimeHasBitsBase()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimRtti.cpp88 int RTTITypeinfo::has_base(const RTTITypeinfo* p) const in has_base() function in RTTITypeinfo
92 …if (p->same(b[i]) || b[i]->has_base(p)) return 1; //match found, return 1 or no match, search d… in has_base()
/dports/textproc/p5-HTML-Copy/HTML-Copy-1.31/lib/HTML/
H A DCopy.pm139 $self->has_base(0);
390 unless ($self->has_base) {
392 $self->has_base(1);
/dports/x11-toolkits/plib/plib-1.8.5/src/util/
H A DulRTTI.h127 return same ( p ) || p->has_base ( this ) ; in can_cast()
131 bool has_base ( const ulRTTITypeinfo *p ) const in has_base() function
135 if ( p->same ( b[i] ) || b[i]->has_base ( p ) ) return true ; in has_base()
/dports/x11/slick-greeter/slick-greeter-1.5.3/src/
H A Ddash-box.vala24 public bool has_base { get; private set; default = false; }
73 has_base = true;
82 has_base = false;
/dports/devel/p5-IRI/IRI-0.011/xt/
H A Dpod-coverage.t12 also_private => [ qw.base components has_base value., qr{^[A-Z][A-Z0-9_]*$} ]
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/node/
H A Ddeg_node_id.h108 bool has_base; member
H A Ddeg_node_id.cc91 has_base = false; in init()
/dports/www/node10/node-v10.24.1/src/
H A Dnode_url.cc1362 bool has_base) { in Parse() argument
1485 has_base && in Parse()
1510 cannot_be_base = has_base && (base->flags & URL_FLAGS_CANNOT_BE_BASE); in Parse()
1511 if (!has_base || (cannot_be_base && ch != '#')) { in Parse()
1537 } else if (has_base && in Parse()
1857 } else if (has_base && base->scheme == "file:") { in Parse()
1927 if (has_base && in Parse()
2138 const bool has_base = base_obj->IsObject(); in Parse() local
2144 if (has_base) in Parse()
2147 URL::Parse(input, len, state_override, &url, has_context, &base, has_base); in Parse()
H A Dnode_url.h89 bool has_base);
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dmeet.py283 return right.type.has_base('builtins.type')
285 return right.type.has_base('builtins.type')
325 if left.type.has_base(right.type.fullname):
327 elif right.type.has_base(left.type.fullname):
713 return isinstance(other, Instance) and other.type.has_base('typing.Mapping')
/dports/devel/ncurses/ncurses-6.3/ncurses/tinfo/
H A Dparse_entry.c735 postprocess_termcap(TERMTYPE2 *tp, bool has_base) in postprocess_termcap() argument
749 if (!has_base) { in postprocess_termcap()
830 if (!has_base) { in postprocess_termcap()
975 if (!has_base) { in postprocess_termcap()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DossimRtti.h175 int has_base(const RTTITypeinfo*) const; //1 if this has the arg as some base, else 0
227 return same(p) || p->has_base(this); in can_cast()
/dports/devel/p5-IRI/IRI-0.011/lib/
H A DIRI.pm329 if ($self->has_base and not($self->components->{scheme})) {
509 if ($self->has_base || $self->has_resolved_components) {
/dports/devel/libfirm/libfirm-1.21.0/ir/be/ia32/
H A Dia32_emitter.c387 int has_base = !is_ia32_NoReg_GP(base); in ENUM_BITSET() local
406 if (offs != 0 || (ent == NULL && !has_base && !has_index)) { in ENUM_BITSET()
414 if (has_base || has_index) { in ENUM_BITSET()
418 if (has_base) { in ENUM_BITSET()
2014 int has_base = !is_ia32_NoReg_GP(base); in bemit_mod_am() local
2038 if (has_base) { in bemit_mod_am()
2915 int has_base = !is_ia32_NoReg_GP(base); in bemit_load() local
2918 if (!has_base && !has_index) { in bemit_load()
2960 int has_base = !is_ia32_NoReg_GP(base); in bemit_store() local
2963 if (!has_base && !has_index) { in bemit_store()
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/builder/
H A Ddeg_builder.cc69 return id_node->has_base; in deg_check_base_in_depsgraph()

12345