Home
last modified time | relevance | path

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

1234

/external/webkit/WebCore/bindings/js/
DJSDOMGlobalObject.h51 JSDOMStructureMap& structures() { return d()->structures; } in structures() function
85 JSDOMStructureMap structures; member
DJSDOMBinding.cpp516 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()
DJSDOMGlobalObject.cpp82 JSDOMStructureMap::iterator end = structures().end(); in mark()
83 for (JSDOMStructureMap::iterator it = structures().begin(); it != end; ++it) in mark()
/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/webkit/JavaScriptCore/runtime/
DStructure.cpp257 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/
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/clearsilver/csharp/
DREADME21 is pulled out of or put into C-structures.
/external/bluez/libs/
DChangeLog75 Add missing HCI commands structures.
76 Add missing HCI event structures.
128 Update sniff subrating data structures.
/external/expat/
DREADME7 are called when the parser discovers the associated structures in the
9 structures for which you may register handlers.
/external/e2fsprogs/e2fsck/
Dprof_err.et15 error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures"
/external/tremor/Tremor/
Dconfigure.in115 dnl Check for typedefs, structures, etc
DREADME37 libvorbis-style headers and structures are in 'ivorbiscodec.h'
/external/sonivox/arm-wt-22k/lib_src/
DARM-E_interpolate_noloop_gnu.s63 @ Fetch parameters from structures
DARM-E_interpolate_loop_gnu.s65 @ Fetch parameters from structures
/external/opencore/
DREADME39 | data structures and utilities.]
/external/sonivox/arm-hybrid-22k/lib_src/
DARM-E_interpolate_noloop_gnu.s63 @ Fetch parameters from structures

1234