HomeSort by relevance Sort by last modified time
    Searched refs:new_prefix (Results 1 - 15 of 15) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
remap.c 30 const char *new_prefix; member in struct:debug_prefix_map
62 map->new_prefix = xstrdup (p);
88 memcpy (s, map->new_prefix, map->new_len);
  /external/boringssl/src/util/bot/
extract.py 102 new_prefix, rest = path.split('/', 1)
106 prefix = new_prefix
107 if prefix != new_prefix:
108 raise ValueError((prefix, new_prefix))
  /external/protobuf/src/google/protobuf/compiler/
importer.cc 288 // a virtual path and new_prefix is its corresponding disk path. Returns
290 // old_prefix with new_prefix and stores the result in *result. Examples:
306 const string& new_prefix,
319 result->assign(new_prefix);
327 *result = new_prefix;
349 result->assign(new_prefix);
  /external/elfutils/src/
objdump.c 304 char new_prefix[prefix_len + fname_len + 2]; local
311 char *cp = new_prefix;
333 result |= handle_elf (subelf, new_prefix, arhdr->ar_name,
336 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name,
341 new_prefix, arhdr->ar_name, new_suffix);
size.c 362 char new_prefix[prefix_len + 1 + fname_len]; local
363 char *cp = new_prefix;
383 handle_elf (subelf, new_prefix, arhdr->ar_name);
385 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name);
nm.c 429 char new_prefix[prefix_len + fname_len + 2]; local
436 char *cp = new_prefix;
497 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name,
500 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name,
505 new_prefix, arhdr->ar_name, new_suffix);
    [all...]
strip.c 2237 char new_prefix[prefix_len + 1 + fname_len]; local
    [all...]
elflint.c 265 char new_prefix[prefix_len + 1 + fname_len]; local
267 char *cp = new_prefix;
291 process_file (fd, subelf, new_prefix, new_suffix,
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
ipaddr.py 889 def iter_subnets(self, prefixlen_diff=1, new_prefix=None):
899 new_prefix is also set.
900 new_prefix: The desired new prefix length. This must be a
910 prefixlen_diff and new_prefix are both set or new_prefix
919 if new_prefix is not None:
920 if new_prefix < self._prefixlen:
923 raise ValueError('cannot set prefixlen_diff and new_prefix')
924 prefixlen_diff = new_prefix - self._prefixlen
956 def subnet(self, prefixlen_diff=1, new_prefix=None)
    [all...]
ipaddr_test.py 321 new_prefix=1)
322 self.assertRaises(ValueError, self.ipv4.supernet, new_prefix=25)
324 self.ipv4.supernet(new_prefix=22))
327 new_prefix=1)
328 self.assertRaises(ValueError, self.ipv6.supernet, new_prefix=65)
330 self.ipv6.supernet(new_prefix=62))
343 sorted(self.ipv4.subnet(new_prefix=27)))
344 self.assertRaises(ValueError, self.ipv4.subnet, new_prefix=23)
346 prefixlen_diff=3, new_prefix=27)
348 sorted(self.ipv6.subnet(new_prefix=68))
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 745 new_prefix = prefix + 4*' ' # Prefix of a continuation line
757 prefix = new_prefix
764 prefix = new_prefix
  /external/protobuf/gtest/scripts/
pump.py 738 new_prefix = prefix + 4*' ' # Prefix of a continuation line
750 prefix = new_prefix
757 prefix = new_prefix
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
pump.py 745 new_prefix = prefix + 4*' ' # Prefix of a continuation line
757 prefix = new_prefix
764 prefix = new_prefix
  /art/runtime/gc/space/
image_space.cc 1585 const std::string new_prefix = input_image_file_name.substr( local
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 5304 unibrow::uchar new_prefix = atom->data().at(0); local
    [all...]

Completed in 505 milliseconds