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

1 2 3 4 5 6 7 8

  /external/chromium_org/content/public/common/
window_container_type.cc 15 const char kPersistent[] = "persistent";
22 bool persistent = false; local
30 persistent = true;
34 if (persistent)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
UnsafePersistent.h 38 // An unsafe way to pass Persistent handles around. Do not use unless you know
41 // the UnsafePersistent is alive or 2) when there is a strong Persistent keeping
47 explicit UnsafePersistent(v8::Persistent<T>& handle)
54 v8::Persistent<T> persistent(isolate, handle);
55 m_value = persistent.ClearAndLeak();
65 v8::Persistent<T>* persistent() function in class:WebCore::UnsafePersistent
67 v8::Persistent<T>* handle = reinterpret_cast<v8::Persistent<T>*>(&m_value)
    [all...]
DOMWrapperMap.h 65 v8::Persistent<v8::Object> persistent(m_isolate, wrapper);
66 configuration.configureWrapper(&persistent, m_isolate);
67 persistent.MakeWeak(this, &makeWeakCallback);
73 result.iterator->value = UnsafePersistent<v8::Object>(persistent);
98 static void makeWeakCallback(v8::Isolate*, v8::Persistent<v8::Object>* wrapper, DOMWrapperMap<KeyType>*);
105 inline void DOMWrapperMap<void>::makeWeakCallback(v8::Isolate* isolate, v8::Persistent<v8::Object>* wrapper, DOMWrapperMap<void>* map)
ScriptWrappable.h 71 v8::Persistent<v8::Object> persistent(isolate, wrapper);
72 configuration.configureWrapper(&persistent, isolate);
73 persistent.MakeWeak(this, &makeWeakCallback);
74 m_wrapperOrTypeInfo = reinterpret_cast<uintptr_t>(persistent.ClearAndLeak()) | 1;
167 inline void disposeWrapper(v8::Persistent<v8::Object>* value, const WrapperTypeInfo* info)
180 static void makeWeakCallback(v8::Isolate* isolate, v8::Persistent<v8::Object>* wrapper, ScriptWrappable* key)
V8ValueCache.h 55 returnValue.Set(*m_lastV8String.persistent());
61 static void makeWeakCallback(v8::Isolate*, v8::Persistent<v8::String>*, StringImpl*);
WrapperTypeInfo.h 143 inline T* getInternalField(const v8::Persistent<v8::Object>& persistent)
146 const v8::Handle<v8::Object>& object = reinterpret_cast<const v8::Handle<v8::Object>&>(persistent);
158 inline void* toNative(const v8::Persistent<v8::Object>& object)
168 inline WrapperTypeInfo* toWrapperTypeInfo(const v8::Persistent<v8::Object>& object)
184 void configureWrapper(v8::Persistent<v8::Object>* wrapper, v8::Isolate* isolate) const
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
StreamPort.java 50 protected synchronized void assignFrame(Frame frame, boolean persistent) {
52 checkFrameType(frame, persistent);
54 if (persistent) {
64 mPersistent = persistent;
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_group_add.py 15 print " %s -i <interface_name> [-p <persistent>] \ " \
23 print " -o = persistent group object path"
50 global persistent
64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency,
69 self.persistent = persistent
124 self.P2PDictionary = {'persistent':self.persistent}
159 persistent = False variable
187 persistent = Fals
    [all...]
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 247 * @param persistent
253 public static ServiceInfo create(final String type, final String name, final int port, final int weight, final int priority, final boolean persistent, final String text) {
254 return new ServiceInfoImpl(type, name, "", port, weight, priority, persistent, text);
272 * @param persistent
278 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final String text) {
279 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, persistent, text);
295 * @param persistent
301 public static ServiceInfo create(final String type, final String name, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) {
302 return new ServiceInfoImpl(type, name, "", port, weight, priority, persistent, props);
320 * @param persistent
    [all...]
JmDNS.java 211 * @param persistent
215 public abstract ServiceInfo getServiceInfo(String type, String name, boolean persistent);
228 * @param persistent
232 public abstract ServiceInfo getServiceInfo(String type, String name, boolean persistent, long timeout);
255 * @param persistent
258 public abstract void requestServiceInfo(String type, String name, boolean persistent);
279 * @param persistent
284 public abstract void requestServiceInfo(String type, String name, boolean persistent, long timeout);
JmmDNS.java 186 * @param persistent
191 public abstract ServiceInfo[] getServiceInfos(String type, String name, boolean persistent);
204 * @param persistent
209 public abstract ServiceInfo[] getServiceInfos(String type, String name, boolean persistent, long timeout);
229 * @param persistent
233 public abstract void requestServiceInfo(String type, String name, boolean persistent);
255 * @param persistent
261 public abstract void requestServiceInfo(String type, String name, boolean persistent, long timeout);
  /external/chromium_org/chrome/renderer/extensions/
unsafe_persistent.h 12 // An unsafe way to pass Persistent handles around. Do not use unless you know
15 // UnsafePersistent is alive or 2) when there is a strong Persistent keeping the
21 explicit UnsafePersistent(v8::Persistent<T>* handle) {
26 v8::Persistent<T> persistent(isolate, handle);
27 value_ = persistent.ClearAndLeak();
33 v8::Persistent<T> handle(value_);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPreference.java 28 protected boolean persistent = false; field in class:ShadowPreference
78 return persistent;
83 return persistent;
87 public void setPersistent(boolean persistent) {
88 this.persistent = persistent;
93 return persistent ? persistedInt : defaultReturnValue;
99 return persistent;
  /external/smack/src/org/jivesoftware/smackx/muc/
RoomInfo.java 75 * Persistent rooms are saved to the database to make sure that rooms configurations can be
78 private boolean persistent; field in class:RoomInfo
88 this.persistent = info.containsFeature("muc_persistent");
187 return persistent;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilterController.java 59 * @param persistent True when the given filter should be saved soon. False when the filter
63 public abstract void setContactListFilter(ContactListFilter filter, boolean persistent);
113 public void setContactListFilter(ContactListFilter filter, boolean persistent) {
114 setContactListFilter(filter, persistent, true);
117 private void setContactListFilter(ContactListFilter filter, boolean persistent,
121 if (persistent) {
  /external/chromium_org/base/message_loop/
message_pump_io_ios.cc 76 bool persistent,
124 scoped_fd_source.release(), persistent);
134 if (persistent != controller->is_persistent_) {
135 NOTREACHED() << "persistent doesn't match";
202 // valid and the controller is persistent.
message_pump_io_ios.h 114 bool persistent,
message_pump_libevent.h 116 bool persistent,
  /external/valgrind/main/drd/
drd_suppression.c 116 * Start tracing memory accesses in the range [a1,a2). If persistent == True,
120 const Bool persistent)
126 a1, a2 - a1, persistent ? "persistent" : "non-persistent");
129 if (persistent)
159 * non-persistent address ranges.
drd_suppression.h 22 const Bool persistent);
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 206 public ServiceInfo getServiceInfo(boolean persistent) {
208 ServiceInfoImpl info = (ServiceInfoImpl) super.getServiceInfo(persistent);
251 public ServiceInfo getServiceInfo(boolean persistent) {
253 ServiceInfoImpl info = (ServiceInfoImpl) super.getServiceInfo(persistent);
393 public ServiceInfo getServiceInfo(boolean persistent) {
394 ServiceInfoImpl info = new ServiceInfoImpl(this.getQualifiedNameMap(), 0, 0, 0, persistent, (byte[]) null);
493 public ServiceInfo getServiceInfo(boolean persistent) {
497 return new ServiceInfoImpl(map, 0, 0, 0, persistent, (byte[]) null);
499 return new ServiceInfoImpl(this.getQualifiedNameMap(), 0, 0, 0, persistent, (byte[]) null);
502 return new ServiceInfoImpl(this.getQualifiedNameMap(), 0, 0, 0, persistent, (byte[]) null)
    [all...]
JmmDNSImpl.java 189 public ServiceInfo[] getServiceInfos(String type, String name, boolean persistent) {
190 return this.getServiceInfos(type, name, persistent, DNSConstants.SERVICE_INFO_TIMEOUT);
198 public ServiceInfo[] getServiceInfos(final String type, final String name, final boolean persistent, final long timeout) {
209 result.add(mDNS.getServiceInfo(type, name, persistent, timeout));
236 public void requestServiceInfo(String type, String name, boolean persistent) {
237 this.requestServiceInfo(type, name, persistent, DNSConstants.SERVICE_INFO_TIMEOUT);
254 public void requestServiceInfo(final String type, final String name, final boolean persistent, final long timeout) {
263 mDNS.requestServiceInfo(type, name, persistent, timeout);
  /external/chromium/base/
message_pump_libevent.h 110 bool persistent,
message_pump_libevent.cc 134 bool persistent,
143 int event_mask = persistent ? EV_PERSIST : 0;
188 controller->Init(evt.release(), persistent);
  /external/chromium_org/third_party/sqlite/src/test/
async2.test 49 foreach err [list ioerr malloc-transient malloc-persistent] {
65 malloc-persistent { sqlite3_memdebug_fail $n -repeat 1 }

Completed in 744 milliseconds

1 2 3 4 5 6 7 8