/external/bluetooth/bluez/compat/ |
D | dund.c | 67 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()
|
D | pand.c | 62 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/ |
D | DataFactory.java | 59 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
|
D | MergeProcessor.java | 264 … 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/ |
D | RTCoverageDataPersister.java | 54 DataFactory.persist (cdataView, outFile, merge); in dumpCoverageData()
|
D | AppRunner.java | 718 DataFactory.persist (sdata, m_sdataOutFile, m_sdataOutMerge); in run()
|
/external/ppp/pppd/ |
D | options.c | 98 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 },
|
D | main.c | 578 if (!persist || asked_to_quit || (maxfail > 0 && unsuccess >= maxfail)) 594 if (!persist) 653 persist = 0; in handle_events()
|
D | cbcp.c | 485 persist = 0;
|
D | tty.c | 579 if (!persist || err != EINTR) in connect_tty() 728 if (!persist || errno != EINTR || hungup || got_sigterm) in connect_tty()
|
D | pppd.h | 294 extern bool persist; /* Reopen link after it goes down */
|
/external/clearsilver/python/ |
D | neo_cgi.c | 261 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/ |
D | InstrProcessorST.java | 753 DataFactory.persist (m_mdata, mdataOutFile, mdataOutMerge.booleanValue ()); in _run()
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | NEWS | 481 - Documentation now clarifies that start conditions persist across
|
/external/webkit/WebKit/mac/ |
D | ChangeLog | 2388 <rdar://problem/6871587> Smart Copy/Paste setting should persist as continuous 4505 uses of -[NSURLResponse MIMEType] still persist in WebKit that
|
D | ChangeLog-2007-10-14 | 10819 _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/ |
D | ChangeLog-2009-06-16 | 7075 after you disable the site-specific hacks they persist until you open a new window or tweak
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 22002 persist pPsist
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 11174 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
|
D | ChangeLog | 9718 as needed) and so they will persist for the duration of the
|
D | ChangeLog-2007-10-14 | 7061 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
|
D | ChangeLog-2005-08-23 | 46192 transparency layers, so that alterations to alpha don't accidentally persist.
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 24583 that need the two to persist just protect the JSGlobalObject from GC.
|