Home
last modified time | relevance | path

Searched refs:avoid (Results 1 – 25 of 2435) sorted by relevance

12345678910>>...98

/third_party/typescript/tests/baselines/reference/
Davoid.symbols1 === 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 …]
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dsafe_area.dart14 /// 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/
DMakefile.am23 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-tidy2 -cppcoreguidelines-avoid-goto,
3 -cppcoreguidelines-avoid-magic-numbers,
10 -hicpp-avoid-goto,
/third_party/mesa3d/docs/relnotes/
D10.5.7.rst57 - 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/gettext/
Dautogen.sh282 …--import --avoid=fdutimensat-tests --avoid=futimens-tests --avoid=utime-tests --avoid=utimens-test…
283 …`for m in $GNULIB_MODULES_TOOLS_LIBUNISTRING_TESTS; do echo --avoid=$m; done` $GNULIB_MODULES_TOOL…
291 …o if test \`$GNULIB_TOOL --extract-applicability $m\` != all; then echo --avoid=$m; fi; done` $GNU…
356 …--import --avoid=progname $GNULIB_MODULES_LIBGETTEXTPO $GNULIB_MODULES_LIBGETTEXTPO_OTHER || exit …
/third_party/wayland_standard/doc/publican/sources/css/
Dcommon.css105 page-break-inside: avoid;
123 page-break-before: avoid;
171 page-break-inside: avoid;
172 page-break-after: avoid;
297 page-break-inside: avoid;
298 page-break-before: avoid;
299 page-break-after: avoid;
504 page-break-inside: avoid;
718 page-break-inside: avoid;
781 page-break-inside: avoid;
[all …]
/third_party/node/deps/npm/node_modules/mississippi/
Dchangelog.md6 …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/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c287 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/cef/patch/patches/
Dwin_cpp17_msvc_sandbox_2819.patch10 + # 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/boost/libs/hof/doc/html/_sources/include/boost/hof/
Dfunction.hpp.txt21 /// This includes using `const` to avoid global state, compile-time
22 /// initialization of the function object to avoid the [static initialization
25 /// units to avoid possible One-Definition-Rule(ODR) violations.
/third_party/e2fsprogs/doc/RelNotes/
Dv1.43.7.txt9 Fix resize2fs to avoid it from either failing or corrupting the file
28 Fix various tests to avoid leaving temp files in /tmp.
Dv1.46.3.txt31 Fix mke2fs to avoid discarding blocks beyond the end of the file system
36 Teach mke2fs to avoid giving a spurious warning about a pre-existing
55 Fix lsattr and chattr to avoid opening or calling EXT2_IOC_[GS]ETFLAGS
/third_party/skia/third_party/externals/angle2/
DOWNERS2 # 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/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandRecordingContext.mm72 // 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/src/core/
DSkScanPriv.h41 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/
DSwizzleOpt.sksl22 // 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/
DSkScanPriv.h41 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/quickjs/
DTODO5 - use custom printf to avoid compatibility issues with floating point numbers
13 - use custom timezone support to avoid C library compatibility issues
46 - add heuristic to avoid some cycles in closures
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.1.rst47 * 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/boost/libs/beast/test/extern/zlib-1.2.11/
DChangeLog121 - Cast to char * in gzprintf to avoid warnings [Zinser]
155 - Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]
248 - Change ON macro to Z_ARG to avoid application conflicts
258 - Have inflate() with Z_FINISH avoid the allocation of a window
296 - Use u4 type for crc_table to avoid conversion warnings
297 - Apply casts in zlib.h to avoid conversion warnings
425 - Add const to vsnprintf test in configure to avoid warnings [Weigelt]
505 - Change name of "write" variable in inffast.c to avoid library collisions
508 - Remove compressBound() call in deflate.c to avoid linking compress.o
556 - Add ush casts in trees.c to avoid pedantic runtime errors
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
DChangeLog121 - Cast to char * in gzprintf to avoid warnings [Zinser]
155 - Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]
248 - Change ON macro to Z_ARG to avoid application conflicts
258 - Have inflate() with Z_FINISH avoid the allocation of a window
296 - Use u4 type for crc_table to avoid conversion warnings
297 - Apply casts in zlib.h to avoid conversion warnings
425 - Add const to vsnprintf test in configure to avoid warnings [Weigelt]
505 - Change name of "write" variable in inffast.c to avoid library collisions
508 - Remove compressBound() call in deflate.c to avoid linking compress.o
556 - Add ush casts in trees.c to avoid pedantic runtime errors
[all …]
/third_party/curl/tests/libtest/
DMakefile.am91 libhostname_la_LDFLAGS_EXTRA = -module -avoid-version -rpath /nowhere
124 libstubgss_la_LDFLAGS = $(AM_LDFLAGS) $(libstubgss_la_LDFLAGS_EXTRA) -avoid-version -rpath /nowhere
/third_party/grpc/third_party/upb/cmake/
DREADME.md14 does not currently provide any ABI stability, so we want to avoid providing
18 scripts in this directory. We want to avoid having two separate sources of
/third_party/flutter/flutter/dev/integration_tests/ios_add2app/
D.gitignore42 # 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.

12345678910>>...98