Home
last modified time | relevance | path

Searched refs:guards (Results 1 – 25 of 158) sorted by relevance

1234567

/third_party/jerryscript/tools/
Dgen-magic-strings.py90 for guards in guard_stack:
91 guard_set.update(guards)
129 guards = guard_stack[-1]
130 guards[-1] = '!(%s)' % guards[-1]
131 guards.append(process_guard(elif_match.group(1)))
133 guards = guard_stack[-1]
134 guards[-1] = '!(%s)' % guards[-1]
175 guards = [set(guard_tuple) for guard_tuple in uses[str_ref].keys()]
176 for i, guard_i in enumerate(guards):
179 for j, guard_j in enumerate(guards):
[all …]
/third_party/python/Lib/test/support/
D__init__.py905 def impl_detail(msg=None, **guards): argument
906 if check_impl_detail(**guards):
909 guardnames, default = _parse_guards(guards)
918 def _parse_guards(guards): argument
920 if not guards:
922 is_true = list(guards.values())[0]
923 assert list(guards.values()) == [is_true] * len(guards) # all True or all False
924 return (guards, not is_true)
928 def check_impl_detail(**guards): argument
935 guards, default = _parse_guards(guards)
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/
DREADME.angle19 base/), and update the header guards and macros.
27 - header guards and macros are changed from BASE to ANGLEBASE to prevent conflicts.
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/
DREADME.angle19 base/), and update the header guards and macros.
27 - header guards and macros are changed from BASE to ANGLEBASE to prevent conflicts.
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dlib.rs189 let guards: Box<Vec<Option<MutexGuard<()>>>> = in init() localVariable
191 GUARDS = mem::transmute(guards); in init()
/third_party/skia/include/private/
DSkSafe_math.h42 #error Hmm. Looks like math.h has changed its header guards.
/third_party/flutter/skia/include/private/
DSkSafe_math.h42 #error Hmm. Looks like math.h has changed its header guards.
/third_party/ffmpeg/tests/fate/
Dsource-check.sh19 echo Headers without standard inclusion guards:
/third_party/rust/crates/scopeguard/
DREADME.OpenSource9 …cros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the im…
DCargo.toml15 shorthands for guards with one of the implemented strategies.
DREADME.rst74 - Implement ``Sync`` for guards with non-``Sync`` closures.
/third_party/typescript/tests/baselines/reference/
DtypeGuardsInGlobal.types2 // Note that type guards affect types of variables and parameters only and
DtypeGuardsInGlobal.symbols2 // Note that type guards affect types of variables and parameters only and
DtypeGuardsInExternalModule.types2 // Note that type guards affect types of variables and parameters only and
DtypeGuardsInExternalModule.symbols2 // Note that type guards affect types of variables and parameters only and
DtypeGuardsTypeParameters.types2 // Type guards involving type parameters produce intersection types
/third_party/ffmpeg/tests/ref/fate/
Dsource19 Headers without standard inclusion guards:
/third_party/harfbuzz/docs/
DMakefile.am31 SCAN_OPTIONS=--rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED" \
Dmeson.build55 scan_args: ['--deprecated-guards=HB_DISABLE_DEPRECATED',
/third_party/flutter/skia/third_party/externals/angle2/include/GLES/
DREADME.md3 …ing the Khronos tools but modified to include function pointer types and function prototype guards.
/third_party/skia/third_party/externals/harfbuzz/docs/
DMakefile.am31 SCAN_OPTIONS=--rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED" \
Dmeson.build55 scan_args: ['--deprecated-guards=HB_DISABLE_DEPRECATED',
/third_party/flutter/skia/third_party/externals/harfbuzz/docs/
DMakefile.am31 SCAN_OPTIONS=--rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED" \
/third_party/skia/third_party/externals/angle2/include/GLES/
DREADME.md3 …ing the Khronos tools but modified to include function pointer types and function prototype guards.
/third_party/libwebsockets/READMEs/
DREADME.udp.md39 This manages the retry counter in the transaction object, guards against it wrapping,

1234567