HomeSort by relevance Sort by last modified time
    Searched full:commit (Results 876 - 900 of 4550) sorted by null

<<31323334353637383940>>

  /packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
MockSharedPreferences.java 141 public boolean commit() { method in class:MockSharedPreferences
147 commit(); method
  /packages/apps/Email/tests/src/com/android/email/
MockSharedPreferences.java 143 public boolean commit() { method in class:MockSharedPreferences
149 commit(); method
  /packages/apps/TV/src/com/android/tv/dvr/ui/list/
DvrSchedulesActivity.java 67 .commit();
119 .commit();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
MoveAppActivity.java 88 .commit();
120 .commit();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
MockSharedPreferences.java 141 public boolean commit() { method in class:MockSharedPreferences
147 commit(); method
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStream.h 61 /// so that to be portable it is necessary to call commit() on the stream when
73 virtual Error commit() = 0;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
BinaryStream.h 61 /// so that to be portable it is necessary to call commit() on the stream when
73 virtual Error commit() = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
BinaryStream.h 61 /// so that to be portable it is necessary to call commit() on the stream when
73 virtual Error commit() = 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
BinaryStream.h 61 /// so that to be portable it is necessary to call commit() on the stream when
73 virtual Error commit() = 0;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
BinaryStream.h 61 /// so that to be portable it is necessary to call commit() on the stream when
73 virtual Error commit() = 0;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
BinaryStream.h 61 /// so that to be portable it is necessary to call commit() on the stream when
73 virtual Error commit() = 0;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
BinaryStream.h 61 /// so that to be portable it is necessary to call commit() on the stream when
73 virtual Error commit() = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStream.h 61 /// so that to be portable it is necessary to call commit() on the stream when
73 virtual Error commit() = 0;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
BinaryStream.h 61 /// so that to be portable it is necessary to call commit() on the stream when
73 virtual Error commit() = 0;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
BinaryStream.h 61 /// so that to be portable it is necessary to call commit() on the stream when
73 virtual Error commit() = 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
BinaryStream.h 61 /// so that to be portable it is necessary to call commit() on the stream when
73 virtual Error commit() = 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
BinaryStream.h 61 /// so that to be portable it is necessary to call commit() on the stream when
73 virtual Error commit() = 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
BinaryStream.h 61 /// so that to be portable it is necessary to call commit() on the stream when
73 virtual Error commit() = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
BinaryStream.h 61 /// so that to be portable it is necessary to call commit() on the stream when
73 virtual Error commit() = 0;
  /prebuilts/go/darwin-x86/src/runtime/
mem_windows.go 68 // Commit failed. See SysUnused.
77 throw("runtime: failed to commit pages")
  /prebuilts/go/linux-x86/src/runtime/
mem_windows.go 68 // Commit failed. See SysUnused.
77 throw("runtime: failed to commit pages")
  /system/libhidl/libhidlcache/
HidlMemoryCache.cpp 43 Return<void> commit() override { return mHeap->commit(); }
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 19 * Hardware Composer Commit Points
38 * The Hardware Composer (HWC) Commit test is a benchmark that
39 * discovers the points at which the HWC will commit to rendering an
50 * that it used to commit to. The primary purpose of this benchmark
51 * is the automated discovery of the commit points, where an implementation
53 * referred to as commit points. Between implementations changes to the
54 * commit points are allowed, as long as they improve what the HWC commits
55 * to. Once an implementation of the HWC is shipped, the commit points are
59 * commit point. It doesn't exhaustively check all possible conditions,
628 // that the HWC will commit to. If allowOverlap is true, then the rectangle
    [all...]
  /cts/hostsidetests/backup/SuccessNotificationApp/src/android/cts/backup/successnotificationapp/
SuccessNotificationTest.java 38 .commit();
  /cts/hostsidetests/backup/includeexcludeapp/src/android/cts/backup/includeexcludeapp/
IncludeExcludeTest.java 255 editor.commit();
260 editor.commit();
274 editor.commit();
278 editor.commit();

Completed in 1227 milliseconds

<<31323334353637383940>>