/external/webrtc/src/system_wrappers/source/ |
D | data_log.cc | 123 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/ |
D | SVGAnimatedPropertySynchronizer.h | 31 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&)
|
D | SVGAnimatedPropertyMacros.h | 93 void OwnerType::synchronize##UpperProperty() \ 99 …SVGAnimatedPropertySynchronizer<IsDerivedFromSVGElement<OwnerType>::value>::synchronize(contextEle… 129 void synchronize##UpperProperty(); \
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | GCActivityCallback.h | 47 virtual void synchronize() {} in synchronize() function 63 void synchronize();
|
D | GCActivityCallback.cpp | 49 void DefaultGCActivityCallback::synchronize() in synchronize() function in JSC::DefaultGCActivityCallback
|
D | GCActivityCallbackCF.cpp | 101 void DefaultGCActivityCallback::synchronize() in synchronize() function in JSC::DefaultGCActivityCallback
|
/external/webkit/Source/WebCore/svg/ |
D | SVGTests.cpp | 133 …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()
|
D | SVGPolyElement.cpp | 128 …SVGAnimatedPropertySynchronizer<true>::synchronize(this, SVGNames::pointsAttr, m_points.value.valu… in synchronizePoints()
|
D | SVGTextContentElement.cpp | 56 SVGAnimatedPropertySynchronizer<true>::synchronize(this, SVGNames::textLengthAttr, value); in synchronizeTextLength()
|
D | SVGPathElement.cpp | 266 …SVGAnimatedPropertySynchronizer<true>::synchronize(this, SVGNames::dAttr, m_pathSegList.value.valu… in synchronizeD()
|
/external/webkit/Source/JavaScriptCore/API/ |
D | APIShims.h | 47 m_globalData->heap.activityCallback()->synchronize(); in APIEntryShimWithoutLock() 93 m_globalData->heap.activityCallback()->synchronize(); in ~APICallbackShim()
|
/external/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 222 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/ |
D | LayerTreeHostCAMac.mm | 37 + (void)synchronize; class in Details 105 [CATransaction synchronize]; 112 [CATransaction synchronize];
|
/external/openfst/src/script/ |
D | Makefile.am | 11 shortest-path.cc synchronize.cc text-io.cc topsort.cc union.cc \
|
D | Makefile.in | 82 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/ |
D | WebKitNightlyEnabler.m | 94 [userDefaults synchronize]; 108 [userDefaults synchronize]; 224 [userDefaults synchronize];
|
D | main.m | 63 [[NSUserDefaults standardUserDefaults] synchronize];
|
/external/openfst/src/include/ |
D | Makefile.am | 34 fst/script/symbols.h fst/script/synchronize.h fst/script/text-io.h \ 43 fst/random-weight.h fst/synchronize.h \
|
D | Makefile.in | 60 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/ |
D | TODO | 8 * synchronize linux/**/syscallent.h, number of arguments for a syscal isn't
|
/external/webkit/Source/WebCore/platform/mac/ |
D | Language.mm | 95 [[NSUserDefaults standardUserDefaults] synchronize];
|
D | ScrollbarThemeMac.mm | 201 [defaults synchronize];
|
/external/mesa3d/docs/ |
D | MESA_swap_frame_usage.spec | 158 time and does not synchronize to vertical blank.
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | autocomplete_text_field_editor.mm | 148 // NSTextField and NSTextView synchronize their contents. That is
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | ScrollbarThemeChromiumMac.mm | 173 [defaults synchronize];
|