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

  /external/chromium_org/gpu/command_buffer/service/
vertex_attrib_manager_unittest.cc 136 TEST_F(VertexAttribManagerTest, CanAccess) {
145 EXPECT_TRUE(attrib->CanAccess(0));
147 EXPECT_FALSE(attrib->CanAccess(0));
150 EXPECT_FALSE(attrib->CanAccess(0));
157 EXPECT_FALSE(attrib->CanAccess(0));
161 EXPECT_TRUE(attrib->CanAccess(0));
162 EXPECT_FALSE(attrib->CanAccess(1));
165 EXPECT_FALSE(attrib->CanAccess(0));
170 EXPECT_TRUE(attrib->CanAccess(0));
171 EXPECT_FALSE(attrib->CanAccess(1))
    [all...]
vertex_attrib_manager.cc 69 bool VertexAttrib::CanAccess(GLuint index) const {
191 if (!attrib->CanAccess(count)) {
vertex_attrib_manager.h 36 bool CanAccess(GLuint index) const;
gles2_cmd_decoder.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 63 if (UNLIKELY(!referrer->CanAccess(klass))) {
197 if (UNLIKELY(!referrer->CanAccess(klass))) {
246 if (UNLIKELY(!referrer->CanAccess(klass))) {
520 if (UNLIKELY(!referring_class->CanAccess(fields_class) ||
555 if (UNLIKELY(!referring_class->CanAccess(methods_class) ||
587 if (verify_access && UNLIKELY(!referring_class->CanAccess(klass))) {
entrypoint_utils.cc 70 if (UNLIKELY(!referrer_klass->CanAccess(klass))) {
  /art/runtime/mirror/
class-inl.h 251 if (UNLIKELY(!this->CanAccess(access_to))) {
260 if (UNLIKELY(!this->CanAccess(dex_access_to))) {
283 if (UNLIKELY(!this->CanAccess(access_to))) {
292 if (UNLIKELY(!this->CanAccess(dex_access_to))) {
class.h 538 bool CanAccess(Class* that) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
    [all...]
  /art/runtime/verifier/
reg_type.cc 639 bool RegType::CanAccess(RegType& other) {
646 return GetClass()->CanAccess(other.GetClass());
reg_type.h 228 bool CanAccess(RegType& other) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
method_verifier.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/runtime/
class_linker.cc     [all...]
class_linker_test.cc 249 EXPECT_TRUE(klass->CanAccess(klass.Get()));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1359 milliseconds