HomeSort by relevance Sort by last modified time
    Searched full:synced (Results 26 - 50 of 485) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/browseable/SpeedTracker/Application/res/values/
base-strings.xml 30 with the phone, this data will be synced with the phone
  /external/fio/arch/
arch-x86-common.h 33 * Check for constant rate and synced (across cores) TSC
  /external/kernel-headers/original/uapi/linux/
nfs_fs.h 33 #define FLUSH_SYNC 1 /* file being synced, or contention */
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
RecoverableKeyGenerator.java 37 * They are synced to disk wrapped by a platform key. This allows them to be exported to a remote
61 // material, so that it can be synced to disk in encrypted form.
80 * persisted to disk so that it can be synced remotely, and then recovered on another device.
121 * persisted to disk so that it can be synced remotely, and then recovered on another device.
  /packages/apps/TV/src/com/android/tv/data/
DisplayMode.java 24 // The values should be synced with R.arrays.display_mode_label
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nfs_fs.h 32 #define FLUSH_SYNC 1 /* file being synced, or contention */
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncFragment.java 164 if (row.synced == row.originalSynced) {
173 int synced = row.synced ? 1 : 0; local
174 values.put(Calendars.SYNC_EVENTS, synced);
175 values.put(Calendars.VISIBLE, synced);
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformBootManager.h 94 Simple Text Out screens will now be synced up with all non video output devices
96 @retval EFI_SUCCESS UGA devices are back in text mode and synced up.
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
PlatformBootManager.h 100 Simple Text Out screens will now be synced up with all non video output devices
102 @retval EFI_SUCCESS UGA devices are back in text mode and synced up.
  /frameworks/base/core/java/android/content/
SyncInfo.java 38 * The {@link Account} that is currently being synced.
43 * The authority of the provider that is currently being synced.
  /packages/apps/TV/res/values/
arrays.xml 19 <!-- The display_mode_label should be synced with src/com/android/tv/data/DisplayMode.java -->
30 This list should be synced the data in src/com/android/tv/data/GenreItems.java -->
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 492 int synced = 0; local
559 synced = 1;
562 synced = 1;
586 if (!synced) {
591 synced = 1;
607 if (synced)
621 int synced = 0; local
694 synced = 1;
697 synced = 1;
721 if (!synced) {
    [all...]
  /frameworks/base/libs/common_time/
common_time_server_api.cpp 306 bool synced; local
310 synced = (OK == mCommonClock.localToCommon(localTime, &commonTime));
316 if (synced)
319 dump_printf("Common time : %s\n", "not synced");
326 if (synced) {
  /external/libogg/doc/libogg/
ogg_sync_pageseek.html 49 n means that the page was synced at the current location, with a page length of n bytes.
  /external/parameter-framework/upstream/parameter/
VirtualSubsystem.cpp 43 "Its parameters will not be synced with any external system.";
  /frameworks/base/media/mca/samples/CameraEffectsRecordingSample/res/raw/
cameraeffectsrecordingsample.graph 17 @setting autoBranch = "synced";
  /frameworks/base/packages/SystemUI/shared/tests/src/com/android/systemui/shared/
SysuiSharedLibTestCase.java 72 "This method can not be called from the looper being synced");
  /packages/apps/Camera2/src/com/android/camera/app/
CameraController.java 250 // if using API2 ensure API1 usage is also synced
305 public void closeCamera(boolean synced) {
309 mCameraAgentNg.closeCamera(mCameraProxy, synced);
311 mCameraAgent.closeCamera(mCameraProxy, synced);
  /packages/apps/Email/provider_src/com/android/email/provider/
AccountBackupRestore.java 31 * email data for IMAP/EAS to be re-synced and prevent the worst outcomes from occurring.
  /packages/apps/TV/src/com/android/tv/dvr/
WritableDvrDataManager.java 27 * <p>The following operations need to be synced with permanent storage. The following commands are
  /sdk/eclipse/
dictionary.txt 299 synced
  /system/chre/apps/chqts/src/general_test/
test_names.h 23 * NOTE: These values are manually synced in the GTS Java's
  /cts/tests/tests/media/
AndroidManifest.xml 103 <!-- Keep the test services synced together with the TestUtils.java -->
110 <!-- Keep the test services synced together with the MockMediaLibraryService -->
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
GraphicsLib.h 211 Simple Text Out screens will now be synced up with all non UGA output devices
219 EFI_SUCCESS - UGA devices are back in text mode and synced up.
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 138 // Name of metadata node where pragma info resides (should be synced with
143 // synced with slang_rs_metadata.h)
147 // synced with slang_rs_metadata.h)
151 // (should be synced with slang_rs_metadata.h)
156 // (should be synced with slang_rs_metadata.h)
160 // (should be synced with slang_rs_metadata.h)
164 // synced with slang_rs_metadata.h)
170 // be synced with libbcc/lib/Core/Source.cpp)

Completed in 1027 milliseconds

12 3 4 5 6 7 8 91011>>