Searched refs:storage (Results 251 - 275 of 406) sorted by relevance

<<11121314151617

/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSetColumn.pm66 ( $rs->result_source->schema->storage->_parse_order_by ($orig_attrs->{order_by} ) )
265 my ($row) = $self->_resultset->result_source->storage->select_single(
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSIInitiator.m44 #import <IOKit/storage/IOStorageProtocolCharacteristics.h>
/macosx-10.9.5/IOStorageFamily-172/
H A DIOGUIDPartitionScheme.cpp27 #include <IOKit/storage/IOFDiskPartitionScheme.h>
28 #include <IOKit/storage/IOGUIDPartitionScheme.h>
H A DIOBlockStorageDevice.cpp25 #include <IOKit/storage/IOBlockStorageDevice.h>
/macosx-10.9.5/keymgr-28/
H A Dkeymgr.c163 static struct keymgr_globals_s storage;
164 return &storage;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dasm.vim20 " storage types
H A Dd.vim27 " - Several keywords (e.g., in, out, inout) are both storage class and
30 " keywords storage classes so their highlighting is consistent with other
31 " keywords that are commonly used with them, but are true storage classes,
32 " such as lazy. Similarly, I made some statement keywords (e.g. body) storage
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGNode.h329 void convertToGetByOffset(unsigned storageAccessDataIndex, Edge storage) argument
333 children.setChild1(storage);
338 void convertToPutByOffset(unsigned storageAccessDataIndex, Edge storage) argument
344 children.setChild1(storage);
H A DDFGSpeculativeJIT.cpp97 // I want a slow path that also loads out the storage pointer, and that's
833 // We can skip all that comes next if we already have array storage.
1992 StorageOperand storage(this, child4);
1993 GPRReg storageReg = storage.gpr();
2033 storage.use();
2050 StorageOperand storage(this, node->child3());
2054 GPRReg storageReg = storage.gpr();
2085 StorageOperand storage(this, node->child3());
2088 GPRReg storageReg = storage.gpr();
2541 StorageOperand storage(thi
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DEventNames.h117 macro(storage) \
/macosx-10.9.5/swig-10/Source/Modules/
H A Dlang.cxx200 if (checkAttribute(c, "storage", "typedef"))
825 String *storage = Getattr(n, "storage"); local
833 int isfriend = storage && (Cmp(storage, "friend") == 0);
852 if (Cmp(storage, "typedef") == 0) {
912 if ((Cmp(storage, "extern") == 0) || (ForceExtern && !storage)) {
942 } else if (Cmp(storage, "externc") == 0) {
982 if ((Cmp(storage, "exter
1021 String *storage = Getattr(n, "storage"); local
1159 String *storage = Getattr(n, "storage"); local
1334 String *storage = Getattr(n, "storage"); local
[all...]
H A Dtypepass.cxx158 if (checkAttribute(bcls, "storage", "typedef")) {
353 String *storage = Getattr(n, "storage"); local
402 if (unnamed && tdname && (Cmp(storage, "typedef") == 0)) {
589 if (checkAttribute(n, "storage", "typedef")) {
719 String *storage = Getattr(n, "storage"); local
723 if (unnamed && tdname && (Cmp(storage, "typedef") == 0)) {
897 if (checkAttribute(ns, "storage", "typedef")) {
910 if (!(checkAttribute(c, "storage", "stati
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_class.c1223 char *buffer, storage[64];
1228 * Copy the name to local storage so we can NULL terminate it.
1231 if (length < sizeof(storage)) {
1232 buffer = storage;
1241 if (buffer != storage) {
1210 char *buffer, storage[64]; local
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dmillions.py32 self.db = mk.storage(dbpath, rw)
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Draw_ip6.c481 struct in6_addr storage; local
488 &in6p->in6p_route, NULL, &storage, ip6oa.ip6oa_boundif,
891 struct in6_addr storage; local
921 NULL, &storage, ifscope, &error);
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_vfsops.c2235 struct sockaddr_storage storage; local
2239 memset(&storage, 0, sizeof(storage));
2255 len = (saddr->sa_len > sizeof(storage)) ? sizeof(storage) : saddr->sa_len;
2256 memcpy(&storage, saddr, len);
2258 error = SYSCTL_OUT(req, &storage, len);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dobjdump.c411 long storage;
419 storage = bfd_get_symtab_upper_bound (abfd);
420 if (storage < 0)
422 if (storage)
423 sy = xmalloc (storage);
437 long storage;
439 storage = bfd_get_dynamic_symtab_upper_bound (abfd);
440 if (storage < 0)
451 if (storage)
452 sy = xmalloc (storage);
407 long storage; local
433 long storage; local
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/t/
H A Dstress.t131 /* Reserved words that specify storage class.
994 /* List of just storage classes and type modifiers.
1028 /* Used instead of declspecs where storage classes are not allowed
1031 C++ can takes storage classes for structure components.
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/t/
H A Dstress.t131 /* Reserved words that specify storage class.
994 /* List of just storage classes and type modifiers.
1028 /* Used instead of declspecs where storage classes are not allowed
1031 C++ can takes storage classes for structure components.
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Darchive.c1824 long storage;
1828 storage = bfd_get_symtab_upper_bound (current);
1829 if (storage < 0)
1832 if (storage != 0)
1834 if (storage > syms_max)
1838 syms_max = storage;
1815 long storage; local
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A DInformix.pm72 $self->schema->storage->sql_maker->quote_char('"');
73 $self->schema->storage->sql_maker->name_sep('.');
H A DInterBase.pm57 $self->schema->storage->sql_maker->quote_char('"');
58 $self->schema->storage->sql_maker->name_sep('.');
H A DOracle.pm41 $self->schema->storage->sql_maker->quote_char('"');
42 $self->schema->storage->sql_maker->name_sep('.');
/macosx-10.9.5/IOATAPIProtocolTransport-350.0.3/ATAPILogger/
H A DATAPILogger.cpp60 #include <IOKit/storage/ata/IOATAPIProtocolTransportTimeStamps.h>
61 #include <IOKit/storage/ata/IOATAPIProtocolTransportDebugging.h>
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorAdapter.cpp53 #include <IOKit/storage/IOStorageDeviceCharacteristics.h>
54 #include <IOKit/storage/IOStorageProtocolCharacteristics.h>

Completed in 407 milliseconds

<<11121314151617