/external/webkit/Source/WebCore/bindings/js/ |
D | JSDOMBinding.cpp | 431 JSDOMStructureMap& structures = globalObject->structures(); in getCachedDOMStructure() local 432 return structures.get(classInfo).get(); in getCachedDOMStructure() 437 JSDOMStructureMap& structures = globalObject->structures(); in cacheDOMStructure() local 438 ASSERT(!structures.contains(classInfo)); in cacheDOMStructure() 439 …return structures.set(classInfo, WriteBarrier<Structure>(globalObject->globalData(), globalObject,… in cacheDOMStructure()
|
D | JSDOMGlobalObject.cpp | 57 JSDOMStructureMap::iterator end = structures().end(); in markChildren() 58 for (JSDOMStructureMap::iterator it = structures().begin(); it != end; ++it) in markChildren()
|
D | JSDOMGlobalObject.h | 52 JSDOMStructureMap& structures() { return m_structures; } in structures() function
|
/external/libvpx/nestegg/ |
D | TODO | 18 - Modify parser/data structures to provide a clean separation. Perhaps the 20 initialize the main data structures.
|
/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/llvm/test/Other/ |
D | 2009-09-14-function-elements.ll | 3 ; Arrays and structures with function types (not function pointers) are illegal.
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | invalid-VST2b32_UPD-arm.txt | 9 # A8.6.393 VST2 (multiple 2-element structures)
|
/external/e2fsprogs/debian/attic/ |
D | e2fslibsg-dev.menu | 3 longtitle="A library to handle low-level structures in an ext2 filesystem"\
|
/external/llvm/test/Assembler/ |
D | 2003-05-21-EmptyStructTest.ll | 3 ; The old C front-end never generated empty structures, now the new one
|
/external/chromium/chrome/browser/userfeedback/proto/ |
D | math.proto | 4 // Messages containing common math data structures.
|
/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. */
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | Structure.cpp | 248 Vector<Structure*, 8> structures; in materializePropertyMap() local 249 structures.append(this); in materializePropertyMap() 263 structures.append(structure); in materializePropertyMap() 269 for (ptrdiff_t i = structures.size() - 2; i >= 0; --i) { in materializePropertyMap() 270 structure = structures[i]; in materializePropertyMap()
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toy.ml | 29 * target lays out data structures. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toy.ml | 29 * target lays out data structures. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toy.ml | 29 * target lays out data structures. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toy.ml | 30 * target lays out data structures. *)
|
/external/libvpx/nestegg/halloc/ |
D | README | 6 when allocated structures exhibit hierarchical properties.
|
/external/mesa3d/docs/ |
D | MESA_resize_buffers.spec | 59 and adjust its internal data structures. This may include
|
/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:
|
/external/mesa3d/src/glsl/ |
D | configure.ac | 28 # Checks for typedefs, structures, and compiler characteristics.
|
/external/llvm/projects/sample/autoconf/ |
D | configure.ac | 53 dnl * Checks for typedefs, structures, and compiler characteristics.
|