/ndk/tests/device/test-gnustl-full/unit/ |
cstring_test.cpp | 30 //For deprecated symbols like strcat, strtok... 55 CPPUNIT_CHECK( std::strcat((char*)buf, foo) == (char*)buf ); // buf <- foo
|
/ndk/tests/device/test-stlport/unit/ |
cstring_test.cpp | 30 //For deprecated symbols like strcat, strtok... 55 CPPUNIT_CHECK( std::strcat((char*)buf, foo) == (char*)buf ); // buf <- foo
|
/system/core/toolbox/ |
chmod.c | 34 strcat(subpath, "/"); 35 strcat(subpath, dp->d_name);
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
stringutil.cc | 203 // StrCat 218 string StrCat(const StringHolder& s1, const StringHolder& s2) { 228 string StrCat(const StringHolder& s1, const StringHolder& s2, 240 string StrCat(const StringHolder& s1, const StringHolder& s2, 253 string StrCat(const StringHolder& s1, const StringHolder& s2, 268 string StrCat(const StringHolder& s1, const StringHolder& s2, 284 string StrCat(const StringHolder& s1, const StringHolder& s2, 302 string StrCat(const StringHolder& s1, const StringHolder& s2, 321 string StrCat(const StringHolder& s1, const StringHolder& s2, 343 string StrCat(const StringHolder& s1, const StringHolder& s2 [all...] |
phonenumbermatcher.cc | 76 return StrCat("{", lower, ",", upper, "}"); 213 // separately since StrCat has a limit of 12 args. 256 non_parens_(StrCat("[^", opening_parens_, closing_parens_, "]")), 258 leading_maybe_matched_bracket_(StrCat( 261 bracket_pairs_(StrCat( 269 punctuation_(StrCat("[", PhoneNumberUtil::kValidPunctuation, "]", 271 digit_sequence_(StrCat("\\p{Nd}", Limit(1, digit_block_limit_))), 272 lead_class_chars_(StrCat(opening_parens_, PhoneNumberUtil::kPlusChars)), 273 lead_class_(StrCat("[", lead_class_chars_, "]")), 274 opening_punctuation_(StrCat("(?:", lead_class_, punctuation_, ")")) [all...] |
/external/valgrind/main/exp-bbv/tests/ppc32-linux/ |
ll.S | 167 bl strcat 171 bl strcat 175 bl strcat 179 bl strcat 183 bl strcat 224 bl strcat 237 bl strcat 251 bl strcat 274 bl strcat 287 bl strcat 372 strcat: label [all...] |
/external/bluetooth/bluedroid/gki/ulinux/ |
data_types.h | 65 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3))
|
/external/chromium_org/base/third_party/xdg_user_dirs/ |
xdg_user_dir_lookup.cc | 72 strcat (config_file, "/.config/user-dirs.dirs"); 81 strcat (config_file, "/user-dirs.dirs"); 141 strcat (user_dir, "/"); 212 strcat (user_dir, "/Desktop");
|
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ |
yasm-options.c | 183 strcat(optbuf, ", "); 188 strcat(optbuf, optopt); 197 strcat(optbuf, ", "); 200 strcat(optbuf, optopt);
|
/external/e2fsprogs/lib/ss/ |
help.c | 92 (void) strcat(buffer, "/"); 93 (void) strcat(buffer, argv[1]); 94 (void) strcat(buffer, ".info"); 104 strcat(buf, argv[1]);
|
/external/lzma/C/Util/Lzma/ |
LzmaUtil.c | 27 strcat(buffer, "\nLZMA Utility " MY_VERSION_COPYRIGHT_DATE "\n"
35 strcat(buffer, "\nError: ");
36 strcat(buffer, message);
37 strcat(buffer, "\n");
|
/external/stlport/stlport/using/ |
cstring | 38 using _STLP_VENDOR_CSTD::strcat;
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
cstring | 38 using _STLP_VENDOR_CSTD::strcat;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/ |
cstring | 38 using _STLP_VENDOR_CSTD::strcat;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/ |
cstring | 38 using _STLP_VENDOR_CSTD::strcat;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/ |
cstring | 38 using _STLP_VENDOR_CSTD::strcat;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/ |
cstring | 38 using _STLP_VENDOR_CSTD::strcat;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/ |
cstring | 38 using _STLP_VENDOR_CSTD::strcat;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
floatnum_test.c | 166 strcat(result_msg, ": incorrect "); 182 strcat(result_msg, "mantissa"); 187 strcat(result_msg, "exponent"); 191 strcat(result_msg, "sign"); 195 strcat(result_msg, "flags"); 256 strcat(ret_msg, ": incorrect return value"); 258 strcat(result_msg, ": incorrect result generated"); 266 strcat(ret_msg, str); 284 strcat(result_msg, ": "); 285 strcat(result_msg, str) [all...] |
/external/svox/pico/tts/ |
com_svox_picottsengine.cpp | 259 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]); 266 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]); 279 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]); 289 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]); 362 strcat((char*)tmpFileName, (const char*)picoInternalTaLingware[langIndex]); 381 strcat((char *) picoTaFileName, (const char *) picoInternalTaLingware[langIndex]); 382 strcat((char *) picoSgFileName, (const char *) picoInternalSgLingware[langIndex]); 383 strcat((char *) picoUtppFileName, (const char *) picoInternalUtppLingware[langIndex]); 560 strcat(data, tmp); 567 strcat(data, tmp) [all...] |
/hardware/libhardware_legacy/audio/ |
AudioDumpInterface.cpp | 463 strcat(name, "_mo"); 465 strcat(name, "_st"); 468 strcat(name, "_16b"); 470 strcat(name, "_8b"); 473 strcat(name, "_8k"); 475 strcat(name, "_22k"); 477 strcat(name, "_44k"); 479 strcat(name, "_48k"); 481 strcat(name, ".wav");
|
/dalvik/vm/compiler/codegen/arm/ |
ArchUtility.cpp | 256 strcat(buf, num); 261 strcat(buf, "cc "); 264 strcat(buf, "fpcc "); 273 strcat(buf, "lit "); 277 strcat(buf, "heap "); 280 strcat(buf, "noalias ");
|
/dalvik/vm/compiler/codegen/mips/ |
ArchUtility.cpp | 180 strcat(buf, num); 185 strcat(buf, "cc "); 188 strcat(buf, "fpcc "); 196 strcat(buf, "lit "); 200 strcat(buf, "heap "); 203 strcat(buf, "noalias ");
|
/bionic/libc/arch-x86/ |
x86.mk | 26 arch-x86/string/ssse3-strcat-atom.S \ 40 arch-x86/string/strcat.S \
|
/cts/apps/CtsVerifier/lib/colorchecker/ |
exposurecompensationtest.cpp | 55 strcat(mDebugText, debugText); 76 strcat(mDebugText, debugText);
|