| /third_party/typescript/tests/baselines/reference/ |
| D | avoid.symbols | 1 === tests/cases/compiler/avoid.ts === 3 >f : Symbol(f, Decl(avoid.ts, 0, 0)) 6 >x : Symbol(x, Decl(avoid.ts, 1, 7)) 10 >y : Symbol(y, Decl(avoid.ts, 4, 3)) 11 >f : Symbol(f, Decl(avoid.ts, 0, 0)) 14 >why : Symbol(why, Decl(avoid.ts, 5, 3)) 15 >f : Symbol(f, Decl(avoid.ts, 0, 0)) 18 >w : Symbol(w, Decl(avoid.ts, 6, 3)) 21 >w : Symbol(w, Decl(avoid.ts, 6, 3)) 22 >f : Symbol(f, Decl(avoid.ts, 0, 0)) [all …]
|
| D | stringLiteralTypesAsTags03.types | 26 // Currently (2015-12-14), we write '"A" | "A"' and '"B" | "B"' to avoid 28 // That way, we can avoid the need to look for a compatible overload
|
| /third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
| D | safe_area.dart | 14 /// A widget that insets its child by sufficient padding to avoid intrusions by 17 /// For example, this will indent the child by enough to avoid the status bar at 20 /// It will also indent the child by the amount necessary to avoid The Notch on 30 /// * [SliverSafeArea], for insetting slivers to avoid operating system 56 /// Whether to avoid system intrusions on the left. 59 /// Whether to avoid system intrusions at the top of the screen, typically the 63 /// Whether to avoid system intrusions on the right. 66 /// Whether to avoid system intrusions on the bottom side of the screen. 83 /// avoid the UI shift. 124 properties.add(FlagProperty('left', value: left, ifTrue: 'avoid left padding')); [all …]
|
| /third_party/alsa-lib/modules/mixer/simple/ |
| D | Makefile.am | 23 smixer_sbase_la_LDFLAGS = -module -avoid-version $(LDFLAGS_NOUNDEFINED) 27 smixer_ac97_la_LDFLAGS = -module -avoid-version $(LDFLAGS_NOUNDEFINED) 31 smixer_hda_la_LDFLAGS = -module -avoid-version $(LDFLAGS_NOUNDEFINED) 35 smixer_python_la_LDFLAGS = -module -avoid-version $(LDFLAGS_NOUNDEFINED)
|
| /third_party/json/ |
| D | .clang-tidy | 3 -cppcoreguidelines-avoid-goto, 4 -cppcoreguidelines-avoid-magic-numbers, 5 -cppcoreguidelines-avoid-non-const-global-variables, 19 -hicpp-avoid-goto,
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 10.5.7.rst | 57 - nv50/ir: avoid messing up arg1 of PFETCH 59 - nv30: avoid leaking render state and draw shaders 61 - nv30/draw: avoid leaving stale pointers in draw state 64 - glsl: avoid leaking linked gl_shader when there's a late linker error 71 - nv30: avoid doing extra work on clear and hitting unexpected states
|
| /third_party/libwebsockets/lib/tls/mbedtls/ |
| D | mbedtls-client.c | 287 unsigned int avoid = 0; in lws_tls_client_confirm_peer_cert() local 314 avoid = LCCSCF_SKIP_SERVER_CERT_HOSTNAME_CHECK; in lws_tls_client_confirm_peer_cert() 319 avoid = LCCSCF_ALLOW_SELFSIGNED; in lws_tls_client_confirm_peer_cert() 324 avoid = LCCSCF_ALLOW_EXPIRED; in lws_tls_client_confirm_peer_cert() 329 avoid = LCCSCF_ALLOW_EXPIRED; in lws_tls_client_confirm_peer_cert() 343 if (wsi->tls.use_ssl & avoid) { in lws_tls_client_confirm_peer_cert()
|
| /third_party/node/deps/npm/node_modules/mississippi/ |
| D | changelog.md | 6 …t stream the pipeline to enable chaining. (Use the individual modules to avoid potentially unnece… 9 * Update to pump@2.0.1. (Use the individual modules to avoid potentially unnecessary major updates…
|
| /third_party/cef/patch/patches/ |
| D | win_cpp17_msvc_sandbox_2819.patch | 10 + # Build as C++17 to avoid export of templates that should be inlined. 26 + # Build as C++17 to avoid export of templates that should be inlined.
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
| D | CommandRecordingContext.mm | 72 // The encoder is created autoreleased. Retain it to avoid the autoreleasepool from 95 // The encoder is created autoreleased. Retain it to avoid the autoreleasepool from 117 // The encoder is created autoreleased. Retain it to avoid the autoreleasepool from
|
| /third_party/skia/third_party/externals/angle2/ |
| D | OWNERS | 2 # Note: Owners must be split by domain to avoid git merge conflicts on platforms that cannot have 3 # email addresses from all platforms. Also, to avoid downstream git merge conflicts, all changes
|
| /third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
| D | v0.5.1.rst | 47 * sparse, llvm: compile: skip function prototypes to avoid SIGSEGV 169 * unssa: try to avoid some OP_PHI copies 254 * CSE: avoid hashing removed instructions 288 * avoid crash with test-linearize -vv 291 * avoid useless warning for 'bool <- restricted type' conversion 319 * avoid warning on explicit 'bool <- restricted' casts 323 * avoid to redefine __INT_MAX__ and friends 332 * testsuite: avoid fork+execing basename 371 * ptrlist: avoid iteration on NULL entries 403 * test-suite: remove bashism to avoid test failures [all …]
|
| /third_party/skia/src/core/ |
| D | SkScanPriv.h | 41 void sk_blit_above(SkBlitter*, const SkIRect& avoid, const SkRegion& clip); 42 void sk_blit_below(SkBlitter*, const SkIRect& avoid, const SkRegion& clip);
|
| /third_party/skia/resources/sksl/shared/ |
| D | SwizzleOpt.sksl | 22 // The swizzle will not be optimized away to avoid eliminating fn(). 30 // The swizzle will not be optimized away to avoid duplicating fn().
|
| /third_party/flutter/skia/src/core/ |
| D | SkScanPriv.h | 41 void sk_blit_above(SkBlitter*, const SkIRect& avoid, const SkRegion& clip); 42 void sk_blit_below(SkBlitter*, const SkIRect& avoid, const SkRegion& clip);
|
| /third_party/zlib/ |
| D | ChangeLog | 52 - Change macro name in inflate.c to avoid collision in VxWorks 184 - Cast to char * in gzprintf to avoid warnings [Zinser] 218 - Force the native libtool in Mac OS X to avoid GNU libtool [Beebe] 311 - Change ON macro to Z_ARG to avoid application conflicts 321 - Have inflate() with Z_FINISH avoid the allocation of a window 359 - Use u4 type for crc_table to avoid conversion warnings 360 - Apply casts in zlib.h to avoid conversion warnings 488 - Add const to vsnprintf test in configure to avoid warnings [Weigelt] 568 - Change name of "write" variable in inffast.c to avoid library collisions 571 - Remove compressBound() call in deflate.c to avoid linking compress.o [all …]
|
| /third_party/flutter/flutter/dev/integration_tests/ios_add2app/ |
| D | .gitignore | 42 # Add this line if you want to avoid checking in source code from the Xcode workspace 47 # Add this line if you want to avoid checking in source code from Carthage dependencies.
|
| /third_party/typescript/tests/baselines/reference/docker/ |
| D | vue-next.log | 62 …ape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a T… 63 …ape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a T… 66 …ape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a T… 67 …ape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a T… 70 …ape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a T… 72 …ape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a T… 73 …ape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a T… 90 …pe-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an …
|
| /third_party/flutter/flutter/examples/ |
| D | README.md | 38 projects don't do that to avoid having several copies of the wrapper binary in 40 and the wrapper files are .gitignore'd to avoid making the Flutter repository
|
| /third_party/skia/third_party/externals/opengl-registry/docs/ |
| D | GLSLExtensionRules.txt | 27 Section #1: Conventions to avoid name-space collision 32 we'd like to establish some name conventions to avoid name-space 131 To avoid name collisions between OpenGL implementations from 192 To avoid name space collisions for new operators 207 and request the new operator to avoid colliding with any 233 However, the ARB still wants to avoid name space and semantic 260 prefix either. There is no need to avoid collisions between 268 However, we still must avoid name collisions between IHV's
|
| /third_party/openGLES/docs/ |
| D | GLSLExtensionRules.txt | 27 Section #1: Conventions to avoid name-space collision 32 we'd like to establish some name conventions to avoid name-space 131 To avoid name collisions between OpenGL implementations from 192 To avoid name space collisions for new operators 207 and request the new operator to avoid colliding with any 233 However, the ARB still wants to avoid name space and semantic 260 prefix either. There is no need to avoid collisions between 268 However, we still must avoid name collisions between IHV's
|
| /third_party/libuv/ |
| D | BUILD.gn | 40 # Adding NDEBUG macro manually to avoid compilation 56 # Adding NDEBUG macro manually to avoid compilation 186 # Adding NDEBUG macro manually to avoid compilation 208 # Adding NDEBUG macro manually to avoid compilation 234 # Adding NDEBUG macro manually to avoid compilation
|
| /third_party/node/deps/npm/node_modules/object-keys/ |
| D | CHANGELOG.md | 3 …* [Fix] avoid accessing `window.applicationCache`, to avoid issues with latest Chrome on HTTP (#46) 7 * [Fix] exclude keys regarding the style (eg. `pageYOffset`) on `window` to avoid reflow (#32) 11 * [Fix] exclude `height` and `width` keys on `window` to avoid reflow (#31)
|
| /third_party/rust/crates/minimal-lexical/fuzz/ |
| D | clippy.toml | 1 avoid-breaking-exported-api = false
|
| /third_party/rust/crates/minimal-lexical/ |
| D | clippy.toml | 1 avoid-breaking-exported-api = false
|