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()
510 Xcheck(ws, wp); in yylex()
519 Xcheck(ws, wp); in yylex()
885 Xcheck(ws, wp); in yylex()
1167 Xcheck(xs, xp); in readhere()
1175 Xcheck(xs, xp); in readhere()
1631 Xcheck(*wsp, wp); in get_brace_var()
[all …]
Deval.c275 Xcheck(ds, dp); in expand()
328 Xcheck(ds, dp); in expand()
348 Xcheck(ds, dp); in expand()
1650 Xcheck(*xs, xp); in globit()
1763 Xcheck(ts, tp); in maybe_expand_tilde()
1773 Xcheck(*dsp, dp); in maybe_expand_tilde()
Dfuncs.c469 Xcheck(xs, xp); in c_print()
482 Xcheck(xs, xp); in c_print()
1835 Xcheck(xs, xp); in c_read()
1936 Xcheck(xs, xp); in c_read()
1954 Xcheck(xs, xp); in c_read()
1965 Xcheck(xs, xp); in c_read()
Dsh.h1818 #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.