/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
WrapInAction.java | 32 WrapInRefactoring ref = new WrapInRefactoring(mFile, mDelegate, local 34 RefactoringWizard wizard = new WrapInWizard(ref, mDelegate);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
export-class.exp | 63 { export-class-ref.s } \ 65 "export-class-ref-r.o" \ 73 # from the auxiliary shared object and is as follows: ref, lib, dep, def. 78 "-shared -Tdata=0x12340000 tmpdir/export-class-ref-r.o tmpdir/export-class-lib.so" "" \
|
/external/nanopb-c/tests/decode_unittests/ |
decode_unittests.c | 26 pb_bytes_array_t *ref = (pb_bytes_array_t*) *arg; local 28 for (i = 0; i < ref->size; i++) 33 if (byte != ref->bytes[i]) 252 struct { size_t size; uint8_t bytes[10]; } ref; local 254 dest.data.arg = &ref; 258 ref.size = 1; ref.bytes[0] = 0x55; 261 ref.size = 3; ref.bytes[0] = ref.bytes[1] = ref.bytes[2] = 0x55 [all...] |
/art/test/079-phantom/src/ |
Bitmap.java | 17 import java.lang.ref.ReferenceQueue; 18 import java.lang.ref.PhantomReference; 137 PhantomWrapper ref = (PhantomWrapper) mQueue.remove(); local 138 //System.out.println("dequeued ref " + ref.mNativeData + 139 // " - " + ref); 140 Bitmap.freeNativeStorage(ref.mNativeData); 141 //ref.clear();
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/ |
mutation_inside_cyclegc.py | 28 keepalive.append(weakref.ref(a, callback))
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
IncrementalSAXSource.java | 22 package org.apache.xml.dtm.ref;
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
p2.cpp | 120 void test(B<int> &ref) { 121 test7_function(ref); 131 void test(B<int> &ref) { 132 test8_function(ref);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemv.h | 25 void vp9_encode_mv(VP9_COMP *cpi, vpx_writer *w, const MV *mv, const MV *ref,
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
avg_neon.c | 94 void vpx_int_pro_row_neon(int16_t hbuf[16], uint8_t const *ref, 103 const uint8x16_t vec_row1 = vld1q_u8(ref); 104 const uint8x16_t vec_row2 = vld1q_u8(ref + ref_stride); 105 const uint8x16_t vec_row3 = vld1q_u8(ref + ref_stride * 2); 106 const uint8x16_t vec_row4 = vld1q_u8(ref + ref_stride * 3); 107 const uint8x16_t vec_row5 = vld1q_u8(ref + ref_stride * 4); 108 const uint8x16_t vec_row6 = vld1q_u8(ref + ref_stride * 5); 109 const uint8x16_t vec_row7 = vld1q_u8(ref + ref_stride * 6); 110 const uint8x16_t vec_row8 = vld1q_u8(ref + ref_stride * 7); 136 ref += ref_stride * 8 [all...] |
sad_neon.c | 131 const uint8_t *ref, int ref_stride) { 140 const uint8x16_t vec_ref_00 = vld1q_u8(ref); 141 const uint8x16_t vec_ref_16 = vld1q_u8(ref + 16); 142 const uint8x16_t vec_ref_32 = vld1q_u8(ref + 32); 143 const uint8x16_t vec_ref_48 = vld1q_u8(ref + 48); 145 ref += ref_stride; 167 const uint8_t *ref, int ref_stride) { 175 const uint8x16_t vec_ref_00 = vld1q_u8(ref); 176 const uint8x16_t vec_ref_16 = vld1q_u8(ref + 16); 178 ref += ref_stride [all...] |
/external/skia/src/gpu/vk/ |
GrVkDescriptorSet.cpp | 20 fPool->ref();
|
/external/valgrind/none/tests/ppc32/ |
test_dfp3.stdout.exp | [all...] |
/frameworks/base/core/tests/coretests/src/android/content/res/ |
ResourceCacheActivity.java | 23 import java.lang.ref.WeakReference;
|
/libcore/ojluni/src/main/java/java/lang/ref/ |
SoftReference.java | 26 package java.lang.ref;
|
/libcore/ojluni/src/main/java/sun/security/jca/ |
JCAUtil.java | 28 import java.lang.ref.*;
|
/art/runtime/gc/collector/ |
concurrent_copying.cc | 309 mirror::Object* ref = *root; local 310 if (ref != nullptr) { 311 mirror::Object* to_ref = concurrent_copying_->Mark(ref); 312 if (to_ref != ref) { 326 mirror::Object* ref = root->AsMirrorPtr(); local 327 mirror::Object* to_ref = concurrent_copying_->Mark(ref); 328 if (to_ref != ref) { 401 void operator()(ObjPtr<mirror::Class> klass, ObjPtr<mirror::Reference> ref) const 404 CheckReference(ref->GetReferent<kWithoutReadBarrier>(), 405 ref, 1075 mirror::Object* ref = variable 1202 mirror::Object* ref = variable 1205 visitor(ref); variable 1897 << "obj=" << obj << " ref=" << ref; local 1960 mirror::Object* ref = obj->GetFieldObject< local 1990 mirror::Object* ref = *root; local 2010 mirror::Object* const ref = root->AsMirrorPtr(); member in class:art::gc::collector::mirror [all...] |
/external/deqp/modules/egl/ |
teglImageUtil.cpp | 232 MovePtr<ClientBuffer> TextureImageSource::createBuffer (const glw::Functions& gl, Texture2D* ref) const 247 if (ref != DE_NULL) 251 *ref = Texture2D(glu::mapGLTransferFormat(m_format, m_type), IMAGE_WIDTH, IMAGE_HEIGHT); 252 ref->allocLevel(0); 253 tcu::fillWithComponentGradients(ref->getLevel(0), 263 0, m_format, m_type, ref->getLevel(0).getDataPtr())); 345 void initializeStencilRbo(const glw::Functions& gl, GLuint rbo, Texture2D& ref) 361 const deUint32 numStencilBits = tcu::getTextureFormatBitDepth(tcu::getEffectiveDepthStencilTextureFormat(ref.getLevel(0).getFormat(), tcu::Sampler::MODE_STENCIL)).x(); 368 tcu::clearStencil(ref.getLevel(0), 0); 375 const tcu::IVec2 size = tcu::IVec2((int)((float)(DE_LENGTH_OF_ARRAY(stencilValues) - ndx) * ((float)ref.getWidth() / float(DE_LENGTH_OF_ARRAY(stencilValues)))) [all...] |
/art/runtime/gc/ |
reference_queue.h | 47 // Used to temporarily store java.lang.ref.Reference(s) during GC and prior to queueing on the 48 // appropriate java.lang.ref.ReferenceQueue. The linked list is maintained as an unordered, 49 // circular, and singly-linked list using the pendingNext fields of the java.lang.ref.Reference 58 void AtomicEnqueueIfNotEnqueued(Thread* self, ObjPtr<mirror::Reference> ref) 63 void EnqueueReference(ObjPtr<mirror::Reference> ref) REQUIRES_SHARED(Locks::mutator_lock_); 72 void DisableReadBarrierForReference(ObjPtr<mirror::Reference> ref)
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
InitTest.java | 35 float[] ref = new float[INPUTSIZE]; local 41 ref[i] = 2.0f; 52 checkArray(ref, out, INPUTSIZE, 1, 1, 0);
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
CodeItem.java | 52 private final CstMethodRef ref; field in class:CodeItem 78 * @param ref {@code non-null;} method that this code implements 85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, 89 if (ref == null) { 90 throw new NullPointerException("ref == null"); 101 this.ref = ref; 121 debugInfo = new DebugInfoItem(code, isStatic, ref); 146 return ref.toHuman(); 155 return ref; [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
CodeItem.java | 43 private final CstMethodRef ref; field in class:CodeItem 69 * @param ref {@code non-null;} method that this code implements 76 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, 80 if (ref == null) { 81 throw new NullPointerException("ref == null"); 92 this.ref = ref; 112 debugInfo = new DebugInfoItem(code, isStatic, ref); 137 return ref.toHuman(); 146 return ref; [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
weakrefobject.h | 63 PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref);
variable 69 #define PyWeakref_GET_OBJECT(ref) (((PyWeakReference *)(ref))->wr_object)
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
KeyManager.java | 50 * @param ref The key value we're looking for 58 XPathContext xctxt, int doc, QName name, XMLString ref, PrefixResolver nscontext) 84 nl = kt.getNodeSetDTMByKey(name, ref); 108 nl = kt.getNodeSetDTMByKey(name, ref);
|
/external/clang/test/CodeGenCXX/ |
constructors.cpp | 21 A::A(struct Undeclared &ref) : mem(0) {} 24 // CHECK-LABEL: define void @_ZN1AC2ER10Undeclared(%struct.A* %this, %struct.Undeclared* nonnull %ref) unnamed_addr 27 // CHECK-LABEL: define void @_ZN1AC1ER10Undeclared(%struct.A* %this, %struct.Undeclared* nonnull %ref) unnamed_addr 44 B::B(struct Undeclared &ref) : A(ref), mem(1) {} 46 // CHECK-LABEL: define void @_ZN1BC2ER10Undeclared(%struct.B* %this, %struct.Undeclared* nonnull %ref) unnamed_addr 50 // CHECK-LABEL: define void @_ZN1BC1ER10Undeclared(%struct.B* %this, %struct.Undeclared* nonnull %ref) unnamed_addr
|
/external/guice/core/test/com/google/inject/ |
BindingOrderTest.java | 61 final AtomicReference<B> ref = new AtomicReference<B>(); local 69 ref.set(a.b); 91 assertNotNull(ref.get());
|