Home
last modified time | relevance | path

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

12345

/external/webkit/WebCore/bindings/js/
DJSDOMGlobalObject.h52 JSDOMStructureMap& structures() { return d()->structures; } in structures() function
83 JSDOMStructureMap structures; member
DJSDOMGlobalObject.cpp54 JSDOMStructureMap::iterator end = structures().end(); in markChildren()
55 for (JSDOMStructureMap::iterator it = structures().begin(); it != end; ++it) in markChildren()
DJSDOMBinding.cpp800 JSDOMStructureMap& structures = globalObject->structures(); in getCachedDOMStructure() local
801 return structures.get(classInfo).get(); in getCachedDOMStructure()
806 JSDOMStructureMap& structures = globalObject->structures(); in cacheDOMStructure() local
807 ASSERT(!structures.contains(classInfo)); in cacheDOMStructure()
808 return structures.set(classInfo, structure).first->second.get(); in cacheDOMStructure()
/external/libvpx/nestegg/
DTODO18 - Modify parser/data structures to provide a clean separation. Perhaps the
20 initialize the main data structures.
/external/strace/
DREADME-linux8 structures and constatns used by the kernel, since these can be
9 different from the structures that the C library uses. Currently you
DNEWS183 * 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
Darm-eabi.patch41 + bother converting structures between the two
/external/e2fsprogs/ext2ed/
Dext2ed.conf.in14 # Using AlternateDescriptors you can declare additional structures. Those
15 # structures can contain only variables. Linking functions to the objects is
/external/e2fsprogs/debian/attic/
De2fslibsg-dev.menu3 longtitle="A library to handle low-level structures in an ext2 filesystem"\
/external/genext2fs/
Dconfigure.in26 # Checks for typedefs, structures, and compiler characteristics.
/external/jpeg/
Djconfig.cfg16 /* Define this if you get warnings about undefined structures. */
Djconfig.doc75 * (Defining this symbol causes large data structures to be referenced through
86 * unspecified structures (see "incomplete types" in the spec), a few pre-ANSI
Dcoderules.doc102 should be in the common data structures.
105 that should be private to a module can be placed into private structures (see
/external/libffi/
DREADME118 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:
DChangeLog.v125 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/webkit/JavaScriptCore/runtime/
DStructure.cpp251 Vector<Structure*, 8> structures; in materializePropertyMap() local
252 structures.append(this); in materializePropertyMap()
266 structures.append(structure); in materializePropertyMap()
276 for (ptrdiff_t i = structures.size() - 2; i >= 0; --i) { in materializePropertyMap()
277 structure = structures[i]; in materializePropertyMap()
/external/libvpx/nestegg/halloc/
DREADME6 when allocated structures exhibit hierarchical properties.
/external/clearsilver/csharp/
DREADME21 is pulled out of or put into C-structures.
/external/protobuf/gtest/
Dconfigure.ac47 # TODO(chandlerc@google.com) Check the types, structures, and other compiler
/external/e2fsprogs/e2fsck/
Dprof_err.et15 error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures"
/external/expat/
DREADME7 are called when the parser discovers the associated structures in the
9 structures for which you may register handlers.
/external/sonivox/arm-hybrid-22k/lib_src/
DARM-E_interpolate_loop_gnu.s65 @ Fetch parameters from structures
DARM-E_interpolate_noloop_gnu.s63 @ Fetch parameters from structures
/external/qemu/docs/
DANDROID-TRACING.TXT17 tool (sdk/emulator/qtools). Defines common data structures and types only.
/external/sonivox/arm-wt-22k/lib_src/
DARM-E_interpolate_noloop_gnu.s63 @ Fetch parameters from structures

12345