Home
last modified time | relevance | path

Searched refs:refs (Results 1 – 25 of 122) sorted by relevance

12345

/external/elfutils/libdwfl/
Dderelocate.c61 } refs[0]; member
93 struct secref *refs = NULL; in cache_sections() local
138 newref->next = refs; in cache_sections()
139 refs = newref; in cache_sections()
153 for (struct secref *sec = refs; sec != NULL; sec = sec->next) in cache_sections()
166 mod->reloc_info = malloc (offsetof (struct dwfl_relocation, refs[nrefs])); in cache_sections()
174 for (size_t i = nrefs; i-- > 0; refs = refs->next) in cache_sections()
175 sortrefs[i] = refs; in cache_sections()
176 assert (refs == NULL); in cache_sections()
183 mod->reloc_info->refs[i].name = sortrefs[i]->name; in cache_sections()
[all …]
/external/e2fsprogs/lib/ext2fs/
Direl_ma.c49 struct ext2_inode_reference *refs; member
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++];
316 if (ma->ref_entries[(unsigned) new].refs)
[all …]
/external/v8/test/mjsunit/
Dmirror-array.js48 var refs = new MirrorRefCache(
80 …assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected construct…
81 …assertEquals('Array', refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor …
90 …assertEquals('number', refs.lookup(fromJSON.properties[i].ref).type, "Unexpected type of the lengt…
91 …assertEquals(a.length, refs.lookup(fromJSON.properties[i].ref).value, "Length mismatch in parsed J…
101 …assertEquals(indexedProperties[index].value().type(), refs.lookup(fromJSON.properties[i].ref).type…
Dmirror-unresolved-function.js46 var refs = new MirrorRefCache( variable
73 assertEquals('undefined', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected construct…
75 assertEquals('undefined', refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type…
77 assertEquals('undefined', refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype obj…
Ddebug-return-value.js36 if (this.response_.refs) {
37 for (var i = 0; i < this.response_.refs.length; i++) {
38 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
Dmirror-function.js48 var refs = new MirrorRefCache(
76 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type);
77 assertEquals('Function', refs.lookup(fromJSON.constructorFunction.ref).name);
Dmirror-object.js48 var refs = new MirrorRefCache(
96 …assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected construct…
97 …assertEquals(ctor_name, refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructo…
99 …assertEquals(mirror.protoObject().type(), refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected …
101 …assertEquals(mirror.prototypeObject().type(), refs.lookup(fromJSON.prototypeObject.ref).type, 'Une…
134 var o = refs.lookup(fromJSON.properties[i].ref);
Ddebug-handle.js179 var refs = [];
181 refs.push(obj.properties[i].ref);
184 var arguments = '{"handles":[' + refs.join(',') + ']}';
213 assertTrue(refs.indexOf(parseInt(handle)) != -1,
Dmirror-error.js48 var refs = new MirrorRefCache(
73 assertEquals(e.message, refs.lookup(p.ref).value);
/external/stlport/src/
Dmessages.cpp188 messages<char>::messages(size_t refs) in messages() argument
189 : locale::facet(refs) {} in messages()
191 messages_byname<char>::messages_byname(const char *name, size_t refs) in messages_byname() argument
192 : messages<char>(refs), _M_impl(new _STLP_PRIV _Messages(false, name)) {} in messages_byname()
217 messages<wchar_t>::messages(size_t refs) in messages() argument
218 : locale::facet(refs) {} in messages()
220 messages_byname<wchar_t>::messages_byname(const char *name, size_t refs) in messages_byname() argument
221 : messages<wchar_t>(refs), _M_impl(new _STLP_PRIV _Messages(true, name)) {} in messages_byname()
Dfacets_byname.cpp41 ctype_byname<char>::ctype_byname(const char* name, size_t refs) in ctype_byname() argument
42 : ctype<char>( 0, false, refs) { in ctype_byname()
112 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) in ctype_byname() argument
113 : ctype<wchar_t>(refs) { in ctype_byname()
184 collate_byname<char>::collate_byname(const char* name, size_t refs) in collate_byname() argument
185 : collate<char>(refs) { in collate_byname()
231 collate_byname<wchar_t>::collate_byname(const char* name, size_t refs) in collate_byname() argument
232 : collate<wchar_t>(refs) { in collate_byname()
277 ::codecvt_byname(const char* name, size_t refs) in codecvt_byname() argument
278 : codecvt<char, char, mbstate_t>(refs) { in codecvt_byname()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/joystick/macos/
DSDL_sysjoystick.c56 ISpElementReference refs[kMaxReferences]; member
179 joystick->hwdata->refs); in SDL_SYS_JoystickOpen()
190 &(joystick->hwdata->refs[count2])); in SDL_SYS_JoystickOpen()
201 &(joystick->hwdata->refs[count2])); in SDL_SYS_JoystickOpen()
237 joystick->hwdata->refs[j], in SDL_SYS_JoystickUpdate()
250 joystick->hwdata->refs[j], in SDL_SYS_JoystickUpdate()
294 joystick->hwdata->refs[j], in SDL_SYS_JoystickUpdate()
/external/clang/test/Index/
Dfile-refs.m44 // RUN: -file-refs-at=%s:7:18 \
55 // RUN: -file-refs-at=%s:4:10 \
62 // RUN: -file-refs-at=%s:15:27 \
69 // RUN: -file-refs-at=%s:18:13 \
75 // RUN: -file-refs-at=%s:38:10 \
83 // RUN: -file-refs-at=%s:33:12 \
Dfile-refs-subscripting.m40 // RUN: -file-refs-at=%s:22:21 \
45 // RUN: -file-refs-at=%s:22:28 \
51 // RUN: -file-refs-at=%s:34:16 \
59 // RUN: -file-refs-at=%s:35:35 \
/external/v8/test/mjsunit/regress/
Dregress-1081309.js40 if (this.response_.refs) {
41 for (var i = 0; i < this.response_.refs.length; i++) {
42 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
/external/clang/test/Rewriter/
Drewrite-modern-ivars-1.mm15 unsigned int refs:30; field
49 unsigned int refs:30; field
66 unsigned int refs:30; field
85 unsigned int refs:30; field
/external/v8/test/cctest/
Dtest-threads.cc144 i::List<i::ThreadId>* refs, in ThreadIdValidationThread() argument
148 refs_(refs), thread_no_(thread_no), thread_to_start_(thread_to_start), in ThreadIdValidationThread()
175 i::List<i::ThreadId> refs(kNThreads); in TEST() local
180 new ThreadIdValidationThread(prev, &refs, i, semaphore); in TEST()
183 refs.Add(i::ThreadId::Invalid()); in TEST()
/external/mesa3d/src/glsl/
Dopt_tree_grafting.cpp274 ir_variable_refcount_visitor *refs; member
333 variable_entry *entry = info->refs->get_variable_entry(lhs_var); in tree_grafting_basic_block()
356 ir_variable_refcount_visitor refs; in do_tree_grafting() local
360 info.refs = &refs; in do_tree_grafting()
362 visit_list_elements(info.refs, instructions); in do_tree_grafting()
Dopt_structure_splitting.cpp303 ir_structure_reference_visitor refs; in do_structure_splitting() local
305 visit_list_elements(&refs, instructions); in do_structure_splitting()
308 foreach_iter(exec_list_iterator, iter, refs.variable_list) { in do_structure_splitting()
322 if (refs.variable_list.is_empty()) in do_structure_splitting()
330 foreach_iter(exec_list_iterator, iter, refs.variable_list) { in do_structure_splitting()
355 ir_structure_splitting_visitor split(&refs.variable_list); in do_structure_splitting()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DRule.java271 List refs = (List)altToTokenRefMap[outerAltNum].get(refAST.getText()); in trackTokenReferenceInAlt() local
272 if ( refs==null ) { in trackTokenReferenceInAlt()
273 refs = new ArrayList(); in trackTokenReferenceInAlt()
274 altToTokenRefMap[outerAltNum].put(refAST.getText(), refs); in trackTokenReferenceInAlt() local
276 refs.add(refAST); in trackTokenReferenceInAlt()
288 List refs = (List)altToRuleRefMap[outerAltNum].get(refAST.getText()); in trackRuleReferenceInAlt() local
289 if ( refs==null ) { in trackRuleReferenceInAlt()
290 refs = new ArrayList(); in trackRuleReferenceInAlt()
291 altToRuleRefMap[outerAltNum].put(refAST.getText(), refs); in trackRuleReferenceInAlt() local
293 refs.add(refAST); in trackRuleReferenceInAlt()
/external/dbus/test/
Dunused-code-gc.py15 refs = s[2]
16 for r in refs:
37 refs = s[2]
38 for r in refs:
/external/clang/lib/ARCMigrate/
DTransforms.h190 void clearRefsIn(Stmt *S, ExprSet &refs);
192 void clearRefsIn(iterator begin, iterator end, ExprSet &refs) { in clearRefsIn() argument
194 clearRefsIn(*begin, refs); in clearRefsIn()
197 void collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs);
DTransforms.cpp160 ReferenceClear(ExprSet &refs) : Refs(refs) { } in ReferenceClear() argument
169 ReferenceCollector(ValueDecl *D, ExprSet &refs) in ReferenceCollector() argument
170 : Dcl(D), Refs(refs) { } in ReferenceCollector()
243 void trans::clearRefsIn(Stmt *S, ExprSet &refs) { in clearRefsIn() argument
244 ReferenceClear(refs).TraverseStmt(S); in clearRefsIn()
247 void trans::collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs) { in collectRefs() argument
248 ReferenceCollector(D, refs).TraverseStmt(S); in collectRefs()
/external/v8/test/mjsunit/bugs/harmony/
Ddebug-blockscopes.js115 for (var j = 0; j < response.refs.length && !found; j++) {
116 found = response.refs[j].handle == response.body.scopes[i].object.ref;
188 for (var i = 0; i < response.refs.length && !found; i++) {
189 found = response.refs[i].handle == response.body.object.ref;
/external/jmonkeyengine/engine/src/test/jme3test/asset/
DTestAssetCache.java136 List<Object> refs = new ArrayList<Object>(5000); in main() local
160 refs.add(data); in main()

12345