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

1 2

  /external/qemu/
arm-semi.c 171 #define ARG(n) \
196 if (!(s = lock_user_string(ARG(0))))
199 if (ARG(1) >= 12)
202 if (ARG(1) < 4)
208 gdb_do_syscall(arm_semi_cb, "open,%s,%x,1a4", ARG(0),
209 (int)ARG(2)+1, gdb_open_modeflags[ARG(1)]);
212 ret = set_swi_errno(ts, open(s, open_modeflags[ARG(1)], 0644));
214 unlock_user(s, ARG(0), 0);
218 gdb_do_syscall(arm_semi_cb, "close,%x", ARG(0))
378 char **arg = ts->info->host_argv; local
    [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"
  /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/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...]
  /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...]
  /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 268 #define AMRDEC_DPRINT(STR, ARG...) printf()
273 #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);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 79 #define VIDENCTEST_UNUSED_ARG(arg) (void)(arg)
209 #define VIDENCTEST_DPRINT(STR, ARG...) VIDENCTEST_Log(__FILE__, __LINE__, __FUNCTION__, STR, ##ARG)
215 #define VIDENCTEST_MTRACE(STR, ARG...) VIDENCTEST_Log(__FILE__, __LINE__, __FUNCTION__, STR, ##ARG)
    [all...]
  /hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
SdioDrv.c 192 #define OMAP_HSMMC_SEND_COMMAND(cmd, arg) do \
194 OMAP_HSMMC_WRITE(ARG, arg); \
588 PDEBUG("%s() writing CMD 0x%x ARG 0x%x\n",__FUNCTION__, cmd, cmdarg);
726 PDEBUG("sdioDrv_ExecuteCmd() starting cmd %02x arg %08x\n", (int)uCmd, (int)uArg);
    [all...]
  /system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
SdioDrv.c 174 #define OMAP_HSMMC_SEND_COMMAND(cmd, arg) do \
176 OMAP_HSMMC_WRITE(ARG, arg); \
594 PDEBUG("%s() writing CMD 0x%x ARG 0x%x\n",__FUNCTION__, cmd, cmdarg);
736 PDEBUG("sdioDrv_ExecuteCmd() starting cmd %02x arg %08x\n", (int)uCmd, (int)uArg);
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/clearsilver/
configure 846 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
859 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
    [all...]
  /external/elfutils/
configure 821 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
831 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
    [all...]
  /external/icu4c/
configure 59 arg=$1;
60 case $arg in
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    [all...]
  /external/libpng/
configure 61 arg=$1;
62 case $arg in #(
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
344 # as_fn_arith ARG...
    [all...]
  /external/genext2fs/
configure     [all...]
  /external/grub/
configure 855 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
929 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes
    [all...]

Completed in 790 milliseconds

1 2