HomeSort by relevance Sort by last modified time
    Searched full:inaccessible (Results 26 - 50 of 278) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
dr1301.cpp 50 H h; // expected-note {{inaccessible default constructor}}
dynamic-cast.cpp 57 // Inaccessible
MicrosoftCompatibility.cpp 112 using B::f; // expected-warning {{using declaration referring to inaccessible member 'ms_using_declaration_bug::B::f' (which refers to accessible member 'ms_using_declaration_bug::A::f') is a Microsoft compatibility extension}}
cxx0x-deleted-default-ctor.cpp 97 inaccessible_default id; // expected-note {{field 'id' has an inaccessible default constructor}}
  /external/openfst/src/bin/
fstconnect.cc 20 // Removes useless (inaccessible or non-coaccessible) states and arcs
  /external/clang/test/CXX/special/class.copy/
p11.0x.move.cpp 26 // that is deleted or inaccessible
66 // inaccessible
83 // a destructor that is deleted or inaccessible
implicit-move.cpp 90 struct InheritsPrivateDestructor : PrivateDestructor {}; // expected-note{{base class 'PrivateDestructor' has an inaccessible destructor}}
92 PrivateDestructor pd; // expected-note{{field 'pd' has an inaccessible destructor}}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Bastion.py 154 print "inaccessible"
160 print "inaccessible"
166 print "inaccessible"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Bastion.py 154 print "inaccessible"
160 print "inaccessible"
166 print "inaccessible"
  /external/clang/bindings/python/tests/cindex/
test_code_completion.py 50 x.; // member is inaccessible
  /external/clang/test/CXX/conv/conv.mem/
p4.cpp 18 // Can't be inaccessible.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/check_cast/
Test_check_cast.java 125 * @title Attempt to access inaccessible class, expect throws IllegalAccessError
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array_range/
Test_filled_new_array_range.java 159 * @title attempt to instantiate array of inaccessible class
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/instance_of/
Test_instance_of.java 63 * @title Attempt to access inaccessible class.
  /external/chromium_org/chrome/common/extensions/docs/server2/
features_bundle.py 30 # If the dependency can't be resolved, it is inaccessible and therefore
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
npruntime_priv.h 61 // (the NPAPI plugin + its 10 sub-objects) should become inaccessible
  /external/chromium_org/third_party/WebKit/Source/wtf/
PageAllocator.h 72 // Mark one or more system pages as being inaccessible. This is not reversible.
  /external/guava/guava/src/com/google/common/eventbus/
EventHandler.java 72 throw new Error("Method became inaccessible: " + event, e);
  /libcore/luni/src/main/java/java/nio/
MappedByteBuffer.java 35 * inaccessible at any time, since the mapped file region can be modified by
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_boolean/
Test_iget_boolean.java 110 * @title Attempt to read inaccessible field
258 * @title Attempt to read inaccessible protected field.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_byte/
Test_iget_byte.java 108 * @title Attempt to read inaccessible field.
255 * @title Attempt to read inaccessible protected field.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_char/
Test_iget_char.java 111 * @title Attempt to read inaccessible field.
262 * @title Attempt to read inaccessible protected field.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_object/
Test_iget_object.java 111 * @title Attempt to read inaccessible field.
278 * @title Attempt to read inaccessible protected field.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_short/
Test_iget_short.java 112 * @title Attempt to read inaccessible field.
265 * @title Attempt to read inaccessible protected field.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_wide/
Test_iget_wide.java 118 * @title Attempt to read inaccessible field.
271 * @title Attempt to read inaccessible protected field.

Completed in 1761 milliseconds

12 3 4 5 6 7 8 91011>>