Home
last modified time | relevance | path

Searched refs:don (Results 1 – 25 of 3686) sorted by relevance

12345678910>>...148

/third_party/typescript/tests/cases/compiler/
DjsxChildrenIndividualErrorElaborations.tsx20 // Blah components don't accept text as child elements
25 // Blah components don't accept multiple children.
44 // Blah2 components don't accept text as child elements
49 // Blah2 components don't accept multiple children of the wrong type.
69 // Blah3 components don't accept text as child elements
74 // Blah3 components don't accept multiple children of the wrong type.
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi40 # We don't care about the internals
52 # don't worry about writing out the members of grpc_slice; we never access
104 # We don't care about the internals.
164 # We don't care about the internals (and in fact don't know them)
168 # We don't care about the internals (and in fact don't know them)
172 # We don't care about the internals (and in fact don't know them)
176 # We don't care about the internals (and in fact don't know them)
460 # We don't care about the internals
464 # We don't care about the internals
495 # We don't care about the internals (and in fact don't know them)
[all …]
/third_party/uboot/u-boot-2020.01/arch/arm/dts/
Dzynqmp-p-a2197-00-revA.dts138 reg_vcc_fmc: tps544@7 { /* u80 - FIXME name - don't know what it does */
146 reg_vcc_ram: tps544@8 { /* u83 - FIXME name - don't know what it does */
150 reg_vcc_pslp: tps544@9 { /* u85 - FIXME name - don't know what it does */
154 reg_vcc_psfp: tps544@a { /* u86 - FIXME name - don't know what it does */
158 reg_vccint: tps53681@60 { /* u70 - FIXME name - don't know what it does - also vcc_io_soc */
195 reg_vccaus: tps544@d { /* u88 - FIXME name - don't know what it does */
199 reg_vccaux_fmc: tps544@e { /* u90 - FIXME name - don't know what it does */
203 reg_vcco_500: tps544@f { /* u93 - FIXME name - don't know what it does */
207 reg_vcco_501: tps544@10 { /* u95 - FIXME name - don't know what it does */
211 reg_vcco_502: tps544@11 { /* u97 - FIXME name - don't know what it does */
[all …]
/third_party/typescript/tests/baselines/reference/
DcheckJsxChildrenProperty7.errors.txt1 tests/cases/conformance/jsx/file.tsx(24,40): error TS2747: 'Comp' components don't accept text as c…
2 tests/cases/conformance/jsx/file.tsx(26,22): error TS2747: 'Comp' components don't accept text as c…
3 tests/cases/conformance/jsx/file.tsx(27,30): error TS2747: 'Comp' components don't accept text as c…
32 !!! error TS2747: 'Comp' components don't accept text as child elements. Text in JSX has the type '…
36 !!! error TS2747: 'Comp' components don't accept text as child elements. Text in JSX has the type '…
39 !!! error TS2747: 'Comp' components don't accept text as child elements. Text in JSX has the type '…
DdeclInput-2.types16 private c: C; // don't generate
25 public m22: C; // don't generate
34 public m25: I2; // don't generate
45 public m252(): I2 { return null; } // don't generate
DjsxChildrenIndividualErrorElaborations.errors.txt2 tests/cases/compiler/index.tsx(18,15): error TS2747: 'Blah' components don't accept text as child e…
12 tests/cases/compiler/index.tsx(67,16): error TS2747: 'Blah3' components don't accept text as child …
37 // Blah components don't accept text as child elements
44 !!! error TS2747: 'Blah' components don't accept text as child elements. Text in JSX has the type '…
47 // Blah components don't accept multiple children.
72 // Blah2 components don't accept text as child elements
79 // Blah2 components don't accept multiple children of the wrong type.
110 // Blah3 components don't accept text as child elements
117 !!! error TS2747: 'Blah3' components don't accept text as child elements. Text in JSX has the type …
120 // Blah3 components don't accept multiple children of the wrong type.
DjsxChildrenIndividualErrorElaborations.types34 // Blah components don't accept text as child elements
44 // Blah components don't accept multiple children.
95 // Blah2 components don't accept text as child elements
105 // Blah2 components don't accept multiple children of the wrong type.
155 // Blah3 components don't accept text as child elements
165 // Blah3 components don't accept multiple children of the wrong type.
DdeclInput-2.symbols20 private c: C; // don't generate
30 public m22: C; // don't generate
42 public m25: I2; // don't generate
54 public m252(): I2 { return null; } // don't generate
/third_party/boost/libs/thread/doc/
Dconfiguration.qbk49 …. The user should define `BOOST_THREAD_DONT_USE_CHRONO` for compilers that don't work well with Bo…
61 When `BOOST_THREAD_VERSION>=3` define `BOOST_THREAD_DONT_USE_MOVE ` if you don't want to use Boost.…
75 …OST_THREAD_PLATFORM_PTHREAD define `BOOST_THREAD_DONT_USE_DATETIME` if you don't want to use Boost…
87 Define `BOOST_THREAD_DONT_USE_ATOMIC ` if you don't want to use Boost.Atomic or if it is not suppor…
108 When `BOOST_THREAD_VERSION<4` define `BOOST_THREAD_DONT_PROVIDE_THREAD_EQ ` if you don't want this …
121 When `BOOST_THREAD_VERSION<=3` define `BOOST_THREAD_DONT_PROVIDE_CONDITION` if you don't want this …
159 When `BOOST_THREAD_VERSION<4` define `BOOST_THREAD_DONT_PROVIDE_NESTED_LOCKS` if you don't want the…
165 …S_BASIC_THREAD_ID). For backward compatibility and also for compilers that don't work well with th…
167 Define `BOOST_THREAD_DONT_PROVIDE_BASIC_THREAD_ID ` if you don't want these features.
175 …=3` define `BOOST_THREAD_DONT_PROVIDE_GENERIC_SHARED_MUTEX_ON_WIN ` if you don't want these featur…
[all …]
/third_party/flutter/flutter/packages/flutter/test/scheduler/
Dscheduler_tester.dart11 // We don't bother running microtasks between these two calls
12 // because we don't use Futures in these tests and so don't care.
/third_party/lwip/src/netif/ppp/
DPPPD_FOLLOWUP8 So, here is the pppd follow up, so that we don't get away too far from pppd.
16 - LCP adaptive echo, so that we don't send LCP echo request if we
65 feature is disabled in the port, so we don't care about the new
88 Only concern changes on RP-PPPoE plugin, which we don't use.
106 Patch for sys-linux.c, which we don't use.
139 was disabled because we don't have .so plugins in embedded.
151 Change on Makefile, don't care.
193 Patch for sys-linux.c, which we don't use.
308 Solaris port, don't care.
443 Merge commit, we don't care.
[all …]
/third_party/protobuf/ruby/tests/
Dbasic_test.proto146 // Repeated wrappers don't make sense, but we still need to make sure they
147 // work and don't crash.
158 // Wrappers as map keys don't make sense, but we still need to make sure they
159 // work and don't crash.
170 // Wrappers in oneofs don't make sense, but we still need to make sure they
171 // work and don't crash.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DREADME.md13 of format in ANGLE. e.g. Formats in Vulkan that don't exist in GLES, or DXGI
14 formats that don't exist in GLES, or Windows/Android surface configs that
15 don't exist anywhere else.
18 format for an ANGLE format. For formats that don't exist in GLES this will
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dimage_rtl_test.dart66 EnginePhase.layout, // so that we don't try to paint the fake images
105 EnginePhase.layout, // so that we don't try to paint the fake images
140 EnginePhase.layout, // so that we don't try to paint the fake images
175 EnginePhase.layout, // so that we don't try to paint the fake images
210 EnginePhase.layout, // so that we don't try to paint the fake images
241 EnginePhase.layout, // so that we don't try to paint the fake images
269 EnginePhase.layout, // so that we don't try to paint the fake images
297 EnginePhase.layout, // so that we don't try to paint the fake images
324 EnginePhase.layout, // so that we don't try to paint the fake images
361 EnginePhase.layout, // so that we don't try to paint the fake images
[all …]
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-confusing-void-expression.md6 who don't know what a particular function does and if its result matters.
125 // now it's obvious that we don't expect any response
128 // now it's explicit that we don't want to return anything
144 If you don't care about being explicit about the void type in actual code then don't use this rule.
145 Also, if you prefer concise coding style then also don't use it.
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/dot/
Dvalidate.jst93 var vErrors = null; {{ /* don't edit, used in replace */ }}
94 var errors = 0; {{ /* don't edit, used in replace */ }}
95 if (rootData === undefined) rootData = data; {{ /* don't edit, used in replace */ }}
244 if (errors === 0) return data; {{ /* don't edit, used in replace */ }}
245 else throw new ValidationError(vErrors); {{ /* don't edit, used in replace */ }}
247 validate.errors = vErrors; {{ /* don't edit, used in replace */ }}
248 return errors === 0; {{ /* don't edit, used in replace */ }}
/third_party/gettext/gettext-tools/examples/hello-java-awt/
DBUGS4 IBM JDK 1.3.0 de_DE works - ja_JP, sr_YU, zh_CN don't work
5 Sun JDK 1.4.2 de_DE, ja_JP work - sr_YU, zh_CN don't work
/third_party/gettext/gettext-tools/examples/hello-java-swing/
DBUGS4 IBM JDK 1.3.0 de_DE, sr_YU work - ja_JP, zh_CN don't work (displays squares)
5 Sun JDK 1.4.2 de_DE, sr_YU work - ja_JP, zh_CN don't work (displays squares)
/third_party/node/deps/npm/
D.npmignore16 # don't need these in the npm package.
19 # don't ignore .npmignore files
/third_party/curl/
DGIT-INFO24 In environments that don't support configure (i.e. Microsoft), do this:
41 If you don't have nroff and perl and you for some reason don't want to
/third_party/libxkbcommon/test/data/compat/
Dcaps4 // the whole key to a real modifier. This is essential when you don't
7 // other layouts which don't utilize this capability.
/third_party/XKeyboardConfig/build/usr/local/share/X11/xkb/compat/
Dcaps4 // the whole key to a real modifier. This is essential when you don't
7 // other layouts which don't utilize this capability.
/third_party/XKeyboardConfig/compat/
Dcaps4 // the whole key to a real modifier. This is essential when you don't
7 // other layouts which don't utilize this capability.
/third_party/mksh/
Dsh_flags.opt94 /* -C don't overwrite existing files */
98 /* -n don't execute any commands */
102 /* -f don't do file globbing */
106 /* ./. don't kill running jobs when login shell exits */
110 /* ./. don't save functions in history (no effect) */
122 /* ./. don't do logical cds/pwds (non-standard) */
/third_party/grpc/src/objective-c/examples/SwiftSample/
DPodfile15 # Use the local versions of Protobuf, BoringSSL, and gRPC. You don't need any of the following
30 # This pre_install hook is only needed to use the local version of gRPC-Core. You don't need it in
42 # If we don't set these two settings, `include/grpc/support/time.h` and

12345678910>>...148