HomeSort by relevance Sort by last modified time
    Searched refs:STATIC (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.c 32 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, AllTypes, req_bool, req_sint64, 0)
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-initial-cfa.s 1 # RUN: llvm-mc -triple=powerpc64-unknown-linux-gnu -filetype=obj -relocation-model=static %s | \
2 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=STATIC -check-prefix=STATIC-BE
5 # RUN: llvm-mc -triple=powerpc64le-unknown-linux-gnu -filetype=obj -relocation-model=static %s | \
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
    [all...]
  /external/clang/test/CXX/basic/basic.start/basic.start.init/
p3.cpp 9 #elif STATIC
10 static // expected-error {{'main' is not allowed to be declared static}}
  /external/e2fsprogs/intl/
printf-parse.h 68 #ifdef STATIC
69 STATIC
wprintf-parse.h 68 #ifdef STATIC
69 STATIC
eval-plural.h 19 #ifndef STATIC
20 #define STATIC static
24 STATIC
printf-args.h 130 #ifdef STATIC
131 STATIC
printf-args.c 26 #ifdef STATIC
27 STATIC
  /external/chromium_org/net/spdy/
hpack_entry.h 22 // A structure for an entry in the static table (3.3.1)
28 static const size_t kSizeOverhead;
31 // - |is_static| captures whether this entry is a member of the static
34 // inserted into the header table (including static entries).
56 // Returns whether this entry is a member of the static (as opposed to
58 bool IsStatic() const { return type_ == STATIC; }
67 static size_t Size(base::StringPiece name, base::StringPiece value);
76 STATIC,
  /external/libnfc-nxp/src/
phLibNfc_Ioctl.c 49 #define STATIC static
51 #define STATIC
58 STATIC phLibNfc_Ioctl_Cntx_t phLibNfc_Ioctl_Cntx;
61 *************************** Static Function Declaration ***********************
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(
phLibNfc_discovery.c 47 #define STATIC static
49 #define STATIC
59 *************************** Static Function Declaration ***********************
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(
phLibNfc_target.c 47 #define STATIC static
49 //#undef STATIC
50 #define STATIC
57 *************************** Static Function Declaration ***********************
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/
Modifier.java 21 * The Modifier class provides static methods and constants to decode
31 public static final int PUBLIC = AccessFlag.PUBLIC;
32 public static final int PRIVATE = AccessFlag.PRIVATE;
33 public static final int PROTECTED = AccessFlag.PROTECTED;
34 public static final int STATIC = AccessFlag.STATIC;
35 public static final int FINAL = AccessFlag.FINAL;
36 public static final int SYNCHRONIZED = AccessFlag.SYNCHRONIZED;
37 public static final int VOLATILE = AccessFlag.VOLATILE
    [all...]
CtNewNestedClass.java 32 * This method does not change the STATIC bit. The original value is kept.
35 mod = mod & ~Modifier.STATIC;
40 private static void updateInnerEntry(int mod, String name, CtClass clazz, boolean outer) {
50 int acc = ica.accessFlags(i) & AccessFlag.STATIC;
  /cts/tools/signature-tools/src/signature/model/
Modifier.java 25 PUBLIC("public"), PRIVATE("private"), PROTECTED("protected"), STATIC(
26 "static"), FINAL("final"), SYNCHRONIZED("synchronized"), VOLATILE(
41 public static String toString(Set<Modifier> modifiers) {
  /external/bison/lib/
printf-args.h 24 STATIC Set to 'static' to declare the function static. */
151 #ifdef STATIC
152 STATIC
printf-parse.h 23 STATIC Set to 'static' to declare the function static. */
185 # ifdef STATIC
186 STATIC
  /external/chromium_org/third_party/mesa/src/bin/
mklib 69 # Make static library with 'ar'
89 # make static lib
118 echo ' -static make a static library (default is dynamic/shared)'
142 STATIC=0
207 '-static')
208 STATIC=1
258 if [ $STATIC = 1 ]; then
264 echo "mklib: warning: ignoring $OBJ for static library"
364 elif [ $STATIC = 1 ] ; the
    [all...]
  /external/mesa3d/bin/
mklib 69 # Make static library with 'ar'
89 # make static lib
118 echo ' -static make a static library (default is dynamic/shared)'
142 STATIC=0
207 '-static')
208 STATIC=1
258 if [ $STATIC = 1 ]; then
264 echo "mklib: warning: ignoring $OBJ for static library"
364 elif [ $STATIC = 1 ] ; the
    [all...]
  /cts/tools/dasm/src/dasm/
sym.java 12 static final int REGS = 29;
13 static final int FROM = 26;
14 static final int DSIGNATURE = 19;
15 static final int SYNTHETIC = 56;
16 static final int OUTER = 34;
17 static final int DCLASS = 3;
18 static final int DVAR = 13;
19 static final int DECLARED_SYNCHRONIZED = 48;
20 static final int DSUPER = 10;
21 static final int SIGNATURE = 28
    [all...]
  /external/chromium_org/third_party/codesighs/
msmap.h 65 STATIC,
  /external/emma/ant/ant15/com/vladium/emma/ant/
IANTVersion.java 27 boolean ANT_1_5_PLUS = _ANTVersion._ANT_1_5_PLUS; // static final but not inlinable
32 static final boolean _ANT_1_5_PLUS; // set in <clinit>
36 static
46 if ((modifiers & Modifier.STATIC) != 0)
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 29 import static com.android.dx.rop.code.AccessFlags.ACC_CONSTRUCTOR;
40 import static java.lang.reflect.Modifier.PRIVATE;
41 import static java.lang.reflect.Modifier.STATIC;
73 * public static int fib(int i) {
129 * Code code = dexMaker.declare(fib, Modifier.PUBLIC | Modifier.STATIC);
136 * getParameter()}. For non-static methods the {@code this} pointer is exposed
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},
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
ConnectionTest.java 61 int requiredModifier = Modifier.PUBLIC + Modifier.STATIC
ParameterMetaDataTest.java 66 int requiredModifier = Modifier.PUBLIC + Modifier.STATIC

Completed in 1060 milliseconds

1 2 3 4 5