HomeSort by relevance Sort by last modified time
    Searched defs:refs (Results 26 - 50 of 134) sorted by null

12 3 4 5 6

  /external/jarjar/src/main/com/tonicsystems/jarjar/
Wildcard.java 35 private final int[] refs; field in class:Wildcard
83 refs = new int[size];
84 Arrays.fill(refs, -1);
90 refs[i] = ((Integer)v).intValue();
107 sb.append((refs[i] >= 0) ? matcher.group(refs[i]) : strings[i]);
  /external/mesa3d/src/glsl/
opt_array_splitting.cpp 358 ir_array_reference_visitor refs; local
359 if (!refs.get_split_list(instructions, linked))
367 foreach_iter(exec_list_iterator, iter, refs.variable_list) {
395 ir_array_splitting_visitor split(&refs.variable_list);
opt_structure_splitting.cpp 317 ir_structure_reference_visitor refs; local
319 visit_list_elements(&refs, instructions);
322 foreach_iter(exec_list_iterator, iter, refs.variable_list) {
336 if (refs.variable_list.is_empty())
344 foreach_iter(exec_list_iterator, iter, refs.variable_list) {
369 ir_structure_splitting_visitor split(&refs.variable_list);
opt_tree_grafting.cpp 298 ir_variable_refcount_visitor *refs; member in struct:__anon31454::tree_grafting_info
357 ir_variable_refcount_entry *entry = info->refs->get_variable_entry(lhs_var);
382 ir_variable_refcount_visitor refs; local
386 info.refs = &refs;
388 visit_list_elements(info.refs, instructions);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp 339 ir_vector_reference_visitor refs; local
341 visit_list_elements(&refs, instructions);
344 foreach_list_safe(node, &refs.variable_list) {
358 if (refs.variable_list.is_empty())
366 foreach_list(node, &refs.variable_list) {
386 ir_vector_splitting_visitor split(&refs.variable_list);
brw_wm_pass0.c 45 memset(&c->refs[c->nr_refs], 0, sizeof(*c->refs));
46 return &c->refs[c->nr_refs++];
354 struct brw_wm_ref *refs[4]; local
358 * First get all refs, then assign refs. This ensures that "in-place"
365 refs[i] = get_new_ref(c, inst->SrcReg[0], i, NULL);
369 pass0_set_fpreg_ref( c, dst->File, dst->Index, i, refs[i]);
brw_wm.c 286 void *refs = c->refs; local
291 c->refs = refs;
312 c->refs = rzalloc_array(c, struct brw_wm_ref, BRW_WM_MAX_REF);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_render.c 147 struct nouveau_pushbuf_refn refs[] = { local
154 nouveau_pushbuf_refn (push, refs, multi ? 2 : 1))
nv04_surface.c 199 struct nouveau_pushbuf_refn refs[] = { local
230 nouveau_pushbuf_refn (push, refs, 2))
280 struct nouveau_pushbuf_refn refs[] = { local
294 nouveau_pushbuf_refn (push, refs, 2))
429 struct nouveau_pushbuf_refn refs[] = { local
437 nouveau_pushbuf_refn (push, refs, 1))
  /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],
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 288 const uint32_t refs = old->getStrongCount(); local
289 if (ggl_likely(refs == 1)) {
  /art/runtime/verifier/
reg_type.cc 590 std::pair<uint16_t, uint16_t> refs = GetTopMergedTypes(); local
591 RegType& _left(reg_type_cache_->GetFromId(refs.first));
594 RegType& _right(reg_type_cache_->GetFromId(refs.second));
601 types.insert(refs.first);
607 types.insert(refs.second);
  /external/chromium_org/third_party/leveldatabase/src/util/
cache.cc 33 uint32_t refs; member in struct:leveldb::__anon16116::LRUHandle
180 assert(e->refs == 1); // Error if caller has an unreleased handle
187 assert(e->refs > 0);
188 e->refs--;
189 if (e->refs <= 0) {
213 e->refs++;
237 e->refs = 2; // One from LRUCache, one for the returned handle
  /external/chromium_org/third_party/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);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_transfer.c 149 struct nouveau_pushbuf_refn refs[] = { local
158 nouveau_pushbuf_refn (push, refs, sizeof(refs) / sizeof(refs[0])))
401 struct nouveau_pushbuf_refn refs[] = { local
434 nouveau_pushbuf_refn (push, refs, 2))
498 struct nouveau_pushbuf_refn refs[] = { local
519 nouveau_pushbuf_refn (push, refs, 2))
693 struct nouveau_pushbuf_refn refs[] = { local
712 nouveau_pushbuf_refn (push, refs, 2)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm.c 286 void *refs = c->refs; local
291 c->refs = refs;
312 c->refs = rzalloc_array(c, struct brw_wm_ref, BRW_WM_MAX_REF);
  /external/clang/test/SemaCXX/
reinterpret-cast.cpp 82 void refs() function
cstyle-cast.cpp 213 void refs() function
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_transfer.c 149 struct nouveau_pushbuf_refn refs[] = { local
158 nouveau_pushbuf_refn (push, refs, sizeof(refs) / sizeof(refs[0])))
401 struct nouveau_pushbuf_refn refs[] = { local
434 nouveau_pushbuf_refn (push, refs, 2))
498 struct nouveau_pushbuf_refn refs[] = { local
519 nouveau_pushbuf_refn (push, refs, 2))
693 struct nouveau_pushbuf_refn refs[] = { local
712 nouveau_pushbuf_refn (push, refs, 2)
    [all...]
  /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); }
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
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 347 ubyte refs[TGSI_QUAD_SIZE]; local
351 refs[j] = data->shader_stencil_refs[j] & valMask;
353 refs[j] = ref & valMask;
362 if (refs[j] < (data->stencilVals[j] & valMask)) {
369 if (refs[j] == (data->stencilVals[j] & valMask)) {
376 if (refs[j] <= (data->stencilVals[j] & valMask)) {
383 if (refs[j] > (data->stencilVals[j] & valMask)) {
390 if (refs[j] != (data->stencilVals[j] & valMask)) {
397 if (refs[j] >= (data->stencilVals[j] & valMask)) {
429 ubyte refs[TGSI_QUAD_SIZE] local
    [all...]
  /external/fio/
client.h 35 unsigned int refs; member in struct:fio_client
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 347 ubyte refs[TGSI_QUAD_SIZE]; local
351 refs[j] = data->shader_stencil_refs[j] & valMask;
353 refs[j] = ref & valMask;
362 if (refs[j] < (data->stencilVals[j] & valMask)) {
369 if (refs[j] == (data->stencilVals[j] & valMask)) {
376 if (refs[j] <= (data->stencilVals[j] & valMask)) {
383 if (refs[j] > (data->stencilVals[j] & valMask)) {
390 if (refs[j] != (data->stencilVals[j] & valMask)) {
397 if (refs[j] >= (data->stencilVals[j] & valMask)) {
429 ubyte refs[TGSI_QUAD_SIZE] local
    [all...]
  /external/oprofile/daemon/liblegacy/
p_module.h 148 unsigned tgt_long refs; member in struct:module

Completed in 4866 milliseconds

12 3 4 5 6