Searched refs:structures (Results 1 – 25 of 80) sorted by relevance
1234
/external/webkit/WebCore/bindings/js/ |
D | JSDOMGlobalObject.h | 51 JSDOMStructureMap& structures() { return d()->structures; } in structures() function 85 JSDOMStructureMap structures; member
|
D | JSDOMBinding.cpp | 516 JSDOMStructureMap& structures = globalObject->structures(); in getCachedDOMStructure() local 517 return structures.get(classInfo).get(); in getCachedDOMStructure() 522 JSDOMStructureMap& structures = globalObject->structures(); in cacheDOMStructure() local 523 ASSERT(!structures.contains(classInfo)); in cacheDOMStructure() 524 return structures.set(classInfo, structure).first->second.get(); in cacheDOMStructure()
|
D | JSDOMGlobalObject.cpp | 82 JSDOMStructureMap::iterator end = structures().end(); in mark() 83 for (JSDOMStructureMap::iterator it = structures().begin(); it != end; ++it) in mark()
|
/external/strace/ |
D | README-linux | 8 structures and constatns used by the kernel, since these can be 9 different from the structures that the C library uses. Currently you
|
D | NEWS | 183 * all structures, vectors, bitsets, etc. use consistent output formats 195 * selective printing of syscall structures 196 * selective abbreviation of long structures on a per syscall basis
|
D | arm-eabi.patch | 41 + bother converting structures between the two
|
/external/e2fsprogs/ext2ed/ |
D | ext2ed.conf.in | 14 # Using AlternateDescriptors you can declare additional structures. Those 15 # structures can contain only variables. Linking functions to the objects is
|
/external/e2fsprogs/debian/attic/ |
D | e2fslibsg-dev.menu | 3 longtitle="A library to handle low-level structures in an ext2 filesystem"\
|
/external/genext2fs/ |
D | configure.in | 26 # Checks for typedefs, structures, and compiler characteristics.
|
/external/jpeg/ |
D | jconfig.cfg | 16 /* Define this if you get warnings about undefined structures. */
|
D | jconfig.doc | 75 * (Defining this symbol causes large data structures to be referenced through 86 * unspecified structures (see "incomplete types" in the spec), a few pre-ANSI
|
D | coderules.doc | 102 should be in the common data structures. 105 that should be private to a module can be placed into private structures (see
|
/external/webkit/JavaScriptCore/runtime/ |
D | Structure.cpp | 257 Vector<Structure*, 8> structures; in materializePropertyMap() local 258 structures.append(this); in materializePropertyMap() 272 structures.append(structure); in materializePropertyMap() 282 for (ptrdiff_t i = structures.size() - 2; i >= 0; --i) { in materializePropertyMap() 283 structure = structures[i]; in materializePropertyMap()
|
/external/libffi/ |
D | README | 118 With the n32 calling convention, when returning structures smaller 137 They differ only in how small structures are returned from functions. 139 In the FFI_SYSV version, structures that are 8 bytes or smaller are 144 In the FFI_GCC_SYSV version, all structures are returned the same way:
|
D | ChangeLog.v1 | 25 Correctly handle small structures. 26 (ffi_prep_args): Also handle small structures. 29 structures in the return value. 380 nested structures. 661 returning structures with the n32 calling convention. 667 (ffi_prep_args): Fixed n32 structure passing when structures
|
/external/clearsilver/csharp/ |
D | README | 21 is pulled out of or put into C-structures.
|
/external/bluez/libs/ |
D | ChangeLog | 75 Add missing HCI commands structures. 76 Add missing HCI event structures. 128 Update sniff subrating data structures.
|
/external/expat/ |
D | README | 7 are called when the parser discovers the associated structures in the 9 structures for which you may register handlers.
|
/external/e2fsprogs/e2fsck/ |
D | prof_err.et | 15 error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures"
|
/external/tremor/Tremor/ |
D | configure.in | 115 dnl Check for typedefs, structures, etc
|
D | README | 37 libvorbis-style headers and structures are in 'ivorbiscodec.h'
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM-E_interpolate_noloop_gnu.s | 63 @ Fetch parameters from structures
|
D | ARM-E_interpolate_loop_gnu.s | 65 @ Fetch parameters from structures
|
/external/opencore/ |
D | README | 39 | data structures and utilities.]
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | ARM-E_interpolate_noloop_gnu.s | 63 @ Fetch parameters from structures
|
1234