Searched refs:storage (Results 51 - 75 of 406) sorted by relevance

1234567891011>>

/macosx-10.9.5/IODVDStorageFamily-35/
H A DIODVDMediaBSDClient.h29 #include <IOKit/storage/IODVDTypes.h>
47 * in /System/Library/Frameworks/Kernel.framework/Headers/IOKit/storage/
153 #include <IOKit/storage/IODVDMedia.h>
154 #include <IOKit/storage/IOMediaBSDClient.h>
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DTwineTest.cpp78 SmallString<8> storage; local
79 EXPECT_EQ(0, *Twine("hello").toNullTerminatedStringRef(storage).end());
81 *Twine(StringRef("hello")).toNullTerminatedStringRef(storage).end());
/macosx-10.9.5/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.h28 #include <IOKit/storage/IOMedia.h>
/macosx-10.9.5/IOBDStorageFamily-14/
H A DIOBDBlockStorageDevice.cpp24 #include <IOKit/storage/IOBDBlockStorageDevice.h>
H A DIOBDBlockStorageDriver.h39 #include <IOKit/storage/IOBDBlockStorageDevice.h>
40 #include <IOKit/storage/IODVDBlockStorageDriver.h>
60 * mechanism (e.g. SCSI, ATA, USB, FireWire). All storage operations
/macosx-10.9.5/bless-98/libbless/OpenFirmware/
H A DBLGetDeviceForOpenFirmwarePath.c38 #import <IOKit/storage/IOMedia.h>
/macosx-10.9.5/bless-98/
H A DmodeFirmware.c44 #include <IOKit/storage/IOMedia.h>
/macosx-10.9.5/hfs-226.1.1/mount_hfs/
H A Doptical.c30 #include <IOKit/storage/IOMedia.h>
31 #include <IOKit/storage/IOBDMedia.h>
32 #include <IOKit/storage/IOCDMedia.h>
33 #include <IOKit/storage/IODVDMedia.h>
/macosx-10.9.5/remote_cmds-41.90.1/rlogin.tproj/
H A Ddes_rw.c74 static unsigned char des_inbuf[10240], storage[10240], *store_ptr; variable
161 storage, /* outbuf */
168 store_ptr = storage + 8 - net_len;
170 store_ptr = storage;
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSArray.h147 ArrayStorage* storage = arrayStorageOrNull(); local
148 if (!storage)
150 SparseArrayValueMap* map = storage->m_sparseMap.get();
192 ArrayStorage* storage = butterfly->arrayStorage(); local
193 storage->m_indexBias = 0;
194 storage->m_sparseMap.clear();
195 storage->m_numValuesInVector = 0;
258 ArrayStorage* storage = butterfly->arrayStorage(); local
259 storage->m_indexBias = 0;
260 storage
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/storage/
H A Dexception.t26 die "storage test died: $death" if $death eq 'before_populate';
28 die "storage test died: $death" if $death eq 'after_populate';
39 $schema->storage->ensure_connected;
/macosx-10.9.5/system_cmds-597.90.1/sadc.tproj/
H A Dsadc.h23 #include <IOKit/storage/IOBlockStorageDriver.h>
24 #include <IOKit/storage/IOMedia.h>
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sadc.tproj/
H A Dsadc.h23 #include <IOKit/storage/IOBlockStorageDriver.h>
24 #include <IOKit/storage/IOMedia.h>
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CocoaRepl/
H A DRubyProgramTextView.rb135 storage = view.textStorage
136 deco_range = storage.blockRangeForRange(range)
137 @decorator.decorate(storage, deco_range)
183 def extract_key(storage, range)
184 storage.string.substringWithRange(range).to_s
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/
H A DPg.pm50 my $dbh = $self->schema->storage->dbh;
104 my ($table_comment) = $self->schema->storage->dbh->selectrow_array(
117 my ($table_oid) = $self->schema->storage->dbh->selectrow_array(
124 return $self->schema->storage->dbh->selectrow_array('SELECT col_description(?,?)', undef, $table_oid,
146 my ($precision) = $self->schema->storage->dbh
158 my ($integer_datetimes) = $self->schema->storage->dbh
180 my ($precision) = $self->schema->storage->dbh
H A DDB2.pm38 my $dbh = $self->schema->storage->dbh;
47 my $dbh = $self->schema->storage->dbh;
78 my $dbh = $self->schema->storage->dbh;
116 my $dbh = $self->schema->storage->dbh;
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/DBI/
H A DPg.pm50 my $dbh = $self->schema->storage->dbh;
104 my ($table_comment) = $self->schema->storage->dbh->selectrow_array(
117 my ($table_oid) = $self->schema->storage->dbh->selectrow_array(
124 return $self->schema->storage->dbh->selectrow_array('SELECT col_description(?,?)', undef, $table_oid,
146 my ($precision) = $self->schema->storage->dbh
158 my ($integer_datetimes) = $self->schema->storage->dbh
180 my ($precision) = $self->schema->storage->dbh
H A DDB2.pm38 my $dbh = $self->schema->storage->dbh;
47 my $dbh = $self->schema->storage->dbh;
78 my $dbh = $self->schema->storage->dbh;
116 my $dbh = $self->schema->storage->dbh;
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore1.cpp1 // tstore1.cpp -- Regression test program, storage tests, part 1
8 B(s00, Simple storage, 0)W(s00a);
18 B(s01, Integer storage, 0)W(s01a);
36 B(s02, Float storage, 0)W(s02a);
52 B(s03, String storage, 0)W(s03a);
67 B(s04, View storage, 0)W(s04a);
161 B(s08, View after storage, 0)W(s08a);
188 B(s09, Copy storage, 0)W(s09a);
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DSchema.pm18 __PACKAGE__->mk_classdata('storage');
408 Set the storage class that will be instantiated when L</connect> is called.
415 If your storage type requires instantiation arguments, those are
505 is used to create a new instance of the storage backend and set it on
627 returning its result (if any). Equivalent to calling $schema->storage->txn_do.
636 1 >> to get partial rollback to work, if the storage driver for your database
646 $self->storage or $self->throw_exception
647 ('txn_do called on $schema without storage');
649 $self->storage->txn_do(@_);
654 Runs C<txn_scope_guard> on the schema's storage
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_threading.py27 self.storage = []
32 self.storage.append(argument)
40 self.assertEquals(myObj.storage[0], u"hello world")
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_threading.py34 self.storage = []
39 self.storage.append(argument)
47 self.assertEqual(myObj.storage[0], u"hello world")
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DImaDBI.pm57 my $join = $from_class->storage->sql_maker->_join_condition(
66 return $_[0]->storage->dbh;
77 return $_[0]->storage->dbh->{Driver}->{Name};
89 return $class->storage->sth($class->transform_sql($sql, @_));
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DDOMStorage.js178 storage: domStorage property in class:_domStorageItemsCleared.storageData
191 storage: domStorage, property in class:_domStorageItemRemoved.storageData
206 storage: domStorage, property in class:_domStorageItemAdded.storageData
223 storage: domStorage, property in class:_domStorageItemUpdated.storageData
/macosx-10.9.5/WebCore-7537.78.1/storage/
H A DStorageEventDispatcher.cpp84 Storage* storage = frames[i]->document()->domWindow()->sessionStorage(ec); local
86 frames[i]->document()->enqueueWindowEvent(StorageEvent::create(eventNames().storageEvent, key, oldValue, newValue, url, storage));
98 Storage* storage = frames[i]->document()->domWindow()->localStorage(ec); local
100 frames[i]->document()->enqueueWindowEvent(StorageEvent::create(eventNames().storageEvent, key, oldValue, newValue, url, storage));

Completed in 410 milliseconds

1234567891011>>