Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:BufferWrapper
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Lib/multiprocessing/
H
A
D
heap.py
21
__all__ = ['
BufferWrapper
']
322
class
BufferWrapper
(object):
class
331
block =
BufferWrapper
._heap.malloc(size)
333
util.Finalize(self,
BufferWrapper
._heap.free, args=(block,))
H
A
D
synchronize.py
367
from .heap import
BufferWrapper
namespace
368
wrapper =
BufferWrapper
(struct.calcsize('i') * 2)
H
A
D
sharedctypes.py
41
wrapper = heap.
BufferWrapper
(size)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H
A
D
vktSynchronizationNoneStageTests.cpp
120
class
BufferWrapper
class
124
BufferWrapper
() = default;
132
void
BufferWrapper
::create(Context& context, SimpleAllocator& alloc, VkDeviceSize size, VkBufferUsageFlags usage)
in create()
234
BufferWrapper
m_vertexBuffer;
817
BufferWrapper
srcBuffer;
in iterate()
837
BufferWrapper
dstBuffer;
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H
A
D
vktSynchronizationNoneStageTests.cpp
120
class
BufferWrapper
class
124
BufferWrapper
() = default;
132
void
BufferWrapper
::create(Context& context, SimpleAllocator& alloc, VkDeviceSize size, VkBufferUsageFlags usage)
in create()
234
BufferWrapper
m_vertexBuffer;
815
BufferWrapper
srcBuffer;
in iterate()
835
BufferWrapper
dstBuffer;
in iterate()
/third_party/python/Lib/test/
H
A
D
_test_multiprocessing.py
1723
wrapper = multiprocessing.heap.
BufferWrapper
(struct.calcsize('i'))
3674
self.old_heap = multiprocessing.heap.
BufferWrapper
._heap
3675
multiprocessing.heap.
BufferWrapper
._heap = multiprocessing.heap.Heap()
3678
multiprocessing.heap.
BufferWrapper
._heap = self.old_heap
3687
heap = multiprocessing.heap.
BufferWrapper
._heap
3693
b = multiprocessing.heap.
BufferWrapper
(size)
3761
a = multiprocessing.heap.
BufferWrapper
(1)
3762
b = multiprocessing.heap.
BufferWrapper
(1)
Completed in 14 milliseconds