HomeSort by relevance Sort by last modified time
    Searched refs:tr (Results 1 - 25 of 1435) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/ip/
rtpr 3 exec tr "[\\\\]" "[
  /external/chromium_org/tools/gyp/test/mac/bundle-resources/
change.sh 3 tr a-z A-Z < "${1}" > "${2}"
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/
gen-header.sh 9 done < "$i" |tr '[a-z]' '[A-Z]'|tr ' ' '_'
10 echo $'\t'"SM4_${n}_COUNT"|tr '[a-z]' '[A-Z]'
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/
gen-header.sh 9 done < "$i" |tr '[a-z]' '[A-Z]'|tr ' ' '_'
10 echo $'\t'"SM4_${n}_COUNT"|tr '[a-z]' '[A-Z]'
  /external/chromium_org/third_party/libsrtp/srtp/
undos.sh 41 cat $1 | tr -d "\r" > $1.tmp
  /external/srtp/
undos.sh 8 cat $1 | tr -d "\r" > $1.tmp
  /dalvik/dx/tests/088-ssa-combine-blocks/
Blort.java 33 } catch (Throwable tr) {
  /cts/tests/tests/util/src/android/util/cts/
LogTest.java 32 Exception tr = null; local
36 tr = e;
40 Log.e(TAG, msg, tr);
42 Log.w(TAG, tr);
43 Log.w(TAG, msg, tr);
45 Log.i(TAG, msg, tr);
47 Log.d(TAG, msg, tr);
49 Log.v(TAG, msg, tr);
  /external/jemalloc/include/jemalloc/internal/
public_namespace.sh 4 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
public_unnamespace.sh 4 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
TableResultX.java 25 public TableResultX(SQLite.TableResult tr) {
26 this.column = tr.column;
27 this.rows = tr.rows;
28 this.ncolumns = tr.ncolumns;
29 this.nrows = tr.nrows;
30 this.types = tr.types;
31 this.maxrows = tr.maxrows;
32 sql_type = new int[tr.ncolumns];
36 if (tr.types != null) {
37 for (int i = 0; i < tr.types.length; i++)
    [all...]
  /external/chromium_org/third_party/re2/doc/
mksyntaxwiki 15 ,s!(^[^ ]+) (.*)\n!<tr><td>\1</td><td>\2</td></tr>\n!g
17 ,s!^$!<tr><td></td></tr>!g
18 ,x v/<tr>/ s!.*!<tr><td colspan="2">&</td></tr>!
27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr
    [all...]
  /external/regex-re2/doc/
mksyntaxwiki 15 ,s!(^[^ ]+) (.*)\n!<tr><td>\1</td><td>\2</td></tr>\n!g
17 ,s!^$!<tr><td></td></tr>!g
18 ,x v/<tr>/ s!.*!<tr><td colspan="2">&</td></tr>!
27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr
    [all...]
  /developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/java/com/example/android/common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/java/com/example/android/common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/java/com/example/android/common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /developers/build/prebuilts/gradle/BasicImmersiveMode/Application/src/main/java/com/example/android/common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]

Completed in 2558 milliseconds

1 2 3 4 5 6 7 8 91011>>