HomeSort by relevance Sort by last modified time
    Searched refs:myattr (Results 1 - 5 of 5) sorted by null

  /frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$attr.class 
  /external/selinux/libsepol/tests/policies/test-expander/
base-base-only.conf 35 attribute myattr;
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 233 __sanitizer_pthread_attr_t myattr; local
235 pthread_attr_init(&myattr);
236 attr = &myattr;
261 if (attr == &myattr)
262 pthread_attr_destroy(&myattr);
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 1115 __sanitizer_pthread_attr_t myattr; local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 914 __sanitizer_pthread_attr_t myattr; local
916 pthread_attr_init(&myattr);
917 attr = &myattr;
950 if (attr == &myattr)
951 pthread_attr_destroy(&myattr);
    [all...]

Completed in 531 milliseconds