HomeSort by relevance Sort by last modified time
    Searched refs:ips (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
global_sideffects2.js 6 var ips;
9 ips = [
14 ips = [ dnsResolve('host' + g_iteration) ];
17 return 'PROXY ' + ips.join('-') + ':100';
dns.js 6 var ips = [
22 for (var i = 0; i < ips.length; ++i) {
24 ips[i] = '' + ips[i];
27 var proxyHost = ips.join('-');
global_sideffects1.js 6 var ips = [
13 return 'PROXY ' + ips.join('-') + ':100';
dns_during_init.js 12 var ips = g_ips.concat([dnsResolve('host1'), dnsResolve('host2')]);
13 return 'PROXY ' + ips.join('-') + ':99';
  /external/valgrind/main/include/
pub_tool_stacktrace.h 38 // 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 );
pub_tool_execontext.h 111 ExeContext* VG_(make_ExeContext_from_StackTrace)( Addr* ips, UInt n_ips );
  /external/valgrind/main/coregrind/
pub_core_stacktrace.h 49 // ips[0 .. min(n_ips,return_value)]. If sps and fps are non-NULL,
54 /*OUT*/Addr* ips, UInt n_ips,
m_execontext.c 89 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 )
247 hash ^= ips[i];
279 UWord hash = calc_hash(cur->ips, cur->n_ips, new_size);
296 static ExeContext* record_ExeContext_wrk2 ( Addr* ips, UInt n_ips ); /*fwds*
300 Addr ips[VG_(clo_backtrace_size)]; local
    [all...]
m_stacktrace.c 56 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;
165 // marker) or a one -- these correspond to recorded IPs of 0 or -1
1124 Addr ips[max_n_ips]; local
    [all...]
m_libcassert.c 223 Addr ips[BACKTRACE_DEPTH]; local
245 ips, BACKTRACE_DEPTH,
251 VG_(pp_StackTrace) (ips, n_ips);
  /external/clang/test/SemaCXX/
scope-check.cpp 34 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
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
SealedObjectTest.java 106 IvParameterSpec ips = new IvParameterSpec(new byte[] { local
110 cipher.init(Cipher.ENCRYPT_MODE, key, ips);
115 cipher.init(Cipher.ENCRYPT_MODE, key, ips);
177 IvParameterSpec ips = new IvParameterSpec(new byte[] { local
181 cipher.init(Cipher.ENCRYPT_MODE, key, ips);
221 IvParameterSpec ips = new IvParameterSpec(new byte[] { local
225 cipher.init(Cipher.ENCRYPT_MODE, key, ips);
230 cipher.init(Cipher.DECRYPT_MODE, key, ips);
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
SealedObjectTest.java 136 IvParameterSpec ips = new IvParameterSpec(new byte[] { 1, 2, 3, 4, 5, local
140 cipher.init(Cipher.ENCRYPT_MODE, key, ips);
171 IvParameterSpec ips = new IvParameterSpec(new byte[] { 1, 2, 3, 4, 5, local
175 cipher.init(Cipher.ENCRYPT_MODE, key, ips);
180 cipher.init(Cipher.DECRYPT_MODE, key, ips);
  /external/chromium/third_party/libjingle/source/talk/base/
socketaddress.cc 176 std::vector<uint32> ips;
182 } else if (GetLocalIPs(ips)) {
183 for (size_t i = 0; i < ips.size(); ++i) {
184 if (ips[i] == ip_) {
237 // We only check hostnames if both IPs are zero. This matches EqualIPs()
337 bool SocketAddress::GetLocalIPs(std::vector<uint32>& ips) {
338 ips.clear();
349 ips.push_back(ip);
352 return !ips.empty();
socketaddress.h 181 static bool GetLocalIPs(std::vector<uint32>& ips);
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor_unittest.cc 485 browse_info_->ips.insert(std::make_pair("193.5.163.8", urls));
486 browse_info_->ips.insert(std::make_pair("23.94.78.1", urls));
550 browse_info_->ips.insert(std::make_pair("193.5.163.8", bad_urls));
551 browse_info_->ips.insert(std::make_pair("92.92.92.92", bad_urls));
554 browse_info_->ips.insert(std::make_pair("23.94.78.1", good_urls));
586 std::vector<std::string> ips; local
587 for (int i = 0; i < 7; ++i) { // Add 7 ips
589 ips.push_back(ip);
590 browse_info_->ips.insert(std::make_pair(ip, bad_urls));
593 // First ip is good, then check the next 5 bad ips
    [all...]
client_side_detection_host_unittest.cc 590 ASSERT_EQ(0U, browse_info->ips.size());
592 ASSERT_EQ(0U, browse_info->ips.size());
594 ASSERT_EQ(0U, browse_info->ips.size());
602 ASSERT_EQ(1U, browse_info->ips.size());
603 ASSERT_EQ(20U, browse_info->ips["250.10.10.10"].size());
604 EXPECT_EQ(expected_urls, browse_info->ips["250.10.10.10"]);
608 ASSERT_EQ(1U, browse_info->ips.size());
609 ASSERT_EQ(20U, browse_info->ips["250.10.10.10"].size());
610 EXPECT_EQ(expected_urls, browse_info->ips["250.10.10.10"]);
612 // Add 199 more IPs
    [all...]
browser_feature_extractor.cc 239 // get the IPs and urls that match the malware blacklisted IP list.
242 for (IPUrlMap::const_iterator it = info->ips.begin();
243 it != info->ips.end(); ++it) {
248 // Limit the number of matched bad IPs in one request to control
262 for (IPUrlMap::const_iterator it = info.ips.begin();
263 it != info.ips.end(); ++it) {
browser_feature_extractor.h 47 IPUrlMap ips; member in struct:safe_browsing::BrowseInfo
175 // Max number of malware IPs can be sent in one malware request
client_side_detection_host.cc 501 IPUrlMap::iterator it = browse_info_->ips.find(ip);
502 if (it == browse_info_->ips.end()) {
503 if (int(browse_info_->ips.size()) < kMaxIPsPerBrowse) {
506 browse_info_->ips.insert(make_pair(ip, urls));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 193 final InputPointers ips = composer.getInputPointers(); local
194 final int inputSize = isGesture ? ips.getPointerSize() : composerSize;
199 getTraverseSession(sessionId).getSession(), ips.getXCoordinates(),
200 ips.getYCoordinates(), ips.getTimes(), ips.getPointerIds(), mInputCodePoints,
  /external/linux-tools-perf/
perf.h 209 u64 ips[0]; member in struct:ip_callchain
  /external/chromium_org/third_party/libjingle/source/talk/base/
network.cc 525 bool Network::SetIPs(const std::vector<IPAddress>& ips, bool changed) {
526 changed = changed || ips.size() != ips_.size();
529 for (std::vector<IPAddress>::const_iterator it = ips.begin();
530 !changed && it != ips.end();
542 ips_ = ips;
network.h 188 bool SetIPs(const std::vector<IPAddress>& ips, bool already_changed);
  /external/chromium_org/chromeos/network/
cros_network_functions.cc 289 const base::ListValue* ips = NULL; local
292 &ips)) {
297 for (size_t i = 0; i < ips->GetSize(); i++) {
299 if (!ips->GetString(i, &ipconfig_path)) {

Completed in 253 milliseconds

1 2