HomeSort by relevance Sort by last modified time
    Searched full:static (Results 1326 - 1350 of 47082) sorted by null

<<51525354555657585960>>

  /external/chromium/chrome/browser/ui/webui/
flags_ui.h 18 static RefCountedMemory* GetFaviconResourceBytes();
19 static void RegisterPrefs(PrefService* prefs);
plugins_ui.h 18 static RefCountedMemory* GetFaviconResourceBytes();
19 static void RegisterUserPrefs(PrefService* prefs);
remoting_ui.h 18 static RefCountedMemory* GetFaviconResourceBytes();
19 static void RegisterUserPrefs(PrefService* prefs);
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils.h 16 static void ShowNetworkProxySettings(TabContents*);
19 static void ShowManageSSLCertificates(TabContents*);
font_settings_utils.h 17 static ListValue* GetFontsList();
19 static void ValidateSavedFonts(PrefService* prefs);
  /external/chromium/net/websockets/
websocket_handshake_draft75.h 21 static const int kWebSocketPort;
22 static const int kSecureWebSocketPort;
23 static const char kServerHandshakeHeader[];
24 static const size_t kServerHandshakeHeaderLength;
25 static const char kUpgradeHeader[];
26 static const size_t kUpgradeHeaderLength;
27 static const char kConnectionHeader[];
28 static const size_t kConnectionHeaderLength;
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p20-0x.cpp 6 static void* operator new(size_t, size_t);
8 static void operator delete(void*, size_t); // expected-note{{declared here}}
  /external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.list/
p6.cpp 6 static void foo(const T &t) {}
7 static void foo(T &&t) {
  /external/clang/test/CXX/special/class.dtor/
p9.cpp 9 static void operator delete(void *p) {};
31 static void operator delete(void *p) {}; // expected-note {{member 'operator delete' declared here}}
37 static void operator delete(void *, size_t) {}; // expected-note {{member 'operator delete' declared here}}
56 static void operator delete(void*, const int &);
61 static void operator delete(void*, const int &); // expected-note {{declared here}}
67 static void operator delete(void*, const int &); // expected-note {{declared here}}
78 static void operator delete(void*, const int &);
83 static void operator delete(void*);
  /external/clang/test/CodeGen/
2002-04-08-LocalArray.c 3 /* GCC is not outputting the static array to the LLVM backend, so bad things
4 * happen. Note that if this is defined static, everything seems fine.
2004-11-27-StaticFunctionRedeclare.c 10 static int func();
15 static int func(char** A, char ** B) {}
2008-05-19-AlwaysInline.c 4 static inline int sabrina (void) __attribute__((always_inline));
5 static inline int sabrina (void)
attr-used.c 9 static void __attribute__((used)) f0(void) {
13 static int l0 __attribute__((used)) = 5225;
linkage-redecl.c 4 static int test2_i = 99;
12 static void f(int x);
  /external/clang/test/CodeGenCXX/
c-linkage.cpp 16 static void test2_f() {
19 static void test2_f(int x) {
  /external/clang/test/Rewriter/
rewrite-modern-protocol-1.mm 12 // CHECK: static struct _protocol_t _OBJC_PROTOCOL_NSCopying
13 // CHECK: static struct _protocol_t *_OBJC_LABEL_PROTOCOL_$_NSCopying = &_OBJC_PROTOCOL_NSCopying;
  /external/clang/test/SemaCXX/
ptrtomember.cpp 25 p->*m; // expected-error {{reference to non-static member function must be called}}
26 (void)(p->*m); // expected-error {{reference to non-static member function must be called}}
27 (void)(void*)(p->*m); // expected-error {{reference to non-static member function must be called}} expected-error {{cannot cast from type 'void' to pointer type 'void *'}}
28 (void)reinterpret_cast<void*>(p->*m); // expected-error {{reference to non-static member function must be called}} expected-error {{reinterpret_cast from 'void' to 'void *' is not allowed}}
29 if (p->*m) {} // expected-error {{reference to non-static member function must be called}} expected-error {{value of type 'void' is not contextually convertible to 'bool'}}
30 if (!(p->*m)) {} // expected-error {{reference to non-static member function must be called}} expected-error {{invalid argument type 'void' to unary expression}}
31 if (p->m) {}; // expected-error {{reference to non-static member function must be called}} expected-error {{value of type 'void' is not contextually convertible to 'bool'}}
32 if (!p->m) {}; // expected-error {{reference to non-static member function must be called}} expected-error {{invalid argument type 'void' to unary expression}}
warn-variable-not-needed.cpp 4 static int abc = 42; // expected-warning {{variable 'abc' is not needed and will not be emitted}}
16 static char bar;
  /external/compiler-rt/BlocksRuntime/tests/
block-static.c 13 static int numberOfSquesals = 5;
21 printf("**** did not update static local, rdar://6177162\n");
  /external/eigen/bench/btl/libs/BLAS/
c_interface_base.h 20 static void free_matrix(gene_matrix & A, int N){
24 static void free_vector(gene_vector & B){
28 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
36 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){
43 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){
49 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
58 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){
63 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){
  /external/icu4c/test/intltest/
winutil.h 35 static LCIDRecord *getLocales(int32_t &localeCount);
36 static void freeLocales(LCIDRecord *records);
  /external/iptables/extensions/
libxt_CLASSIFY.c 10 static void
18 static const struct xt_option_entry CLASSIFY_opts[] = {
24 static int CLASSIFY_string_to_priority(const char *s, unsigned int *p)
35 static void CLASSIFY_parse(struct xt_option_call *cb)
45 static void
51 static void
62 static void
72 static struct xtables_target classify_target = {
libxt_standard.c 5 static void standard_help(void)
12 static struct xtables_target standard_target = {
  /external/llvm/include/llvm/MC/
MCELF.h 25 static void SetBinding(MCSymbolData &SD, unsigned Binding);
26 static unsigned GetBinding(const MCSymbolData &SD);
27 static void SetType(MCSymbolData &SD, unsigned Type);
28 static unsigned GetType(const MCSymbolData &SD);
29 static void SetVisibility(MCSymbolData &SD, unsigned Visibility);
30 static unsigned GetVisibility(MCSymbolData &SD);
31 static void setOther(MCSymbolData &SD, unsigned Other);
32 static unsigned getOther(MCSymbolData &SD);
  /external/llvm/test/CodeGen/X86/
x86-store-gv-addr.ll 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -relocation-model=static | not grep lea
2 ; RUN: llc < %s -mtriple=x86_64-pc-linux-gnu -relocation-model=static | not grep lea

Completed in 4818 milliseconds

<<51525354555657585960>>