HomeSort by relevance Sort by last modified time
    Searched defs:sync (Results 201 - 225 of 841) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ImageMagick/MagickCore/
composite.c 175 3) When the special channel flag 'sync' (syncronize channel updates)
616 sync;
663 sync=SyncCacheViewAuthenticPixels(image_view,exception);
664 if (sync == MagickFalse)
703 sync;
739 sync=SyncCacheViewAuthenticPixels(image_view,exception);
740 if (sync == MagickFalse)
876 sync;
932 sync=SyncCacheViewAuthenticPixels(canvas_view,exception);
933 if (sync == MagickFalse
614 sync; local
701 sync; local
874 sync; local
1053 sync; local
2445 sync; local
    [all...]
annotate.c 1590 sync; local
2008 sync; local
    [all...]
profile.c 1118 sync; local
    [all...]
shear.c 790 sync;
862 sync=SyncCacheViewAuthenticPixels(rotate_view,exception);
863 if (sync == MagickFalse)
904 sync;
950 sync=SyncCacheViewAuthenticPixels(rotate_view,exception);
951 if (sync == MagickFalse)
1004 sync;
786 sync; local
900 sync; local
1000 sync; local
    [all...]
transform.c 1492 sync; local
2348 sync; local
    [all...]
  /external/libcups/filter/
raster.c 34 unsigned sync; /* Sync word from start of stream */ member in struct:_cups_raster_s
406 * Open for read - get sync word...
409 if (cups_raster_io(r, (unsigned char *)&(r->sync), sizeof(r->sync)) !=
410 sizeof(r->sync))
418 if (r->sync != CUPS_RASTER_SYNC &&
419 r->sync != CUPS_RASTER_REVSYNC &&
420 r->sync != CUPS_RASTER_SYNCv1 &&
421 r->sync != CUPS_RASTER_REVSYNCv1 &
    [all...]
  /external/libxaac/decoder/
ixheaacd_headerdecode.c 818 WORD32 sync, result; local
831 sync = ixheaacd_read_bits_buf(it_bit_buff, 11);
833 while (sync != 0x2B7) {
834 sync = ((sync & 0x3ff) << 1) | ixheaacd_read_bits_buf(it_bit_buff, 1);
876 sync = ixheaacd_read_bits_buf(it_bit_buff, 11);
879 if (sync != 0x2b7) {
916 WORD32 sync; local
919 sync = ixheaacd_read_bits_buf(it_bit_buff, 11);
920 if (sync == 0x2b7)
946 WORD32 sync = 0; local
    [all...]
  /external/python/cpython3/Modules/clinic/
_tkinter.c.h 532 " interactive=False, wantobjects=False, wantTk=True, sync=False,\n"
540 " sync\n"
541 " if true, then pass -sync to wish\n"
551 int interactive, int wantobjects, int wantTk, int sync,
564 int sync = 0; local
568 &screenName, &baseName, &className, &interactive, &wantobjects, &wantTk, &sync, &use)) {
571 return_value = _tkinter_create_impl(module, screenName, baseName, className, interactive, wantobjects, wantTk, sync, use);
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.cpp 1213 EGLSyncKHR sync = display->createSync(context); local
1215 return success(sync);
1218 EGLBoolean DestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync)
1220 TRACE("(EGLDisplay dpy = %p, EGLSyncKHR sync = %p)", dpy, sync);
1223 FenceSync *eglSync = static_cast<FenceSync*>(sync);
1240 EGLint ClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout)
1242 TRACE("(EGLDisplay dpy = %p, EGLSyncKHR sync = %p, EGLint flags = %x, EGLTimeKHR value = %llx)", dpy, sync, flags, timeout);
1245 FenceSync *eglSync = static_cast<FenceSync*>(sync);
    [all...]
  /frameworks/av/media/libstagefright/
MediaSync.cpp 45 sp<MediaSync> sync = new MediaSync(); local
46 sync->mLooper->registerHandler(sync);
47 return sync;
97 ALOGE("setSurface: output surface is used as sync source and cannot be removed.");
161 ALOGE("setAudioTrack: audioTrack is used as sync source and cannot be removed.");
243 // TODO: resync ourselves to the current clock (e.g. on sync source change)
398 // verify that we have the sync source
402 ALOGE("setSyncSettings: audio sync source requires an audio track");
408 ALOGE("setSyncSettings: vsync sync source requires an output surface")
    [all...]
  /hardware/intel/common/wrs_omxil_core/utils/src/
audio_parser.c 47 sync : 11; member in struct:mp3_frame_header_s::__anon47665::__anon47666
55 sync : 11,
357 if (header.sync != 0x7ff) {
358 LOGE("cannot find sync (0x%03x)\n", header.sync);
404 LOGV(" sync: 0x%x\n", header.sync);
  /system/extras/tests/sdcard/
testcase.h 46 enum Sync {NO_SYNC, FSYNC, SYNC};
84 Sync sync() const { return mSync; } function in class:android_test::TestCase
85 void setSync(Sync s);
141 Sync mSync;
162 StopWatch *mSyncTimer; // Used to time the sync/fsync calls.
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
SQLiteDatabaseTest.java 780 final CountDownLatch sync = new CountDownLatch(1); local
792 sync.countDown();
799 sync.await();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
AbstractPreferencesTest.java 806 pref.sync();
812 p.sync();
823 p.sync();
830 child.sync();
838 child.sync();
    [all...]
  /bionic/libc/kernel/uapi/linux/
rio_mport_cdev.h 132 __u16 sync; member in struct:rio_transaction
  /device/google/contexthub/firmware/os/core/
bl.c 481 //if we saw a sync, do the bootloader thing
485 bool ack = true; //we ack the sync
491 uint32_t sync, cmd, addr = 0, len, checksum = 0, i; local
498 while ((sync = blLoaderRxByte()) != BL_SYNC_IN);
502 if (sync == BL_SYNC_IN && cmd != BL_ERROR)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFindMt.c 390 CMtSync *sync = &p->hashSync; local
391 if (!sync->needStart)
393 CriticalSection_Enter(&sync->cs);
394 sync->csWasEntered = True;
406 if (!sync->needStart)
408 CriticalSection_Leave(&sync->cs);
409 sync->csWasEntered = False;
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c 843 char sync; local
869 long ret = read(pipefd[0], &sync, 1);
    [all...]
  /external/autotest/server/site_tests/provision_CheetsUpdate/
push_to_device.py 103 def sync(self, file_list, dest_dir): member in class:RemoteProxy
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 1360 GLsync sync; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
rio_mport_cdev.h 206 __u16 sync; /* Synch method, one of rio_transfer_sync enum */ member in struct:rio_transaction
  /external/libchrome/base/metrics/
persistent_memory_allocator.cc 483 void PersistentMemoryAllocator::Flush(bool sync) {
484 FlushPartial(used(), sync); local
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 221 ATTRIBUTE_SYNC = 'Sync'
548 def sync(self): member in class:Method
853 if method.sync:
  /external/lzma/C/
LzFindMt.c 390 CMtSync *sync = &p->hashSync; local
391 if (!sync->needStart)
393 CriticalSection_Enter(&sync->cs);
394 sync->csWasEntered = True;
406 if (!sync->needStart)
408 CriticalSection_Leave(&sync->cs);
409 sync->csWasEntered = False;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_screen.h 108 struct nouveau_object *sync; member in struct:nv50_screen

Completed in 690 milliseconds

1 2 3 4 5 6 7 891011>>