Home
last modified time | relevance | path

Searched refs:synchronize (Results 1 – 25 of 45) sorted by relevance

12

/external/webrtc/src/system_wrappers/source/
Ddata_log.cc123 CriticalSectionScoped synchronize(cells_lock_); in InsertCell() local
133 CriticalSectionScoped synchronize(cells_lock_); in ToString() local
182 CriticalSectionScoped synchronize(table_lock_); in AddColumn() local
199 CriticalSectionScoped synchronize(table_lock_); in InsertCell() local
225 CriticalSectionScoped synchronize(table_lock_); in Flush() local
253 CriticalSectionScoped synchronize(table_lock_); in Flush() local
343 CriticalSectionScoped synchronize(crit_sect_.get()); in CreateLog() local
373 CriticalSectionScoped synchronize(crit_sect_.get()); in ReturnLog() local
383 WriteLockScoped synchronize(*tables_lock_); in AddTable() local
396 ReadLockScoped synchronize(*tables_lock_); in AddColumn() local
[all …]
/external/webkit/Source/WebCore/svg/properties/
DSVGAnimatedPropertySynchronizer.h31 static void synchronize(SVGElement*, const QualifiedName&, const AtomicString&);
36 …static void synchronize(SVGElement* ownerElement, const QualifiedName& attrName, const AtomicStrin…
51 static void synchronize(SVGElement*, const QualifiedName&, const AtomicString&)
DSVGAnimatedPropertyMacros.h93 void OwnerType::synchronize##UpperProperty() \
99 …SVGAnimatedPropertySynchronizer<IsDerivedFromSVGElement<OwnerType>::value>::synchronize(contextEle…
129 void synchronize##UpperProperty(); \
/external/webkit/Source/JavaScriptCore/runtime/
DGCActivityCallback.h47 virtual void synchronize() {} in synchronize() function
63 void synchronize();
DGCActivityCallback.cpp49 void DefaultGCActivityCallback::synchronize() in synchronize() function in JSC::DefaultGCActivityCallback
DGCActivityCallbackCF.cpp101 void DefaultGCActivityCallback::synchronize() in synchronize() function in JSC::DefaultGCActivityCallback
/external/webkit/Source/WebCore/svg/
DSVGTests.cpp133 …SVGAnimatedPropertySynchronizer<true>::synchronize(contextElement, SVGNames::requiredFeaturesAttr,… in synchronizeRequiredFeatures()
141 …SVGAnimatedPropertySynchronizer<true>::synchronize(contextElement, SVGNames::requiredExtensionsAtt… in synchronizeRequiredExtensions()
149 …SVGAnimatedPropertySynchronizer<true>::synchronize(contextElement, SVGNames::systemLanguageAttr, v… in synchronizeSystemLanguage()
DSVGPolyElement.cpp128 …SVGAnimatedPropertySynchronizer<true>::synchronize(this, SVGNames::pointsAttr, m_points.value.valu… in synchronizePoints()
DSVGTextContentElement.cpp56 SVGAnimatedPropertySynchronizer<true>::synchronize(this, SVGNames::textLengthAttr, value); in synchronizeTextLength()
DSVGPathElement.cpp266 …SVGAnimatedPropertySynchronizer<true>::synchronize(this, SVGNames::dAttr, m_pathSegList.value.valu… in synchronizeD()
/external/webkit/Source/JavaScriptCore/API/
DAPIShims.h47 m_globalData->heap.activityCallback()->synchronize(); in APIEntryShimWithoutLock()
93 m_globalData->heap.activityCallback()->synchronize(); in ~APICallbackShim()
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp222 static WaitForThreads synchronize; variable
232 synchronize.block(); // wait until other threads are at this point in callFunc()
280 synchronize.releaseThreads(3); // wait until other threads are at this point in main()
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
DLayerTreeHostCAMac.mm37 + (void)synchronize; class in Details
105 [CATransaction synchronize];
112 [CATransaction synchronize];
/external/openfst/src/script/
DMakefile.am11 shortest-path.cc synchronize.cc text-io.cc topsort.cc union.cc \
DMakefile.in82 shortest-distance.cc shortest-path.cc synchronize.cc \
95 @HAVE_SCRIPT_TRUE@ synchronize.lo text-io.lo topsort.lo \
250 @HAVE_SCRIPT_TRUE@shortest-path.cc synchronize.cc text-io.cc topsort.cc union.cc \
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synchronize.Plo@am__quote@
/external/webkit/Tools/WebKitLauncher/
DWebKitNightlyEnabler.m94 [userDefaults synchronize];
108 [userDefaults synchronize];
224 [userDefaults synchronize];
Dmain.m63 [[NSUserDefaults standardUserDefaults] synchronize];
/external/openfst/src/include/
DMakefile.am34 fst/script/symbols.h fst/script/synchronize.h fst/script/text-io.h \
43 fst/random-weight.h fst/synchronize.h \
DMakefile.in60 fst/synchronize.h fst/epsnormalize.h fst/log.h fst/rational.h \
114 fst/script/synchronize.h fst/script/text-io.h \
295 fst/script/symbols.h fst/script/synchronize.h fst/script/text-io.h \
304 fst/random-weight.h fst/synchronize.h \
/external/strace/
DTODO8 * synchronize linux/**/syscallent.h, number of arguments for a syscal isn't
/external/webkit/Source/WebCore/platform/mac/
DLanguage.mm95 [[NSUserDefaults standardUserDefaults] synchronize];
DScrollbarThemeMac.mm201 [defaults synchronize];
/external/mesa3d/docs/
DMESA_swap_frame_usage.spec158 time and does not synchronize to vertical blank.
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_editor.mm148 // NSTextField and NSTextView synchronize their contents. That is
/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromiumMac.mm173 [defaults synchronize];

12