Searched refs:structures (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDOMGlobalObject.cpp89 JSDOMStructureMap::iterator end = thisObject->structures().end();
90 for (JSDOMStructureMap::iterator it = thisObject->structures().begin(); it != end; ++it)
H A DJSDOMBinding.cpp279 JSDOMStructureMap& structures = globalObject->structures(); local
280 return structures.get(classInfo).get();
285 JSDOMStructureMap& structures = globalObject->structures(); local
286 ASSERT(!structures.contains(classInfo));
287 return structures.set(classInfo, WriteBarrier<Structure>(globalObject->vm(), globalObject, structure)).iterator->value.get();
H A DJSDOMGlobalObject.h57 JSDOMStructureMap& structures() { return m_structures; } function in class:WebCore::JSDOMGlobalObject
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Ds_sig65 * Compute signature of structures.
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml29 * target lays out data structures. *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml29 * target lays out data structures. *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml29 * target lays out data structures. *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml30 * target lays out data structures. *)
/macosx-10.9.5/apr-30/apr/apr/
H A Dapr.spec17 free library of C data structures and routines, forming a system
30 C data structures and routines.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DMDC.pm100 "no shared data unless explicetly requested" the data structures
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DDumper.pm131 Generates a dump of the data structures, as per L<dump()>, but with the
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DDumper.pm131 Generates a dump of the data structures, as per L<dump()>, but with the
/macosx-10.9.5/apr-30/apr-util/apr-util/
H A Dapr-util.spec18 free library of C data structures and routines. This library
32 library of C data structures and routines.
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dapxs.in761 NULL, /* create per-dir config structures */
762 NULL, /* merge per-dir config structures */
763 NULL, /* create per-server config structures */
764 NULL, /* merge per-server config structures */
/macosx-10.9.5/CPANInternal-140/Readonly/
H A DReadonly.pm436 references, then those functions recurse over the data structures,
506 It is very difficult to make and use deep structures (complex data
507 structures) with C<use constant>.
533 Readonly.pm also works well with complex data structures, allowing you
769 deeply-Readonly data structures (21 May 2002).
/macosx-10.9.5/CPANInternal-140/Readonly-1.03/
H A DReadonly.pm436 references, then those functions recurse over the data structures,
506 It is very difficult to make and use deep structures (complex data
507 structures) with C<use constant>.
533 Readonly.pm also works well with complex data structures, allowing you
769 deeply-Readonly data structures (21 May 2002).
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStructure.cpp244 Vector<Structure*, 8> structures; local
245 structures.append(this);
259 structures.append(structure);
265 for (ptrdiff_t i = structures.size() - 1; i >= 0; --i) {
266 structure = structures[i];
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A DSignals.inc46 // DebugHlp APIs. So we will have to load them manually. The structures and
/macosx-10.9.5/CPANInternal-140/Data-Dumper-Concise/lib/Data/Dumper/
H A DConcise.pm105 never seen it segfault. But for complex/weird structures, it generally rocks.
/macosx-10.9.5/CPANInternal-140/Graph/lib/Graph/
H A DUnionFind.pm88 Graph::UnionFind - union-find data structures
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/
H A DUnionFind.pm88 Graph::UnionFind - union-find data structures
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DMDC.pm100 "no shared data unless explicetly requested" the data structures
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dpkt_rx1.s35 _pktRxBuf resb (RX_SIZE*NUM_RX_BUF) ; RX structures
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/
H A DMore.pm106 data structures. While you can do almost anything with a simple
922 =head2 Complex data structures
925 need to see if two data structures are equivalent. For these
938 equivalent. If the two structures are different, it will display the
1361 arbitrary data structures.
1380 multi-level structures are handled correctly.
1684 complex data structures.
1734 L<Test::Differences> for more ways to test complex data structures.
/macosx-10.9.5/Security-55471.14.18/regressions/inc/IPC/
H A DRun3.pm20 and/or stderr to files and perl data structures. It aims to satisfy 99%
93 =item + allows a very perlish interface to perl data structures and

Completed in 298 milliseconds

1234