HomeSort by relevance Sort by last modified time
    Searched defs:is_interface (Results 1 - 4 of 4) sorted by null

  /art/test/912-classes/
classes.cc 77 jboolean is_interface = JNI_FALSE; local
78 jvmtiError result = jvmti_env->IsInterface(klass, &is_interface);
80 return is_interface;
  /external/curl/lib/
connect.c 272 bool is_interface = FALSE; local
279 is_interface = TRUE;
291 if(is_interface) {
301 is_interface = TRUE;
335 if(!is_interface) {
    [all...]
  /external/mesa3d/src/compiler/
glsl_types.h 585 bool is_interface() const function in struct:glsl_type
  /art/runtime/
class_linker.cc 7352 const bool is_interface = klass->IsInterface(); local
    [all...]

Completed in 1410 milliseconds