Searched refs:synchronize (Results 1 - 25 of 27) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/runtime/
H A DGCActivityCallback.cpp49 void DefaultGCActivityCallback::synchronize() function in class:JSC::DefaultGCActivityCallback
H A DGCActivityCallback.h47 virtual void synchronize() {} function in class:JSC::GCActivityCallback
63 void synchronize();
H A DGCActivityCallbackCF.cpp101 void DefaultGCActivityCallback::synchronize() function in class:JSC::DefaultGCActivityCallback
/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedPropertySynchronizer.h31 static void synchronize(SVGElement*, const QualifiedName&, const AtomicString&);
36 static void synchronize(SVGElement* ownerElement, const QualifiedName& attrName, const AtomicString& value) function in struct:WebCore::SVGAnimatedPropertySynchronizer
51 static void synchronize(SVGElement*, const QualifiedName&, const AtomicString&) function in struct:WebCore::SVGAnimatedPropertySynchronizer
53 // no-op, for types not inheriting from Element, thus nothing to synchronize
H A DSVGAnimatedPropertyMacros.h93 void OwnerType::synchronize##UpperProperty() \
99 SVGAnimatedPropertySynchronizer<IsDerivedFromSVGElement<OwnerType>::value>::synchronize(contextElement, DOMAttribute, value); \
129 void synchronize##UpperProperty(); \
/external/webrtc/src/system_wrappers/source/
H A Ddata_log.cc123 CriticalSectionScoped synchronize(cells_lock_);
133 CriticalSectionScoped synchronize(cells_lock_);
182 CriticalSectionScoped synchronize(table_lock_);
199 CriticalSectionScoped synchronize(table_lock_);
225 CriticalSectionScoped synchronize(table_lock_);
253 CriticalSectionScoped synchronize(table_lock_);
343 CriticalSectionScoped synchronize(crit_sect_.get());
373 CriticalSectionScoped synchronize(crit_sect_.get());
383 WriteLockScoped synchronize(*tables_lock_);
396 ReadLockScoped synchronize(*tables_lock
[all...]
/external/openfst/src/include/fst/script/
H A Dsynchronize.h22 #include <fst/synchronize.h>
H A Dfstscript.h65 #include <fst/script/synchronize.h>
/external/openfst/src/script/
H A Dsynchronize.cc19 #include <fst/script/synchronize.h>
/external/webkit/Source/JavaScriptCore/API/
H A DAPIShims.h47 m_globalData->heap.activityCallback()->synchronize();
93 m_globalData->heap.activityCallback()->synchronize();
/external/openfst/src/bin/
H A Dfstsynchronize.cc23 #include <fst/script/synchronize.h>
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
H A DLayerTreeHostCAMac.mm37 + (void)synchronize;
105 [CATransaction synchronize];
112 [CATransaction synchronize];
/external/webkit/Source/WebCore/svg/
H A DSVGTests.cpp133 SVGAnimatedPropertySynchronizer<true>::synchronize(contextElement, SVGNames::requiredFeaturesAttr, value);
141 SVGAnimatedPropertySynchronizer<true>::synchronize(contextElement, SVGNames::requiredExtensionsAttr, value);
149 SVGAnimatedPropertySynchronizer<true>::synchronize(contextElement, SVGNames::systemLanguageAttr, value);
H A DSVGPolyElement.cpp128 SVGAnimatedPropertySynchronizer<true>::synchronize(this, SVGNames::pointsAttr, m_points.value.valueAsString());
H A DSVGTextContentElement.cpp56 SVGAnimatedPropertySynchronizer<true>::synchronize(this, SVGNames::textLengthAttr, value);
H A DSVGPathElement.cpp266 SVGAnimatedPropertySynchronizer<true>::synchronize(this, SVGNames::dAttr, m_pathSegList.value.valueAsString());
/external/webkit/Tools/WebKitLauncher/
H A DWebKitNightlyEnabler.m94 [userDefaults synchronize];
108 [userDefaults synchronize];
224 [userDefaults synchronize];
H A Dmain.m63 [[NSUserDefaults standardUserDefaults] synchronize];
/external/webkit/Source/WebCore/platform/mac/
H A DLanguage.mm95 [[NSUserDefaults standardUserDefaults] synchronize];
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp222 static WaitForThreads synchronize; variable
232 synchronize.block(); // wait until other threads are at this point
280 synchronize.releaseThreads(3); // wait until other threads are at this point
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar ... java.io.IOException e public static synchronized void synchronize (org.eclipse.core.runtime.IProgressMonitor) org ...
/external/openfst/src/include/fst/
H A Dfstlib.h94 #include <fst/synchronize.h>
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec158 time and does not synchronize to vertical blank.
/external/webkit/Source/WebCore/platform/chromium/
H A DScrollbarThemeChromiumMac.mm173 [defaults synchronize];

Completed in 515 milliseconds

12