HomeSort by relevance Sort by last modified time
    Searched refs:Commit (Results 51 - 75 of 254) sorted by null

1 23 4 5 6 7 8 91011

  /external/libweave/src/
config.h 51 // User can commit changes by calling Commit method or by destroying the
108 void Commit();
config.cc 290 Commit();
293 void Config::Transaction::Commit() {
config_unittest.cc 55 change.Commit();
293 change.Commit();
  /external/v8/src/
compilation-dependencies.cc 70 void CompilationDependencies::Commit(Handle<Code> code) {
  /hardware/qcom/display/msm8996/sdm/include/core/
display_interface.h 206 Commit() in response to it from a separate thread. There is no data associated with this
212 @sa DisplayInterface::Commit
257 followed by Commit().
263 @sa Commit
267 /*! @brief Method to commit layers of a frame submitted in a former call to Prepare().
277 to Commit() to eventually become signaled, so the client's wait on fences can be released to
286 virtual DisplayError Commit(LayerStack *layer_stack) = 0;
288 /*! @brief Method to flush any pending buffers/fences submitted previously via Commit() call.
297 @sa Commit
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.h 61 DisplayError Commit(LayerStack *layer_stack);
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.h 71 virtual DisplayError Commit(HWLayers *hw_layers);
  /hardware/qcom/display/msmcobalt/sdm/include/core/
display_interface.h 220 Commit() in response to it from a separate thread. There is no data associated with this
226 @sa DisplayInterface::Commit
271 followed by Commit().
277 @sa Commit
281 /*! @brief Method to commit layers of a frame submitted in a former call to Prepare().
291 to Commit() to eventually become signaled, so the client's wait on fences can be released to
300 virtual DisplayError Commit(LayerStack *layer_stack) = 0;
302 /*! @brief Method to flush any pending buffers/fences submitted previously via Commit() call.
311 @sa Commit
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
display_base.h 61 DisplayError Commit(LayerStack *layer_stack);
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_device.h 75 virtual DisplayError Commit(HWLayers *hw_layers);
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 185 prefs.Commit()
188 commit, respectively, upon entering and leaving the context.
230 """True if properties have changed and a commit would be needed."""
243 A empty xml document, which may be modified and saved on |commit|, is
260 def Commit(self):
357 self.Commit()
shared_prefs_test.py 111 prefs.Commit()
  /external/skia/src/ports/
SkImageDecoder_WIC.cpp 430 hr = piBitmapFrameEncode->Commit();
434 hr = piEncoder->Commit();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrmscreen.h 306 STDMETHOD_(HRESULT,Commit)(THIS) PURE;
330 #define IFsrmFileGroup_Commit() (This)->lpVtbl->Commit(This)
366 STDMETHOD_(HRESULT,Commit)(THIS) PURE;
394 #define IFsrmFileGroupImported_Commit() (This)->lpVtbl->Commit(This)
479 STDMETHOD_(HRESULT,Commit)(THIS) PURE;
505 #define IFsrmFileScreenBase_Commit() (This)->lpVtbl->Commit(This)
543 STDMETHOD_(HRESULT,Commit)(THIS) PURE;
564 #define IFsrmFileScreenException_Commit() (This)->lpVtbl->Commit(This)
    [all...]
fsrmquota.h 305 STDMETHOD_(HRESULT,Commit)(THIS) PURE;
333 #define IFsrmQuotaBase_Commit() (This)->lpVtbl->Commit(This)
373 STDMETHOD_(HRESULT,Commit)(THIS) PURE;
409 #define IFsrmQuotaObject_Commit() (This)->lpVtbl->Commit(This)
455 STDMETHOD_(HRESULT,Commit)(THIS) PURE;
496 #define IFsrmAutoApplyQuota_Commit() (This)->lpVtbl->Commit(This)
545 STDMETHOD_(HRESULT,Commit)(THIS) PURE;
580 #define IFsrmQuota_Commit() (This)->lpVtbl->Commit(This)
    [all...]
sqloledb.h 366 virtual HRESULT WINAPI Commit(WINBOOL fDone) = 0;
375 HRESULT (WINAPI *Commit)(IRowsetFastLoad *This,WINBOOL fDone);
386 #define IRowsetFastLoad_Commit(This,fDone) (This)->lpVtbl->Commit(This,fDone)
  /external/gemmlowp/internal/
multi_thread_gemm.h 430 local_allocator->Commit();
612 allocator->Commit();
  /external/tpm2/
Android.mk 49 Commit.c \
  /external/clang/lib/Frontend/Rewrite/
FixItRewriter.cpp 20 #include "clang/Edit/Commit.h"
148 edit::Commit commit(Editor);
155 commit.insertFromRange(Hint.RemoveRange.getBegin(),
159 commit.remove(Hint.RemoveRange);
163 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
165 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert,
169 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable();
183 if (!Editor.commit(commit)) {
    [all...]
  /external/v8/src/base/platform/
platform-aix.cc 191 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-cygwin.cc 131 // This causes VirtualMemory::Commit to not always commit the memory region
204 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-freebsd.cc 194 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-macos.cc 187 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-openbsd.cc 225 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-qnx.cc 251 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {

Completed in 265 milliseconds

1 23 4 5 6 7 8 91011