/external/autotest/client/virt/tests/ |
multicast.py | 69 new_suffix = suffix + i 70 mcast = "%s.%d" % (prefix, new_suffix)
|
/system/tools/aidl/ |
options.cpp | 255 const string& new_suffix, 260 new_suffix);
|
options_unittest.cpp | 142 const char* new_suffix; member in struct:android::aidl::test_case_t 154 test_case.new_suffix,
|
options.h | 101 const std::string& new_suffix,
|
/external/elfutils/src/ |
objdump.c | 306 char new_suffix[suffix_len + 2]; local 317 cp = new_suffix; 334 new_suffix); 337 new_suffix); 341 new_prefix, arhdr->ar_name, new_suffix);
|
nm.c | 431 char new_suffix[suffix_len + 2]; local 442 cp = new_suffix; 498 new_suffix); 501 new_suffix); 505 new_prefix, arhdr->ar_name, new_suffix); [all...] |
elflint.c | 266 char new_suffix[(suffix == NULL ? 0 : strlen (suffix)) + 2]; local 274 strcpy (stpcpy (new_suffix, suffix), ")"); 277 new_suffix[0] = '\0'; 291 process_file (fd, subelf, new_prefix, new_suffix, [all...] |