OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attacher
(Results
1 - 5
of
5
) sorted by null
/libcore/luni/src/test/native/
libcore_java_lang_ThreadTest.cpp
86
pthread_t
attacher
;
local
87
if (pthread_create(&
attacher
, nullptr, TestThreadNaming,
93
if (pthread_join(
attacher
, reinterpret_cast<void**>(&result_test1)) != 0) {
/packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp
497
JNIThreadAttacher
attacher
;
local
498
JNIEnv* env =
attacher
.getEnv();
521
JNIThreadAttacher
attacher
;
local
522
JNIEnv* env =
attacher
.getEnv();
546
JNIThreadAttacher
attacher
;
local
547
JNIEnv* env =
attacher
.getEnv();
[
all
...]
/external/deqp/modules/glshared/
glsLifetimeTests.cpp
1044
Attacher
&
attacher
,
1046
: TestBase (name, description,
attacher
.getContext())
1047
, m_attacher (
attacher
)
1056
Attacher
& m_attacher;
1066
GLuint getAttachment (
Attacher
&
attacher
, GLuint container)
1068
const GLuint queriedAttachment =
attacher
.getAttachment(container);
1069
attacher
.log() << TestLog::Message
1070
<< "// Result of query for " <<
attacher
.getElementType().getName(
1149
Attacher&
attacher
= m_inputAttacher.getAttacher();
local
1230
Attacher&
attacher
= m_outputAttacher.getAttacher();
local
[
all
...]
/prebuilts/tools/common/google-java-format/
google-java-format-all-deps.jar
/prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar
Completed in 459 milliseconds