HomeSort by relevance Sort by last modified time
    Searched refs:lifetime (Results 151 - 175 of 276) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.h 27 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.h 29 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
peerkey.h 26 u32 lifetime; member in struct:wpa_peerkey
  /frameworks/base/core/java/com/android/server/net/
NetlinkTracker.java 174 public void interfaceDnsServerInfo(String iface, long lifetime, String[] addresses) {
177 boolean changed = mDnsServerRepository.addServers(lifetime, addresses);
207 * Implements Comparable so DNS server entries can be sorted by lifetime, longest-lived first.
208 * The ordering of entries with the same lifetime is unspecified, because given two servers with
209 * identical lifetimes, we don't care which one we use, and only comparing the lifetime is much
235 * time. Each announcement has a lifetime; when the lifetime expires, the servers should not be used
237 * another. Announcements can both raise and lower the lifetime, and an announcement can expire
238 * servers by announcing them with a lifetime of zero.
249 * highest lifetime, but the ones learned first
    [all...]
  /hardware/interfaces/neuralnetworks/1.0/vts/functional/
Models.cpp 48 .lifetime = OperandLifeTime::MODEL_INPUT,
57 .lifetime = OperandLifeTime::CONSTANT_COPY,
66 .lifetime = OperandLifeTime::CONSTANT_COPY,
75 .lifetime = OperandLifeTime::MODEL_OUTPUT,
  /external/tcpdump/
print-icmp.c 449 u_int lifetime, num, size; local
456 (void)strncpy(cp, " lifetime ", sizeof(buf) - (cp - buf));
458 lifetime = EXTRACT_16BITS(&ihp->ird_lifetime);
459 if (lifetime < 60) {
461 lifetime);
462 } else if (lifetime < 60 * 60) {
464 lifetime / 60, lifetime % 60);
468 lifetime / 3600,
469 (lifetime % 3600) / 60
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
SimpleOneCameraFactory.java 28 import com.android.camera.async.Lifetime;
111 final Lifetime lifetime = new Lifetime(); local
119 lifetime.add(imageReader);
120 lifetime.add(device);
131 public CameraStarter.CameraControls startCamera(Lifetime cameraLifetime,
139 new Lifetime(cameraLifetime), cameraCaptureSession, new HandlerFactory());
155 new SharedImageReaderFactory(new Lifetime(cameraLifetime), imageReader,
179 BasicCameraFactory basicCameraFactory = new BasicCameraFactory(new Lifetime
    [all...]
ZslOneCameraFactory.java 28 import com.android.camera.async.Lifetime;
144 final Lifetime lifetime = new Lifetime(); local
151 lifetime.add(imageReader);
152 lifetime.add(device);
166 public CameraControls startCamera(Lifetime cameraLifetime,
173 FrameServerFactory frameServerComponent = new FrameServerFactory(new Lifetime
182 new ZslSharedImageReaderFactory(new Lifetime(cameraLifetime),
231 new Lifetime(cameraLifetime)
    [all...]
  /frameworks/base/services/net/java/android/net/apf/
ApfFilter.java 94 ZERO_LIFETIME, // Received RA had 0 lifetime
357 // Minimum lifetime in packet
412 long lifetime = getUint32(mPacket, offset + 4); local
414 sb.append("DNS ").append(lifetime).append("s");
440 * Add a binary range of the packet that does not include a lifetime to mNonLifetimes.
443 * data not including a lifetime.
444 * @param lifetimeOffset offset from mPacket.position() to the next lifetime data.
445 * @param lifetimeLength length of the next lifetime data.
447 * a lifetime. This can be passed into the next invocation of this function
496 // Parse router lifetime
508 long lifetime; local
    [all...]
  /frameworks/ml/nn/runtime/
Manager.cpp 105 if (operand.lifetime == OperandLifeTime::CONSTANT_COPY ||
106 operand.lifetime == OperandLifeTime::CONSTANT_REFERENCE) {
  /hardware/interfaces/neuralnetworks/1.0/
types.hal     [all...]
  /external/dhcpcd-6.8.2/
ipv6nd.h 53 uint32_t lifetime; member in struct:ra
ipv6nd.c 335 rap->lifetime = seconds;
360 if (rap->lifetime && rap->expired) {
370 if (rap->lifetime && !rap->expired) {
736 uint32_t lifetime, mtuv; local
848 if (new_rap == 0 && rap->lifetime == 0)
851 rap->lifetime = ntohs(nd_ra->nd_ra_router_lifetime);
859 if (rap->lifetime)
869 lifetime = ~0U;
1026 lifetime = ap->prefix_vltime;
1044 lifetime = ntohl(rdnss->nd_opt_rdnss_lifetime)
    [all...]
  /external/ipsec-tools/src/racoon/
proposal.h 60 time_t lifetime; member in struct:saprop
63 int claim; /* flag to send RESPONDER-LIFETIME. */
153 * Lifetime length selection refered to the section 4.5.4 of RFC2407. It does
169 * AND send RESPONDER-LIFETIME notify message to a initiator in the
170 * case of lifetime.
ipsec_doi.c 366 plog(LLV_DEBUG, LOCATION, NULL, "(lifetime = %ld:%ld)\n",
367 (long)s->lifetime, (long)tsap->lifetime);
411 if ((tsap->lifetime > s->lifetime) ||
418 if (tsap->lifetime < s->lifetime)
419 s->lifetime = tsap->lifetime;
426 if ((tsap->lifetime != s->lifetime) |
2763 u_int32_t lifetime = htonl((u_int32_t)sa->lifetime); local
    [all...]
remoteconf.h 139 time_t lifetime; member in struct:isakmpsa
cfparse.y 99 time_t lifetime; /* for isakmp/ipsec */
111 time_t lifetime; /* for isakmp */
234 %token PFS_GROUP LIFETIME LIFETYPE_TIME LIFETYPE_BYTE STRENGTH REMOTEID
1389 | LIFETIME LIFETYPE_TIME NUMBER unittype_time
1391 cur_sainfo->lifetime = $3 * $4;
1394 | LIFETIME LIFETYPE_BYTE NUMBER unittype_byte
1397 yyerror("byte lifetime support is deprecated");
    [all...]
handler.c 1020 /* set the lifetime of the retransmission */
1153 if (sainfo->lifetime < approval->lifetime) {
1155 "Reload: lifetime mismatch\n");
1178 if (sainfo->lifetime != approval->lifetime ||
1186 "Reload: lifetime | pfs mismatch\n");
1417 if (approval->lifetime > p->lifetime) {
1419 "Reload: lifetime mismatch\n")
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java     [all...]
  /frameworks/ml/nn/tools/test_generator/
test_generator.py 251 def lifetime(self): member in class:Input
277 def lifetime(self): member in class:Output
317 def lifetime(self): member in class:ModelArgument
350 def lifetime(self): member in class:Parameter
369 def lifetime(self): member in class:IntermediateResult
379 def lifetime(self): member in class:Internal
655 .lifetime = OperandLifeTime::{lifetime},
663 lifetime = o.lifetime()
    [all...]
  /external/webrtc/webrtc/p2p/base/
relayserver.h 121 // Called when the timer for checking lifetime times out.
187 uint32_t lifetime);
191 uint32_t lifetime() { return lifetime_; } function in class:cricket::RelayServerBinding
201 // used for longer than the lifetime, then we send a signal.
relayserver.cc 357 // Compute the appropriate lifetime for this binding.
358 uint32_t lifetime = MAX_LIFETIME; local
362 lifetime = std::min(lifetime, lifetime_attr->value() * 1000);
364 binding = new RelayServerBinding(this, username, "0", lifetime);
439 res_lifetime_attr->SetValue(int_conn->binding()->lifetime() / 1000);
656 uint32_t lifetime)
660 lifetime_(lifetime) {
735 // If the lifetime timeout has been exceeded, then send a signal.
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstCaptureCommand.java 28 import com.android.camera.async.Lifetime;
68 private final Lifetime mBurstLifetime;
80 * @param lifetime the lifetime of the burst, the burst stops capturing
81 * images once the lifetime is closed
92 Lifetime lifetime,
101 mBurstLifetime = lifetime;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipsectypes.h 119 IPSEC_SA_LIFETIME0 lifetime; member in struct:IPSEC_PROPOSAL0_
301 IPSEC_SA_LIFETIME0 lifetime; member in struct:IPSEC_SA_BUNDLE0_
501 IPSEC_SA_LIFETIME0 lifetime; member in struct:IPSEC_SA_BUNDLE1_
  /external/syslinux/gpxe/src/include/gpxe/
wpa.h 452 /** KDE type for a lifetime value */
488 /** For Lifetime-type KDEs, the lifetime in seconds
492 u32 lifetime; member in union:wpa_kde::__anon35009

Completed in 4031 milliseconds

1 2 3 4 5 67 8 91011>>