Home
last modified time | relevance | path

Searched refs:provide (Results 1 – 25 of 2952) sorted by relevance

12345678910>>...119

/third_party/typescript/tests/baselines/reference/
DaliasBug.types15 import provide = foo;
16 >provide : typeof foo
22 >bar : typeof provide.bar
25 var p = new provide.Provide();
26 >p : provide.Provide
27 >new provide.Provide() : provide.Provide
28 >provide.Provide : typeof provide.Provide
29 >provide : typeof foo
30 >Provide : typeof provide.Provide
35 var p1: provide.Provide; // error here, but should be okay
[all …]
DaliasErrors.types14 import provide = foo;
15 >provide : typeof foo
21 >bar : typeof provide.bar
25 >beez : typeof provide.bar
27 >bar : typeof provide.bar
58 var p = new provide.Provide();
59 >p : provide.Provide
60 >new provide.Provide() : provide.Provide
61 >provide.Provide : typeof provide.Provide
62 >provide : typeof foo
[all …]
DaliasBug.symbols15 import provide = foo;
16 >provide : Symbol(provide, Decl(aliasBug.ts, 5, 1))
22 >bar : Symbol(provide.bar, Decl(aliasBug.ts, 2, 5))
25 var p = new provide.Provide();
27 >provide.Provide : Symbol(provide.Provide, Decl(aliasBug.ts, 0, 12))
28 >provide : Symbol(provide, Decl(aliasBug.ts, 5, 1))
29 >Provide : Symbol(provide.Provide, Decl(aliasBug.ts, 0, 12))
34 var p1: provide.Provide; // error here, but should be okay
36 >provide : Symbol(provide, Decl(aliasBug.ts, 5, 1))
37 >Provide : Symbol(provide.Provide, Decl(aliasBug.ts, 0, 12))
[all …]
DaliasErrors.symbols14 import provide = foo;
15 >provide : Symbol(provide, Decl(aliasErrors.ts, 4, 1))
21 >bar : Symbol(provide.bar, Decl(aliasErrors.ts, 2, 5))
27 >bar : Symbol(provide.bar, Decl(aliasErrors.ts, 2, 5))
48 var p = new provide.Provide();
50 >provide.Provide : Symbol(provide.Provide, Decl(aliasErrors.ts, 0, 12))
51 >provide : Symbol(provide, Decl(aliasErrors.ts, 4, 1))
52 >Provide : Symbol(provide.Provide, Decl(aliasErrors.ts, 0, 12))
64 var p1: provide.Provide;
66 >provide : Symbol(provide, Decl(aliasErrors.ts, 4, 1))
[all …]
DaliasBug.js9 import provide = foo;
12 var p = new provide.Provide();
15 var p1: provide.Provide; // error here, but should be okay
18 var p22 = new provide.Provide();
44 var provide = foo; variable
46 var p = new provide.Provide();
51 var p22 = new provide.Provide();
DaliasErrors.js8 import provide = foo;
20 var p = new provide.Provide();
25 var p1: provide.Provide;
28 var p22 = new provide.Provide();
55 var provide = foo; variable
64 var p = new provide.Provide();
70 var p22 = new provide.Provide();
DobjectLiteralWithSemicolons2.errors.txt1 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer.
3 …value exists in scope for the shorthand property 'b'. Either declare one or provide an initializer.
5 …value exists in scope for the shorthand property 'c'. Either declare one or provide an initializer.
12 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer.
17 …value exists in scope for the shorthand property 'b'. Either declare one or provide an initializer.
22 …value exists in scope for the shorthand property 'c'. Either declare one or provide an initializer.
DobjectLiteralWithSemicolons1.errors.txt1 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer.
3 …value exists in scope for the shorthand property 'b'. Either declare one or provide an initializer.
5 …value exists in scope for the shorthand property 'c'. Either declare one or provide an initializer.
11 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer.
15 …value exists in scope for the shorthand property 'b'. Either declare one or provide an initializer.
19 …value exists in scope for the shorthand property 'c'. Either declare one or provide an initializer.
DobjectLiteralWithSemicolons3.errors.txt1 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer.
3 …value exists in scope for the shorthand property 'b'. Either declare one or provide an initializer.
5 …value exists in scope for the shorthand property 'c'. Either declare one or provide an initializer.
13 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer.
18 …value exists in scope for the shorthand property 'b'. Either declare one or provide an initializer.
23 …value exists in scope for the shorthand property 'c'. Either declare one or provide an initializer.
DaliasBug.errors.txt12 import provide = foo;
15 var p = new provide.Provide();
18 var p1: provide.Provide; // error here, but should be okay
23 var p22 = new provide.Provide();
DobjectLiteralShorthandPropertiesErrorFromNotUsingIdentifier.errors.txt10 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer.
12 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer.
15 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer.
56 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer.
61 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer.
68 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer.
DaliasErrors.errors.txt17 import provide = foo;
41 var p = new provide.Provide();
46 var p1: provide.Provide;
51 var p22 = new provide.Provide();
DshorthandPropertyUndefined.errors.txt1 …value exists in scope for the shorthand property 'b'. Either declare one or provide an initializer.
7 …value exists in scope for the shorthand property 'b'. Either declare one or provide an initializer.
/third_party/protobuf/js/binary/
Dconstants.js38 goog.provide('jspb.AnyFieldType');
39 goog.provide('jspb.BinaryConstants');
40 goog.provide('jspb.BinaryMessage');
41 goog.provide('jspb.BuilderFunction');
42 goog.provide('jspb.ByteSource');
43 goog.provide('jspb.ClonerFunction');
44 goog.provide('jspb.ComparerFunction');
45 goog.provide('jspb.ConstBinaryMessage');
46 goog.provide('jspb.PrunerFunction');
47 goog.provide('jspb.ReaderFunction');
[all …]
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/
Dcupertino_localizations.dart57 /// The remaining '*Format' arguments uses the intl package to provide
132 …/// Subclasses should provide the optional zero pluralization of [datePickerHourSemanticsLabel] ba…
134 …/// Subclasses should provide the optional one pluralization of [datePickerHourSemanticsLabel] bas…
136 …/// Subclasses should provide the optional two pluralization of [datePickerHourSemanticsLabel] bas…
138 …/// Subclasses should provide the optional few pluralization of [datePickerHourSemanticsLabel] bas…
140 …/// Subclasses should provide the optional many pluralization of [datePickerHourSemanticsLabel] ba…
142 …/// Subclasses should provide the required other pluralization of [datePickerHourSemanticsLabel] b…
159 …/// Subclasses should provide the optional zero pluralization of [datePickerMinuteSemanticsLabel] …
161 …/// Subclasses should provide the optional one pluralization of [datePickerMinuteSemanticsLabel] b…
163 …/// Subclasses should provide the optional two pluralization of [datePickerMinuteSemanticsLabel] b…
[all …]
/third_party/typescript/tests/cases/compiler/
DaliasBug.ts10 import provide = foo;
13 var p = new provide.Provide();
16 var p1: provide.Provide; // error here, but should be okay
19 var p22 = new provide.Provide();
DaliasErrors.ts7 import provide = foo;
19 var p = new provide.Provide();
24 var p1: provide.Provide;
27 var p22 = new provide.Provide();
/third_party/boost/libs/config/test/
Dboost_no_ctype_functions.ipp10 // DESCRIPTION: The Platform does not provide functions for the character-
11 // classifying operations in <ctype.h>. Some platforms provide
12 // macros and don't provide functions. Under C++ it's an error
13 // to provide the macros at all, but that's a separate issue.
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dregistry13 - provide API to the core to load/inspect/save plugins.
14 - provide user/system registry
15 - provide combination of backends
16 - provide backend specific queries
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dfeedback.dart25 /// typically don't provide haptic or acoustic feedback.
29 /// provide a [BuildContext].
104 /// Wraps a [GestureTapCallback] to provide platform specific feedback for a
108 /// is a no-op as that platform usually doesn't provide feedback for a tap.
126 /// no-op as that platform usually doesn't provide feedback for long presses.
143 /// Wraps a [GestureLongPressCallback] to provide platform specific feedback
147 /// is a no-op as that platform usually doesn't provide feedback for a long
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Dannotations.dart38 /// * [Summary], which is used to provide a one-line description of a
41 /// Create an annotation to provide a categorization of a class.
53 /// A class annotation to provide a URL to an image that represents the class.
73 /// * [Summary], which is used to provide a one-line description of a
76 /// Create an annotation to provide a URL to an image describing a class.
113 /// Create an annotation to provide a short description of a class.
/third_party/flutter/flutter/dev/tools/gen_keycodes/data/
Dkeyboard_maps.tmpl25 /// on the number pad. Used to provide different key objects for keys like
44 /// MacOS doesn't provide a scan code, but a virtual keycode to represent a physical key.
50 /// on the number pad. Used to provide different key objects for keys like
62 /// on the number pad. Used to provide different key objects for keys like
/third_party/flutter/glfw/docs/
Dcompat.dox63 to provide file drop events. If the application originating the drag does not
66 GLFW uses the XRandR 1.3 extension to provide multi-monitor support. If the
71 GLFW uses the XRandR 1.3 and Xf86vidmode extensions to provide gamma ramp
75 GLFW uses the Xkb extension and detectable auto-repeat to provide keyboard
89 `GLX_SGI_swap_control` extensions to provide vertical retrace synchronization
105 GLFW uses the `GLX_ARB_create_context_profile` extension to provide support for
111 GLFW uses the `GLX_ARB_context_flush_control` extension to provide control over
117 extensions to provide support for sRGB framebuffers. Where both of these
132 GLFW uses the `WGL_EXT_swap_control` extension to provide vertical retrace
148 GLFW uses the `WGL_ARB_create_context_profile` extension to provide support for
[all …]
/third_party/libinput/doc/user/
Dtouchpads.rst26 Touchpads with physical buttons usually provide two buttons, left and right.
32 Note that many Lenovo laptops provide a pointing stick above the touchpad.
51 click. Clickpads thus only provide a single button, everything else needs to
64 They provide pressure and may have a vibration element that is
76 the touchpad, i.e. provide information on how many fingers are on the
78 device can **track**, i.e. provide reliable positional information for.
106 These touchpads usually also provide extra information. Apple touchpads
107 provide an ellipse and the orientation of the ellipse for each touch point.
108 Other touchpads provide a pressure value for each touch point (see
/third_party/boost/libs/gil/doc/html/_sources/design/
Dextending.rst.txt25 provide methods to convert between it and the existing color spaces
26 (see color_convert.h). For convenience you may want to provide useful
42 If you want to use your own channel class, you will need to provide a
45 will need to provide an overload of ``channel_convert``.
50 Suppose you want to provide your own color conversion. For example,
65 // provide specializations only for cases you care about
100 You can provide your own pixel iterators, locators and views,

12345678910>>...119