/external/e2fsprogs/lib/ext2fs/ |
D | irel_ma.c | 49 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/webkit/V8Binding/v8/test/mjsunit/ |
D | mirror-array.js | 48 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…
|
D | mirror-unresolved-function.js | 46 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…
|
D | mirror-object.js | 48 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);
|
D | mirror-function.js | 48 var refs = new MirrorRefCache( 76 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type); 77 assertEquals('Function', refs.lookup(fromJSON.constructorFunction.ref).name);
|
D | debug-handle.js | 176 var refs = []; 178 refs.push(obj.properties[i].ref); 181 var arguments = '{"handles":[' + refs.join(',') + ']}'; 210 assertTrue(refs.indexOf(parseInt(handle)) != -1,
|
D | mirror-error.js | 48 var refs = new MirrorRefCache( 73 assertEquals(e.message, refs.lookup(p.ref).value);
|
D | debug-backtrace.js | 54 if (this.response_.refs) { 55 for (var i = 0; i < this.response_.refs.length; i++) { 56 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
|
D | debug-referenced-by.js | 107 refs = []; 109 refs[i] = {'y': y}; variable
|
D | mirror-regexp.js | 59 var refs = new MirrorRefCache( 98 refs.lookup(fromJSON.properties[i].ref).value,
|
D | debug-scopes.js | 113 for (var j = 0; j < response.refs.length && !found; j++) { 114 found = response.refs[j].handle == response.body.scopes[i].object.ref; 171 for (var i = 0; i < response.refs.length && !found; i++) { 172 found = response.refs[i].handle == response.body.object.ref;
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/macos/ |
D | SDL_sysjoystick.c | 56 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/webkit/V8Binding/v8/test/mjsunit/regress/ |
D | regress-1081309.js | 40 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/icu4c/test/intltest/ |
D | wbnf.cpp | 152 Buffer_pPick refs; // points to Pick member in SymbolTable 174 if (!refs[i]){ // exist name, no ref in find() 178 *ref = refs[i]; in find() 194 refs.append(var_ref); in put() 197 refs[i] = var_ref; // link definition with variable in put() 201 refs[i] = var_ref; in put() 213 if (refs[i] == NULL){ in is_complete() 225 int s = refs.content_size(); in reset() 227 delete refs[i]; // TOFIX: point alias/recursion problem in reset() 229 refs.reset(); in reset()
|
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/ |
D | SDL_dlcompat.c | 210 int refs; /* reference count */ member 476 else if ((dls->module == 0) || (dls->refs == 0)) in isValidStatus() 503 dls->refs = 0; in insertStatus() 552 dls->refs++; in reference() 985 if ((dls = lookupStatus(sbuf)) && (dls->refs > 0)) in SDL_OSX_dlopen() 1140 if (dls->refs == 1) in SDL_OSX_dlclose() 1159 dls->refs--; in SDL_OSX_dlclose()
|
/external/bluetooth/glib/tests/markups/ |
D | expected-1 | 7 …TEXT 'Hi & this is some text inside an element Two 'E' chars as character refs: E E and some 'J': …
|
/external/webkit/V8Binding/v8/src/ |
D | d8.js | 1148 if (this.packet_.refs) { 1149 for (var i = 0; i < this.packet_.refs.length; i++) { 1150 this.refs_[this.packet_.refs[i].handle] = this.packet_.refs[i];
|
D | debug-delay.js | 1168 json.refs = serializer.serializeReferencedObjects();
|
/external/webkit/WebKit/mac/Panels/ |
D | WebAuthenticationPanel.m | 70 // remove all of the panel's remaining refs, which can cause a 89 // remove all of the panel's remaining refs, which can cause a
|
/external/libxml2/ |
D | valid.c | 2966 table = (xmlRefTablePtr) doc->refs; in xmlAddRef() 2968 doc->refs = table = xmlHashCreateDict(0, doc->dict); in xmlAddRef() 3110 table = (xmlRefTablePtr) doc->refs; in xmlRemoveRef() 3170 table = (xmlRefTablePtr) doc->refs; in xmlGetRefs() 6630 table = (xmlRefTablePtr) doc->refs; in xmlValidateDocumentFinal() 6675 if (doc->refs != NULL) { in xmlValidateDtd() 6676 xmlFreeRefTable(doc->refs); in xmlValidateDtd() 6677 doc->refs = NULL; in xmlValidateDtd() 6889 if (doc->refs != NULL) { in xmlValidateDocument() 6890 xmlFreeRefTable(doc->refs); in xmlValidateDocument() [all …]
|
D | relaxng.c | 115 xmlHashTablePtr refs; /* references */ member 184 xmlHashTablePtr refs; /* references */ member 868 if (grammar->refs != NULL) { in xmlRelaxNGFreeGrammar() 869 xmlHashFree(grammar->refs, NULL); in xmlRelaxNGFreeGrammar() 4823 if (ctxt->grammar->refs == NULL) in xmlRelaxNGParsePattern() 4824 ctxt->grammar->refs = xmlHashCreate(10); in xmlRelaxNGParsePattern() 4825 if (ctxt->grammar->refs == NULL) { in xmlRelaxNGParsePattern() 4832 tmp = xmlHashAddEntry(ctxt->grammar->refs, def->name, def); in xmlRelaxNGParsePattern() 4837 xmlHashLookup(ctxt->grammar->refs, def->name); in xmlRelaxNGParsePattern() 4939 if (ctxt->parentgrammar->refs == NULL) in xmlRelaxNGParsePattern() [all …]
|
D | xmlreader.c | 510 if (cur->refs != NULL) xmlFreeRefTable((xmlRefTablePtr) cur->refs); in xmlTextReaderFreeDoc() 511 cur->refs = NULL; in xmlTextReaderFreeDoc()
|
/external/iptables/ |
D | ip6tables.c | 1278 unsigned int refs; in print_header() local 1279 if (!ip6tc_get_references(&refs, chain, handle)) in print_header() 1282 printf(" (%u references)\n", refs); in print_header()
|
D | iptables.c | 1344 unsigned int refs; in print_header() local 1345 if (!iptc_get_references(&refs, chain, handle)) in print_header() 1348 printf(" (%u references)\n", refs); in print_header()
|
/external/libxml2/include/libxml/ |
D | tree.h | 537 void *refs; /* Hash table for IDREFs attributes if any */ member
|