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:popBack
(Results
1 - 14
of
14
) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/decpp/
H
A
D
deRingBuffer.hpp
54
T
popBack
(void);
55
void
popBack
(T* elemBuf, int count) { peekBack(elemBuf, count);
popBack
(count); }
in popBack()
function in de::RingBuffer
56
void
popBack
(int count);
141
inline T RingBuffer<T>::
popBack
()
in popBack()
function in de::RingBuffer
166
void RingBuffer<T>::
popBack
(int count)
in popBack()
function in de::RingBuffer
H
A
D
dePoolArray.cpp
57
/* Test
popBack
(). */
in intArrayTest()
60
DE_TEST_ASSERT(arr.
popBack
() == (4999 - i));
in intArrayTest()
61
DE_TEST_ASSERT(arr16.
popBack
() == (4999 - i));
in intArrayTest()
131
/* Test
popBack
(). */
in alignedIntArrayTest()
134
DE_TEST_ASSERT(arr.
popBack
() == (4999 - i));
in alignedIntArrayTest()
135
DE_TEST_ASSERT(arr16.
popBack
() == (4999 - i));
in alignedIntArrayTest()
253
arr.
popBack
();
in sideEffectTest()
H
A
D
deThreadSafeRingBuffer.hpp
47
T
popBack
(void);
126
T ThreadSafeRingBuffer<T>::
popBack
()
in popBack()
function in de::ThreadSafeRingBuffer
H
A
D
deRingBuffer.cpp
66
buffer.
popBack
(&tmp[0], numBytes);
in RingBuffer_selfTest()
H
A
D
deThreadSafeRingBuffer.cpp
70
Message msg = m_buffer.
popBack
();
in run()
H
A
D
dePoolArray.hpp
75
T
popBack
(void);
366
inline T PoolArray<T, Alignment>::
popBack
(void)
in popBack()
function in de::PoolArray
/third_party/vk-gl-cts/framework/xexml/
H
A
D
xeXMLParser.cpp
124
m_buf.
popBack
(m_curTokenLen);
in advance()
178
m_buf.
popBack
();
in advance()
/third_party/vk-gl-cts/execserver/
H
A
D
xsExecutionServer.cpp
67
m_buffer.push_back(src.
popBack
());
in read()
89
src.
popBack
(&m_buffer[curBufPos], (int)numToRead);
in read()
387
m_bufferOut.
popBack
((int)numSent);
in send()
/third_party/vk-gl-cts/framework/platform/android/
H
A
D
tcuAndroidRenderActivity.cpp
240
Message msg = m_msgQueue.
popBack
();
in run()
290
Message msg = m_msgQueue.
popBack
();
in run()
/third_party/vk-gl-cts/executor/
H
A
D
xeCallQueue.cpp
73
call = m_callQueue.
popBack
();
in callNext()
H
A
D
xeContainerFormatParser.cpp
131
m_buf.
popBack
(m_elementLen);
in advance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H
A
D
vktBuildPrograms.cpp
81
Task* const task = m_tasks.
popBack
();
in run()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H
A
D
vktBuildPrograms.cpp
81
Task* const task = m_tasks.
popBack
();
in run()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 30 milliseconds