Home
last modified time | relevance | path

Searched refs:static (Results 1 – 25 of 2423) sorted by relevance

12345678910>>...97

/external/libcxx/include/
Dlimits24 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 …]
Dratio24 static constexpr intmax_t num;
25 static constexpr intmax_t den;
99 static const intmax_t value = __static_gcd<_Yp, _Xp % _Yp>::value;
105 static const intmax_t value = _Xp;
111 static const intmax_t value = 1;
119 static const intmax_t value = _Xp / __static_gcd<_Xp, _Yp>::value * _Yp;
125 static const intmax_t value = _Xp < 0 ? -_Xp : _Xp;
131 static const intmax_t value = _Xp == 0 ? 0 : (_Xp < 0 ? -1 : 1);
140 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
141 static const intmax_t max = -min;
[all …]
D__string29 static constexpr void assign(char_type& c1, const char_type& c2) noexcept;
30 static constexpr bool eq(char_type c1, char_type c2) noexcept;
31 static constexpr bool lt(char_type c1, char_type c2) noexcept;
33 static constexpr int compare(const char_type* s1, const char_type* s2, size_t n);
34 static constexpr size_t length(const char_type* s);
35 static constexpr const char_type*
37 static char_type* move(char_type* s1, const char_type* s2, size_t n);
38 static char_type* copy(char_type* s1, const char_type* s2, size_t n);
39 static char_type* assign(char_type* s, size_t n, char_type a);
41 static constexpr int_type not_eof(int_type c) noexcept;
[all …]
/external/proguard/src/proguard/gui/
Ddefault.pro8 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 …]
Dboilerplate.pro4 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/libmicrohttpd/w32/VS2013/
Dlibmicrohttpd.sln19 Debug-static|Win32 = Debug-static|Win32
20 Debug-static|x64 = Debug-static|x64
21 Debug-static-xp|Win32 = Debug-static-xp|Win32
22 Debug-static-xp|x64 = Debug-static-xp|x64
27 Release-static|Win32 = Release-static|Win32
28 Release-static|x64 = Release-static|x64
29 Release-static-xp|Win32 = Release-static-xp|Win32
30 Release-static-xp|x64 = Release-static-xp|x64
41 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Debug-static|Win32.ActiveCfg = Debug-static|Win32
42 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Debug-static|Win32.Build.0 = Debug-static|Win32
[all …]
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl7 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_create_native_client_buffer[] =
457 static const char* s_EGL_ANDROID_native_fence_sync[] =
462 static const char* s_EGL_ANDROID_presentation_time[] =
467 static const char* s_EGL_ANGLE_query_surface_pointer[] =
472 static const char* s_EGL_EXT_device_base[] =
[all …]
/external/vulkan-validation-layers/libs/glm/detail/
Dintrinsic_common.inl52 static const __m128 GLM_VAR_USED zero = _mm_setzero_ps();
53 static const __m128 GLM_VAR_USED one = _mm_set_ps1(1.0f);
54 static const __m128 GLM_VAR_USED minus_one = _mm_set_ps1(-1.0f);
55 static const __m128 GLM_VAR_USED two = _mm_set_ps1(2.0f);
56 static const __m128 GLM_VAR_USED three = _mm_set_ps1(3.0f);
57 static const __m128 GLM_VAR_USED pi = _mm_set_ps1(3.1415926535897932384626433832795f);
58 static const __m128 GLM_VAR_USED hundred_eighty = _mm_set_ps1(180.f);
59static const __m128 GLM_VAR_USED pi_over_hundred_eighty = _mm_set_ps1(0.01745329251994329576923690…
60static const __m128 GLM_VAR_USED hundred_eighty_over_pi = _mm_set_ps1(57.2957795130823208767981548…
62 static const ieee754_QNAN absMask;
[all …]
/external/jemalloc/msvc/
Djemalloc_vc2015.sln19 Debug-static|x64 = Debug-static|x64
20 Debug-static|x86 = Debug-static|x86
23 Release-static|x64 = Release-static|x64
24 Release-static|x86 = Release-static|x86
31 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug-static|x64.ActiveCfg = Debug-static|x64
32 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug-static|x64.Build.0 = Debug-static|x64
33 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug-static|x86.ActiveCfg = Debug-static|Win32
34 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug-static|x86.Build.0 = Debug-static|Win32
39 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Release-static|x64.ActiveCfg = Release-static|x64
40 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Release-static|x64.Build.0 = Release-static|x64
[all …]
/external/libmojo/base/android/jni_generator/
DtestConstantsFromJavaP.golden115 static base::subtle::AtomicWord g_MotionEvent_finalize = 0;
116 static void Java_MotionEvent_finalize(JNIEnv* env, jobject obj) __attribute__
118 static void Java_MotionEvent_finalize(JNIEnv* env, jobject obj) {
136 static base::subtle::AtomicWord
138 static ScopedJavaLocalRef<jobject>
154 static ScopedJavaLocalRef<jobject>
190 static base::subtle::AtomicWord
192 static ScopedJavaLocalRef<jobject>
207 static ScopedJavaLocalRef<jobject>
241 static base::subtle::AtomicWord g_MotionEvent_obtainAVME_J_J_I_F_F_F_F_I_F_F_I_I
[all …]
DtestFromJavaP.golden32 static base::subtle::AtomicWord g_InputStream_available = 0;
33 static jint Java_InputStream_available(JNIEnv* env, jobject obj) __attribute__
35 static jint Java_InputStream_available(JNIEnv* env, jobject obj) {
54 static base::subtle::AtomicWord g_InputStream_close = 0;
55 static void Java_InputStream_close(JNIEnv* env, jobject obj) __attribute__
57 static void Java_InputStream_close(JNIEnv* env, jobject obj) {
75 static base::subtle::AtomicWord g_InputStream_mark = 0;
76 static void Java_InputStream_mark(JNIEnv* env, jobject obj, JniIntWrapper p0)
78 static void Java_InputStream_mark(JNIEnv* env, jobject obj, JniIntWrapper p0) {
96 static base::subtle::AtomicWord g_InputStream_markSupported = 0;
[all …]
DtestCalledByNatives.golden34 static base::subtle::AtomicWord g_TestJni_showConfirmInfoBar = 0;
35 static ScopedJavaLocalRef<jobject> Java_TestJni_showConfirmInfoBar(JNIEnv* env,
68 static base::subtle::AtomicWord g_TestJni_showAutoLoginInfoBar = 0;
69 static ScopedJavaLocalRef<jobject> Java_TestJni_showAutoLoginInfoBar(JNIEnv*
99 static base::subtle::AtomicWord g_InfoBar_dismiss = 0;
100 static void Java_InfoBar_dismiss(JNIEnv* env, jobject obj) {
121 static base::subtle::AtomicWord g_TestJni_shouldShowAutoLogin = 0;
122 static jboolean Java_TestJni_shouldShowAutoLogin(JNIEnv* env, jobject view,
151 static base::subtle::AtomicWord g_TestJni_openUrl = 0;
152 static ScopedJavaLocalRef<jobject> Java_TestJni_openUrl(JNIEnv* env, jstring
[all …]
/external/smali/smali-integration-tests/src/test/smali/junit-tests/StaticFieldInitializerTest/
DStaticFieldInitializerTest.smali5 .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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
DSimpleCParser.m30 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/e2fsprogs/lib/ext2fs/tdb/patches/
Dstatic-prototypes33 +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/pdfium/third_party/libopenjpeg20/
D0003-dwt-decode.patch21 @@ -107,16 +105,16 @@ static void opj_dwt_interleave_v(opj_dwt_t* v, OPJ_INT32 *a, OPJ_INT32 x);
25 -static void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
26 +static void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_SIZE_T a_count, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT…
30 static void opj_dwt_decode_1(opj_dwt_t *v);
31 -static void opj_dwt_decode_1_(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
32 +static void opj_dwt_decode_1_(OPJ_INT32 *a, OPJ_SIZE_T a_count, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_IN…
36 -static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
37 +static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_SIZE_T a_count, OPJ_INT32 dn, OPJ_INT32 sn, OP…
41 @@ -124,10 +122,10 @@ static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj…
45 -static OPJ_BOOL opj_dwt_decode_tile(opj_tcd_tilecomp_t* tilec, OPJ_UINT32 i, DWT1DFN fn);
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCTP.m30 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/
Dinstrprof-dynamic-one-shared.test5 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
Dinstrprof-dynamic-two-shared.test6 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
Dinstrprof-dlopen.test8 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/
DTokenConstants.as3 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/
DSymbolTableParser.m30 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/
DSimpleCTP.m58 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/compiler-rt/test/profile/Linux/
Dinstrprof-dynamic-two-shared.test6 RUN: %clang_profgen -o %t-static %S/../Inputs/instrprof-dynamic-a.cpp %S/../Inputs/instrprof-dynami…
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-dynam…
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-dynam…
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-dy…
24 RUN: diff %t-main.static.ll %t-main.shared.ll
Dinstrprof-dynamic-one-shared.test5 …fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-static %S/../Inputs/instr…
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-dynam…
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-dynam…
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-dy…
23 RUN: diff %t-main.static.ll %t-main.shared.ll

12345678910>>...97