HomeSort by relevance Sort by last modified time
    Searched refs:Commit (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
commit.py 32 class Commit(AbstractStep):
completerollout.py 31 from webkitpy.steps.commit import Commit
40 Commit,
54 log("\nNOTE: Rollout support is experimental.\nPlease verify the rollout diff and use \"webkit-patch land %s\" to commit the rollout." % bug_id)
__init__.py 39 from webkitpy.steps.commit import Commit
  /external/v8/test/cctest/
test-platform-win32.cc 20 CHECK(vm->Commit(block_addr, block_size, false));
test-platform-linux.cc 74 CHECK(vm->Commit(block_addr, block_size, false));
test-platform-nullos.cc 74 CHECK(vm->Commit(block_addr, block_size, false));
  /external/webkit/WebCore/platform/haiku/
PasteboardHaiku.cpp 66 clipboard.Commit();
83 clipboard.Commit();
132 clipboard.Commit();
149 clipboard.Commit();
ClipboardHaiku.cpp 57 be_clipboard->Commit();
68 be_clipboard->Commit();
105 be_clipboard->Commit();
  /external/webkit/WebKit/win/
MemoryStream.h 77 virtual HRESULT STDMETHODCALLTYPE Commit(
MemoryStream.cpp 210 HRESULT STDMETHODCALLTYPE MemoryStream::Commit(
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
download.py 80 steps.Commit,
83 long_help = """land commits the current working copy diff (just as svn or git commit would).
215 steps.Commit,
246 help_text = "Revert the given revision in the working copy and optionally commit the revert and re-open the original bug"
  /external/v8/src/
platform-nullos.cc 259 bool VirtualMemory::Commit(void* address, size_t size, bool executable) {
platform.h 300 bool Commit(void* address, size_t size, bool is_executable);
platform-macos.cc 344 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-openbsd.cc 316 bool VirtualMemory::Commit(void* address, size_t size, bool executable) {
platform-solaris.cc 290 bool VirtualMemory::Commit(void* address, size_t size, bool executable) {
spaces.h 331 // Reserves a range of virtual memory, but does not commit any of it.
435 // Commit a contiguous block of memory from the initial chunk. Assumes that
    [all...]
spaces.cc 235 // Commit the requested memory at the start of the current allocation block.
243 if (!code_range_->Commit(current.start, *allocated, true)) {
452 if (!initial_chunk_->Commit(start, size, owner->executable() == EXECUTABLE)) {
478 if (!initial_chunk_->Commit(start, size, executable)) return false;
    [all...]
platform-freebsd.cc 343 bool VirtualMemory::Commit(void* address, size_t size, bool executable) {
platform-linux.cc 436 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-win32.cc     [all...]
  /external/chromium/base/
win_util.cc 408 result = property_store->Commit();
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /system/media/opensles/include/SLES/
OpenSLES.h     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 648 milliseconds

1 2