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:m_ref
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/framework/platform/android/
H
A
D
tcuAndroidUtil.cpp
90
jobject operator* (void) const { return
m_ref
; }
in operator *()
91
operator bool (void) const { return !!
m_ref
; }
in operator bool()
98
const jobject
m_ref
;
member in tcu::Android::__anon30299::LocalRef
103
,
m_ref
(ref)
in LocalRef()
109
if (
m_ref
)
in ~LocalRef()
110
m_env->DeleteLocalRef(
m_ref
);
in ~LocalRef()
/third_party/googletest/googlemock/test/
H
A
D
gmock-matchers-arithmetic_test.cc
159
Matcher<float&>
m_ref
= IsNan();
in TEST()
local
160
EXPECT_TRUE(
m_ref
.Matches(quiet_nan));
in TEST()
161
EXPECT_TRUE(
m_ref
.Matches(other_nan));
in TEST()
162
EXPECT_FALSE(
m_ref
.Matches(real_value));
in TEST()
181
Matcher<double&>
m_ref
= IsNan();
in TEST()
local
182
EXPECT_TRUE(
m_ref
.Matches(quiet_nan));
in TEST()
183
EXPECT_TRUE(
m_ref
.Matches(other_nan));
in TEST()
184
EXPECT_FALSE(
m_ref
.Matches(real_value));
in TEST()
203
Matcher<long double&>
m_ref
= IsNan();
in TEST()
local
204
EXPECT_TRUE(
m_ref
in TEST()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fIndexedStateQueryTests.cpp
173
const tcu::IVec3
m_ref
;
member in deqp::gles31::Functional::__anon30826::MinValueIndexed3Case
180
,
m_ref
(ref)
in MinValueIndexed3Case()
196
verifyStateIndexedIntegerMin(result, gl, m_target, ndx,
m_ref
[ndx], m_verifierType);
in iterate()
/third_party/libabigail/tests/lib/
H
A
D
catch.hpp
9131
T &
m_ref
;
9133
explicit BoundValueRef( T &ref ) :
m_ref
( ref ) {}
9136
return convertInto( arg,
m_ref
);
9142
std::vector<T> &
m_ref
;
9144
explicit BoundValueRef( std::vector<T> &ref ) :
m_ref
( ref ) {}
9152
m_ref
.push_back( temp );
9158
bool &
m_ref
;
9160
explicit BoundFlagRef( bool &ref ) :
m_ref
( ref ) {}
9163
m_ref
= flag;
9253
std::shared_ptr<BoundRef>
m_ref
;
[all...]
Completed in 14 milliseconds