HomeSort by relevance Sort by last modified time
    Searched full:delimit (Results 1 - 25 of 190) sorted by null

1 2 3 4 5 6 7 8

  /packages/apps/InCallUI/src/com/android/incallui/
Log.java 34 android.util.Log.d(TAG, delimit(tag) + msg);
63 android.util.Log.e(TAG, delimit(tag) + msg, e);
67 android.util.Log.e(TAG, delimit(tag) + msg);
79 android.util.Log.i(TAG, delimit(tag) + msg);
98 private static String delimit(String tag) { method in class:Log
  /external/ppp/pppd/
srp-entry.c 104 char delimit; local
174 delimit = flags == 0 ? '\0' : (flags & HAS_DQUOTE) ? '\'' : '"';
175 if (delimit != '\0')
176 (void) putchar(delimit);
178 if (*cp == delimit || *cp == '\\')
182 if (delimit != '\0')
183 (void) putchar(delimit);
  /external/chromium_org/base/metrics/
bucket_ranges.h 5 // BucketRanges stores the vector of ranges that delimit what samples are
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 11 // from generic ELF streamer in emitting mapping symbols ($x and $d) to delimit
  /external/valgrind/main/coregrind/
pub_core_trampoline.h 51 /* These two delimit our handwritten assembly code, so we can tell
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 126 # to delimit subprinters.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 126 # to delimit subprinters.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 126 # to delimit subprinters.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 126 # to delimit subprinters.
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
netdb.h 197 * Scope delimit character
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
netdb.h 197 * Scope delimit character
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
netdb.h 197 * Scope delimit character
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
netdb.h 197 * Scope delimit character
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
netdb.h 197 * Scope delimit character
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
netdb.h 197 * Scope delimit character
  /sdk/emulator/qtools/
dmtrace.cpp 199 // Zero the dot to delimit the class name
  /bionic/libc/include/
netdb.h 194 * Scope delimit character
  /development/ndk/platforms/android-3/include/
netdb.h 194 * Scope delimit character
  /development/ndk/sources/android/libportable/common/include/
netdb_portable.h 209 * Scope delimit character
  /external/apache-http/src/org/apache/http/impl/entity/
StrictContentLengthStrategy.java 91 * delimit the message using methods defined in items 1,3 or 5 of
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h 219 * Scope delimit character
  /external/markdown/MarkdownTest/Tests_2004/
Markdown Documentation - Basics.text 190 *reference*. With both styles, you use square brackets to delimit the
  /external/markdown/MarkdownTest/Tests_2007/
Markdown Documentation - Basics.text 190 *reference*. With both styles, you use square brackets to delimit the
  /external/markdown/tests/markdown-test/
markdown-documentation-basics.txt 190 *reference*. With both styles, you use square brackets to delimit the
  /external/openssh/
sftp.0 33 Since some usage formats use colon characters to delimit host names from

Completed in 487 milliseconds

1 2 3 4 5 6 7 8