Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c124 Xcheck(rp->xs, rp->xp); \
262 Xcheck(ws, wp); in yylex()
293 Xcheck(ws, wp); in yylex()
380 Xcheck(ws, wp); in yylex()
524 Xcheck(ws, wp); in yylex()
533 Xcheck(ws, wp); in yylex()
902 Xcheck(ws, wp); in yylex()
1188 Xcheck(xs, xp); in readhere()
1196 Xcheck(xs, xp); in readhere()
1653 Xcheck(*wsp, wp); in get_brace_var()
[all …]
Deval.c281 Xcheck(ds, dp); in expand()
334 Xcheck(ds, dp); in expand()
354 Xcheck(ds, dp); in expand()
1661 Xcheck(*xs, xp); in globit()
1773 Xcheck(ts, tp); in maybe_expand_tilde()
1783 Xcheck(*dsp, dp); in maybe_expand_tilde()
Dfuncs.c469 Xcheck(xs, xp); in c_print()
482 Xcheck(xs, xp); in c_print()
1839 Xcheck(xs, xp); in c_read()
1940 Xcheck(xs, xp); in c_read()
1958 Xcheck(xs, xp); in c_read()
1969 Xcheck(xs, xp); in c_read()
Dsh.h2033 #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.