Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Side by Side Diff: mojo/public/python/c_core.pxd

Issue 843523002: Delete empty mojo python package, and prefix all python packages with mojo_ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/public/python/c_async_waiter.pxd ('k') | mojo/public/python/c_environment.pxd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # distutils: language = c++ 5 # distutils: language = c++
6 6
7 from cpython.buffer cimport PyBUF_CONTIG 7 from cpython.buffer cimport PyBUF_CONTIG
8 from cpython.buffer cimport PyBUF_CONTIG_RO 8 from cpython.buffer cimport PyBUF_CONTIG_RO
9 from cpython.buffer cimport Py_buffer 9 from cpython.buffer cimport Py_buffer
10 from cpython.buffer cimport PyBuffer_FillInfo 10 from cpython.buffer cimport PyBuffer_FillInfo
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 const MojoDuplicateBufferHandleOptions* options, 192 const MojoDuplicateBufferHandleOptions* options,
193 MojoHandle* new_buffer_handle) 193 MojoHandle* new_buffer_handle)
194 194
195 MojoResult MojoMapBuffer(MojoHandle buffer_handle, 195 MojoResult MojoMapBuffer(MojoHandle buffer_handle,
196 uint64_t offset, 196 uint64_t offset,
197 uint64_t num_bytes, 197 uint64_t num_bytes,
198 void** buffer, 198 void** buffer,
199 MojoMapBufferFlags flags) 199 MojoMapBufferFlags flags)
200 200
201 MojoResult MojoUnmapBuffer(void* buffer) 201 MojoResult MojoUnmapBuffer(void* buffer)
OLDNEW
« no previous file with comments | « mojo/public/python/c_async_waiter.pxd ('k') | mojo/public/python/c_environment.pxd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698