/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/ |
layouttestresults.py | 43 new_prefix = (prefix + '/' + key) if prefix else key 45 for_each_test(tree[key], handler, new_prefix) 47 handler(new_prefix, tree[key])
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
importer.cc | 273 // a virtual path and new_prefix is its corresponding disk path. Returns 275 // old_prefix with new_prefix and stores the result in *result. Examples: 291 const string& new_prefix, 304 result->assign(new_prefix); 312 *result = new_prefix; 334 result->assign(new_prefix);
|
/external/protobuf/src/google/protobuf/compiler/ |
importer.cc | 268 // a virtual path and new_prefix is its corresponding disk path. Returns 270 // old_prefix with new_prefix and stores the result in *result. Examples: 286 const string& new_prefix, 299 result->assign(new_prefix); 307 *result = new_prefix; 329 result->assign(new_prefix);
|
/external/elfutils/0.153/src/ |
objdump.c | 316 char new_prefix[prefix_len + fname_len + 2]; local 323 char *cp = new_prefix; 345 result |= handle_elf (subelf, new_prefix, arhdr->ar_name, 348 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name, 353 new_prefix, arhdr->ar_name, new_suffix);
|
size.c | 374 char new_prefix[prefix_len + 1 + fname_len]; local 375 char *cp = new_prefix; 395 handle_elf (subelf, new_prefix, arhdr->ar_name); 397 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name);
|
nm.c | 440 char new_prefix[prefix_len + fname_len + 2]; local 447 char *cp = new_prefix; 507 result |= handle_elf (subelf, new_prefix, arhdr->ar_name, 510 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name, 515 new_prefix, arhdr->ar_name, new_suffix); [all...] |
strip.c | 2089 char new_prefix[prefix_len + 1 + fname_len]; local [all...] |
elflint.c | 269 char new_prefix[prefix_len + 1 + fname_len]; local 271 char *cp = new_prefix; 295 process_file (fd, subelf, new_prefix, new_suffix, [all...] |
/external/chromium_org/testing/gtest/scripts/ |
pump.py | 745 new_prefix = prefix + 4*' ' # Prefix of a continuation line 757 prefix = new_prefix 764 prefix = new_prefix
|