Searched refs:Xcheck (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | lex.c | 119 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 …]
|
D | eval.c | 275 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()
|
D | funcs.c | 412 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()
|
D | sh.h | 1495 #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.
|