HomeSort by relevance Sort by last modified time
    Searched defs:refs (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/clang/test/CodeGen/
pragma-pack-1.c 7 } refs; variable in typeref:struct:ref
  /external/v8/test/mjsunit/
debug-referenced-by.js 107 refs = [];
109 refs[i] = {'y': y};
  /packages/apps/Camera/tests/src/com/android/camera/functional/
CameraTest.java 62 ArrayList<WeakReference<Activity>> refs = local
66 refs.add(new WeakReference<Activity>(activity));
75 for (WeakReference<Activity> c: refs) {
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/functional/
CameraTest.java 62 ArrayList<WeakReference<Activity>> refs = local
66 refs.add(new WeakReference<Activity>(activity));
75 for (WeakReference<Activity> c: refs) {
  /packages/apps/Gallery2/tests_camera/src/com/android/camera/functional/
CameraTest.java 62 ArrayList<WeakReference<Activity>> refs = local
66 refs.add(new WeakReference<Activity>(activity));
75 for (WeakReference<Activity> c: refs) {
  /packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
CameraTest.java 67 ArrayList<WeakReference<Activity>> refs = local
71 refs.add(new WeakReference<Activity>(activity));
80 for (WeakReference<Activity> c: refs) {
  /external/e2fsprogs/lib/ext2fs/
irel_ma.c 49 struct ext2_inode_reference *refs; member in struct:inode_reference_entry
161 * If max_refs has changed, reallocate the refs array
164 if (ref_ent->refs && ent->max_refs !=
169 retval = ext2fs_resize_mem(old_size, size, &ref_ent->refs);
252 if (ref_ent->refs == 0) {
256 sizeof(struct ext2_inode_reference), &ref_ent->refs);
259 memset(ref_ent->refs, 0, size);
266 ref_ent->refs[(unsigned) ref_ent->num++] = *ref;
294 if ((ref_ent->refs == NULL) ||
300 *ref = ref_ent->refs[ma->ref_iter++]
    [all...]
  /frameworks/native/include/binder/
ProcessState.h 88 RefBase::weakref_type* refs; member in struct:android::ProcessState::handle_entry
  /external/jmonkeyengine/engine/src/test/jme3test/asset/
TestAssetCache.java 136 List<Object> refs = new ArrayList<Object>(5000); local
160 refs.add(data);
  /libcore/luni/src/test/java/libcore/util/
CollectionUtilsTest.java 31 List<Reference<String>> refs = new ArrayList<Reference<String>>(); local
32 refs.add(newLiteralReference("a"));
33 refs.add(newLiteralReference("b"));
34 refs.add(newLiteralReference("c"));
35 refs.add(newLiteralReference("d"));
36 refs.add(newLiteralReference("e"));
38 Iterable<String> strings = CollectionUtils.dereferenceIterable(refs, true);
41 refs.get(1).clear(); // b
43 assertEquals(4, refs.size());
48 assertEquals(3, refs.size())
    [all...]
  /external/elfutils/libdwfl/
derelocate.c 61 } refs[0]; member in struct:dwfl_relocation
93 struct secref *refs = NULL; local
138 newref->next = refs;
139 refs = newref;
153 for (struct secref *sec = refs; sec != NULL; sec = sec->next)
166 mod->reloc_info = malloc (offsetof (struct dwfl_relocation, refs[nrefs]));
174 for (size_t i = nrefs; i-- > 0; refs = refs->next)
175 sortrefs[i] = refs;
176 assert (refs == NULL)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/macos/
SDL_sysjoystick.c 56 ISpElementReference refs[kMaxReferences]; member in struct:joystick_hwdata
179 joystick->hwdata->refs);
190 &(joystick->hwdata->refs[count2]));
201 &(joystick->hwdata->refs[count2]));
237 joystick->hwdata->refs[j],
250 joystick->hwdata->refs[j],
294 joystick->hwdata->refs[j],
  /external/webp/src/enc/
backward_references.h 184 PixOrCopy* refs; member in struct:__anon18220
189 // Initialize the object. Must be called first. 'refs' can be NULL.
190 void VP8LInitBackwardRefs(VP8LBackwardRefs* const refs);
192 // Release memory and re-initialize the object. 'refs' can be NULL.
193 void VP8LClearBackwardRefs(VP8LBackwardRefs* const refs);
196 int VP8LBackwardRefsAlloc(VP8LBackwardRefs* const refs, int max_size);
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 288 const uint32_t refs = old->getStrongCount(); local
289 if (ggl_likely(refs == 1)) {
  /system/core/libcorkscrew/
map_info.c 131 uint32_t refs; member in struct:__anon43931
143 if (!--data->refs) {
172 data->refs = 1;
182 data->refs += 1;
  /external/clang/test/SemaCXX/
reinterpret-cast.cpp 82 void refs() function
cstyle-cast.cpp 213 void refs() function
  /external/libxslt/libxslt/
attributes.c 495 xsltAttrElemPtr refs; local
513 refs = xsltGetSAS(style, tmp->set, tmp->ns);
514 if (refs == NULL) {
522 xsltResolveSASCallback(refs, style, name, ns, NULL);
526 xsltMergeAttrElemList(style, values, refs);
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 49 private static void makeRefs(Object objects[], SoftReference<Object> refs[]) {
52 refs[i] = new SoftReference<Object>(objects[i]);
56 private static <T> int checkRefs(SoftReference<T> refs[], int last) {
59 for (i = 0; i < refs.length; i++) {
60 Object o = refs[i].get();
81 private static <T> void checkRefs(T objects[], SoftReference<T> refs[]) {
85 if (refs[i].get() != objects[i]) {
90 throw new RuntimeException("Test failed: soft refs not cleared");
99 SoftReference<Object> refs[] = new SoftReference[objects.length]; local
104 makeRefs(objects, refs);
142 SoftReference<Object> refs[] = new SoftReference[objects.length]; local
203 WeakReference<Object> refs[] = new WeakReference[objects.length]; local
315 PhantomReference<Object> refs[] = new PhantomReference[objects.length]; local
372 WeakReference<FinalizableObject> refs[] = new WeakReference[objects.length]; local
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl_display.h 93 inline bool isReady() const { return (refs > 0); }
102 inline uint32_t getRefsCount() const { return refs; }
131 uint32_t refs; member in class:android::egl_display_t
145 // STRONG refs cancel (inc) or initiate (dec) a hibernation attempt
146 // the next time the wakecount reaches zero. WEAK refs don't affect
147 // whether a hibernation attempt will be made. Use STRONG refs only
  /external/oprofile/daemon/liblegacy/
p_module.h 148 unsigned tgt_long refs; member in struct:module
  /external/skia/tests/
PictureTest.cpp 118 // corresponding value in refs[] and append that ref into array, skipping
120 static void gather_from_colors(const SkBitmap& bm, SkPixelRef* const refs[],
149 *array->append() = refs[i];
162 SkPixelRef* refs[N]; local
172 refs[i] = bm[i].pixelRef();
193 REPORTER_ASSERT(reporter, *(SkPixelRef**)data->data() == refs[i]);
197 // with a deduced list of refs by looking at the colors drawn.
213 gather_from_colors(result, refs, N, &array);
  /frameworks/native/libs/utils/
RefBase.cpp 108 ref_entry* refs = mStrongRefs; local
109 while (refs) {
110 char inc = refs->ref >= 0 ? '+' : '-';
111 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
113 refs->stack.dump(LOG_TAG);
115 refs = refs->next;
122 ref_entry* refs = mWeakRefs; local
123 while (refs) {
321 weakref_impl* const refs = mRefs; local
340 weakref_impl* const refs = mRefs; local
358 weakref_impl* const refs = mRefs; local
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 440 RefBase::weakref_type* refs = mPendingWeakDerefs[i]; local
441 refs->decWeak(mProcess.get());
903 RefBase::weakref_type* refs; local
915 refs = (RefBase::weakref_type*)mIn.readInt32();
917 ALOG_ASSERT(refs->refBase() == obj,
919 refs, obj, refs->refBase());
926 mOut.writeInt32((int32_t)refs);
931 refs = (RefBase::weakref_type*)mIn.readInt32();
933 ALOG_ASSERT(refs->refBase() == obj
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 409 IProject[] refs = project.getReferencedProjects(); local
410 for (IProject p : refs) {

Completed in 9021 milliseconds

1 2 3