OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static
(Results
2251 - 2275
of
47082
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/external/chromium/chrome/browser/net/
url_request_mock_link_doctor_job.h
17
static
net::URLRequest::ProtocolFactory Factory;
20
static
void AddUrlHandler();
/external/chromium/chrome/browser/printing/cloud_print/
cloud_print_url.h
23
static
GURL GetCloudPrintLearnMoreURL();
24
static
GURL GetCloudPrintTestPageURL();
/external/chromium/chrome/browser/ui/options/
options_util.h
18
static
void ResetToDefaults(Profile* profile);
22
static
bool ResolveMetricsReportingEnabled(bool enabled);
/external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.h
26
static
const char kViewClassName[];
38
static
gfx::Size GetMinimumUnselectedSize();
62
// Performs a one-time initialization of
static
resources such as tab images.
63
static
void InitTabResources();
66
static
void LoadTabImages();
88
static
TouchTabImage tab_active;
89
static
TouchTabImage tab_inactive;
90
static
TouchTabImage tab_alpha;
/external/chromium/chrome/browser/ui/webui/
active_downloads_ui.h
23
static
Browser* OpenPopup(Profile* profile);
24
static
Browser* GetPopup(Profile* profile);
value_helper.h
16
static
bool TabToValue(const TabRestoreService::Tab& tab,
18
static
bool WindowToValue(const TabRestoreService::Window& window,
/external/chromium/chrome/common/
spellcheck_common.h
17
static
const int kMaxSuggestions = 5;
19
static
const int kMaxAutoCorrectWordSize = 8;
/external/chromium/net/socket/
client_socket_pool.cc
19
//
static
24
//
static
/external/chromium/third_party/libjingle/source/talk/xmllite/
xmlconstants.h
30
// This class creates string objects within
static
methods
50
static
const std::string & str_empty();
51
static
const std::string & ns_xml();
52
static
const std::string & ns_xmlns();
53
static
const std::string & str_xmlns();
54
static
const std::string & str_xml();
55
static
const std::string & str_version();
56
static
const std::string & str_encoding();
/external/clang/test/CXX/class/class.friend/
p6.cpp
4
friend
static
class B; // expected-error {{'
static
' is invalid in friend declarations}}
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p4-0x.cpp
5
decltype(this) q; // expected-error {{invalid use of 'this' outside of a non-
static
member function}}
7
int arr[sizeof(this)]; // expected-error {{invalid use of 'this' outside of a non-
static
member function}}
/external/clang/test/CXX/temp/
p3.cpp
4
static
int a, b;
9
template<typename T> struct A {
static
A a; } A<T>::a; // expected-error {{expected ';' after struct}} \
/external/clang/test/CXX/temp/temp.decls/temp.mem/
p1.cpp
5
static
T cond;
8
static
T twice(U value) {
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p5-0x.cpp
8
static
const bool value = false;
14
static
const bool value = true;
/external/clang/test/CodeGen/
2007-09-28-PackedUnionMember.c
27
static
long hndlr()
34
static
const struct E events[] = {
2009-05-22-callingconv.c
6
static
reg_errcode_t re_string_construct (re_string_t *pstr, const char *str,
10
static
reg_errcode_t
always_inline.c
7
//
static
int f0() {
8
static
int __attribute__((always_inline)) f0() {
call.c
5
static
void rb_f_chop();
9
static
void rb_f_chop() {
const-label-addr.c
6
A:;
static
void* a = &&A;
12
static
int ar = &&l2 - &&l1;
/external/clang/test/CodeGenCXX/
trivial-constructor-init.cpp
24
static
B b;
31
static
C c[4];
/external/clang/test/CodeGenObjC/
deadcode_strip_used_var.m
7
__attribute__((used))
static
int XXXXXX __attribute__ ((section ("__DATA,__Xinterpose"))) ;
8
__attribute__((used))
static
int YYYY __attribute__ ((section ("__DATA,__Xinterpose"))) ;
/external/clang/test/Sema/
extern-redecl.c
4
static
int a16[]; // expected-warning {{tentative array definition assumed to have one element}}
23
static
int test1_a[]; // expected-warning {{tentative array definition assumed to have one element}}
template-specialization.cpp
7
static
void bar(int) { } // expected-note {{candidate template ignored: couldn't infer template argument 'T'}}
12
static
void foo() {
typedef-variable-type.c
4
typedef int (*a)[!.0]; // expected-warning{{size of
static
array must be an integer constant expression}}
8
typedef int (*a)[!.0]; // expected-warning{{size of
static
array must be an integer constant expression}}
/external/clang/test/SemaCXX/
auto-cxx98.cpp
6
static
auto d = 0; // expected-warning {{C++11 extension}}
7
auto
static
e = 0; // expected-warning {{C++11 extension}}
Completed in 1601 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>