Home
last modified time | relevance | path

Searched refs:guard (Results 1 – 16 of 16) sorted by relevance

/device/google/contexthub/firmware/lib/libc/
Dcxa.cpp25 uint8_t *guard = reinterpret_cast<uint8_t*>(_guard); in __cxa_guard_acquire() local
26 return guard[0] ? 0 : 1; in __cxa_guard_acquire()
32 uint8_t *guard = reinterpret_cast<uint8_t*>(_guard); in __cxa_guard_release() local
33 guard[0] = 1; in __cxa_guard_release()
39 uint8_t *guard = reinterpret_cast<uint8_t*>(_guard); in __cxa_guard_abort() local
40 guard[0] = 0; in __cxa_guard_abort()
/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.cc41 std::unique_lock<std::mutex> guard(internal_mutex_); in WatchFdForNonBlockingReads() local
54 std::unique_lock<std::mutex> guard(timeout_mutex_); in ConfigureTimeout() local
94 std::unique_lock<std::mutex> guard(internal_mutex_); in stopThread() local
99 std::unique_lock<std::mutex> guard(timeout_mutex_); in stopThread() local
145 std::unique_lock<std::mutex> guard(timeout_mutex_); in ThreadRoutine() local
162 std::unique_lock<std::mutex> guard(internal_mutex_); in ThreadRoutine() local
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_SUMMARY.txt86 depth=k=2 ("=>" guard) rule a line 8 t1.g
121 the guard is used to suppress the predicate with context (D E)
152 depth=k=2 ("=>" guard) rule a line 8 t2.g
726 the old "=>" style guard predicates and the new style "&&" guard
730 predicate if the context guard doesn't match, whereas
794 predicate context. The context guard is in ADDITION to
1232 the guard predicate to find context which might suppress other
1260 rule : (guard)? => <<p>>? expr
1266 if (lookahead(expr) && (!guard || pred)) {
1275 The new context guarded predicate uses the guard information
[all …]
DCHANGES_FROM_133_before_mr13.txt935 #125. (Changed in 1.33MR11) Lookahead for (guard)? && <<p>>? predicates
937 When implementing the new style of guard predicate (Item #113)
954 the predicate which follows the guard inhibits any ambiguity report
962 the old "=>" style guard predicates and the new style "&&" guard
966 predicate if the context guard doesn't match, whereas
1030 predicate context. The context guard is in ADDITION to
1519 the guard predicate to find context which might suppress other
1570 rule : (guard)? => <<p>>? expr
1576 if (lookahead(expr) && (!guard || pred)) {
1585 The new context guarded predicate uses the guard information
[all …]
DCHANGES_FROM_133.txt134 NULL pointer. A guard was added to check for this in
146 the #ifdef guard, so the declaration of zzTracePrevRuleName would
1506 depth=k=2 ("=>" guard) rule a line 8 t1.g
1541 the guard is used to suppress the predicate with context (D E)
1572 depth=k=2 ("=>" guard) rule a line 8 t2.g
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_SUMMARY.txt86 depth=k=2 ("=>" guard) rule a line 8 t1.g
121 the guard is used to suppress the predicate with context (D E)
152 depth=k=2 ("=>" guard) rule a line 8 t2.g
726 the old "=>" style guard predicates and the new style "&&" guard
730 predicate if the context guard doesn't match, whereas
794 predicate context. The context guard is in ADDITION to
1232 the guard predicate to find context which might suppress other
1260 rule : (guard)? => <<p>>? expr
1266 if (lookahead(expr) && (!guard || pred)) {
1275 The new context guarded predicate uses the guard information
[all …]
DCHANGES_FROM_133_BEFORE_MR13.txt935 #125. (Changed in 1.33MR11) Lookahead for (guard)? && <<p>>? predicates
937 When implementing the new style of guard predicate (Item #113)
954 the predicate which follows the guard inhibits any ambiguity report
962 the old "=>" style guard predicates and the new style "&&" guard
966 predicate if the context guard doesn't match, whereas
1030 predicate context. The context guard is in ADDITION to
1519 the guard predicate to find context which might suppress other
1570 rule : (guard)? => <<p>>? expr
1576 if (lookahead(expr) && (!guard || pred)) {
1585 The new context guarded predicate uses the guard information
[all …]
DKNOWN_PROBLEMS.txt22 If the context guard g is not a subset of the lookahead context for r1
DCHANGES_FROM_133.txt805 NULL pointer. A guard was added to check for this in
817 the #ifdef guard, so the declaration of zzTracePrevRuleName would
2188 depth=k=2 ("=>" guard) rule a line 8 t1.g
2223 the guard is used to suppress the predicate with context (D E)
2254 depth=k=2 ("=>" guard) rule a line 8 t2.g
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlnotab_notes.txt113 which lets a debugger stop on every evaluation of a loop guard (which usually
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlnotab_notes.txt113 which lets a debugger stop on every evaluation of a loop guard (which usually
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr.g1920 if ( !predMsgDone) err("invalid or missing context guard"); /* MR10 */
1931 /* MR13 */ errFL("in guarded predicates all tokens in the guard must be at th…
1938 /* MR11 */ errFL("without \"-prc on\" (guard)? && <<pred>>? ... doesn't make s…
1945 /* MR10 */ warn(eMsgd2("length of guard (%d) does not match the length of seman…
Dmrhoist.c1351 in which the part after the guard could possibly cover a predicate.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DChangeLog724 - guard against multiple inclusion of *.h (for precompiled header on Mac)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
Dpower.decTest182 -- Modified 1990.02.04 as LHS is now rounded (instead of truncated to guard)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DChangeLog1341 - guard against multiple inclusion of *.h (for precompiled header on Mac)