Home
last modified time | relevance | path

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

123

/external/guava/guava/src/com/google/common/util/concurrent/
DMonitor.java779 final ArrayList<Guard> guards = this.activeGuards; in signalConditionsOfSatisfiedGuards() local
780 final int guardCount = guards.size(); in signalConditionsOfSatisfiedGuards()
783 Guard guard = guards.get(i); in signalConditionsOfSatisfiedGuards()
796 Guard guard = guards.get(i); in signalConditionsOfSatisfiedGuards()
/external/webkit/Source/WebKit/gtk/docs/
DGNUmakefile.am27 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
28 SCAN_OPTIONS=--deprecated-guards="WEBKIT_DISABLE_DEPRECATED" --ignore-decorators="WEBKIT_API"
/external/v8/src/
Djsregexp.cc2880 ZoneList<Guard*>* guards = alternative.guards(); in Emit() local
2881 int guard_count = (guards == NULL) ? 0 : guards->length(); in Emit()
2883 ASSERT(!trace->mentions_reg(guards->at(j)->reg())); in Emit()
2953 ZoneList<Guard*>* guards = alternative.guards(); in Emit() local
2954 int guard_count = (guards == NULL) ? 0 : guards->length(); in Emit()
3012 GenerateGuard(macro_assembler, guards->at(j), &new_trace); in Emit()
3064 ZoneList<Guard*>* guards = alternative.guards(); in EmitOutOfLineContinuation() local
3065 int guard_count = (guards == NULL) ? 0 : guards->length(); in EmitOutOfLineContinuation()
3070 GenerateGuard(macro_assembler, guards->at(j), &out_of_line_trace); in EmitOutOfLineContinuation()
3085 GenerateGuard(macro_assembler, guards->at(j), &out_of_line_trace); in EmitOutOfLineContinuation()
[all …]
Djsregexp.h1040 ZoneList<Guard*>* guards() { return guards_; } in guards() function
/external/bison/tests/
Dheaders.at30 [AT_SETUP([Invalid CPP guards: $2 --defines=$1.h])
234 # YY_\w+_INCLUDED (header guards).
/external/oprofile/doc/
DCodingStyle116 Use the standard comments + include guards for headers.
/external/valgrind/main/docs/internals/
Dporting-HOWTO.txt38 guards, so they refer to the new architecture, rather than x86.
/external/harfbuzz_ng/src/
DMakefile.am311 check-header-guards.sh \
/external/stlport/etc/
DChangeLog-4.0210 * threads.h - fixed guards for DreamSega WinCE (thanks to Ben Nason for the report)
230 * _vector.h, _deque.h, _bvector.h - obsolete guards around at() methods removed ;
450 * csetjmp/setjmp.h - guards added against VC++ #defines (thanks to Gavin Wood)
DChangeLog-5.1237 act as guards and will never let the main-loop condition to fail; since
3903 _tree.h: Fix macro guards used to avoid inclusion of _function.h or
7014 * Addition of many missing macro guards in the stlport public headers to avoid to break
7610 * src/_locale_impl.cpp : added missing guards for codecvt<> in _STLP_NO_MBSTATE_T case
8241 * _threads.h : enganced HP-specific guards for HP-UX 11 (thanks to Matthew Collins for the report)
/external/bison/data/
Dc.m439 # If FILE does not expand to nothing, open/close CPP inclusion guards for FILE.
/external/bison/
DNEWS162 ** Header guards (yacc.c, glr.c, glr.cc)
164 In order to avoid collisions, the header guards are now
409 *** Header guards
412 name for preprocessor guards, for instance:
1876 ** Fixed CPP guards: 9foo.h uses BISON_9FOO_H instead of 9FOO_H.
DChangeLog993 headers: move CPP guards into YY_*_INCLUDED to avoid collisions
1174 headers: move CPP guards into YY_*_INCLUDED to avoid collisions
1589 headers: move CPP guards into YY_*_INCLUDED to avoid collisions
1726 yacc: fix handling of CPP guards when no header is generated
2596 * data/yacc.c (b4_shared_declarations): Include the header guards.
2761 skeletons: use header guards.
2923 c++: compute the header guards.
/external/bzip2/
Dbzip2.txt101 is identical to the original. This guards against corrup-
Dbzip2.1.preformatted104 is identical to the original. This guards against corrup­
/external/libsepol/
DChangeLog399 - add include guards
/external/llvm/docs/
DCodingStandards.rst276 Immediately after the `header file comment`_ (and include guards if working on a
DProgrammersManual.rst2046 certain data structures necessary to provide guards around its internals. To do
2154 particular lazy stub and that the JIT lock guards any IR access, but we suggest
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-243470 and function behind appropriate USE() guards to make it harder
4809 * wtf/PassRefPtr.h: Qt guards added.
5274 [Qt] Remove the definition of WTF_CHANGES guards from the build system
5839 Remove extra <new> include and add guards to operator new/delete definitions
15479 Add guards to prevent caching of prototype chain lookups with dictionaries at the
15614 Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
24265 (JSC::JIT::privateCompileCTIMachineTrampolines): Add ENABLE(JIT_OPTIMIZE_CALL) guards
26569 Introduce HAVE(TM_GMTOFF), HAVE(TM_ZONE) and HAVE(TIMEGM) guards
26570 and place the rules for controlling the guards in Platform.h.
26571 Turn off these newly introduced guards for SYMBIAN.
/external/webkit/Source/WebCore/
DChangeLog-2010-05-243209 V8 code generator does not add ENABLE guards around attribute getters and setters
8274 Add missing ENABLE(SVG) guards.
10099 Change the npapi.h header guards to match the npapi-headers repository
10425 …yerPrivateQuickTimeVisualContext.h: Add #if USE(ACCELERATED_COMPOSITING) guards around GraphicsLay…
23701 Added missing ENABLE(CONTEXT_MENUS) guards.
25643 generated files have #ifdef feature guards.
27992 Added guards nodes from foreign documents to DOMSelection APIs.
30233 [Qt] Remove the definition of WTF_CHANGES guards from the build system
31578 Adds a missing ENABLE(WORKERS) guards to the V8 bindings.
34735 Adds ENABLE(WORKERS) guards to V8 bindings
[all …]
DChangeLog-2010-01-29865 …* accessibility/AXObjectCache.cpp: Modified. Added HAVE(ACCESSIBILITY) guards around contentChanged
5524 [Android] bindings/v8/V8DOMWrapper.h[cpp] are missing guards for XPATH and XSLT features
5528 by the appropriate #if ENABLE(feature) macros. Add the missing guards.
21808 (WebCore::Document::createWrapperCache): Widened the guards to the whole method.
21809 * dom/Document.h: Added JSC guards to wrapper cache-related members.
23479 Adds ENABLE(INSPECTOR) guards around script binding methods that use types
27295 Adds ENABLE(INSPECTOR) guards around DOMWindow::inspectorTimelineAgent.
27300 …* page/DOMWindow.cpp: Modified. Adds ENABLE(INSPECTOR) guards around DOMWindow::inspectorTimelineA…
27306 Adds SHARED_WORKERS guards to V8 WorkerContextExecutionProxy.
27374 Adds PLATFORM(CHROMIUM) guards around memory usage code in V8GCController.
[all …]
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-16256 …Add #if ENABLE(DATABASE) guards around database code so toggling ENABLE_DATABASE off does not brea…
6251 JavaScriptDebugServer guards against re-entry for us.
6568 m_callingServer guards since we're not calling callEvent anymore.
8818 * WebScriptDebugger.cpp: Added nested guards so that Drosera does not
8956 - Added guards to the wait loop so execution would not hang and now the
9554 1) It adds pragma warning guards around WebCore includes in WebKit files
12976 Removed guards against sending key events during composition, and added a flag
/external/webkit/Source/JavaScriptGlue/
DChangeLog3355 - Inserted guards against NULL fJSUserObject data member.
/external/webkit/Source/WebKit/wx/
DChangeLog2274 …Add #if ENABLE(DATABASE) guards around database code so toggling ENABLE_DATABASE off does not brea…
/external/webkit/Source/WebKit/gtk/
DChangeLog4799 [GTK] Fix some feature guards
4802 * webkit/webkitprivate.h: Add ENABLE(VIDEO) guards for video specific members.
8613 (webkit_web_frame_pause_svg_animation): Fix ENABLE(SVG) guards.
9382 * WebCoreSupport/DocumentLoaderGtk.h: Added "headed guards"
11829 …Add #if ENABLE(DATABASE) guards around database code so toggling ENABLE_DATABASE off does not brea…

123