HomeSort by relevance Sort by last modified time
    Searched defs:refs (Results 1 - 25 of 66) 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/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 86 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/mesa3d/src/glsl/
opt_structure_splitting.cpp 303 ir_structure_reference_visitor refs; local
305 visit_list_elements(&refs, instructions);
308 foreach_iter(exec_list_iterator, iter, refs.variable_list) {
322 if (refs.variable_list.is_empty())
330 foreach_iter(exec_list_iterator, iter, refs.variable_list) {
355 ir_structure_splitting_visitor split(&refs.variable_list);
opt_tree_grafting.cpp 274 ir_variable_refcount_visitor *refs; member in struct:tree_grafting_info
333 variable_entry *entry = info->refs->get_variable_entry(lhs_var);
356 ir_variable_refcount_visitor refs; local
360 info.refs = &refs;
362 visit_list_elements(info.refs, instructions);
  /external/qemu/distrib/sdl-1.2.12/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],
  /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 123 uint32_t refs; member in struct:__anon36491
135 if (!--data->refs) {
164 data->refs = 1;
174 data->refs += 1;
  /external/clang/test/SemaCXX/
reinterpret-cast.cpp 82 void refs() function
cstyle-cast.cpp 212 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 95 inline bool isReady() const { return (refs > 0); }
104 inline uint32_t getRefsCount() const { return refs; }
133 uint32_t refs; member in class:android::egl_display_t
147 // STRONG refs cancel (inc) or initiate (dec) a hibernation attempt
148 // the next time the wakecount reaches zero. WEAK refs don't affect
149 // whether a hibernation attempt will be made. Use STRONG refs only
  /hardware/ril/mock-ril/src/cpp/
node_buffer.cpp 86 unsigned int refs; member in struct:Blob_
107 blob->refs = 0;
114 blob->refs++;
119 assert(blob->refs > 0);
120 if (--blob->refs == 0) {
148 //fprintf(stderr, "free ascii slice (%d refs left)\n", blob_->refs);
256 assert(blob_->refs > 0);
271 assert(blob_->refs > 0);
272 //fprintf(stderr, "free buffer (%d refs left)\n", blob_->refs)
    [all...]
  /external/bluetooth/bluez/attrib/
gattrib.c 42 gint refs; member in struct:_GAttrib
148 g_atomic_int_inc(&attrib->refs);
211 if (g_atomic_int_dec_and_test(&attrib->refs) == FALSE)
  /external/oprofile/daemon/liblegacy/
p_module.h 148 unsigned tgt_long refs; member in struct:module
  /frameworks/native/libs/utils/
RefBase.cpp 103 ref_entry* refs = mStrongRefs; local
104 while (refs) {
105 char inc = refs->ref >= 0 ? '+' : '-';
106 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
108 refs->stack.dump();
110 refs = refs->next;
121 ref_entry* refs = mWeakRefs; local
122 while (refs) {
330 weakref_impl* const refs = mRefs; local
349 weakref_impl* const refs = mRefs; local
367 weakref_impl* const refs = mRefs; local
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 445 RefBase::weakref_type* refs = mPendingWeakDerefs[i]; local
446 refs->decWeak(mProcess.get());
900 RefBase::weakref_type* refs; local
912 refs = (RefBase::weakref_type*)mIn.readInt32();
914 ALOG_ASSERT(refs->refBase() == obj,
916 refs, obj, refs->refBase());
923 mOut.writeInt32((int32_t)refs);
928 refs = (RefBase::weakref_type*)mIn.readInt32();
930 ALOG_ASSERT(refs->refBase() == obj
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 402 IProject[] refs = project.getReferencedProjects(); local
403 for (IProject p : refs) {

Completed in 1919 milliseconds

1 2 3