/external/jmdns/src/javax/jmdns/ |
D | ServiceInfo.java | 253 …e, final int port, final int weight, final int priority, final boolean persistent, final String te… in create() argument 254 return new ServiceInfoImpl(type, name, "", port, weight, priority, persistent, text); in create() 278 …e, final int port, final int weight, final int priority, final boolean persistent, final String te… in create() argument 279 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, persistent, text); in create() 301 …e, final int port, final int weight, final int priority, final boolean persistent, final Map<Strin… in create() argument 302 return new ServiceInfoImpl(type, name, "", port, weight, priority, persistent, props); in create() 326 …e, final int port, final int weight, final int priority, final boolean persistent, final Map<Strin… in create() argument 327 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, persistent, props); in create() 349 …e, final int port, final int weight, final int priority, final boolean persistent, final byte[] te… in create() argument 350 return new ServiceInfoImpl(type, name, "", port, weight, priority, persistent, text); in create() [all …]
|
D | JmmDNS.java | 191 public abstract ServiceInfo[] getServiceInfos(String type, String name, boolean persistent); in getServiceInfos() argument 209 …public abstract ServiceInfo[] getServiceInfos(String type, String name, boolean persistent, long t… in getServiceInfos() argument 233 public abstract void requestServiceInfo(String type, String name, boolean persistent); in requestServiceInfo() argument 261 …public abstract void requestServiceInfo(String type, String name, boolean persistent, long timeout… in requestServiceInfo() argument
|
D | JmDNS.java | 215 public abstract ServiceInfo getServiceInfo(String type, String name, boolean persistent); in getServiceInfo() argument 232 …public abstract ServiceInfo getServiceInfo(String type, String name, boolean persistent, long time… in getServiceInfo() argument 258 public abstract void requestServiceInfo(String type, String name, boolean persistent); in requestServiceInfo() argument 284 …public abstract void requestServiceInfo(String type, String name, boolean persistent, long timeout… in requestServiceInfo() argument
|
/external/v8/include/ |
D | v8-util.h | 301 static PersistentContainerValue ClearAndLeak(Global<V>* persistent) { 302 V* v = persistent->val_; 303 persistent->val_ = 0; 307 static PersistentContainerValue Leak(Global<V>* persistent) { 308 return reinterpret_cast<PersistentContainerValue>(persistent->val_); 367 Global<V> persistent(this->isolate(), value); 368 return SetUnique(key, &persistent); 382 Global<V> SetUnique(const K& key, Global<V>* persistent) { 384 Local<V> value(Local<V>::New(this->isolate(), *persistent)); 385 persistent->template SetWeak<typename Traits::WeakCallbackDataType>( [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/ |
D | p2p_group_add.py | 50 global persistent 64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, argument 69 self.persistent = persistent 124 self.P2PDictionary = {'persistent':self.persistent} 159 persistent = False variable 187 persistent = False variable 189 persistent = True variable 214 persistent,frequency,persistent_group_object)
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowPreference.java | 28 protected boolean persistent = false; field in ShadowPreference 78 return persistent; in shouldPersist() 83 return persistent; in isPersistent() 87 public void setPersistent(boolean persistent) { in setPersistent() argument 88 this.persistent = persistent; in setPersistent() 93 return persistent ? persistedInt : defaultReturnValue; in getPersistedInt() 99 return persistent; in persistInt()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/ |
D | optiongroup.py | 120 persistent=False, port=None, settings=None, argument 125 self.persistent = persistent 171 self.persistent = True 173 self.persistent = False 290 permanent=False, persistent=False, port_required=False, argument 298 self.persistent = persistent 341 self.persistent = True 343 self.persistent = False
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSRecord.java | 206 public ServiceInfo getServiceInfo(boolean persistent) { in getServiceInfo() argument 208 ServiceInfoImpl info = (ServiceInfoImpl) super.getServiceInfo(persistent); in getServiceInfo() 251 public ServiceInfo getServiceInfo(boolean persistent) { in getServiceInfo() argument 253 ServiceInfoImpl info = (ServiceInfoImpl) super.getServiceInfo(persistent); in getServiceInfo() 393 public ServiceInfo getServiceInfo(boolean persistent) { in getServiceInfo() argument 394 …nfoImpl info = new ServiceInfoImpl(this.getQualifiedNameMap(), 0, 0, 0, persistent, (byte[]) null); in getServiceInfo() 493 public ServiceInfo getServiceInfo(boolean persistent) { in getServiceInfo() argument 497 return new ServiceInfoImpl(map, 0, 0, 0, persistent, (byte[]) null); in getServiceInfo() 499 … return new ServiceInfoImpl(this.getQualifiedNameMap(), 0, 0, 0, persistent, (byte[]) null); in getServiceInfo() 502 … return new ServiceInfoImpl(this.getQualifiedNameMap(), 0, 0, 0, persistent, (byte[]) null); in getServiceInfo() [all …]
|
D | JmmDNSImpl.java | 189 public ServiceInfo[] getServiceInfos(String type, String name, boolean persistent) { in getServiceInfos() argument 190 return this.getServiceInfos(type, name, persistent, DNSConstants.SERVICE_INFO_TIMEOUT); in getServiceInfos() 198 …[] getServiceInfos(final String type, final String name, final boolean persistent, final long time… in getServiceInfos() argument 209 result.add(mDNS.getServiceInfo(type, name, persistent, timeout)); in getServiceInfos() 236 public void requestServiceInfo(String type, String name, boolean persistent) { in requestServiceInfo() argument 237 this.requestServiceInfo(type, name, persistent, DNSConstants.SERVICE_INFO_TIMEOUT); in requestServiceInfo() 254 …public void requestServiceInfo(final String type, final String name, final boolean persistent, fin… in requestServiceInfo() argument 263 mDNS.requestServiceInfo(type, name, persistent, timeout); in requestServiceInfo()
|
D | ServiceInfoImpl.java | 127 …String name, String subtype, int port, int weight, int priority, boolean persistent, String text) { in ServiceInfoImpl() argument 128 …pl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, (byte[]) null); in ServiceInfoImpl() 150 …ring name, String subtype, int port, int weight, int priority, boolean persistent, Map<String, ?> … in ServiceInfoImpl() argument 151 …l.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, textFromPropert… in ServiceInfoImpl() 165 …String name, String subtype, int port, int weight, int priority, boolean persistent, byte text[]) { in ServiceInfoImpl() argument 166 …iceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, text); in ServiceInfoImpl() 169 … String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, Map<String, ?> … in ServiceInfoImpl() argument 170 this(qualifiedNameMap, port, weight, priority, persistent, textFromProperties(props)); in ServiceInfoImpl() 173 …s, String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, String text) { in ServiceInfoImpl() argument 174 this(qualifiedNameMap, port, weight, priority, persistent, (byte[]) null); in ServiceInfoImpl() [all …]
|
D | JmDNSImpl.java | 726 public ServiceInfo getServiceInfo(String type, String name, boolean persistent) { in getServiceInfo() argument 727 return this.getServiceInfo(type, name, persistent, DNSConstants.SERVICE_INFO_TIMEOUT); in getServiceInfo() 734 public ServiceInfo getServiceInfo(String type, String name, boolean persistent, long timeout) { in getServiceInfo() argument 735 final ServiceInfoImpl info = this.resolveServiceInfo(type, name, "", persistent); in getServiceInfo() 740 … ServiceInfoImpl resolveServiceInfo(String type, String name, String subtype, boolean persistent) { in resolveServiceInfo() argument 749 final ServiceInfoImpl info = this.getServiceInfoFromCache(type, name, subtype, persistent); in resolveServiceInfo() 756 …iceInfoImpl getServiceInfoFromCache(String type, String name, String subtype, boolean persistent) { in getServiceInfoFromCache() argument 758 …ServiceInfoImpl info = new ServiceInfoImpl(type, name, subtype, 0, 0, 0, persistent, (byte[]) null… in getServiceInfoFromCache() 761 …rviceInfoImpl cachedInfo = (ServiceInfoImpl) ((DNSRecord) pointerEntry).getServiceInfo(persistent); in getServiceInfoFromCache() 770 … ServiceInfo cachedServiceEntryInfo = ((DNSRecord) serviceEntry).getServiceInfo(persistent); in getServiceInfoFromCache() [all …]
|
/external/libbrillo/brillo/message_loops/ |
D | fake_message_loop.cc | 40 bool persistent, in WatchFileDescriptor() argument 45 tasks_.emplace(current_id, ScheduledTask{from_here, persistent, task}); in WatchFileDescriptor() 77 << (scheduled_task_ref->second.persistent ? in RunOnce() 80 if (scheduled_task_ref->second.persistent) { in RunOnce() 135 << "Pending " << (task.second.persistent ? "persistent " : "") in PendingTasks()
|
D | glib_message_loop.cc | 57 bool persistent, in WatchFileDescriptor() argument 96 this, from_here, task_id, 0, persistent, std::move(task)}; in WatchFileDescriptor() 112 << (persistent ? " persistently" : " just once") in WatchFileDescriptor() 180 if (!scheduled_task->persistent) { in OnWatchedFdReady() 187 return scheduled_task->persistent; in OnWatchedFdReady()
|
D | message_loop.h | 86 bool persistent, 92 bool persistent, in WatchFileDescriptor() argument 95 tracked_objects::Location(), fd, mode, persistent, task); in WatchFileDescriptor()
|
D | base_message_loop.cc | 97 bool persistent, in WatchFileDescriptor() argument 120 from_here, this, task_id, fd, base_mode, persistent, task)); in WatchFileDescriptor() 127 << (persistent ? " persistently" : " just once") in WatchFileDescriptor() 304 bool persistent, in IOTask() argument 307 fd_(fd), base_mode_(base_mode), persistent_(persistent), closure_(task) {} in IOTask()
|
D | glib_message_loop.h | 33 bool persistent, 70 bool persistent; member
|
D | fake_message_loop.h | 46 bool persistent, 67 bool persistent; member
|
D | base_message_loop.h | 43 bool persistent, 98 bool persistent,
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
D | BlockingHttpConnection.java | 239 … boolean persistent = !failed && _parser.isPersistent() && _generator.isPersistent(); in handle() 240 _generator.setPersistent(persistent); in handle() 242 if (persistent) in handle() 278 if (!persistent || connection!=this) in handle() 286 _destination.returnConnection(this, !persistent); in handle()
|
D | AsyncHttpConnection.java | 191 … boolean persistent = !failed && _parser.isPersistent() && _generator.isPersistent(); in handle() 192 _generator.setPersistent(persistent); in handle() 194 if (persistent) in handle() 230 if (!persistent || connection!=this) in handle() 238 _destination.returnConnection(this, !persistent); in handle()
|
/external/valgrind/drd/ |
D | drd_suppression.c | 120 const Bool persistent) in DRD_() 126 a1, a2 - a1, persistent ? "persistent" : "non-persistent"); in DRD_() 129 if (persistent) in DRD_()
|
/external/curl/tests/data/ |
D | test146 | 6 persistent connection 23 persistent FTP with different paths
|
D | test183 | 7 persistent connection 28 HTTP GET two URLs over a single proxy with persistent connection
|
/external/kernel-headers/original/uapi/linux/ |
D | cdrom.h | 760 __u8 persistent : 1; member 764 __u8 persistent : 1; member 787 __u8 persistent : 1; member 791 __u8 persistent : 1; member 917 __u8 persistent:1; member 921 __u8 persistent:1; member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-P2P | 152 [persistent|persistent=<network id>] [join|auth] 166 from local display, keypad=PIN entered from peer display). "persistent" 167 parameter can be used to request a persistent group to be formed. The 168 "persistent=<network id>" alternative can be used to pre-populate 169 SSID/passphrase configuration based on a previously used persistent 212 p2p_connect 02:0a:f5:85:11:00 12345670 p2ps persistent join 215 p2p_connect 02:0a:f5:85:11:00 45629034 keypad persistent 264 p2p_group_add [persistent|persistent=<network id>] [freq=<freq in MHz>] 269 GO. Optional persistent=<network id> can be used to specify restart of 270 a persistent group. Optional freq=<freq in MHz> can be used to force [all …]
|