HomeSort by relevance Sort by last modified time
    Searched full:mirror (Results 151 - 175 of 1036) sorted by null

1 2 3 4 5 67 8 91011>>

  /art/runtime/mirror/
throwable.h 27 namespace mirror { namespace in namespace:art
29 // C++ mirror of java.lang.Throwable
72 } // namespace mirror
array-inl.h 25 namespace mirror { namespace in namespace:art
36 } // namespace mirror
art_field.cc 27 namespace mirror { namespace in namespace:art
55 } // namespace mirror
dex_cache-inl.h 23 namespace mirror { namespace in namespace:art
37 } // namespace mirror
stack_trace_element.cc 25 namespace mirror { namespace in namespace:art
60 } // namespace mirror
  /external/chromium/base/
sys_info_mac.cc 57 // that mirror other displays, which are not desired in the count. It's
79 // If this display doesn't mirror any other, include it in the count.
81 // mirror it will not be.
  /frameworks/base/docs/html/guide/faq/
licensingandoss.jd 6 <li><a href="#mirror">Where can I find the open source components of Android?</a></li>
11 <a name="mirror" id="mirror"></a><h2>Where can I find the open source components of Android?</h2>
  /art/runtime/entrypoints/quick/
quick_fillarray_entrypoints.cc 20 #include "mirror/array.h"
21 #include "mirror/object-inl.h"
40 extern "C" int artHandleFillArrayDataFromCode(mirror::Array* array,
42 Thread* self, mirror::ArtMethod** sp)
  /art/runtime/gc/accounting/
mod_union_table-inl.h 33 bool AddReference(const mirror::Object* /* obj */, const mirror::Object* ref) {
52 bool AddReference(const mirror::Object* /* obj */, const mirror::Object* ref) {
space_bitmap-inl.h 28 inline bool SpaceBitmap::AtomicTestAndSet(const mirror::Object* obj) {
47 inline bool SpaceBitmap::Test(const mirror::Object* obj) const {
81 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
94 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
114 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
120 inline bool SpaceBitmap::Modify(const mirror::Object* obj, bool do_set) {
  /art/runtime/
image.h 23 #include "mirror/object.h"
102 mirror::Object* GetImageRoot(ImageRoot image_root) const
106 mirror::ObjectArray<mirror::Object>* GetImageRoots() const;
indirect_reference_table.cc 43 table_ = reinterpret_cast<const mirror::Object**>(malloc(initialCount * sizeof(const mirror::Object*)));
45 memset(table_, 0xd1, initialCount * sizeof(const mirror::Object*));
66 const mirror::Object* obj = table_[idx];
78 IndirectRef IndirectReferenceTable::Add(uint32_t cookie, const mirror::Object* obj) {
104 table_ = reinterpret_cast<const mirror::Object**>(realloc(table_, newSize * sizeof(const mirror::Object*)));
129 const mirror::Object** pScan = &table_[topIndex - 1];
197 static int Find(mirror::Object* direct_pointer, int bottomIndex, int topIndex, const mirror::Object** table)
    [all...]
  /external/chromium/net/data/ftp/
dir-listing-ls-2 4 lrwxrwxrwx 1 0 0 3 Oct 12 2007 mirror -> pub
  /external/chromium_org/net/data/ftp/
dir-listing-ls-2 4 lrwxrwxrwx 1 0 0 3 Oct 12 2007 mirror -> pub
  /external/chromium_org/ui/aura/
window_layer_type.h 10 // These constants mirror that of ui::LayerType with the addition of
  /art/runtime/gc/space/
large_object_space.cc 58 mirror::Object* LargeObjectMapSpace::Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated) {
65 mirror::Object* obj = reinterpret_cast<mirror::Object*>(mem_map->Begin());
78 size_t LargeObjectMapSpace::Free(Thread* self, mirror::Object* ptr) {
91 size_t LargeObjectMapSpace::AllocationSize(const mirror::Object* obj) {
93 MemMaps::iterator found = mem_maps_.find(const_cast<mirror::Object*>(obj));
98 size_t LargeObjectSpace::FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) {
118 bool LargeObjectMapSpace::Contains(const mirror::Object* obj) const {
122 return mem_maps_.find(const_cast<mirror::Object*>(obj)) != mem_maps_.end();
125 return mem_maps_.find(const_cast<mirror::Object*>(obj)) != mem_maps_.end()
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 31 import com.android.gallery3d.filtershow.filters.FilterMirrorRepresentation.Mirror;
52 public Mirror mirror = FilterMirrorRepresentation.getNil(); field in class:GeometryMathUtils.GeometryHolder
58 mirror = h.mirror;
65 mirror = FilterMirrorRepresentation.getNil();
72 mirror == FilterMirrorRepresentation.getNil();
86 mirror == h.mirror;
93 + ",mirror:" + mirror.value() + "]"
    [all...]
  /art/compiler/jni/portable/
jni_compiler.h 30 namespace mirror { namespace in namespace:art
34 } // namespace mirror
  /art/runtime/jdwp/
object_registry.cc 23 mirror::Object* const ObjectRegistry::kInvalidObject = reinterpret_cast<mirror::Object*>(1);
37 JDWP::RefTypeId ObjectRegistry::AddRefType(mirror::Class* c) {
41 JDWP::ObjectId ObjectRegistry::Add(mirror::Object* o) {
45 JDWP::ObjectId ObjectRegistry::InternalAdd(mirror::Object* o) {
82 bool ObjectRegistry::Contains(mirror::Object* o) {
109 mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id) {
200 mirror::Object* object = self->DecodeJObject(entry.jni_reference);
  /art/runtime/verifier/
reg_type_cache.h 30 namespace mirror { namespace in namespace:art
33 } // namespace mirror
56 const RegType& From(mirror::ClassLoader* loader, const char* descriptor, bool precise)
62 const RegType& FromClass(const char* descriptor, mirror::Class* klass, bool precise)
70 const RegType& FromDescriptor(mirror::ClassLoader* loader, const char* descriptor, bool precise)
142 const RegType& GetComponentType(const RegType& array, mirror::ClassLoader* loader)
155 mirror::Class* ResolveClass(const char* descriptor, mirror::ClassLoader* loader)
  /cts/tests/tests/text/src/android/text/cts/
AndroidCharacterTest.java 122 assertFalse(AndroidCharacter.mirror(src, 0, 0));
123 assertTrue(AndroidCharacter.mirror(src, 40, 24));
125 AndroidCharacter.mirror(src, 65, 1);
131 AndroidCharacter.mirror(src, 60, 10);
137 AndroidCharacter.mirror(src, -1024, 1);
143 AndroidCharacter.mirror(src, 0, -1);
150 assertTrue(AndroidCharacter.mirror(strChar, 0, str.length()));
152 assertFalse(AndroidCharacter.mirror(str.toCharArray(), 0, 2));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_04.txt 24 a simple kind of mirror
33 a simple kind of mirror
msg_44.txt 22 a simple kind of mirror
29 a simple kind of mirror
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_04.txt 24 a simple kind of mirror
33 a simple kind of mirror
msg_44.txt 22 a simple kind of mirror
29 a simple kind of mirror

Completed in 169 milliseconds

1 2 3 4 5 67 8 91011>>