代码搜索结果

找到约 10,000 项符合 Storage 的代码

storetype.java

package net.spy.memcached.ops; /** * The type of storage operation to perform. */ public enum StoreType { /** * Unconditionally store a value in the cache. */ set, /** * Store a value in t

sysinit.pas

unit SysInit; interface var TlsIndex: Integer = -1; { Thread local storage index } TlsLast: Byte; { Set by linker so its offset is last in TLS segment } const Pt

sysinit.pas

unit SysInit; interface var TlsIndex: Integer = -1; { Thread local storage index } TlsLast: Byte; { Set by linker so its offset is last in TLS segment } const Pt

sysinit.pas

unit SysInit; interface var TlsIndex: Integer = -1; { Thread local storage index } TlsLast: Byte; { Set by linker so its offset is last in TLS segment } const Pt

dojofilestorageprovider.java

/** This is a simple class that can load, save, and remove files from the native file system. It is needed by Safari and Opera for the dojo.storage.browser.FileStorageProvider, since both of thes

bjtmdelete.c

/* * Copyright (c) 1985 Thomas L. Quarles */ /* * This routine deletes a BJT model from the circuit and frees * the storage it was using. * returns an error if the model has instances */ #incl