/external/e2fsprogs/intl/ |
eval-plural.h | 19 #ifndef STATIC 20 #define STATIC static 24 STATIC
|
printf.c | 62 #define STATIC 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_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(
|
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( 304 STATIC 354 STATIC void phLibNfc_ChkPresence_Trcv_Cb(
|
phLibNfc_SE.c | 48 #define STATIC static 50 #define STATIC 61 *************************** Static Function Declaration *********************** 65 STATIC 70 STATIC 131 STATIC void phLibNfc_SeNotification(void *context, 666 STATIC void phLibNfc_SE_SetMode_cb(void *context, NFCSTATUS status)
|
phLibNfc.c | 53 #define STATIC static 55 #define STATIC 67 *************************** Static Function Declaration *********************** 71 STATIC void phLibNfc_InitCb(void *pContext,NFCSTATUS status); 74 STATIC void phLibNfc_ShutdownCb(void *pContext,NFCSTATUS status); 78 STATIC void phLibNfc_DefaultHandler( 244 STATIC void phLibNfc_InitCb(void *pContext,NFCSTATUS status) 316 STATIC void phLibNfc_DefaultHandler( 408 STATIC void phLibNfc_ShutdownCb(void *pContext,NFCSTATUS status [all...] |
phLibNfc_initiator.c | 49 #define STATIC static 51 #define STATIC 61 *************************** Static Function Declaration *********************** 65 STATIC void phLibNfc_NotificationRegister_Resp_Cb ( 73 STATIC void phLibNfc_RemoteDev_Connect_Cb( 80 STATIC 88 STATIC void phLibNfc_RemoteDev_Disconnect_cb( 94 STATIC void phLibNfc_RemoteDev_Transceive_Cb(void *context, 100 STATIC void phLibNfc_Mgt_SetP2P_ConfigParams_Cb [all...] |
phLibNfc_llcp.c | 26 #define STATIC static 28 #define STATIC 33 STATIC 36 STATIC 39 STATIC 42 STATIC 47 STATIC NFCSTATUS static_CheckState() 70 STATIC NFCSTATUS static_CheckDevice(phLibNfc_Handle hRemoteDevice) 270 STATIC [all...] |
phHal4Nfc.c | 42 #define STATIC static 44 #define STATIC 55 static void phHal4Nfc_IoctlComplete( 60 static void phHal4Nfc_LowerNotificationHandler( 66 static void phHal4Nfc_HandleEvent( 71 static void phHal4Nfc_OpenComplete( 76 static void phHal4Nfc_CloseComplete( 81 static void phHal4Nfc_DownloadComplete( 88 static NFCSTATUS phHal4Nfc_Configure_Layers [all...] |
phLibNfc_ndef_raw.c | 48 #define STATIC static 50 //#undef STATIC 51 #define STATIC 65 *************************** Static Function Declaration *********************** 69 STATIC 73 STATIC 77 STATIC 81 STATIC 85 STATIC [all...] |
/system/core/sh/ |
shell.h | 69 #define STATIC /* empty */
|
/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/e2fsprogs/lib/ext2fs/ |
csum.c | 27 #define STATIC 29 #define STATIC static 32 STATIC __u16 ext2fs_group_desc_csum(ext2_filsys fs, dgrp_t group) 86 static __u32 find_last_inode_ingrp(ext2fs_inode_bitmap bitmap,
|
/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...] |
/external/javassist/src/main/javassist/bytecode/ |
AccessFlag.java | 19 * A support class providing static methods and constants 23 public static final int PUBLIC = 0x0001; 24 public static final int PRIVATE = 0x0002; 25 public static final int PROTECTED = 0x0004; 26 public static final int STATIC = 0x0008; 27 public static final int FINAL = 0x0010; 28 public static final int SYNCHRONIZED = 0x0020; 29 public static final int VOLATILE = 0x0040; 30 public static final int BRIDGE = 0x0040; // for method_inf [all...] |
/external/valgrind/unittest/ |
posix_tests.cc | 55 static CondVar CV; 56 static int COND = 0; 220 static pthread_once_t once = PTHREAD_ONCE_INIT; 249 static int STATIC; 267 STATIC++; 305 ANNOTATE_EXPECT_RACE(&STATIC, "real race on a static global object"); 323 CHECK(STATIC <= 3); 840 static void EnableSigprof(Sigaction SignalHandler) [all...] |
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
bcmdefs.h | 41 #define STATIC static 187 #define LOCATOR_EXTERN static
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmdefs.h | 41 #define STATIC static 187 #define LOCATOR_EXTERN static
|
/hardware/ti/omap3/dspbridge/inc/ |
dbtype.h | 208 #define STATIC static
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbtype.h | 208 #define STATIC static
|
/libcore/luni/src/main/java/java/lang/reflect/ |
Modifier.java | 21 * This class provides static methods to decode class and member modifiers. 32 public static final int PUBLIC = 0x1; 38 public static final int PRIVATE = 0x2; 44 public static final int PROTECTED = 0x4; 47 * The {@code int} value representing the {@code static} modifier. 49 public static final int STATIC = 0x8; 54 public static final int FINAL = 0x10; 60 public static final int SYNCHRONIZED = 0x20; 66 public static final int VOLATILE = 0x40 [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...] |
/frameworks/base/tools/aidl/ |
AST.h | 21 STATIC = 0x00000010,
|
/external/javassist/src/main/javassist/compiler/ |
TokenId.java | 54 int STATIC = 335; 116 int MEMBER = '#'; // static member access
|