HomeSort by relevance Sort by last modified time
    Searched full:generic_ (Results 1 - 7 of 7) sorted by null

  /art/tools/breakpoint-logger/
breakpoint_logger.cc 110 generic_(nullptr),
117 jvmti_env_->Deallocate(reinterpret_cast<unsigned char*>(generic_));
126 generic_ = const_cast<char*>("<NONE>");
131 return jvmti_env_->GetClassSignature(class_, &name_, &generic_) == JVMTI_ERROR_NONE &&
147 return generic_;
168 char* generic_; member in class:breakpoint_logger::ScopedClassInfo
183 generic_(nullptr),
190 jvmti_env_->Deallocate(reinterpret_cast<unsigned char*>(generic_));
211 (jvmti_env_->GetMethodName(method_, &name_, &signature_, &generic_) == JVMTI_ERROR_NONE);
231 return generic_;
246 char* generic_; member in class:breakpoint_logger::ScopedMethodInfo
    [all...]
  /art/test/ti-stress/
stress.cc 155 generic_(nullptr),
162 jvmtienv_->Deallocate(reinterpret_cast<unsigned char*>(generic_));
171 generic_ = const_cast<char*>("<NONE>");
176 return jvmtienv_->GetClassSignature(class_, &name_, &generic_) == JVMTI_ERROR_NONE &&
191 return generic_;
212 char* generic_; member in class:art::ScopedClassInfo
227 generic_(nullptr),
234 jvmtienv_->Deallocate(reinterpret_cast<unsigned char*>(generic_));
255 (jvmtienv_->GetMethodName(method_, &name_, &signature_, &generic_) == JVMTI_ERROR_NONE);
275 return generic_;
290 char* generic_; member in class:art::ScopedMethodInfo
347 char* generic_; member in class:art::ScopedFieldInfo
    [all...]
  /external/autotest/server/site_tests/provision_CheetsUpdate/lib/
util.py 110 # The prefix can itself have other prefixes, like 'generic_' or 'aosp_'.
121 # The prefix can itself have other prefixes, like 'generic_' or 'aosp_'.
  /external/deqp/framework/referencerenderer/
rrVertexAttrib.hpp 137 explicit VertexAttrib (const tcu::Vector<ScalarType, 4>& generic_)
143 , generic (generic_)
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioUtils.java 172 Build.BRAND.startsWith("generic_");
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_send.py 482 generic_%u_byte( GLint rop, const void * ptr )
    [all...]
  /external/autotest/server/site_tests/provision_CheetsUpdate/
push_to_device.py 60 _GENERIC_DEVICE = 'generic_%(arch)s_%(product)s'
    [all...]

Completed in 688 milliseconds