Home
last modified time | relevance | path

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

12345678910>>...86

/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 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 …]
Dios32 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/
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/chromium_org/extensions/common/api/
Dapp_current_window_internal.idl38 static void focus();
39 static void fullscreen();
40 static void minimize();
41 static void maximize();
42 static void restore();
43 static void drawAttention();
44 static void clearAttention();
45 static void show(optional boolean focused);
46 static void hide();
47 static void setBounds(DOMString boundsType, Bounds bounds);
[all …]
/external/chromium_org/tools/json_schema_compiler/test/
Didl_basics.idl46 static void function1();
47 static void function2(long x);
54 static void function3(MyType1 arg);
59 static void function4(Callback1 cb);
60 static void function5(Callback2 cb);
61 static void function6(Callback3 cb);
63 static void function7(optional long arg);
64 static void function8(long arg1, optional DOMString arg2);
65 static void function9(optional MyType1 arg);
67 static void function10(long x, long[] y);
[all …]
/external/chromium_org/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 base::android::ScopedJavaLocalRef<jobject>
154 static base::android::ScopedJavaLocalRef<jobject>
190 static base::subtle::AtomicWord
192 static base::android::ScopedJavaLocalRef<jobject>
207 static base::android::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 base::android::ScopedJavaLocalRef<jobject>
69 static base::subtle::AtomicWord g_TestJni_showAutoLoginInfoBar = 0;
70 static base::android::ScopedJavaLocalRef<jobject>
101 static base::subtle::AtomicWord g_InfoBar_dismiss = 0;
102 static void Java_InfoBar_dismiss(JNIEnv* env, jobject obj) {
123 static base::subtle::AtomicWord g_TestJni_shouldShowAutoLogin = 0;
124 static jboolean Java_TestJni_shouldShowAutoLogin(JNIEnv* env, jobject view,
153 static base::subtle::AtomicWord g_TestJni_openUrl = 0;
154 static base::android::ScopedJavaLocalRef<jobject> Java_TestJni_openUrl(JNIEnv*
[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/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/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/chromium_org/gpu/command_buffer/docs/
Dgles2_cmd_format_docs.txt102 static const CommandId kCmdId = 0;
110 static const CommandId kCmdId = 1;
118 static const CommandId kCmdId = 3;
128 static const CommandId kCmdId = 4;
137 static const CommandId kCmdId = 5;
146 static const CommandId kCmdId = 6;
154 static const CommandId kCmdId = 7;
172 static const CommandId kCmdId = 8;
183 static const CommandId kCmdId = 9;
197 static const CommandId kCmdId = 10;
[all …]
/external/smack/asmack-master/jingle/
D60-jingle-ext.patch7 public static class Audio extends JingleContentInfo {
9 - public static final String NAMESPACE = "urn:xmpp:tmp:jingle:apps:rtp";
10 + public static final String NAMESPACE = "urn:xmpp:jingle:apps:rtp:1";
22 - public static String NAMESPACE = "urn:xmpp:tmp:jingle:errors";
23 + public static String NAMESPACE = "urn:xmpp:jingle:errors:1";
25 public static final JingleError OUT_OF_ORDER = new JingleError("out-of-order");
34 public static class Ice extends JingleTransport {
35 - public static final String NAMESPACE = "urn:xmpp:tmp:jingle:transports:ice-udp";
36 + public static final String NAMESPACE = "urn:xmpp:jingle:transports:ice-udp:1";
43 public static class RawUdp extends JingleTransport {
[all …]
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl7 static const char* funcs[] =
50 static const char* funcs[] =
166 static const char* funcs[] =
276 static const char* funcs[] =
390 static const char* funcs[] =
402 static const char* funcs[] =
418 static const char* funcs[] =
430 static const char* funcs[] =
443 static const char* funcs[] =
455 static const char* funcs[] =
[all …]
/external/chromium_org/tools/json_schema_compiler/dart_test/
Dfunctions.idl18 static void voidFunc();
23 static void voidFunc();
26 static void argFunc(DOMString s);
29 static void optionalArgFunc(optional DOMString s);
32 static void dictArgFunc(DictType d);
35 static void optionalDictArgFunc(optional DictType d);
38 static void entryArgFunc([intanceOf=FileEntry] object entry);
41 static void callbackFunc(SimpleCallback c);
44 static void optionalCallbackFunc(optional SimpleCallback c);
47 static void primitiveCallbackFunc(PrimitiveCallback c);
[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/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format21c/
DStaticFields.smali4 .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/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 …]

12345678910>>...86