Searched refs:Xcheck (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | lex.c | 124 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 …]
|
D | eval.c | 281 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()
|
D | funcs.c | 469 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()
|
D | sh.h | 2033 #define Xcheck(xs, xp) XcheckN((xs), (xp), 1) macro
|
/external/webrtc/talk/app/webrtc/javatests/ |
D | libjingle_peerconnection_java_unittest.sh | 56 ${JAVA_HOME}/bin/java -Xcheck:jni -classpath $CLASSPATH \
|
/external/webrtc/talk/app/webrtc/java/ |
D | README | 22 During development it can be helpful to run the JVM with the -Xcheck:jni flag.
|