/external/bluetooth/bluez/audio/ |
telephony-maemo.c | 1521 dbus_bool_t originating, terminating, emerg, on_hold, conf; local [all...] |
/external/icu4c/common/ |
ucnv_u7.c | 300 * A terminating minus sign is consumed. [all...] |
unistr.cpp | 436 capacity = length16 + 1; // +1 for the terminating NUL. 1155 capacity = length + 1; // +1 for the terminating NUL. [all...] |
ustring.c | 501 * because c2 could at worst be the terminating NUL. 1034 * safe to look ahead one because at worst that would be the terminating NUL [all...] |
/external/icu4c/i18n/unicode/ |
ucal.h | 561 * @return The result string length, not including the terminating [all...] |
/external/icu4c/io/unicode/ |
ustdio.h | 676 * does not include the terminating null character. 698 * the terminating null character. [all...] |
/external/stlport/stlport/stl/ |
_istream.c | 780 // put in a terminating null character. 812 // we don't put in a terminating null character. [all...] |
/build/tools/lsd/ |
lsd.c | 631 terminating NULL. */
|
/dalvik/dx/src/com/android/dx/cf/code/ |
RopperMachine.java | 101 * If non-null, the ReturnAddress that was used by the terminating ret [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoEncoder.java | 52 * <li> A single terminating {@code OP_END_SEQUENCE}
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
IncrementalSAXSource_Filter.java | 542 * Shutting down a IncrementalSAXSource_Filter requires terminating the incoming
|
/dalvik/vm/compiler/ |
Frontend.c | 817 * is terminating the current block. If it is a branch, the target
|
/dalvik/vm/jdwp/ |
JdwpAdb.c | 31 * chars (no terminating zero)
|
/dalvik/vm/native/ |
java_lang_Class.c | 56 * has the terminating slash, so we can be sure we're comparing
|
/external/bluetooth/glib/po/ |
en_CA.po | 600 msgid "missing terminating ] for character class" 601 msgstr "missing terminating ] for character class" 632 msgid "missing terminating )" 633 msgstr "missing terminating )" [all...] |
en_GB.po | 599 msgid "missing terminating ] for character class" 600 msgstr "missing terminating ] for character class" 631 msgid "missing terminating )" 632 msgstr "missing terminating )" [all...] |
he.po | 607 msgid "missing terminating ] for character class" 608 msgstr "missing terminating ] for character class" 639 msgid "missing terminating )" 640 msgstr "missing terminating )" [all...] |
/external/dbus/dbus/ |
dbus-marshal-validate.c | 41 * The range passed in should NOT include the terminating
|
/external/dropbear/ |
CHANGES | 214 - Handle authorized_keys files without a terminating newline
|
/external/grub/docs/ |
internals.texi | 131 until it is finished. The terminating condition is when the number of
|
/external/gtest/src/ |
gtest-port.cc | 135 // terminating '\0' character).
|
/external/icu4c/common/unicode/ |
ucnv.h | 74 /** Maximum length of a converter name including the terminating NULL @stable ICU 2.0 */ 76 /** Maximum length of a converter name including path and terminating NULL @stable ICU 2.0 */ [all...] |
/external/icu4c/i18n/ |
colldata.cpp | 590 *keyBufferLength = (len + 2) & ~1; // round to even length, leaving room for terminating null
|
uspoof.cpp | 371 // space for a terminating NULL, which we don't want, hence the -1.
|
/external/icu4c/test/perf/collperf/ |
collperf.cpp | 46 int32_t lengthOf(int i){return index[i+1] - index[i] - 1; } /*exclude terminating NULL*/ \
|