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

1 2 3 4 5 6 7 8 9

  /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);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
Log.java 43 android.util.Log.d(TAG, delimit(tag) + msg);
72 android.util.Log.e(TAG, delimit(tag) + msg, e);
76 android.util.Log.e(TAG, delimit(tag) + msg);
88 android.util.Log.i(TAG, delimit(tag) + msg);
173 private static String delimit(String tag) { method in class:Log
  /external/libchrome/base/metrics/
bucket_ranges.h 5 // BucketRanges stores the vector of ranges that delimit what samples are
  /toolchain/binutils/binutils-2.25/gas/config/
tc-z80.h 91 /* We allow single quotes to delimit character constants as
  /external/curl/docs/libcurl/opts/
CURLOPT_HEADERFUNCTION.3 65 HTTP status lines, for example, to delimit response boundaries.
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 11 // from generic ELF streamer in emitting mapping symbols ($x and $d) to delimit
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
SearchRecentSuggestionsProvider.java 35 * String used to delimit different parts of a query.
  /libcore/ojluni/src/main/java/sun/security/x509/
RDN.java 121 * delimit the AVA under consideration from any subsequent AVAs.
200 * delimit the AVA under consideration from any subsequent AVAs.
  /bionic/libc/include/
netdb.h 191 * Scope delimit character
  /external/boringssl/src/crypto/test/
file_test.h 45 // Either '=' or ':' may be used to delimit the name from the value. Both the
file_test.cc 120 // Empty lines delimit tests.
  /external/pcre/dist/
132html 112 # a .nf/.ne section. The point being that the <pre> and </pre> that delimit
  /external/valgrind/coregrind/
pub_core_trampoline.h 53 /* These two delimit our handwritten assembly code, so we can tell
  /development/ndk/platforms/android-21/include/
netdb.h 194 * Scope delimit character
  /development/ndk/platforms/android-3/include/
netdb.h 194 * 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
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
printing.py 131 # to delimit subprinters.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
printing.py 131 # to delimit subprinters.
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
printing.py 137 # to delimit subprinters.
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
printing.py 137 # to delimit subprinters.
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
netdb.h 194 * Scope delimit character
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
netdb.h 194 * Scope delimit character
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
netdb.h 194 * Scope delimit character

Completed in 1961 milliseconds

1 2 3 4 5 6 7 8 9