/external/webkit/Source/JavaScriptCore/runtime/ |
GCActivityCallback.cpp | 49 void DefaultGCActivityCallback::synchronize() function in class:JSC::DefaultGCActivityCallback
|
GCActivityCallback.h | 47 virtual void synchronize() {} function in class:JSC::GCActivityCallback 63 void synchronize();
|
GCActivityCallbackCF.cpp | 101 void DefaultGCActivityCallback::synchronize() function in class:JSC::DefaultGCActivityCallback
|
/external/webkit/Source/WebCore/svg/properties/ |
SVGAnimatedPropertySynchronizer.h | 31 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
|
SVGAnimatedPropertyMacros.h | 93 void OwnerType::synchronize##UpperProperty() \ 99 SVGAnimatedPropertySynchronizer<IsDerivedFromSVGElement<OwnerType>::value>::synchronize(contextElement, DOMAttribute, value); \ 129 void synchronize##UpperProperty(); \
|
/external/webrtc/src/system_wrappers/source/ |
data_log.cc | 123 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/ |
synchronize.h | 22 #include <fst/synchronize.h> 30 void Synchronize(SynchronizeArgs *args) { 34 Synchronize(ifst, ofst); 37 void Synchronize(const FstClass &ifst, MutableFstClass *ofst);
|
fstscript.h | 65 #include <fst/script/synchronize.h> 141 REGISTER_FST_OPERATION(Synchronize, Arc, SynchronizeArgs);
|
/external/openfst/src/script/ |
synchronize.cc | 19 #include <fst/script/synchronize.h> 24 void Synchronize(const FstClass &ifst, MutableFstClass *ofst) { 25 if (!ArcTypesMatch(ifst, *ofst, "Synchronize")) return; 28 Apply<Operation<SynchronizeArgs> >("Synchronize", ifst.ArcType(), &args); 31 REGISTER_FST_OPERATION(Synchronize, StdArc, SynchronizeArgs); 32 REGISTER_FST_OPERATION(Synchronize, LogArc, SynchronizeArgs); 33 REGISTER_FST_OPERATION(Synchronize, Log64Arc, SynchronizeArgs);
|
/external/webkit/Source/JavaScriptCore/API/ |
APIShims.h | 47 m_globalData->heap.activityCallback()->synchronize(); 93 m_globalData->heap.activityCallback()->synchronize();
|
/external/openfst/src/bin/ |
fstsynchronize.cc | 23 #include <fst/script/synchronize.h> 49 s::Synchronize(*ifst, &ofst);
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/ |
LayerTreeHostCAMac.mm | 37 + (void)synchronize; 105 [CATransaction synchronize]; 112 [CATransaction synchronize];
|
/external/webkit/Source/WebCore/svg/ |
SVGTests.cpp | 133 SVGAnimatedPropertySynchronizer<true>::synchronize(contextElement, SVGNames::requiredFeaturesAttr, value); 141 SVGAnimatedPropertySynchronizer<true>::synchronize(contextElement, SVGNames::requiredExtensionsAttr, value); 149 SVGAnimatedPropertySynchronizer<true>::synchronize(contextElement, SVGNames::systemLanguageAttr, value);
|
SVGPolyElement.cpp | 128 SVGAnimatedPropertySynchronizer<true>::synchronize(this, SVGNames::pointsAttr, m_points.value.valueAsString());
|
SVGTextContentElement.cpp | 56 SVGAnimatedPropertySynchronizer<true>::synchronize(this, SVGNames::textLengthAttr, value);
|
SVGPathElement.cpp | 266 SVGAnimatedPropertySynchronizer<true>::synchronize(this, SVGNames::dAttr, m_pathSegList.value.valueAsString());
|
/external/webkit/Tools/WebKitLauncher/ |
WebKitNightlyEnabler.m | 94 [userDefaults synchronize]; 108 [userDefaults synchronize]; 224 [userDefaults synchronize];
|
main.m | 63 [[NSUserDefaults standardUserDefaults] synchronize];
|
/external/webkit/Source/WebCore/platform/mac/ |
Language.mm | 95 [[NSUserDefaults standardUserDefaults] synchronize];
|
ScrollbarThemeMac.mm | 201 [defaults synchronize];
|
/external/llvm/examples/ParallelJIT/ |
ParallelJIT.cpp | 222 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/ |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar | |
/external/openfst/src/include/fst/ |
fstlib.h | 94 #include <fst/synchronize.h>
|
/external/webkit/Source/WebCore/platform/chromium/ |
ScrollbarThemeChromiumMac.mm | 173 [defaults synchronize];
|