代码搜索结果

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

mass_storage.c

#include "usb.h" #include "udc.h" #if 0 #define dprintf(x...) printf(x) #else #define dprintf(x...) #endif #ifndef NULL #define NULL #endif /* * USB mass storage class subclasses */ enum UMASS_SUBC

test_storage.js

dojo.require("dojox.storage"); var TestStorage = { currentProvider: "default", currentNamespace: dojox.storage.DEFAULT_NAMESPACE, initialize: function(){ //console.debug("test_storage.initial

.storage.o.flags

ifeq (usb-storage.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y)))) FILES_FLAGS_UP_TO_DATE += storage.o endif

test_storage.py

# Test the basic storage operations of the classifier. import unittest, os, sys import tempfile import cStringIO as StringIO import sb_test_support sb_test_support.fix_sys_path() from spambayes.sto