HomeSort by relevance Sort by last modified time
    Searched refs:sync (Results 476 - 500 of 640) sorted by null

<<11121314151617181920>>

  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 16 be kept in sync. New events must be handled on both sides of socket.
  /external/webkit/Source/WebCore/page/
PageGroup.cpp 154 it->second->localStorage()->sync();
225 // StorageAreas for this PageGroup closed. The final sync will have taken
  /external/yaffs2/yaffs2/mtdemul/
nandemul2k.c 590 * NAND sync
628 mtd->sync = nand_sync;
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 195 boolean sync = data.readInt() != 0;
198 resultExtras, sync, sendingUser);
775 Bundle map, boolean sync, int sendingUser) throws RemoteException {
784 data.writeInt(sync ? 1 : 0);
    [all...]
SharedPreferencesImpl.java 455 mcr, null /* sync write on this thread okay */);
597 FileUtils.sync(str);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSimpleAdapter.java 281 CheckBox syncCheckBox = (CheckBox) view.findViewById(R.id.sync);
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowEditActivity.java 193 mSlideshowModel.sync(pb);
  /system/core/adb/
services.c 170 sync();
459 } else if(!strncmp(name, "sync:", 5)) {
  /bionic/libc/arch-arm/
syscalls.mk 83 syscall_src += arch-arm/syscalls/sync.S
  /bionic/libc/arch-x86/
syscalls.mk 87 syscall_src += arch-x86/syscalls/sync.S
  /bootable/recovery/applypatch/
applypatch.c 462 sync();
522 // hack: sync and sleep after closing in hopes of getting
525 sync();
    [all...]
  /build/core/
cleanbuild.mk 106 # PRODUCT_OUT staging directory, things can get out of sync if different
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
BaseTest.java 538 protected void sync(int i) { method in class:BaseTest.FilteringTokenStream
539 super.sync(i);
  /external/kernel-headers/original/linux/
fb.h 215 #define FB_SYNC_HOR_HIGH_ACT 1 /* horizontal sync high active */
216 #define FB_SYNC_VERT_HIGH_ACT 2 /* vertical sync high active */
217 #define FB_SYNC_EXT 4 /* external sync */
218 #define FB_SYNC_COMP_HIGH_ACT 8 /* composite sync high active */
222 #define FB_SYNC_ON_GREEN 32 /* sync on green */
278 __u32 left_margin; /* time from sync to picture */
279 __u32 right_margin; /* time from picture to sync */
280 __u32 upper_margin; /* time from sync to picture */
282 __u32 hsync_len; /* length of horizontal sync */
283 __u32 vsync_len; /* length of vertical sync */
284 __u32 sync; \/* see FB_SYNC_* *\/ member in struct:fb_var_screeninfo
1164 u32 sync; member in struct:fb_videomode
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
js-test-pre.js 85 // Log first in case things go horribly wrong or this causes a sync event.
  /frameworks/base/services/java/com/android/server/content/
ContentService.java 330 * Clear all scheduled sync operations that match the uri and cancel the active sync
371 "no permission to read the sync settings");
387 public void setSyncAutomatically(Account account, String providerName, boolean sync) {
389 "no permission to write the sync settings");
397 account, userId, providerName, sync);
407 "no permission to write the sync settings");
427 "no permission to write the sync settings");
441 "no permission to read the sync settings");
455 "no permission to read the sync settings")
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 36 To keep sources in sync, the remainder of this source file is
38 name and changing ints related with sync state to longs. Please
158 * It will not be used as a sync queue node
175 * The field is initialized to 0 for normal sync nodes, and
    [all...]
AbstractQueuedSynchronizer.java 179 * private static class Sync extends AbstractQueuedSynchronizer {
215 * // The sync object does all the hard work. We just forward to it.
216 * private final Sync sync = new Sync();
218 * public void lock() { sync.acquire(1); }
219 * public boolean tryLock() { return sync.tryAcquire(1); }
220 * public void unlock() { sync.release(1); }
221 * public Condition newCondition() { return sync.newCondition(); }
222 * public boolean isLocked() { return sync.isHeldExclusively();
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldAbstractPreferencesTest.java 853 pref.sync();
858 pref.sync();
    [all...]
OldPreferencesTest.java 95 p.sync();
1096 public void sync() throws BackingStoreException { method in class:OldPreferencesTest.MockPreferences
    [all...]

Completed in 3494 milliseconds

<<11121314151617181920>>