/external/opencore/fileformats/mp4/parser/src/ |
D | syncsampleatom.cpp | 65 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/ |
D | view-source.css | 46 /* 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/ |
D | stupidh | 95 sync 369 sync 417 sync 422 sync 449 sync
|
/external/zlib/contrib/iostream3/ |
D | zfstream.cc | 34 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/ |
D | zfstream.cpp | 12 sync(); in ~gzfilebuf() 106 sync(); in close() 206 int gzfilebuf::sync() { in sync() function in gzfilebuf
|
D | zfstream.h | 26 virtual int sync();
|
/external/sonivox/arm-wt-22k/host_src/ |
D | jet.h | 167 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/ |
D | JetPreview.py | 66 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))
|
D | JetAudition.py | 201 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/ |
D | opd_extended.c | 156 && 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()
|
D | opd_extended.h | 51 int (*sync)(struct sfile *); member
|
/external/webkit/ |
D | WEBKIT_MERGE_REVISION | 1 We sync with Chromium release revision, which has both webkit revision and V8 revision.
|
/external/webkit/WebCore/storage/ |
D | StorageAreaSync.cpp | 254 void StorageAreaSync::sync(bool clearItems, const HashMap<String, String>& items) in sync() function in WebCore::StorageAreaSync 328 sync(clearItems, items); in performSync()
|
D | StorageAreaSync.h | 79 void sync(bool clearItems, const HashMap<String, String>& items);
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 39 __inline void sync(void){}; in sync() function
|
/external/e2fsprogs/tests/f_dup_resize/ |
D | script | 4 dd if=$TEST_BITS of=$TEST_DATA bs=63k count=1 conv=sync > /dev/null 2>&1
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | jet.c | 736 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/ |
D | SDL_fbvideo.c | 95 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/ |
D | SQLiteDatabase.cpp | 165 void SQLiteDatabase::setSynchronous(SynchronousPragma sync) in setSynchronous() argument 167 executeCommand(String::format("PRAGMA synchronous = %i", sync)); in setSynchronous()
|
/external/iptables/ |
D | COMMIT_NOTES | 20 'extensions/Makefile'. Make sure to keep the headers in sync!
|
/external/grub/grub/ |
D | main.c | 138 sync (); in main()
|
/external/webkit/WebKit/mac/WebInspector/ |
D | WebNodeHighlight.mm | 157 // 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/ |
D | script | 18 dd if=$TEST_BITS of=$TEST_DATA bs=128k count=1 conv=sync > /dev/null 2>&1
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 178 void sync(void);
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 178 void sync(void);
|