HomeSort by relevance Sort by last modified time
    Searched defs:ips (Results 1 - 8 of 8) sorted by null

  /external/autotest/frontend/client/test/autotest/moblab/rpc/
NetworkInfoTest.java 14 JSONValue ips = jsonInfo.get(NetworkInfo.JSON_FIELD_SERVER_IPS); local
15 assertEquals(0, ips.isArray().size());
28 ips = jsonInfo.get(NetworkInfo.JSON_FIELD_SERVER_IPS);
29 assertEquals(2, ips.isArray().size());
30 assertEquals("10.0.0.1", ips.isArray().get(0).isString().stringValue());
31 assertEquals("10.0.0.2", ips.isArray().get(1).isString().stringValue());
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 1652 uintptr_t* ips = reinterpret_cast<uintptr_t*>(&info[2 * sizeof(size_t)]); local
1720 uintptr_t* ips = reinterpret_cast<uintptr_t*>(&info[2 * sizeof(size_t)]); local
1780 uintptr_t* ips = reinterpret_cast<uintptr_t*>(&info[2 * sizeof(size_t)]); local
1840 uintptr_t* ips = reinterpret_cast<uintptr_t*>(&info[2 * sizeof(size_t)]); local
1899 uintptr_t* ips = reinterpret_cast<uintptr_t*>(&info[2 * sizeof(size_t)]); local
    [all...]
  /external/clang/test/SemaCXX/
scope-check.cpp 46 static void *ips[] = { &&lbl1, &&lbl2 }; local
61 static void *ips[] = { &&lbl1, &&lbl2 }; local
78 static void *ips[] = { &&lbl1, &&lbl2 }; local
96 static void *ips[] = { &&lbl1, &&lbl2 }; local
116 static void *ips[] = { &&lbl1, &&lbl2, &&lbl3, &&lbl4 }; local
225 static void *ips[] = { &&l0 }; local
238 static void *ips[] = { &&l0 }; local
254 static void *ips[] = { &&l0 }; local
268 static void *ips[] = { &&l0 }; local
602 static void *ips[] = { &&l } local
    [all...]
  /external/u-boot/arch/arm/cpu/armv8/
cache_v8.c 40 u64 ips, va_bits; local
50 ips = 5;
53 ips = 4;
56 ips = 3;
59 ips = 2;
62 ips = 1;
65 ips = 0;
70 tcr = TCR_EL1_RSVD | (ips << 32) | TCR_EPD1_DISABLE;
72 tcr = TCR_EL2_RSVD | (ips << 16);
74 tcr = TCR_EL3_RSVD | (ips << 16)
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
NetworkLoggingTest.java 210 final List<InetAddress> ips = dnsEvent.getInetAddresses(); local
211 assertThat(ips.size()).isAtMost(MAX_IP_ADDRESSES_LOGGED);
214 assertThat(expectedAddressCount).isEqualTo(ips.size());
217 for (final InetAddress ipAddress : ips) {
  /external/webrtc/webrtc/base/
network.cc 66 std::vector<InterfaceAddress> ips; member in struct:rtc::__anon49605::__anon49606
264 current_list.ips.push_back(address);
269 if (current_list.ips[0].family() == AF_INET) {
272 ASSERT(current_list.ips[0].family() == AF_INET6);
291 net->SetIPs(kv.second.ips, true);
296 *changed = existing_net->SetIPs(kv.second.ips, *changed);
856 bool Network::SetIPs(const std::vector<InterfaceAddress>& ips, bool changed) {
859 changed = changed || ips.size() != ips_.size();
861 for (const InterfaceAddress& ip : ips) {
869 ips_ = ips;
    [all...]
  /external/perf_data_converter/src/quipper/kernel/
perf_internals.h 215 u64 ips[0]; member in struct:quipper::ip_callchain
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 724 milliseconds