Searched refs:ips (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
H A Dglobal_sideffects2.js6 var ips;
9 ips = [
14 ips = [ dnsResolve('host' + g_iteration) ];
17 return 'PROXY ' + ips.join('-') + ':100';
H A Dglobal_sideffects1.js6 var ips = [
13 return 'PROXY ' + ips.join('-') + ':100';
H A Ddns.js6 var ips = [
22 for (var i = 0; i < ips.length; ++i) {
24 ips[i] = '' + ips[i];
27 var proxyHost = ips.join('-');
H A Ddns_during_init.js12 var ips = g_ips.concat([dnsResolve('host1'), dnsResolve('host2')]);
13 return 'PROXY ' + ips.join('-') + ':99';
/external/valgrind/main/include/
H A Dpub_tool_stacktrace.h38 // for thread 'tid'. Maximum of 'n_ips' addresses put into 'ips';
40 // ips[return_value] onwards is undefined and should not be read.
51 // Hence ips[0 .. return_value-1] should all point to currently
60 /*OUT*/StackTrace ips, UInt n_ips,
73 StackTrace ips, UInt n_ips
77 extern void VG_(pp_StackTrace) ( StackTrace ips, UInt n_ips );
H A Dpub_tool_execontext.h111 ExeContext* VG_(make_ExeContext_from_StackTrace)( Addr* ips, UInt n_ips );
/external/valgrind/main/coregrind/
H A Dpub_core_stacktrace.h49 // ips[0 .. min(n_ips,return_value)]. If sps and fps are non-NULL,
54 /*OUT*/Addr* ips, UInt n_ips,
H A Dm_execontext.c89 Addr ips[0]; member in struct:_ExeContext
173 VG_(pp_StackTrace)( ec->ips, ec->n_ips );
196 if (e1->ips[i] != e2->ips[i]) return False;
207 if (e1->ips[i] != e2->ips[i]) return False;
241 static UWord calc_hash ( Addr* ips, UInt n_ips, UWord htab_sz ) argument
247 hash ^= ips[i];
279 UWord hash = calc_hash(cur->ips, cur->n_ips, new_size);
296 static ExeContext* record_ExeContext_wrk2 ( Addr* ips, UIn
300 Addr ips[VG_(clo_backtrace_size)]; local
327 record_ExeContext_wrk2( Addr* ips, UInt n_ips ) argument
471 make_ExeContext_from_StackTrace( Addr* ips, UInt n_ips ) argument
[all...]
H A Dm_stacktrace.c56 IPs into 'ips'. In order to be thread-safe, we pass in the
58 meaningful. Returns number of IPs put in 'ips'.
70 /*OUT*/Addr* ips, UInt max_n_ips,
89 /* Snaffle IPs from the client's stack into ips[0 .. max_n_ips-1],
117 ips[0] = uregs.xip;
126 ips[0] = uregs.xip;
176 ips[i++] = uregs.xip - 1; /* -1: refer to calling insn, not the RA */
178 VG_(printf)(" ipsF[%d]=0x%08lx\n", i-1, ips[i-1]);
190 ips[i++] = uregs.xip - 1; /* -1: refer to calling insn, not the RA */
192 VG_(printf)(" ipsC[%d]=0x%08lx\n", i-1, ips[
69 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
225 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
391 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
659 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
795 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
877 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
1031 get_StackTrace( ThreadId tid, StackTrace ips, UInt max_n_ips, StackTrace sps, StackTrace fps, Word first_ip_delta ) argument
1108 pp_StackTrace( StackTrace ips, UInt n_ips ) argument
1124 Addr ips[max_n_ips]; local
1133 apply_StackTrace( void(*action)(UInt n, Addr ip, void* opaque), void* opaque, StackTrace ips, UInt n_ips ) argument
[all...]
H A Dm_libcassert.c223 Addr ips[BACKTRACE_DEPTH]; local
245 ips, BACKTRACE_DEPTH,
251 VG_(pp_StackTrace) (ips, n_ips);
H A Dm_errormgr.c970 StackTrace ips = VG_(get_ExeContext_StackTrace)(p_min->where); local
972 ips[0], /*debugging*/True, 0xFE/*verbosity*/,
1414 StackTrace ips; // stack trace we are lazily completing. member in struct:__anon28163
1415 UWord n_ips; // nr of elements in ips.
1419 // function name for ips[i] is located.
1423 // object name for ips[i] (-1 meaning object name not yet completed).
1452 vg_assert (IP == ip2fo->ips[ixIP]);
1552 /* note, StackTrace ip2fo->ips === Addr* */
1562 /*INPUT*/ip2fo->ips, szbInput, ip2fo->n_ips, 0/*initial Ix*/,
1619 ip2fo.ips
[all...]
/external/clang/test/SemaCXX/
H A Dscope-check.cpp34 static void *ips[] = { &&lbl1, &&lbl2 }; local
49 static void *ips[] = { &&lbl1, &&lbl2 }; local
66 static void *ips[] = { &&lbl1, &&lbl2 }; local
84 static void *ips[] = { &&lbl1, &&lbl2 }; local
104 static void *ips[] = { &&lbl1, &&lbl2, &&lbl3, &&lbl4 }; local
213 static void *ips[] = { &&l0 }; local
226 static void *ips[] = { &&l0 }; local
242 static void *ips[] = { &&l0 }; local
256 static void *ips[] = { &&l0 }; local
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DSealedObjectTest.java136 IvParameterSpec ips = new IvParameterSpec(new byte[] { 1, 2, 3, 4, 5,
140 cipher.init(Cipher.ENCRYPT_MODE, key, ips);
171 IvParameterSpec ips = new IvParameterSpec(new byte[] { 1, 2, 3, 4, 5,
175 cipher.init(Cipher.ENCRYPT_MODE, key, ips);
180 cipher.init(Cipher.DECRYPT_MODE, key, ips);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocketaddress.cc176 std::vector<uint32> ips;
182 } else if (GetLocalIPs(ips)) {
183 for (size_t i = 0; i < ips.size(); ++i) {
184 if (ips[i] == ip_) {
337 bool SocketAddress::GetLocalIPs(std::vector<uint32>& ips) { argument
338 ips.clear();
349 ips.push_back(ip);
352 return !ips.empty();
H A Dsocketaddress.h181 static bool GetLocalIPs(std::vector<uint32>& ips);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor.cc45 IPUrlMap* ips) {
47 for (IPUrlMap::iterator it = ips->begin(); it != ips->end();) {
51 ips->erase(it++);
270 scoped_ptr<IPUrlMap> ips(new IPUrlMap);
271 ips->swap(info->ips);
273 IPUrlMap* ips_ptr = ips.get();
288 base::Passed(&ips), callback, base::Passed(&req)));
43 FilterBenignIpsOnIOThread( scoped_refptr<SafeBrowsingDatabaseManager> database_manager, IPUrlMap* ips) argument
H A Dclient_side_detection_host_unittest.cc741 ASSERT_EQ(0U, browse_info->ips.size());
743 ASSERT_EQ(0U, browse_info->ips.size());
745 ASSERT_EQ(0U, browse_info->ips.size());
753 ASSERT_EQ(1U, browse_info->ips.size());
754 ASSERT_EQ(20U, browse_info->ips["250.10.10.10"].size());
756 browse_info->ips["250.10.10.10"]);
760 ASSERT_EQ(1U, browse_info->ips.size());
761 ASSERT_EQ(20U, browse_info->ips["250.10.10.10"].size());
763 browse_info->ips["250.10.10.10"]);
772 ASSERT_EQ(1U, browse_info->ips[i
[all...]
H A Dbrowser_feature_extractor.h63 IPUrlMap ips; member in struct:safe_browsing::BrowseInfo
H A Dclient_side_detection_host.cc555 IPUrlMap::iterator it = browse_info_->ips.find(ip);
556 if (it == browse_info_->ips.end()) {
557 if (int(browse_info_->ips.size()) < kMaxIPsPerBrowse) {
560 browse_info_->ips.insert(make_pair(ip, url_infos));
H A Dbrowser_feature_extractor_unittest.cc601 browse_info_->ips.insert(std::make_pair("193.5.163.8", bad_urls));
602 browse_info_->ips.insert(std::make_pair("92.92.92.92", bad_urls));
606 browse_info_->ips.insert(std::make_pair("23.94.78.1", good_urls));
639 std::vector<std::string> ips; local
640 for (int i = 0; i < 7; ++i) { // Add 7 ips
642 ips.push_back(ip);
643 browse_info_->ips.insert(std::make_pair(ip, bad_urls));
/external/linux-tools-perf/
H A Dperf.h209 u64 ips[0]; member in struct:ip_callchain
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dnetwork.cc572 bool Network::SetIPs(const std::vector<IPAddress>& ips, bool changed) { argument
573 changed = changed || ips.size() != ips_.size();
576 for (std::vector<IPAddress>::const_iterator it = ips.begin();
577 !changed && it != ips.end();
589 ips_ = ips;
H A Dnetwork.h202 bool SetIPs(const std::vector<IPAddress>& ips, bool already_changed);
/external/chromium/third_party/libevent/
H A Devdns.c2812 evdns_nameserver_ip_add_line(const char *ips) { argument
2816 while (*ips) {
2817 while (ISSPACE(*ips) || *ips == ',' || *ips == '\t')
2818 ++ips;
2819 addr = ips;
2820 while (ISDIGIT(*ips) || *ips == '.' || *ips
[all...]
/external/chromium_org/third_party/libevent/
H A Devdns.c2812 evdns_nameserver_ip_add_line(const char *ips) { argument
2816 while (*ips) {
2817 while (ISSPACE(*ips) || *ips == ',' || *ips == '\t')
2818 ++ips;
2819 addr = ips;
2820 while (ISDIGIT(*ips) || *ips == '.' || *ips
[all...]

Completed in 567 milliseconds

12