/external/qemu/ |
arm-semi.c | 168 #define ARG(n) \ 193 if (!(s = lock_user_string(ARG(0)))) 196 if (ARG(1) >= 12) 199 if (ARG(1) < 4) 205 gdb_do_syscall(arm_semi_cb, "open,%s,%x,1a4", ARG(0), 206 (int)ARG(2)+1, gdb_open_modeflags[ARG(1)]); 209 ret = set_swi_errno(ts, open(s, open_modeflags[ARG(1)], 0644)); 211 unlock_user(s, ARG(0), 0); 215 gdb_do_syscall(arm_semi_cb, "close,%x", ARG(0)) [all...] |
/external/bzip2/ |
bzdiff | 24 for ARG 26 case "$ARG" in 27 -*) OPTIONS="$OPTIONS $ARG";; 28 *) if test -f "$ARG"; then 29 FILES="$FILES $ARG" 31 echo "${prog}: $ARG not found or not a regular file"
|
/external/clang/ |
gen_diff.sh | 35 for ARG; do 41 BASE_LLVM_DIR=$ARG
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Debug.h | 48 #define OMX_LOG_PRINT(HANDLE, STR, ARG...) \ 49 (OMX_Log(HANDLE, __FILE__, __LINE__, __FUNCTION__, STR, ##ARG)) 52 #define OMX_DPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_DEBUG | HANDLE, STR, ##ARG) 53 #define OMX_TPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_TRACE | HANDLE, STR, ##ARG) 55 #define OMX_DPRINT(HANDLE, STR, ARG...) 56 #define OMX_TPRINT(HANDLE, STR, ARG...) 69 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, ##arg)) [all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Debug.h | 73 #define OMX_LOG_PRINT(HANDLE, STR, ARG...) \ 74 (OMX_Log(HANDLE, __FILE__, __LINE__, __FUNCTION__, STR, ##ARG)) 77 #define OMX_DPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_DEBUG | HANDLE, STR, ##ARG) 78 #define OMX_TPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_TRACE | HANDLE, STR, ##ARG) 80 #define OMX_DPRINT(HANDLE, STR, ARG...) 81 #define OMX_TPRINT(HANDLE, STR, ARG...) 94 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, ##arg)) [all...] |
/external/clang/test/Preprocessor/ |
macro_paste_bad.c | 29 #define XX BL ## ARG
|
/external/antlr/src/org/antlr/runtime/tree/ |
TreePatternLexer.java | 35 public static final int ARG = 4; 52 /** Set when token type is ID or ARG (name mimics Java's StreamTokenizer) */ 117 return ARG;
|
TreePatternParser.java | 121 // "ID" or "ID[arg]" 131 // check for arg 132 String arg = null; local 133 if ( ttype == TreePatternLexer.ARG ) { 134 arg = tokenizer.sval.toString(); 135 text = arg; 149 if ( arg!=null && node.getClass()==TreeWizard.TreePattern.class ) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/ |
OMX_G729Enc_Utils.h | 126 #define G729ENC_DPRINT(STR, ARG...) G729ENC_Log(__FILE__, __LINE__, __FUNCTION__, STR, ##ARG) 146 #define OMX_EPRINT(STR, ARG...) G729ENC_eprint(__LINE__, __FUNCTION__, STR, ##ARG) 169 #define G729ENC_DPRINT(STR, ARG...) printf() 177 #define G729ENC_MEMPRINT(STR, ARG...) printf() [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/ |
OMX_Mp3Dec_Utils.h | 144 #define MP3DEC_DPRINT(STR, ARG...) printf() 149 #define MP3DEC_EPRINT(STR, ARG...) printf() 155 #define MP3DEC_MEMPRINT(STR, ARG...) printf() 160 #define MP3DEC_STATEPRINT(STR, ARG...) printf() 166 #define MP3DEC_BUFPRINT(STR, ARG...) printf() 171 #define MP3DEC_MEMPRINT(STR, ARG...) printf() 882 * @param arg This has other needed arguments supplied by LCML like handles [all...] |
/external/libnl-headers/ |
netlink-local.h | 73 #define NL_DBG(LVL,FMT,ARG...) \ 76 fprintf(stderr, "DBG<" #LVL ">: " FMT, ##ARG); \
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/ |
OMX_G722Enc_Utils.h | 200 #define G722ENC_DPRINT(STR, ARG...) printf() 210 #define G722ENC_MEMPRINT(STR, ARG...) printf() [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
libc-lock.h | 386 void (*routine) (void *), void *arg); 390 void (*routine) (void *), void *arg); 395 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ 402 ARG)); \ 405 _buffer.__arg = (ARG); \ 435 #define __libc_cleanup_push(fct, arg) \ 439 = { .__cancel_routine = (fct), .__cancel_arg = (arg), \
|
/external/openssl/crypto/bio/ |
b_sock.c | 547 int BIO_socket_ioctl(int fd, long type, void *arg) 552 i=ioctlsocket(fd,type,(char *)arg); 556 * VMS ioctl() can't tolerate a 64-bit "void *arg", but we 562 # define ARG arg_32p 569 arg_32 = *((unsigned long *) arg); 571 # define ARG arg 574 # define ARG arg 577 i=ioctlsocket(fd,type,ARG); [all...] |
/frameworks/base/core/java/android/content/ |
DefaultDataHandler.java | 42 * Delete, it must be in order of uri, select, and arg: 81 private final static String ARG = "arg";
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/ |
OMX_G711Dec_Utils.h | 254 #define G711DEC_DPRINT(STR, ARG...) printf() 259 #define G711DEC_MEMPRINT(STR, ARG...) printf()
|
OMX_G711Decoder.h | 182 #define G711DEC_DPRINT(STR, ARG...) printf() 187 #define G711DEC_MEMPRINT(STR, ARG...) printf()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/ |
OMX_G726Enc_Utils.h | 108 #define G726ENC_DPRINT(STR, ARG...) printf() 119 #define G726ENC_MEMPRINT(STR, ARG...) printf() [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/ |
OMX_AmrDecoder.h | 269 #define AMRDEC_DPRINT(STR, ARG...) printf() 274 #define AMRDEC_MEMPRINT(STR, ARG...) printf()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/ |
OMX_G711Enc_Utils.h | 126 #define G711ENC_DPRINT(STR, ARG...) printf() 136 #define G711ENC_MEMPRINT(STR, ARG...) printf() [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/ |
OMX_AmrEnc_Utils.h | 180 #define AMRENC_DPRINT(STR, ARG...) printf() 190 #define AMRENC_MEMPRINT(STR, ARG...) printf() [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/ |
OMX_WmaDec_Utils.h | 409 #define WMADEC_DPRINT(STR, ARG...) printf() 419 #define WMADEC_MEMPRINT(STR, ARG...) printf() [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
OMX_AacEnc_Utils.h | 123 #define AACENC_DPRINT(STR, ARG...) printf() 691 void AACENC_HandleUSNError (AACENC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 arg);
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
MemRegion.cpp | 493 template <typename REG, typename ARG> 494 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) {
|