/external/valgrind/coregrind/ |
D | m_execontext.c | 88 Addr ips[0]; member 122 static ExeContext* record_ExeContext_wrk2 ( const Addr* ips, UInt n_ips ); 146 Addr ips[1]; in init_ExeContext_storage() local 147 ips[0] = 0; in init_ExeContext_storage() 148 null_ExeContext = record_ExeContext_wrk2(ips, 1); in init_ExeContext_storage() 172 VG_(pp_StackTrace)( ec->ips, ec->n_ips ); in VG_() 208 VG_(pp_StackTrace)( ec->ips, ec->n_ips ); in VG_() 232 if (e1->ips[i] != e2->ips[i]) return False; in VG_() 243 if (e1->ips[i] != e2->ips[i]) return False; in VG_() 277 static UWord calc_hash ( const Addr* ips, UInt n_ips, UWord htab_sz ) in calc_hash() argument [all …]
|
D | m_stacktrace.c | 160 /*OUT*/Addr* ips, UInt max_n_ips, 253 ips[0] = uregs.xip; 282 ips[0] = uregs.xip; 449 ips[i++] = uregs.xip - 1; 452 VG_(printf)(" ips%s[%d]=0x%08lx\n", unwind_case, i-1, ips[i-1]); 455 RECURSIVE_MERGE(cmrf,ips,i); 490 /*OUT*/Addr* ips, UInt max_n_ips, 547 ips[0] = uregs.xip; 554 ips[0] = uregs.xip; 560 i-1, ips[i-1], uregs.xbp, uregs.xsp); [all …]
|
D | pub_core_stacktrace.h | 55 /*OUT*/Addr* ips, UInt n_ips,
|
D | m_errormgr.c | 1020 StackTrace ips = VG_(get_ExeContext_StackTrace)(p_min->where); in VG_() local 1022 ips[0], /*debugging*/True, 0xFE/*verbosity*/, in VG_() 1504 StackTrace ips; // stack trace we are lazily completing. member 1572 i, ip2fo->ips[i], in pp_ip2fo() 1601 VG_(pp_StackTrace) (ip2fo->ips, ip2fo->n_ips); in clearIPtoFunOrObjCompleter() 1664 if (!VG_(get_fnname_no_cxx_demangle)(ip2fo->ips[ixInput], in foComplete() 1685 if (!VG_(get_objname)(ip2fo->ips[pos_ips], &caller)) in foComplete() 1752 const Addr IP = ip2fo->ips[ip2fo->n_ips_expanded]; in expandInput() 1930 ip2fo.ips = VG_(get_ExeContext_StackTrace)(err->where); in is_suppressible_error()
|
D | m_libcassert.c | 331 Addr ips[BACKTRACE_DEPTH]; in show_sched_status_wrk() local 353 ips, BACKTRACE_DEPTH, in show_sched_status_wrk() 360 VG_(pp_StackTrace) (ips, n_ips); in show_sched_status_wrk()
|
D | m_addrinfo.c | 143 Addr ips[VG_(clo_backtrace_size)], in VG_() local 166 n_frames = VG_(get_StackTrace)( tid, ips, VG_(clo_backtrace_size), in VG_() 174 ai->Addr.Stack.IP = ips[f]; in VG_()
|
/external/autotest/client/site_tests/p2p_ServeFiles/ |
D | p2p_ServeFiles.py | 65 peer_name, hostname, ips, port = peers[0] 70 return peer_name, hostname, ips, port, files 135 peer_name, hostname, ips, port, files = res 138 len(ips) != 1) or ips[0] != self._p2p.tap.addr: 141 logging.error('ips = %r', ips) 147 for host_ip in (ips[0], '127.0.0.1'): 158 self._sim.run_on_simulator(lambda: peer.tcp_forward(1234, ips[0], port))
|
/external/clang/test/SemaCXX/ |
D | scope-check.cpp | 46 static void *ips[] = { &&lbl1, &&lbl2 }; in f() local 61 static void *ips[] = { &&lbl1, &&lbl2 }; in f() local 78 static void *ips[] = { &&lbl1, &&lbl2 }; in f() local 96 static void *ips[] = { &&lbl1, &&lbl2 }; in f() local 116 static void *ips[] = { &&lbl1, &&lbl2, &&lbl3, &&lbl4 }; in f() local 225 static void *ips[] = { &&l0 }; in f() local 238 static void *ips[] = { &&l0 }; in f() local 254 static void *ips[] = { &&l0 }; in f() local 268 static void *ips[] = { &&l0 }; in f() local 602 static void *ips[] = { &&l }; in indirect_jumps() local
|
/external/valgrind/include/ |
D | pub_tool_stacktrace.h | 62 /*OUT*/StackTrace ips, UInt n_ips, 75 StackTrace ips, UInt n_ips 79 extern void VG_(pp_StackTrace) ( StackTrace ips, UInt n_ips );
|
D | pub_tool_execontext.h | 114 ExeContext* VG_(make_ExeContext_from_StackTrace)( const Addr* ips, UInt n_ips );
|
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
D | SealedObjectTest.java | 136 IvParameterSpec ips = new IvParameterSpec(new byte[] { 1, 2, 3, 4, 5, in testGetObject1() local 140 cipher.init(Cipher.ENCRYPT_MODE, key, ips); in testGetObject1() 171 IvParameterSpec ips = new IvParameterSpec(new byte[] { 1, 2, 3, 4, 5, in testGetObject2() local 175 cipher.init(Cipher.ENCRYPT_MODE, key, ips); in testGetObject2() 180 cipher.init(Cipher.DECRYPT_MODE, key, ips); in testGetObject2()
|
/external/autotest/client/site_tests/p2p_ShareFiles/ |
D | p2p_ShareFiles.py | 83 peer_name, _hostname, ips, port = peers[0] 84 if len(ips) != 1 or ips[0] != self._p2p.tap.addr: 85 logging.info('Peer ips: %r', ips)
|
/external/webrtc/webrtc/base/ |
D | network.cc | 66 std::vector<InterfaceAddress> ips; member 264 current_list.ips.push_back(address); in MergeNetworkList() 269 if (current_list.ips[0].family() == AF_INET) { in MergeNetworkList() 272 ASSERT(current_list.ips[0].family() == AF_INET6); in MergeNetworkList() 291 net->SetIPs(kv.second.ips, true); in MergeNetworkList() 296 *changed = existing_net->SetIPs(kv.second.ips, *changed); in MergeNetworkList() 856 bool Network::SetIPs(const std::vector<InterfaceAddress>& ips, bool changed) { in SetIPs() argument 859 changed = changed || ips.size() != ips_.size(); in SetIPs() 861 for (const InterfaceAddress& ip : ips) { in SetIPs() 869 ips_ = ips; in SetIPs()
|
D | network.h | 329 bool SetIPs(const std::vector<InterfaceAddress>& ips, bool already_changed);
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/ |
D | ipaddr.py | 335 ips = [] 341 if ips and ips[-1]._version != ip._version: 343 str(ip), str(ips[-1]))) 344 ips.append(ip) 346 if ips and ips[-1]._version != ip._version: 348 str(ip), str(ips[-1]))) 349 ips.append(ip.ip) 353 str(ip), str(ips[-1]))) 357 ips = sorted(set(ips)) 360 while i < len(ips): [all …]
|
/external/autotest/site_utils/ |
D | sync_cloudsql_access.py | 75 ips = [socket.gethostbyname(name) for name in servers] 82 % (instance, ','.join(ips)), stdout_tee=sys.stdout,
|
/external/valgrind/massif/ |
D | ms_main.c | 822 Int get_IPs( ThreadId tid, Bool exclude_first_entry, Addr ips[]) in get_IPs() argument 847 n_ips = VG_(get_StackTrace)( tid, ips, clo_depth + overestimate, in get_IPs() 863 if (VG_(get_fnname)(ips[i], &buf)) { in get_IPs() 874 ips[i] = ips[i + n_alloc_fns_removed]; in get_IPs() 894 static Addr ips[MAX_IPS]; in get_XCon() local 899 Int n_ips = get_IPs(tid, exclude_first_entry, ips); in get_XCon() 903 if (n_ips > 0 && fn_should_be_ignored(ips[0])) { in get_XCon() 909 Addr ip = ips[i]; in get_XCon()
|
/external/valgrind/helgrind/ |
D | hg_errors.h | 66 void HG_(print_access) (StackTrace ips, UInt n_ips,
|
D | libhb.h | 162 typedef void (*Access_t) (StackTrace ips, UInt n_ips,
|
D | hg_errors.c | 1273 void HG_(print_access) (StackTrace ips, UInt n_ips, in HG_() 1310 VG_(pp_StackTrace) (ips, n_ips); in HG_()
|
/external/libevent/ |
D | evdns.c | 3616 evdns_nameserver_ip_add_line(struct evdns_base *base, const char *ips) { in evdns_nameserver_ip_add_line() argument 3621 while (*ips) { in evdns_nameserver_ip_add_line() 3622 while (isspace(*ips) || *ips == ',' || *ips == '\t') in evdns_nameserver_ip_add_line() 3623 ++ips; in evdns_nameserver_ip_add_line() 3624 addr = ips; in evdns_nameserver_ip_add_line() 3625 while (isdigit(*ips) || *ips == '.' || *ips == ':' || in evdns_nameserver_ip_add_line() 3626 *ips=='[' || *ips==']') in evdns_nameserver_ip_add_line() 3627 ++ips; in evdns_nameserver_ip_add_line() 3628 buf = mm_malloc(ips-addr+1); in evdns_nameserver_ip_add_line() 3630 memcpy(buf, addr, ips-addr); in evdns_nameserver_ip_add_line() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 274 private Set intersectIP(Set permitted, Set ips) in intersectIP() argument 277 for (Iterator it = ips.iterator(); it.hasNext();) in intersectIP() 1858 private String stringifyIPCollection(Set ips) in stringifyIPCollection() argument 1862 for (Iterator it = ips.iterator(); it.hasNext();) in stringifyIPCollection()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | PKIXNameConstraintValidator.java | 543 private Set intersectIP(Set permitted, Set ips) in intersectIP() argument 546 for (Iterator it = ips.iterator(); it.hasNext(); ) in intersectIP() 1905 private String stringifyIPCollection(Set ips) in stringifyIPCollection() argument 1909 for (Iterator it = ips.iterator(); it.hasNext(); ) in stringifyIPCollection()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/ |
D | layer1.py | 1470 def describe_elastic_ips(self, instance_id=None, stack_id=None, ips=None): argument 1506 if ips is not None: 1507 params['Ips'] = ips
|
/external/v8/tools/ |
D | ll_prof.py | 696 sample.ips = [] 699 sample.ips.append( 1026 for ip in sample.ips:
|