HomeSort by relevance Sort by last modified time
    Searched full:synchronize (Results 1 - 25 of 401) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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);
Makefile.am 11 shortest-path.cc synchronize.cc text-io.cc topsort.cc union.cc \
  /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);
  /dalvik/vm/mterp/x86/
OP_MONITOR_ENTER.S 4 * Synchronize on an object.
  /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(); \
  /dalvik/vm/mterp/armv5te/
OP_MONITOR_ENTER.S 4 * Synchronize on an object.
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/
SOURCES 3 toolchain/gcc.git 80934e7f7db429984fb56756a4cc893ba412b7b5 Synchronize internal and external version. Merge the following patches:
  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/
SOURCES 3 toolchain/gcc.git 80934e7f7db429984fb56756a4cc893ba412b7b5 Synchronize internal and external version. Merge the following patches:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
virtio_config.h 8 /* Status byte for guest to report progress, and synchronize features. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_config.h 8 /* Status byte for guest to report progress, and synchronize features. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_config.h 8 /* Status byte for guest to report progress, and synchronize features. */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/
SOURCES 3 toolchain/gcc.git 80934e7f7db429984fb56756a4cc893ba412b7b5 Synchronize internal and external version. Merge the following patches:
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/
SOURCES 3 toolchain/gcc.git 80934e7f7db429984fb56756a4cc893ba412b7b5 Synchronize internal and external version. Merge the following patches:
  /external/chromium/crypto/
capi_util.h 16 // synchronize it.
  /external/openfst/src/bin/
fstsynchronize.cc 23 #include <fst/script/synchronize.h>
49 s::Synchronize(*ifst, &ofst);
  /external/webkit/Source/JavaScriptCore/runtime/
GCActivityCallback.h 47 virtual void synchronize() {} function in class:JSC::GCActivityCallback
63 void synchronize();
GCActivityCallback.cpp 49 void DefaultGCActivityCallback::synchronize() function in class:JSC::DefaultGCActivityCallback
  /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/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
LayerTreeHostCAMac.mm 37 + (void)synchronize;
105 [CATransaction synchronize];
112 [CATransaction synchronize];
  /frameworks/base/core/java/android/webkit/
WebHistoryItem.java 112 * to synchronize this method.
134 * to synchronize this method.
145 * to synchronize this method.
206 * to synchronize this method.
226 * to synchronize this method.
238 * to synchronize this method.
  /external/webkit/Source/JavaScriptCore/API/
APIShims.h 47 m_globalData->heap.activityCallback()->synchronize();
93 m_globalData->heap.activityCallback()->synchronize();
  /external/chromium/chrome/browser/extensions/
extension_special_storage_policy.h 57 base::Lock lock_; // Synchronize all access to the collections.
  /external/strace/
TODO 8 * synchronize linux/**/syscallent.h, number of arguments for a syscal isn't
  /libcore/luni/src/main/java/java/io/
Writer.java 39 * The object used to synchronize access to the writer.
45 * synchronize critical sections.
52 * Constructs a new {@code Writer} with {@code lock} used to synchronize
56 * the {@code Object} used to synchronize critical sections.

Completed in 1482 milliseconds

1 2 3 4 5 6 7 8 91011>>