HomeSort by relevance Sort by last modified time
    Searched full:arguments (Results 801 - 825 of 11668) sorted by null

<<31323334353637383940>>

  /external/e2fsprogs/intl/
printf-args.h 126 arguments; typedef in typeref:struct:__anon17436
129 /* Fetch the arguments, putting them into a. */
135 int printf_fetchargs (va_list args, arguments *a);
  /external/mockito/src/org/mockito/invocation/
Invocation.java 40 * Returns unprocessed arguments whereas {@link #getArguments()} returns
41 * arguments already processed (e.g. varargs expended, etc.).
43 * @return unprocessed arguments, exactly as provided to this invocation.
  /external/ppp/pppd/plugins/radius/
radattr.c 32 * %ARGUMENTS:
58 * %ARGUMENTS:
95 * %ARGUMENTS:
  /external/v8/src/
v8utils.cc 41 va_list arguments; local
42 va_start(arguments, format);
43 OS::VPrint(format, arguments);
44 va_end(arguments);
49 va_list arguments; local
50 va_start(arguments, format);
51 OS::VFPrint(out, format, arguments);
52 va_end(arguments);
250 va_list arguments; local
251 va_start(arguments, format)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_Average_16x.c 32 * Input Arguments:
41 * Output Arguments:
48 * OMX_Sts_BadArgErr - bad arguments; returned under any of the following
omxVCCOMM_Average_8x.c 32 * Input Arguments:
41 * Output Arguments:
48 * OMX_Sts_BadArgErr - bad arguments; returned under any of the following
omxVCCOMM_ComputeTextureErrorBlock_SAD.c 29 * Input Arguments:
37 * Output Arguments:
46 * OMX_Sts_BadArgErr - bad arguments
omxVCCOMM_LimitMVToRect.c 31 * Input Arguments:
40 * Output Arguments:
47 * OMX_Sts_BadArgErr - bad arguments. Returned if one or more of the
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_Average_4x.c 30 * Input Arguments:
39 * Output Arguments:
46 * OMX_Sts_BadArgErr - bad arguments; returned if any of the following
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c 36 * Input Arguments:
42 * Output Arguments:
58 * OMX_Sts_BadArgErr - bad arguments: if one of the following cases occurs:
omxVCM4P10_InvTransformDequant_ChromaDC.c 31 * Input Arguments:
37 * Output Arguments:
45 * OMX_Sts_BadArgErr - bad arguments; returned if any of the following
omxVCM4P10_InvTransformResidualAndAdd.c 31 * Input Arguments:
42 * Output Arguments:
50 * OMX_Sts_BadArgErr - bad arguments; returned if any of the following
omxVCM4P10_MEInit.c 39 * Input Arguments:
46 * Output Arguments:
52 * OMX_Sts_BadArgErr - bad arguments: if one of the following cases occurs:
omxVCM4P10_SADQuar_16x.c 32 * Input Arguments:
43 * Output Arguments:
49 * OMX_Sts_BadArgErr - bad arguments: if one of the following cases occurs:
omxVCM4P10_SADQuar_4x.c 32 * Input Arguments:
43 * Output Arguments:
49 * OMX_Sts_BadArgErr - bad arguments: if one of the following cases occurs:
omxVCM4P10_SADQuar_8x.c 32 * Input Arguments:
43 * Output Arguments:
49 * OMX_Sts_BadArgErr - bad arguments: if one of the following cases occurs:
omxVCM4P10_TransformQuant_ChromaDC.c 31 * Input Arguments:
38 * Output Arguments:
46 * OMX_Sts_BadArgErr - bad arguments; returned if any of the following
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_BlockMatch_Integer_8x8.c 36 * Input Arguments:
59 * Output Arguments:
67 * OMX_Sts_BadArgErr - bad arguments. Returned if one of the following
omxVCM4P2_DecodeVLCZigzag_Inter.c 36 * Input Arguments:
47 * Output Arguments:
59 * OMX_Sts_BadArgErr - bad arguments:
omxVCM4P2_EncodeVLCZigzag_Inter.c 36 * Input Arguments:
50 * Output Arguments:
60 * OMX_Sts_BadArgErr - Bad arguments
omxVCM4P2_EncodeVLCZigzag_IntraACVLC.c 35 * Input Arguments:
56 * Output Arguments:
66 * OMX_Sts_BadArgErr - Bad arguments:
omxVCM4P2_QuantInter_I.c 30 * Input Arguments:
39 * Output Arguments:
50 * OMX_Sts_BadArgErr - bad arguments:
omxVCM4P2_TransRecBlockCoef_inter.c 32 * Input Arguments:
41 * Output Arguments:
51 * OMX_Sts_BadArgErr - bad arguments:
  /frameworks/compile/mclinker/lib/LD/
MsgHandler.cpp 32 "Too many arguments to diagnostic!");
40 "Too many arguments to diagnostic!");
48 "Too many arguments to diagnostic!");
  /external/chromium_org/base/strings/
safe_sprintf.h 48 // match the rest of the arguments. In release builds, no CHECK()s are used,
50 // those arguments that match their format characters. Mismatched arguments
61 // characters will automatically interpret the arguments accordingly.
87 // arguments, grouping, wide characters, localization or floating point numbers
135 // and record type information from function arguments. This allows us to
199 // Use Arg() object to record type information and then copy arguments to an
213 // Use Arg() object to record type information and then copy arguments to an
226 // Use Arg() object to record type information and then copy arguments to an
240 // Use Arg() object to record type information and then copy arguments to a
    [all...]

Completed in 1606 milliseconds

<<31323334353637383940>>