Searched refs:STATIC (Results 1 - 25 of 111) sorted by relevance

12345

/external/nanopb-c/tests/backwards_compatibility/
H A Dalltypes_legacy.c32 PB_FIELD( 1, STRING , REQUIRED, STATIC, SubMessage, substuff1, substuff1, &SubMessage_substuff1_default),
33 PB_FIELD( 2, INT32 , REQUIRED, STATIC, SubMessage, substuff2, substuff1, &SubMessage_substuff2_default),
34 PB_FIELD( 3, FIXED32 , OPTIONAL, STATIC, SubMessage, substuff3, substuff2, &SubMessage_substuff3_default),
39 PB_FIELD( 1, INT32 , REQUIRED, STATIC, AllTypes, req_int32, req_int32, 0),
40 PB_FIELD( 2, INT64 , REQUIRED, STATIC, AllTypes, req_int64, req_int32, 0),
41 PB_FIELD( 3, UINT32 , REQUIRED, STATIC, AllTypes, req_uint32, req_int64, 0),
42 PB_FIELD( 4, UINT64 , REQUIRED, STATIC, AllTypes, req_uint64, req_uint32, 0),
43 PB_FIELD( 5, SINT32 , REQUIRED, STATIC, AllTypes, req_sint32, req_uint64, 0),
44 PB_FIELD( 6, SINT64 , REQUIRED, STATIC, AllTypes, req_sint64, req_sint32, 0),
45 PB_FIELD( 7, BOOL , REQUIRED, STATIC, AllType
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DInlineMethodResolver.java46 // We can't use, e.g. AccessFlags.STATIC.value, because we need them to be a constant in order to use them as cases
48 public static final int STATIC = 0x8; // AccessFlags.STATIC.value; field in class:InlineMethodResolver
81 inlineMethod(STATIC, "Lorg/apache/harmony/dalvik/NativeTestTarget;", "emptyInlineMethod", "", "V"),
86 inlineMethod(STATIC, "Ljava/lang/Math;", "abs", "I", "I"),
87 inlineMethod(STATIC, "Ljava/lang/Math;", "abs", "J", "J"),
88 inlineMethod(STATIC, "Ljava/lang/Math;", "abs", "F", "F"),
89 inlineMethod(STATIC, "Ljava/lang/Math;", "abs", "D", "D"),
90 inlineMethod(STATIC, "Ljava/lang/Math;", "min", "II", "I"),
91 inlineMethod(STATIC, "Ljav
[all...]
/external/llvm/test/MC/PowerPC/
H A Dppc64-initial-cfa.s2 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=STATIC -check-prefix=STATIC-BE
6 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=STATIC -check-prefix=STATIC-LE
15 # STATIC: Section {
16 # STATIC: Name: .eh_frame
17 # STATIC-NEXT: Type: SHT_PROGBITS
18 # STATIC-NEXT: Flags [ (0x2)
19 # STATIC-NEXT: SHF_ALLOC
20 # STATIC
[all...]
/external/clang/test/CXX/basic/basic.start/basic.start.init/
H A Dp3.cpp9 #elif STATIC
/external/e2fsprogs/intl/
H A Dprintf-parse.h68 #ifdef STATIC
69 STATIC
H A Dwprintf-parse.h68 #ifdef STATIC
69 STATIC
H A Deval-plural.h19 #ifndef STATIC
20 #define STATIC static macro
24 STATIC
H A Dprintf-args.h130 #ifdef STATIC
131 STATIC
H A Dprintf-args.c26 #ifdef STATIC
27 STATIC
/external/chromium_org/net/spdy/
H A Dhpack_entry.h58 bool IsStatic() const { return type_ == STATIC; }
76 STATIC, enumerator in enum:net::HpackEntry::EntryType
/external/libnfc-nxp/src/
H A DphLibNfc_Ioctl.c49 #define STATIC static macro
51 #define STATIC macro
58 STATIC phLibNfc_Ioctl_Cntx_t phLibNfc_Ioctl_Cntx;
66 STATIC void phLibNfc_Ioctl_Mgmt_CB(void *context,
72 STATIC void phLibNfc_Switch_Swp_Mode_CB(
236 STATIC void phLibNfc_Ioctl_Mgmt_CB(void *context,
301 STATIC void phLibNfc_Switch_Swp_Mode_CB(
H A DphLibNfc_discovery.c47 #define STATIC static macro
49 #define STATIC macro
64 STATIC void phLibNfc_RemoteDev_CheckPresence_Cb(void *context,
68 STATIC void phLibNfc_ChkPresence_Trcv_Cb(
311 STATIC
361 STATIC void phLibNfc_ChkPresence_Trcv_Cb(
H A DphLibNfc_target.c47 #define STATIC static macro
49 //#undef STATIC
50 #define STATIC macro
61 STATIC void phLibNfc_RemoteDev_Receive_Cb(
68 STATIC void phLibNfc_RemoteDev_Send_Cb(
164 STATIC void phLibNfc_RemoteDev_Receive_Cb(
343 STATIC void phLibNfc_RemoteDev_Send_Cb(
/external/javassist/src/main/javassist/
H A DModifier.java34 public static final int STATIC = AccessFlag.STATIC; field in class:Modifier
84 return (mod & STATIC) != 0;
H A DCtNewNestedClass.java32 * This method does not change the STATIC bit. The original value is kept.
35 mod = mod & ~Modifier.STATIC;
50 int acc = ica.accessFlags(i) & AccessFlag.STATIC;
/external/bison/lib/
H A Dprintf-args.h24 STATIC Set to 'static' to declare the function static. */
151 #ifdef STATIC
152 STATIC
H A Dprintf-parse.h23 STATIC Set to 'static' to declare the function static. */
185 # ifdef STATIC
186 STATIC
/external/chromium_org/third_party/mesa/src/bin/
H A Dmklib142 STATIC=0
208 STATIC=1
258 if [ $STATIC = 1 ]; then
364 elif [ $STATIC = 1 ] ; then
436 if [ $STATIC = 1 ] ; then
560 elif [ $STATIC = 1 ] ; then
588 if [ $STATIC = 1 ] ; then
638 if [ $STATIC = 1 ] ; then
668 if [ $STATIC = 1 ] ; then
719 if [ $STATIC
[all...]
/external/mesa3d/bin/
H A Dmklib142 STATIC=0
208 STATIC=1
258 if [ $STATIC = 1 ]; then
364 elif [ $STATIC = 1 ] ; then
436 if [ $STATIC = 1 ] ; then
560 elif [ $STATIC = 1 ] ; then
588 if [ $STATIC = 1 ] ; then
638 if [ $STATIC = 1 ] ; then
668 if [ $STATIC = 1 ] ; then
719 if [ $STATIC
[all...]
/external/chromium_org/third_party/codesighs/
H A Dmsmap.h65 STATIC, enumerator in enum:__enum_MSMap_SymbolScope
/external/emma/ant/ant15/com/vladium/emma/ant/
H A DIANTVersion.java46 if ((modifiers & Modifier.STATIC) != 0)
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DFieldUtil.java55 return AccessFlags.STATIC.isSet(field.getAccessFlags());
H A DMethodUtil.java44 private static int directMask = AccessFlags.STATIC.getValue() | AccessFlags.PRIVATE.getValue() |
64 return AccessFlags.STATIC.isSet(method.getAccessFlags());
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DDexMaker.java41 import static java.lang.reflect.Modifier.STATIC;
129 * Code code = dexMaker.declare(fib, Modifier.PUBLIC | Modifier.STATIC);
241 * Modifier#PRIVATE}, {@link Modifier#PROTECTED}, {@link Modifier#STATIC},
255 | Modifier.STATIC | Modifier.FINAL | Modifier.SYNCHRONIZED;
279 * Modifier#PRIVATE}, {@link Modifier#PROTECTED}, {@link Modifier#STATIC},
293 | Modifier.STATIC | Modifier.FINAL | Modifier.VOLATILE | Modifier.TRANSIENT;
299 if ((flags & Modifier.STATIC) == 0 && staticValue != null) {
458 if ((accessFlags & STATIC) == 0 && staticValue != null) {
471 return (accessFlags & STATIC) != 0;
487 return (flags & STATIC) !
[all...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DConnectionTest.java61 int requiredModifier = Modifier.PUBLIC + Modifier.STATIC

Completed in 783 milliseconds

12345