Home
last modified time | relevance | path

Searched full:extends (Results 1 – 25 of 3358) sorted by relevance

12345678910>>...135

/third_party/jerryscript/tests/jerry/es2015/
Dclass-inheritance-early-semantics.js49 must_throw ("class B extends 5 + 6 + 5 { constructor (a, b) { super (a) } }");
51 must_throw ("class B extends null { constructor () { super () } }; new B");
54 class B extends Object.keys (o)[0] { constructor (a, b) { super (a) } } \
57 must_throw ("class B extends A { constructor (a, b) { this.b = b} } \
60 must_throw ("class B extends A { constructor (a, b) { super.f () } } \
63 must_throw ("class B extends A { constructor (a, b) { eval ('this.b = b') } } \
66 must_throw ("class B extends A { constructor (a, b) { eval ('super.f ()') } } \
69 must_throw ("class B extends A { constructor (a, b) { super (a); super (a); } } \
72 must_throw ("class B extends A { constructor (a, b) { eval ('super (a)'); eval ('super (a)'); } } \
75 must_throw ("class B extends A { constructor (a, b) { super (a) } g () { super (a) } } \
[all …]
/third_party/node/tools/node_modules/babel-eslint/node_modules/@babel/types/lib/
Dindex.js.flow11 declare class BabelNodeCommentBlock extends BabelNodeComment {
15 declare class BabelNodeCommentLine extends BabelNodeComment {
40 declare class BabelNodeArrayExpression extends BabelNode {
45 declare class BabelNodeAssignmentExpression extends BabelNode {
52 declare class BabelNodeBinaryExpression extends BabelNode {
59 declare class BabelNodeInterpreterDirective extends BabelNode {
64 declare class BabelNodeDirective extends BabelNode {
69 declare class BabelNodeDirectiveLiteral extends BabelNode {
74 declare class BabelNodeBlockStatement extends BabelNode {
80 declare class BabelNodeBreakStatement extends BabelNode {
[all …]
/third_party/boost/doc/html/
DBOOST_PROTO__1_3_34_5_10_8.html9 …roto/reference.html#header.boost.proto.extends_hpp" title="Header <boost/proto/extends.hpp>">
31 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
35 …er.boost.proto.extends_hpp" title="Header &lt;boost/proto/extends.hpp&gt;">boost/proto/extends.hpp…
42 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
45 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
48 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
51 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
DBOOST_PROTO__1_3_33_5_10_8.html9 …roto/reference.html#header.boost.proto.extends_hpp" title="Header &lt;boost/proto/extends.hpp&gt;">
31 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
35 …er.boost.proto.extends_hpp" title="Header &lt;boost/proto/extends.hpp&gt;">boost/proto/extends.hpp…
42 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
45 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
48 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
51 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
DBOOST_PROTO__1_3_34_5_10_9.html9 …roto/reference.html#header.boost.proto.extends_hpp" title="Header &lt;boost/proto/extends.hpp&gt;">
31 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
39 …er.boost.proto.extends_hpp" title="Header &lt;boost/proto/extends.hpp&gt;">boost/proto/extends.hpp…
46 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
49 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
62 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
DBOOST_PROTO__1_3_33_5_10_9.html9 …roto/reference.html#header.boost.proto.extends_hpp" title="Header &lt;boost/proto/extends.hpp&gt;">
31 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
39 …er.boost.proto.extends_hpp" title="Header &lt;boost/proto/extends.hpp&gt;">boost/proto/extends.hpp…
46 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
49 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
62 …uteroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto:…
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DEbdtTable.java35 public final class EbdtTable extends SubTableContainerTable {
61 public static class Builder extends SubTableContainerTable.Builder<EbdtTable> {
64 private List<Map<Integer, BitmapGlyph.Builder<? extends BitmapGlyph>>> glyphBuilders;
113 for (Map<Integer, BitmapGlyph.Builder<? extends BitmapGlyph>> builderMap : in generateLocaList()
117 for (Map.Entry<Integer, BitmapGlyph.Builder<? extends BitmapGlyph>> glyphEntry : in generateLocaList()
119 BitmapGlyph.Builder<? extends BitmapGlyph> builder = glyphEntry.getValue(); in generateLocaList()
145 public List<Map<Integer, BitmapGlyph.Builder<? extends BitmapGlyph>>> glyphBuilders() { in glyphBuilders()
161 List<Map<Integer, BitmapGlyph.Builder<? extends BitmapGlyph>>> glyphBuilders) { in setGlyphBuilders()
166 private List<Map<Integer, BitmapGlyph.Builder<? extends BitmapGlyph>>> getGlyphBuilders() { in getGlyphBuilders()
183 private static List<Map<Integer, BitmapGlyph.Builder<? extends BitmapGlyph>>> initialize( in initialize()
[all …]
DBitmapSizeTable.java33 public final class BitmapSizeTable extends SubTable {
221 public static final class Builder extends SubTable.Builder<BitmapSizeTable> {
222 List<IndexSubTable.Builder<? extends IndexSubTable>> indexSubTables;
331 public IndexSubTable.Builder<? extends IndexSubTable> indexSubTableBuilder(int index) { in indexSubTableBuilder()
332 List<IndexSubTable.Builder<? extends IndexSubTable>> subTableList = in indexSubTableBuilder()
338 IndexSubTable.Builder<? extends IndexSubTable> subTable = searchIndexSubTables(glyphId); in glyphInfo()
346 IndexSubTable.Builder<? extends IndexSubTable> subTable = searchIndexSubTables(glyphId); in glyphOffset()
354 IndexSubTable.Builder<? extends IndexSubTable> subTable = searchIndexSubTables(glyphId); in glyphLength()
362 IndexSubTable.Builder<? extends IndexSubTable> subTable = searchIndexSubTables(glyphId); in glyphFormat()
369 public List<IndexSubTable.Builder<? extends IndexSubTable>> indexSubTableBuilders() { in indexSubTableBuilders()
[all …]
/third_party/glib/gio/tests/schema-tests/
Dextending.gschema.xml2 <!-- c extends b extends a -->
4 <schema id='b' extends='a'/>
5 <schema id='c' extends='b'/>
13 <schema id='lb-la' list-of='b' extends='la'/>
16 <schema id='lc-la' list-of='c' extends='la'/>
18 <schema id='lc-lb' list-of='c' extends='lb'/>
20 <schema id='lc-lb-la' list-of='c' extends='lb-la'/>
/third_party/boost/boost/proto/
Dgenerate.hpp146 /// the \c Extends\<\> wrapper.
147 template<template<typename> class Extends>
159 typedef Extends<Expr> type;
165 typedef Extends<Expr> type;
171 typedef Extends<Expr> type;
175 /// \return Extends<Expr>(expr)
178 Extends<Expr> operator ()(Expr const &e) const in operator ()()
180 return Extends<Expr>(e); in operator ()()
192 /// the \c Extends\<\> wrapper, and uses aggregate initialzation
194 template<template<typename> class Extends>
[all …]
/third_party/boost/doc/html/boost/proto/
Dextends.html5 <title>Struct template extends</title>
9 …roto/reference.html#header.boost.proto.extends_hpp" title="Header &lt;boost/proto/extends.hpp&gt;">
11 <link rel="next" href="extends/result.html" title="Struct template result">
24 …/../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="extends/result.html"><img…
27 <a name="boost.proto.extends"></a><div class="titlepage"></div>
29 <h2><span class="refentrytitle">Struct template extends</span></h2>
30 <p>boost::proto::extends — For adding behaviors to a Proto expression template.</p>
33 …er.boost.proto.extends_hpp" title="Header &lt;boost/proto/extends.hpp&gt;">boost/proto/extends.hpp…
37 …ass="keyword">struct</span> <a class="link" href="extends.html" title="Struct template extends">ex…
39 … class="identifier">proto_base_expr</span> <a name="boost.proto.extends.proto_base_expr">…
[all …]
/third_party/boost/libs/proto/doc/reference/
Dextends.xml9 <header name="boost/proto/extends.hpp">
44 <!-- proto::extends -->
45 <struct name="extends">
56 Use <computeroutput>proto::extends&lt;&gt;</computeroutput> to give expressions in your
60 Conceptually, using <computeroutput>proto::extends&lt;&gt;</computeroutput> is akin
62 … and adding your own members. Using <computeroutput>proto::extends&lt;&gt;</computeroutput> is
66 … larger expressions from smaller ones. <computeroutput>proto::extends&lt;&gt;</computeroutput>
76 : proto::extends&lt;
88 // Unhide proto::extends::operator=
122 … can compute the return type of <computeroutput>proto::extends::operator()</computeroutput>.
[all …]
/third_party/node/deps/npm/node_modules/yargs/lib/
Dapply-extends.js36 if (Object.prototype.hasOwnProperty.call(config, 'extends')) {
37 if (typeof config.extends !== 'string') return defaultConfig
38 const isPath = /\.json|\..*rc$/.test(config.extends)
42 pathToDefault = require.resolve(config.extends)
47 pathToDefault = getPathToDefaultConfig(cwd, config.extends)
57 …faultConfig = isPath ? JSON.parse(fs.readFileSync(pathToDefault, 'utf8')) : require(config.extends)
58 delete config.extends
/third_party/boost/doc/html/boost/proto/extends/
Dresult.html9 <link rel="up" href="../extends.html#id-1.3.33.5.12.6.4" title="Description">
10 <link rel="prev" href="../extends.html" title="Struct template extends">
24 …esskey="p" href="../extends.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a…
27 <a name="boost.proto.extends.result"></a><div class="titlepage"></div>
30 <p>boost::proto::extends::result</p>
33 …er.boost.proto.extends_hpp" title="Header &lt;boost/proto/extends.hpp&gt;">boost/proto/extends.hpp…
39 …n class="identifier">unspecified</span></code></em> <a name="boost.proto.extends.result.type"></a>…
44 … can compute the return type of <code class="computeroutput">proto::extends::operator()</code>.
58 …esskey="p" href="../extends.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a…
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dbuild_scope_test.dart10 class ProbeWidget extends StatefulWidget {
15 class ProbeWidgetState extends State<ProbeWidget> {
38 class BadWidget extends StatelessWidget {
50 class BadWidgetParent extends StatefulWidget {
55 class BadWidgetParentState extends State<BadWidgetParent> {
69 class BadDisposeWidget extends StatefulWidget {
74 class BadDisposeWidgetState extends State<BadDisposeWidget> {
87 class StatefulWrapper extends StatefulWidget {
99 class StatefulWrapperState extends State<StatefulWrapper> {
118 class Wrapper extends StatelessWidget {
Dset_state_1_test.dart8 class Inside extends StatefulWidget {
13 class InsideState extends State<Inside> {
27 class Middle extends StatefulWidget {
36 class MiddleState extends State<Middle> {
50 class Outside extends StatefulWidget {
55 class OutsideState extends State<Outside> {
/third_party/flutter/flutter/dev/benchmarks/complex_layout/lib/
Dmain.dart16 class ComplexLayoutApp extends StatefulWidget {
23 class ComplexLayoutAppState extends State<ComplexLayoutApp> {
55 class TileScrollLayout extends StatelessWidget {
81 class ComplexLayout extends StatefulWidget {
90 class ComplexLayoutState extends State<ComplexLayout> {
128 class TopBarMenu extends StatelessWidget {
179 class MenuItemWithIcon extends StatelessWidget {
201 class FancyImageItem extends StatelessWidget {
225 class FancyGalleryItem extends StatelessWidget {
247 class InfoBar extends StatelessWidget {
[all …]
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/
DByteArrayTests.java28 public class ByteArrayTests extends TestCase {
50 private void byteArrayTester(ByteArray<? extends ByteArray<?>> ba) throws Exception { in byteArrayTester()
55 private void copyTest(ByteArray<? extends ByteArray<?>> ba) throws Exception { in copyTest()
68 ByteArray<? extends ByteArray<?>> ba1, ByteArray<? extends ByteArray<?>> ba2) in readComparison()
102 ByteArray<? extends ByteArray<?>> ba, byte[] buffer) { in readByteArrayWithBuffer()
115 ByteArray<? extends ByteArray<?>> ba, int windowSize) { in readByteArrayWithSlidingWindow()
127 private static ByteArray<? extends ByteArray<?>> fillTestByteArray( in fillTestByteArray()
128 ByteArray<? extends ByteArray<?>> ba, int size) { in fillTestByteArray()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DGlyphTable.java32 public final class GlyphTable extends SubTableContainerTable {
75 public static class Builder extends SubTableContainerTable.Builder<GlyphTable> {
77 private List<Glyph.Builder<? extends Glyph>> glyphBuilders;
132 for (Glyph.Builder<? extends Glyph> b : this.getGlyphBuilders()) { in generateLocaList()
142 this.glyphBuilders = new ArrayList<Glyph.Builder<? extends Glyph>>(); in initialize()
156 private List<Glyph.Builder<? extends Glyph>> getGlyphBuilders() { in getGlyphBuilders()
185 public List<Glyph.Builder<? extends Glyph>> glyphBuilders() { in glyphBuilders()
200 public void setGlyphBuilders(List<Glyph.Builder<? extends Glyph>> glyphBuilders) { in setGlyphBuilders()
207 public Glyph.Builder<? extends Glyph> glyphBuilder(ReadableFontData data) { in glyphBuilder()
208 Glyph.Builder<? extends Glyph> glyphBuilder = Glyph.Builder.getBuilder(this, data); in glyphBuilder()
[all …]
/third_party/node/deps/npm/node_modules/minizlib/
Dindex.js12 class ZlibError extends Error {
46 class ZlibBase extends Minipass {
182 class Zlib extends ZlibBase {
233 class Deflate extends Zlib {
239 class Inflate extends Zlib {
246 class Gzip extends Zlib {
252 class Gunzip extends Zlib {
259 class DeflateRaw extends Zlib {
265 class InflateRaw extends Zlib {
272 class Unzip extends Zlib {
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
DCalendarHandler.java68 static class BasicCalendarHandler extends CalendarHandler
85 static class BuddhistCalendarHandler extends CalendarHandler
102 static class ChineseCalendarHandler extends CalendarHandler
119 static class CopticCalendarHandler extends CalendarHandler
136 static class DangiCalendarHandler extends CalendarHandler
153 static class EthiopicCalendarHandler extends CalendarHandler
170 static class GregorianCalendarHandler extends CalendarHandler
187 static class HebrewCalendarHandler extends CalendarHandler
204 static class IndianCalendarHandler extends CalendarHandler
221 static class IslamicCalendarHandler extends CalendarHandler
[all …]
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/chaincontextsubst/
DChainSubGenericRuleSet.java6 public abstract class ChainSubGenericRuleSet<T extends ChainSubGenericRule>
7 extends OffsetRecordTable<T> {
18 T extends ChainSubGenericRuleSet<S>, S extends ChainSubGenericRule>
19 extends OffsetRecordTable.Builder<T, S> {
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/contextsubst/
DSubGenericRuleSet.java6 public abstract class SubGenericRuleSet<T extends DoubleRecordTable> extends OffsetRecordTable<T> {
16 protected abstract static class Builder<T extends SubGenericRuleSet<S>,
17 S extends DoubleRecordTable>
18 extends OffsetRecordTable.Builder<T, S> {
/third_party/flutter/engine/flutter/tools/licenses/lib/
Dfilesystem.dart28 class BytesOf extends Key { BytesOf(dynamic value) : super(value); }
29 class UTF8Of extends Key { UTF8Of(dynamic value) : super(value); }
30 class Latin1Of extends Key { Latin1Of(dynamic value) : super(value); }
312 abstract class File extends IoNode {
317 abstract class TextFile extends File {
356 abstract class Directory extends IoNode {
361 abstract class Link extends IoNode { }
430 class FileSystemDirectory extends IoNode implements Directory {
478 class FileSystemLink extends IoNode implements Link {
490 class FileSystemFile extends IoNode implements File {
[all …]
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapTable.java39 public final class CMapTable extends SubTableContainerTable implements Iterable<CMap> {
439 CMap.Builder<? extends CMap> builder = in cmap()
476 public static class Builder extends SubTableContainerTable.Builder<CMapTable> {
479 private Map<CMapId, CMap.Builder<? extends CMap>> cmapBuilders;
521 protected static CMap.Builder<? extends CMap> cmapBuilder(ReadableFontData data, int index) { in cmapBuilder()
536 CMap.Builder<? extends CMap> builder = CMap.Builder.getBuilder(data, offset, cmapId); in cmapBuilder()
547 this.cmapBuilders = new /*TreeMap*/ HashMap<CMapId, CMap.Builder<? extends CMap>>(); in initialize()
551 CMap.Builder<? extends CMap> cmapBuilder = cmapBuilder(data, i); in initialize()
556 private Map<CMapId, CMap.Builder<? extends CMap>> getCMapBuilders() { in getCMapBuilders()
588 for (CMap.Builder<? extends CMap> b : this.cmapBuilders.values()) { in subDataSizeToSerialize()
[all …]

12345678910>>...135