Home
last modified time | relevance | path

Searched refs:Xcheck (Results 1 – 6 of 6) sorted by relevance

/external/mksh/src/
Dlex.c119 Xcheck(rp->xs, rp->xp); \
252 Xcheck(ws, wp); in yylex()
281 Xcheck(ws, wp); in yylex()
377 Xcheck(ws, wp); in yylex()
501 Xcheck(ws, wp); in yylex()
510 Xcheck(ws, wp); in yylex()
896 Xcheck(ws, wp); in yylex()
1178 Xcheck(xs, xp); in readhere()
1186 Xcheck(xs, xp); in readhere()
1621 Xcheck(*wsp, wp); in get_brace_var()
[all …]
Deval.c275 Xcheck(ds, dp); in expand()
315 Xcheck(ds, dp); in expand()
337 Xcheck(ds, dp); in expand()
1558 Xcheck(*xs, xp); in globit()
1671 Xcheck(ts, tp); in maybe_expand_tilde()
1681 Xcheck(*dsp, dp); in maybe_expand_tilde()
Dfuncs.c412 Xcheck(xs, xp); in c_print()
2087 Xcheck(xs, xp); in c_read()
2188 Xcheck(xs, xp); in c_read()
2206 Xcheck(xs, xp); in c_read()
2217 Xcheck(xs, xp); in c_read()
Dsh.h1495 #define Xcheck(xs, xp) XcheckN((xs), (xp), 1) macro
/external/webrtc/talk/app/webrtc/javatests/
Dlibjingle_peerconnection_java_unittest.sh56 ${JAVA_HOME}/bin/java -Xcheck:jni -classpath $CLASSPATH \
/external/webrtc/talk/app/webrtc/java/
DREADME22 During development it can be helpful to run the JVM with the -Xcheck:jni flag.