Home
last modified time | relevance | path

Searched defs:kNative (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbias_op_gpu.h54 kNative = 1, enumerator
/aosp_15_r20/art/runtime/
H A Dthread_state.h65 kNative, // RUNNABLE TS_RUNNING running in a JNI native method enumerator
/aosp_15_r20/external/webrtc/api/video/
H A Dvideo_frame_buffer.h54 kNative, enumerator
/aosp_15_r20/external/cronet/base/message_loop/
H A Dmessage_pump_win.h202 kNative, enumerator
/aosp_15_r20/art/test/ti-agent/
H A Djni_binder.cc243 constexpr jint kNative = static_cast<jint>(0x0100); in BindFunctionsOnClass() local