代码搜索结果
找到约 10,000 项符合
Storage 的代码
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
stdint.h
/** @file
* Type definitions for firmware projects developed at Nordic semiconductor.
*
* Standard storage classes in C, such as @c char, @c int, and @c long, ar not always
* interpreted in th
stdbool.h
/** @file
* Type definitions for firmware projects developed at Nordic semiconductor.
*
* Standard storage classes in C, such as @c char, @c int, and @c long, ar not always
* interpreted in th
stdint.h
/** @file
* Type definitions for firmware projects developed at Nordic semiconductor.
*
* Standard storage classes in C, such as @c char, @c int, and @c long, ar not always
* interpreted in th
stdbool.h
/** @file
* Type definitions for firmware projects developed at Nordic semiconductor.
*
* Standard storage classes in C, such as @c char, @c int, and @c long, ar not always
* interpreted in th
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
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
dtor13.c
/* PR c++/34963 This used to ICE */
/* { dg-do "compile" } */
struct A
{
static friend A::~A(); /* { dg-error "storage class specifiers|extra qualification|implicitly friend" } */
};
array24.c
// PR c++/29175
// { dg-options "" }
void foo(int i)
{
int x[][i] = { 0 }; // { dg-error "variable-sized|storage size" }
}
decl-nospec-3.c
/* Data definition with no type or storage class should receive a
pedwarn, rather than a warning which becomes an error with
-pedantic. Test with -pedantic-errors. */
/* Origin: Joseph Myers