Home
last modified time | relevance | path

Searched refs:persist (Results 1 – 23 of 23) sorted by relevance

/external/bluetooth/bluez/compat/
Ddund.c67 static int persist; variable
271 if (!dun_open_connection(sk, pppd, pppd_opts, (persist > 0))) in create_connection()
313 sleep(persist); in do_connect()
348 } while (!terminate && persist); in do_connect()
512 persist = atoi(optarg); in main()
514 persist = 5; in main()
Dpand.c62 static int persist; variable
353 if (persist || devdowncmd) { in create_connection()
403 sleep(persist); in do_connect()
447 } while (!terminate && persist); in do_connect()
685 persist = atoi(optarg); in main()
687 persist = 5; in main()
/external/emma/core/java12/com/vladium/emma/data/
DDataFactory.java59 public static void persist (final IMetaData data, final File file, final boolean merge) in persist() method in DataFactory
71 persist (data, TYPE_METADATA, file); in persist()
74 public static void persist (final ICoverageData data, final File file, final boolean merge) in persist() method in DataFactory
86 persist (data, TYPE_COVERAGEDATA, file); in persist()
89 public static void persist (final ISessionData data, final File file, final boolean merge) in persist() method in DataFactory
101 persist (data.getMetaData (), TYPE_METADATA, file); in persist()
102 persist (data.getCoverageData (), TYPE_COVERAGEDATA, file); in persist()
502 private static void persist (final IMergeable data, final byte type, final File file) in persist() method in DataFactory
DMergeProcessor.java264 … DataFactory.persist (cdata, persistFile, false); // never merge to enforce compaction behavior in _run()
266 … DataFactory.persist (mdata, persistFile, false); // never merge to enforce compaction behavior in _run()
268 …DataFactory.persist (new SessionData (mdata, cdata), persistFile, false); // never merge to enforc… in _run()
/external/emma/core/java12/com/vladium/emma/rt/
DRTCoverageDataPersister.java54 DataFactory.persist (cdataView, outFile, merge); in dumpCoverageData()
DAppRunner.java718 DataFactory.persist (sdata, m_sdataOutFile, m_sdataOutMerge); in run()
/external/ppp/pppd/
Doptions.c98 bool persist = 0; /* Reopen link after it goes down */ variable
222 { "persist", o_bool, &persist,
224 { "nopersist", o_bool, &persist,
228 "Dial on demand", OPT_INITONLY | 1, &persist },
Dmain.c578 if (!persist || asked_to_quit || (maxfail > 0 && unsuccess >= maxfail))
594 if (!persist)
653 persist = 0; in handle_events()
Dcbcp.c485 persist = 0;
Dtty.c579 if (!persist || err != EINTR) in connect_tty()
728 if (!persist || errno != EINTR || hungup || got_sigterm) in connect_tty()
Dpppd.h294 extern bool persist; /* Reopen link after it goes down */
/external/clearsilver/python/
Dneo_cgi.c261 int persist = 0; in p_cgi_cookie_set() local
266 …ywds, "ss|sssii:cookieSet()", kwlist, &name, &value, &path, &domain, &time_str, &persist, &secure)) in p_cgi_cookie_set()
269 err = cgi_cookie_set (cgi, name, value, path, domain, time_str, persist, secure); in p_cgi_cookie_set()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessorST.java753 DataFactory.persist (m_mdata, mdataOutFile, mdataOutMerge.booleanValue ()); in _run()
/external/webkit/WebKitTools/android/flex-2.5.4a/
DNEWS481 - Documentation now clarifies that start conditions persist across
/external/webkit/WebKit/mac/
DChangeLog2388 <rdar://problem/6871587> Smart Copy/Paste setting should persist as continuous
4505 uses of -[NSURLResponse MIMEType] still persist in WebKit that
DChangeLog-2007-10-1410819 _private->keyDownEvent in both methods, and make it persist after leaving them.
19398 …For now, these properties do not persist with the rest of the history data. They are intended to …
/external/webkit/WebKit/win/
DChangeLog-2009-06-167075 after you disable the site-specific hacks they persist until you open a new window or tweak
/external/srec/config/en.us/dictionary/
Dlarge.ok22002 persist pPsist
/external/webkit/WebCore/
DChangeLog-2009-06-1611174 Make sure spelling underline does not persist on words like
23149 … understanding that the spec allows for SessionStorage to persist across relaunches, even though
77292 persist in memory after the image has died. By default, this is set to
79055 collapsing a rule will persist across all the elements that have
DChangeLog9718 as needed) and so they will persist for the duration of the
DChangeLog-2007-10-147061 dialogArguments set with showModalDialog to persist on the window after the load. However,
38985 it persist through page cache transitions and it is truly a per-document concept more than
DChangeLog-2005-08-2346192 transparency layers, so that alterations to alpha don't accidentally persist.
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1024583 that need the two to persist just protect the JSGlobalObject from GC.