Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 25 of 92) sorted by relevance

1234

/external/opencore/fileformats/mp4/parser/src/
Dsyncsampleatom.cpp65 uint32 sync; in SyncSampleAtom() local
68 if (!AtomUtils::read32(fp, sync)) in SyncSampleAtom()
73 _psampleNumbers[i] = (sync); in SyncSampleAtom()
118 uint32 sync = 0; in getSyncSampleFollowing() local
120 while (sync < sampleNum) in getSyncSampleFollowing()
124 sync = _psampleNumbers[count] - 1; in getSyncSampleFollowing()
137 if (sync == sampleNum) in getSyncSampleFollowing()
141 sync = _psampleNumbers[count] - 1; in getSyncSampleFollowing()
147 sync = 0; in getSyncSampleFollowing()
151 return sync; in getSyncSampleFollowing()
[all …]
/external/webkit/WebCore/css/
Dview-source.css46 /* Keep this in sync with inspector.css (.webkit-line-gutter-backdrop) */
56 /* Keep this in sync with inspector.css (.webkit-line-gutter-backdrop) */
84 /* Keep this in sync with inspector.css (.webkit-html-tag) */
89 /* Keep this in sync with inspector.css (.webkit-html-attribute-name) */
94 /* Keep this in sync with inspector.css (.webkit-html-attribute-value) */
99 …/* Keep this in sync with inspector.css (.webkit-html-external-link, .webkit-html-resource-link) */
104 /* Keep this in sync with inspector.css (.webkit-html-external-link) */
109 /* Keep this in sync with inspector.css (.webkit-html-external-link:hover) */
114 /* Keep this in sync with inspector.css (.webkit-html-comment) */
119 /* Keep this in sync with inspector.css (.webkit-html-doctype) */
/external/netcat/
Dstupidh95 sync
369 sync
417 sync
422 sync
449 sync
/external/zlib/contrib/iostream3/
Dzfstream.cc34 this->sync(); in ~gzfilebuf()
115 if (this->sync() == -1) in close()
270 if (this->sync() == -1) in setbuf()
299 gzfilebuf::sync() in sync() function in gzfilebuf
/external/zlib/contrib/iostream/
Dzfstream.cpp12 sync(); in ~gzfilebuf()
106 sync(); in close()
206 int gzfilebuf::sync() { in sync() function in gzfilebuf
Dzfstream.h26 virtual int sync();
/external/sonivox/arm-wt-22k/host_src/
Djet.h167 EAS_PUBLIC EAS_RESULT JET_SetMuteFlags (EAS_DATA_HANDLE easHandle, EAS_U32 muteFlags, EAS_BOOL sync
175 …LT JET_SetMuteFlag (EAS_DATA_HANDLE easHandle, EAS_INT trackNum, EAS_BOOL muteFlag, EAS_BOOL sync);
/external/sonivox/jet_tools/JetCreator/
DJetPreview.py66 sync = JetDefs.DEFAULT_MUTE_SYNC
69 self.jet.SetMuteFlag(trackNum, mute, sync)
70 logging.info("SetMuteFlag() Track:%d Mute:%d Sync:%d" % (trackNum, mute, sync))
DJetAudition.py201 sync = JetDefs.DEFAULT_MUTE_SYNC
202 self.jet.SetMuteFlag(trackNum, mute, sync)
203 logging.info("SetMuteFlag() Track:%d Mute:%d Sync:%d" % (trackNum, mute, sync))
/external/oprofile/daemon/
Dopd_extended.c156 && ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->sync != NULL) in opd_ext_sfile_sync()
157 ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->sync(sf); in opd_ext_sfile_sync()
Dopd_extended.h51 int (*sync)(struct sfile *); member
/external/webkit/
DWEBKIT_MERGE_REVISION1 We sync with Chromium release revision, which has both webkit revision and V8 revision.
/external/webkit/WebCore/storage/
DStorageAreaSync.cpp254 void StorageAreaSync::sync(bool clearItems, const HashMap<String, String>& items) in sync() function in WebCore::StorageAreaSync
328 sync(clearItems, items); in performSync()
DStorageAreaSync.h79 void sync(bool clearItems, const HashMap<String, String>& items);
/external/e2fsprogs/include/nonunix/
Dunistd.h39 __inline void sync(void){}; in sync() function
/external/e2fsprogs/tests/f_dup_resize/
Dscript4 dd if=$TEST_BITS of=$TEST_DATA bs=63k count=1 conv=sync > /dev/null 2>&1
/external/sonivox/arm-wt-22k/lib_src/
Djet.c736 EAS_PUBLIC EAS_RESULT JET_SetMuteFlags (EAS_DATA_HANDLE easHandle, EAS_U32 muteFlags, EAS_BOOL sync) in JET_SetMuteFlags() argument
744 if (!sync) in JET_SetMuteFlags()
761 if (sync) in JET_SetMuteFlags()
772 …ULT JET_SetMuteFlag (EAS_DATA_HANDLE easHandle, EAS_INT trackNum, EAS_BOOL muteFlag, EAS_BOOL sync) in JET_SetMuteFlag() argument
787 if (!sync) in JET_SetMuteFlag()
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fbvideo.c95 int sync; member
329 vinfo->sync=0; in read_fbmodes_mode()
340 vinfo->sync |= FB_SYNC_HOR_HIGH_ACT; in read_fbmodes_mode()
345 vinfo->sync |= FB_SYNC_VERT_HIGH_ACT; in read_fbmodes_mode()
350 vinfo->sync |= FB_SYNC_COMP_HIGH_ACT; in read_fbmodes_mode()
355 vinfo->sync |= FB_SYNC_EXT; in read_fbmodes_mode()
773 fprintf(stderr, "\tsync: %d\n", vinfo->sync); in print_vinfo()
852 vinfo->sync = vesa_timings[i].sync; in choose_vesa_mode()
/external/webkit/WebCore/platform/sql/
DSQLiteDatabase.cpp165 void SQLiteDatabase::setSynchronous(SynchronousPragma sync) in setSynchronous() argument
167 executeCommand(String::format("PRAGMA synchronous = %i", sync)); in setSynchronous()
/external/iptables/
DCOMMIT_NOTES20 'extensions/Makefile'. Make sure to keep the headers in sync!
/external/grub/grub/
Dmain.c138 sync (); in main()
/external/webkit/WebKit/mac/WebInspector/
DWebNodeHighlight.mm157 // Redraw highlight view immediately so it updates in sync with the target view.
198 // Disable screen updates so the highlight moves in sync with the view.
/external/e2fsprogs/tests/d_loaddump/
Dscript18 dd if=$TEST_BITS of=$TEST_DATA bs=128k count=1 conv=sync > /dev/null 2>&1
/external/tcpdump/lbl/
Dos-sunos4.h178 void sync(void);
/external/libpcap/lbl/
Dos-sunos4.h178 void sync(void);

1234