HomeSort by relevance Sort by last modified time
    Searched full:_args (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/
Native.h 87 //#define GET_ARG_LONG(_args, _elem) (*(s8*)(&(_args)[_elem]))
88 #define GET_ARG_LONG(_args, _elem) dvmGetArgLong(_args, _elem)
CheckJni.c 258 #define CHECK_METHOD_ARGS_A(_env, _methid, _args) \
259 checkMethodArgsA(_env, _methid, _args, __FUNCTION__)
260 #define CHECK_METHOD_ARGS_V(_env, _methid, _args) \
261 checkMethodArgsV(_env, _methid, _args, __FUNCTION__)
    [all...]
  /external/clearsilver/scripts/
document.py 33 self._args = None
46 if self._args is not None:
47 out.append("Input: %s" % self._args)
141 f._args = m.group(2)
166 f._args = f._args + '\n' + m.group(1)
187 if f._title is None and f._desc is None and f._args is None and f._retr is None:
210 if f._args:
212 fp.write('%s\n\n' % string.replace(f._args, '\n', '\n.br\n'))
233 if f._title is None and f._desc is None and f._args is None and f._retr is None
    [all...]
  /external/bison/djgpp/
config.bat 136 set _ARGS=%ARGS% %1
137 if not "%_ARGS%" == "%ARGS% %1" if not "%_ARGS%" == "%ARGS%%1" goto SmallEnv
138 echo %_ARGS% | grep -q "[^ ]"
139 if not errorlevel 0 set ARGS=%_ARGS%
140 set _ARGS=
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 164 final String [] _args = (String []) args.clone (); local
166 for (int a = 0; a < _args.length; ++ a)
167 if (_args [a] == null) throw new IllegalArgumentException ("null input: args[" + a + "]");
169 m_appArgs = _args;
    [all...]

Completed in 182 milliseconds