HomeSort by relevance Sort by last modified time
    Searched refs:trs (Results 1 - 19 of 19) sorted by null

  /external/antlr/runtime/JavaScript/src/org/antlr/runtime/
TokenRewriteStream.js 75 var trs = org.antlr.runtime.TokenRewriteStream;
77 org.antlr.lang.augmentObject(trs, {
87 trs.RewriteOperation = function(index, text) {
95 trs.RewriteOperation.prototype = {
108 trs.InsertBeforeOp = function(index, text) {
109 trs.InsertBeforeOp.superclass.constructor.call(this, index, text);
111 org.antlr.lang.extend(trs.InsertBeforeOp, trs.RewriteOperation, {
121 trs.ReplaceOp = function(from, to, text) {
122 trs.ReplaceOp.superclass.constructor.call(this, from, text);
    [all...]
  /external/ImageMagick/config/
tap-driver.sh 51 tap-driver.sh --test-name=NAME --log-file=PATH --trs-file=PATH
56 The '--test-name', '-log-file' and '--trs-file' options are mandatory.
77 --trs-file) trs_file=$2; shift;;
test-driver 45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
49 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
65 --trs-file) trs_file=$2; shift;;
79 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
127 # file, without the need of also peaking into the corresponding '.trs'
  /external/google-breakpad/android/
test-driver 47 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
50 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
68 --trs-file) trs_file=$2; shift;;
  /external/curl/
test-driver 45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
49 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
65 --trs-file) trs_file=$2; shift;;
79 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
127 # file, without the need of also peaking into the corresponding '.trs'
  /external/expat/conftools/
test-driver 45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
49 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
65 --trs-file) trs_file=$2; shift;;
79 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
127 # file, without the need of also peaking into the corresponding '.trs'
  /external/google-breakpad/autotools/
test-driver 45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
49 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
65 --trs-file) trs_file=$2; shift;;
79 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
  /external/iperf3/config/
test-driver 45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
49 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
65 --trs-file) trs_file=$2; shift;;
79 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
  /external/libevent/
test-driver 45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
49 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
65 --trs-file) trs_file=$2; shift;;
79 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
127 # file, without the need of also peaking into the corresponding '.trs'
  /external/libpng/
test-driver 45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
49 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
65 --trs-file) trs_file=$2; shift;;
79 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
127 # file, without the need of also peaking into the corresponding '.trs'
  /external/libxkbcommon/xkbcommon/build-aux/
test-driver 45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
49 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
65 --trs-file) trs_file=$2; shift;;
79 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
  /external/pcre/dist2/
test-driver 45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
49 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
65 --trs-file) trs_file=$2; shift;;
79 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
127 # file, without the need of also peaking into the corresponding '.trs'
  /external/strace/
test-driver 45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
49 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
65 --trs-file) trs_file=$2; shift;;
79 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
  /external/walt/android/WALT/app/src/main/jni/
sync_clock.c 280 int trs = times_remote_sent[i]; local
282 int dt = tlr - trs;
283 if (tlr != 0 && trs != 0 && dt < maxE) {
  /external/icu/icu4c/source/i18n/
rbtz.cpp 651 Transition *trs = (Transition*)fHistoricTransitions->orphanElementAt(0); local
652 uprv_free(trs);
  /external/openssh/
krl.c 146 struct revoked_serial *rs, *trs; local
149 RB_FOREACH_SAFE(rs, revoked_serial_tree, &rc->revoked_serials, trs) {
    [all...]
  /external/virglrenderer/
git.mk 278 $(TEST_LOGS:.log=.trs) \
  /external/harfbuzz_ng/
git.mk 346 $(TEST_LOGS:.log=.trs) \
  /external/guice/extensions/persist/lib/
commons-collections.jar 

Completed in 377 milliseconds