Searched refs:static (Results 1 – 25 of 1623) sorted by relevance
12345678910>>...65
/external/libcxx/include/ |
D | limits | 24 static constexpr bool is_specialized = false; 25 static constexpr T min() noexcept; 26 static constexpr T max() noexcept; 27 static constexpr T lowest() noexcept; 29 static constexpr int digits = 0; 30 static constexpr int digits10 = 0; 31 static constexpr int max_digits10 = 0; 32 static constexpr bool is_signed = false; 33 static constexpr bool is_integer = false; 34 static constexpr bool is_exact = false; [all …]
|
D | ratio | 24 static const intmax_t num; 25 static const intmax_t den; 86 static const intmax_t value = __static_gcd<_Yp, _Xp % _Yp>::value; 92 static const intmax_t value = _Xp; 98 static const intmax_t value = 1; 106 static const intmax_t value = _Xp / __static_gcd<_Xp, _Yp>::value * _Yp; 112 static const intmax_t value = _Xp < 0 ? -_Xp : _Xp; 118 static const intmax_t value = _Xp == 0 ? 0 : (_Xp < 0 ? -1 : 1); 127 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1; 128 static const intmax_t max = -min; [all …]
|
D | ios | 32 static constexpr fmtflags boolalpha; 33 static constexpr fmtflags dec; 34 static constexpr fmtflags fixed; 35 static constexpr fmtflags hex; 36 static constexpr fmtflags internal; 37 static constexpr fmtflags left; 38 static constexpr fmtflags oct; 39 static constexpr fmtflags right; 40 static constexpr fmtflags scientific; 41 static constexpr fmtflags showbase; [all …]
|
/external/proguard/src/proguard/gui/ |
D | default.pro | 8 public static void main(java.lang.String[]); 11 # Also keep - Enumerations. Keep the special static methods that are required in 14 public static **[] values(); 15 public static ** valueOf(java.lang.String); 24 public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent); 35 public static long currentTimeMillis(); 36 static java.lang.Class getCallerClass(); 37 public static int identityHashCode(java.lang.Object); 38 public static java.lang.SecurityManager getSecurityManager(); 39 public static java.util.Properties getProperties(); [all …]
|
D | boilerplate.pro | 4 public static void main(java.lang.String[]); 25 # Also keep - Enumerations. Keep the special static methods that are required in 28 public static **[] values(); 29 public static ** valueOf(java.lang.String); 35 static final long serialVersionUID; 36 static final java.io.ObjectStreamField[] serialPersistentFields; 65 public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent); 96 public static long currentTimeMillis(); 97 static java.lang.Class getCallerClass(); 98 public static int identityHashCode(java.lang.Object); [all …]
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 7 static const char* s_EGL14[] = 45 static const char* s_GLES10[] = 193 static const char* s_GLES20[] = 339 static const char* s_GLES30[] = 447 static const char* s_EGL_ANDROID_blob_cache[] = 452 static const char* s_EGL_ANDROID_native_fence_sync[] = 457 static const char* s_EGL_ANGLE_query_surface_pointer[] = 462 static const char* s_EGL_EXT_device_base[] = 470 static const char* s_EGL_EXT_device_enumeration[] = 475 static const char* s_EGL_EXT_device_query[] = [all …]
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/StaticFieldInitializerTest/ |
D | StaticFieldInitializerTest.smali | 5 .field public static longStaticField:J = 0x300000000L 6 .field public static longNegStaticField:J = -0x300000000L 8 .field public static intStaticField:I = 0x70000000 9 .field public static intNegStaticField:I = -500 11 .field public static shortStaticField:S = 500s 12 .field public static shortNegStaticField:S = -500s 14 .field public static byteStaticField:B = 123t 15 .field public static byteNegStaticField:B = 0xAAt 17 .field public static floatStaticField:F = 3.1415926f 19 .field public static doubleStaticField:D = 3.141592653589793 [all …]
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | static-prototypes | 33 +static int tdb_munmap(struct tdb_context *tdb); 34 +static void tdb_mmap(struct tdb_context *tdb); 35 +static int tdb_lock(struct tdb_context *tdb, int list, int ltype); 36 +static int tdb_unlock(struct tdb_context *tdb, int list, int ltype); 37 +static int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int pr… 38 +static int tdb_transaction_lock(struct tdb_context *tdb, int ltype); 39 +static int tdb_transaction_unlock(struct tdb_context *tdb); 40 +static int tdb_brlock_upgrade(struct tdb_context *tdb, tdb_off_t offset, size_t len); 41 +static int tdb_write_lock_record(struct tdb_context *tdb, tdb_off_t off); 42 +static int tdb_write_unlock_record(struct tdb_context *tdb, tdb_off_t off); [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
D | SimpleCParser.m | 30 const static NSInteger dfa2_eot[13] = 32 const static NSInteger dfa2_eof[13] = 34 const static unichar dfa2_min[13] = 36 const static unichar dfa2_max[13] = 38 const static NSInteger dfa2_accept[13] = 40 const static NSInteger dfa2_special[13] = 42 const static NSInteger dfa2_transition[] = {}; 43 const static NSInteger dfa2_transition0[] = {3, -1, -1, -1, 4}; 44 const static NSInteger dfa2_transition1[] = {6, -1, 10}; 45 const static NSInteger dfa2_transition2[] = {8, -1, -1, -1, -1, -1, -1, [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleCTP.m | 30 static ANTLRBitSet *FOLLOW_declaration_in_program56; 31 static const unsigned long long FOLLOW_declaration_in_program56_data[] = { 0x00000000020000C2LL}; 32 static ANTLRBitSet *FOLLOW_variable_in_declaration76; 33 static const unsigned long long FOLLOW_variable_in_declaration76_data[] = { 0x0000000000000002LL}; 34 static ANTLRBitSet *FOLLOW_FUNC_DECL_in_declaration87; 35 static const unsigned long long FOLLOW_FUNC_DECL_in_declaration87_data[] = { 0x0000000000000004LL}; 36 static ANTLRBitSet *FOLLOW_functionHeader_in_declaration89; 37 static const unsigned long long FOLLOW_functionHeader_in_declaration89_data[] = { 0x000000000000000… 38 static ANTLRBitSet *FOLLOW_FUNC_DEF_in_declaration101; 39 static const unsigned long long FOLLOW_FUNC_DEF_in_declaration101_data[] = { 0x0000000000000004LL}; [all …]
|
/external/compiler-rt/test/profile/ |
D | instrprof-dynamic-one-shared.test | 5 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dynamic-a.cpp %S/Inputs/instrprof-dynamic-b.cp… 7 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static 10 RUN: llvm-profdata merge -o %t-static.profdata %t-static.profraw 13 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 15 RUN: diff %t-a.static.ll %t-a.shared.ll 17 RUN: %clang_profuse=%t-static.profdata -o %t-b.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 19 RUN: diff %t-b.static.ll %t-b.shared.ll 21 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/Inputs/instrprof-dynam… 23 RUN: diff %t-main.static.ll %t-main.shared.ll
|
D | instrprof-dynamic-two-shared.test | 6 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dynamic-a.cpp %S/Inputs/instrprof-dynamic-b.cp… 8 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static 11 RUN: llvm-profdata merge -o %t-static.profdata %t-static.profraw 14 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 16 RUN: diff %t-a.static.ll %t-a.shared.ll 18 RUN: %clang_profuse=%t-static.profdata -o %t-b.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 20 RUN: diff %t-b.static.ll %t-b.shared.ll 22 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/Inputs/instrprof-dynam… 24 RUN: diff %t-main.static.ll %t-main.shared.ll
|
D | instrprof-dlopen.test | 8 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dlopen-func.c %S/Inputs/instrprof-dlopen-func2… 10 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static 14 RUN: llvm-profdata merge -o %t-static.profdata %t-static.profraw 18 RUN: %clang_profuse=%t-static.profdata -o %t-func.static.ll -S -emit-llvm %S/Inputs/instrprof-dlope… 21 RUN: diff %t-func.static.ll %t-func.local.ll 22 RUN: diff %t-func.static.ll %t-func.global.ll 24 RUN: %clang_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/Inputs/instrprof-dlop… 27 RUN: diff %t-func2.static.ll %t-func2.local.ll 28 RUN: diff %t-func2.static.ll %t-func2.global.ll 30 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/Inputs/instrprof-dlope… [all …]
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | TokenConstants.as | 3 public static const EOR_TOKEN_TYPE:int = 1; 6 public static const DOWN:int = 2; 8 public static const UP:int = 3; 10 public static const MIN_TOKEN_TYPE:int = UP+1; 12 public static const EOF:int = CharStreamConstants.EOF; 13 public static const EOF_TOKEN:Token = new CommonToken(EOF); 15 public static const INVALID_TOKEN_TYPE:int = 0; 16 public static const INVALID_TOKEN:Token = new CommonToken(INVALID_TOKEN_TYPE); 21 public static const SKIP_TOKEN:Token = new CommonToken(INVALID_TOKEN_TYPE); 27 public static const DEFAULT_CHANNEL:int = 0; [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
D | SymbolTableParser.m | 30 static ANTLRBitSet *FOLLOW_globals_in_prog50; 31 static const unsigned long long FOLLOW_globals_in_prog50_data[] = { 0x0000000000001002LL}; 32 static ANTLRBitSet *FOLLOW_method_in_prog53; 33 static const unsigned long long FOLLOW_method_in_prog53_data[] = { 0x0000000000001002LL}; 34 static ANTLRBitSet *FOLLOW_decl_in_globals85; 35 static const unsigned long long FOLLOW_decl_in_globals85_data[] = { 0x0000000000000802LL}; 36 static ANTLRBitSet *FOLLOW_12_in_method116; 37 static const unsigned long long FOLLOW_12_in_method116_data[] = { 0x0000000000000010LL}; 38 static ANTLRBitSet *FOLLOW_ID_in_method118; 39 static const unsigned long long FOLLOW_ID_in_method118_data[] = { 0x0000000000000080LL}; [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleCTP.m | 58 static ANTLRBitSet *FOLLOW_declaration_in_program56; 59 static const unsigned long long FOLLOW_declaration_in_program56_data[] = { 0x0000000000000192LL}; 60 static ANTLRBitSet *FOLLOW_variable_in_declaration76; 61 static const unsigned long long FOLLOW_variable_in_declaration76_data[] = { 0x0000000000000002LL}; 62 static ANTLRBitSet *FOLLOW_FUNC_DECL_in_declaration87; 63 static const unsigned long long FOLLOW_FUNC_DECL_in_declaration87_data[] = { 0x0000000000000004LL}; 64 static ANTLRBitSet *FOLLOW_functionHeader_in_declaration89; 65 static const unsigned long long FOLLOW_functionHeader_in_declaration89_data[] = { 0x000000000000000… 66 static ANTLRBitSet *FOLLOW_FUNC_DEF_in_declaration101; 67 static const unsigned long long FOLLOW_FUNC_DEF_in_declaration101_data[] = { 0x0000000000000004LL}; [all …]
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format21c/ |
D | StaticFields.smali | 4 .field public static staticField:I 5 .field public static staticWideField:J 6 .field public static staticObjectField:Ljava/lang/String; 7 .field public static staticBooleanField:Z 8 .field public static staticByteField:B 9 .field public static staticCharField:C 10 .field public static staticShortField:S
|
/external/clang/test/SemaObjC/ |
D | attr-objc-gc.m | 2 static id __attribute((objc_gc(weak))) a; 3 static id __attribute((objc_gc(strong))) b; 5 static id __attribute((objc_gc())) c; // expected-error{{'objc_gc' attribute requires a string}} 6 static id __attribute((objc_gc(123))) d; // expected-error{{'objc_gc' attribute requires a string}} 7 static id __attribute((objc_gc(foo, 456))) e; // expected-error{{'objc_gc' attribute takes one argu… 8 static id __attribute((objc_gc(hello))) f; // expected-warning{{'objc_gc' attribute argument not su… 10 static int __attribute__((objc_gc(weak))) g; // expected-warning {{'objc_gc' only applies to pointe… 12 static __weak int h; // expected-warning {{'__weak' only applies to pointer types; type here is 'in… 16 static WEAK int h; // expected-warning {{'objc_gc' only applies to pointer types; type here is 'int… 18 /* expected-warning {{'__weak' only applies to pointer types; type here is 'int'}}*/ static __we\
|
/external/bison/m4/ |
D | getopt.m4 | 94 static char program[] = "program"; 95 static char a[] = "-a"; 96 static char foo[] = "foo"; 97 static char bar[] = "bar"; 126 static char program[] = "program"; 127 static char donald[] = "donald"; 128 static char p[] = "-p"; 129 static char billy[] = "billy"; 130 static char duck[] = "duck"; 131 static char a[] = "-a"; [all …]
|
/external/proguard/src/proguard/wtk/ |
D | default.pro | 19 public static native long currentTimeMillis(); 20 static java.lang.Class getCallerClass(); 21 public static native int identityHashCode(java.lang.Object); 22 public static java.lang.SecurityManager getSecurityManager(); 23 public static java.util.Properties getProperties(); 24 public static java.lang.String getProperty(java.lang.String); 25 public static java.lang.String getenv(java.lang.String); 26 public static native java.lang.String mapLibraryName(java.lang.String); 27 public static java.lang.String getProperty(java.lang.String,java.lang.String); 44 public static java.lang.String copyValueOf(char[]); [all …]
|
/external/gptfdisk/ |
D | Makefile.mingw | 4 CFLAGS=-O2 -Wall -static -static-libgcc -static-libstdc++ -D_FILE_OFFSET_BITS=64 -g 5 CXXFLAGS=-O2 -Wall -static -static-libgcc -static-libstdc++ -D_FILE_OFFSET_BITS=64 -g 18 $(CXX) $(CXXFLAGS) $(LIB_OBJS) gdisk.o gpttext.o -lrpcrt4 -static-libgcc -o gdisk32.exe 21 $(CXX) $(CXXFLAGS) $(LIB_OBJS) sgdisk.o -lpopt -static-libgcc -o sgdisk32.exe 24 $(CXX) $(CXXFLAGS) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) -static-libgcc -o fixparts32.exe
|
D | Makefile.mingw64 | 4 CFLAGS=-O2 -Wall -static -static-libgcc -static-libstdc++ -D_FILE_OFFSET_BITS=64 -g 5 CXXFLAGS=-O2 -Wall -static -static-libgcc -static-libstdc++ -D_FILE_OFFSET_BITS=64 -g 18 $(CXX) $(CXXFLAGS) $(LIB_OBJS) gdisk.o gpttext.o -lrpcrt4 -static-libgcc -o gdisk64.exe 21 $(CXX) $(CXXFLAGS) $(LIB_OBJS) sgdisk.o -lpopt -static-libgcc -o sgdisk64.exe 24 $(CXX) $(CXXFLAGS) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) -static-libgcc -o fixparts64.exe
|
/external/valgrind/gdbserver_tests/ |
D | mcleak.stdoutB.exp | 4 9 static void breakme() {}; 9 9 static void breakme() {}; 14 9 static void breakme() {}; 19 9 static void breakme() {}; 24 9 static void breakme() {}; 29 9 static void breakme() {}; 34 9 static void breakme() {}; 39 9 static void breakme() {}; 44 9 static void breakme() {};
|
/external/libpng/contrib/pngminus/ |
D | makefile.std | 38 all: png2pnm$(E) pnm2png$(E) png2pnm-static$(E) pnm2png-static$(E) 46 png2pnm-static$(E): png2pnm$(O) 47 $(LD) $(LDFLAGS) -o png2pnm-static$(E) png2pnm$(O) $(LDLIBSS) -lm 55 pnm2png-static$(E): pnm2png$(O) 56 $(LD) $(LDFLAGS) -o pnm2png-static$(E) pnm2png$(O) $(LDLIBSS) -lm 63 $(RM) png2pnm-static$(E) 64 $(RM) pnm2png-static$(E)
|
/external/clang/test/CodeGenObjC/ |
D | objc2-assign-global.m | 25 static id FileStaticID; 39 static id staticGlobalId; 40 static id staticGlobalArray[20]; 41 static NSObject *staticGlobalObject; 42 static NSObject *staticGlobalObjectArray[20]; 43 static __strong CFDictionaryRef staticGdict; 44 static __strong CFDictionaryRef staticGdictarray[10]; 45 static struct_with_ids_t staticGlobalStruct; 46 static struct_with_ids_t staticGlobalStructArray[10];
|
12345678910>>...65