Searched refs:persist (Results 1 - 25 of 29) sorted by relevance

12

/external/sepolicy/
H A Dproperty_contexts12 persist.radio u:object_r:radio_prop:s0
33 persist.audio. u:object_r:audio_prop:s0
34 persist.sys. u:object_r:system_prop:s0
35 persist.service. u:object_r:system_prop:s0
36 persist.service.bdroid. u:object_r:bluetooth_prop:s0
37 persist.security. u:object_r:system_prop:s0
40 persist.mmac. u:object_r:security_prop:s0
/external/v8/tools/
H A Dcommon-includes.sh77 persist() { function
113 persist "CURRENT_BRANCH"
143 persist "$VARNAME"
H A Dmerge-to-branch.sh108 persist "MERGE_TO_BRANCH"
157 persist "NEW_COMMIT_MSG"
158 persist "REVISION_LIST"
233 persist "SVN_REVISION"
251 persist "TO_URL"
H A Dpush-to-trunk.sh110 persist "LASTPUSH"
120 persist "DATE"
191 persist "PREPARE_COMMIT_MSG"
224 persist "PREPARE_COMMIT_HASH"
311 persist "TRUNK_REVISION"
329 persist "V8_PATH"
/external/emma/core/java12/com/vladium/emma/rt/
H A DRTCoverageDataPersister.java54 DataFactory.persist (cdataView, outFile, merge);
H A DAppRunner.java718 DataFactory.persist (sdata, m_sdataOutFile, m_sdataOutMerge);
/external/chromium/chrome/browser/chromeos/
H A Dproxy_config_service_impl.h173 // Called from UI thread to set flag to persist settings to device.
176 void UISetPersistToDevice(bool persist) { argument
177 persist_to_device_ = persist;
185 // persist this config, the information is "cached" in the service, so that
210 // |update_to_device| is true to persist new proxy config to device.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eigen/bench/btl/data/
H A Dmk_gnuplot_script.sh62 gnuplot -persist < $WHAT.gnuplot
H A Dmk_new_gnuplot.sh47 gnuplot -persist < $WHAT.gnuplot
/external/emma/core/java12/com/vladium/emma/data/
H A DDataFactory.java59 public static void persist (final IMetaData data, final File file, final boolean merge) method in class:DataFactory
71 persist (data, TYPE_METADATA, file);
74 public static void persist (final ICoverageData data, final File file, final boolean merge) method in class:DataFactory
86 persist (data, TYPE_COVERAGEDATA, file);
89 public static void persist (final ISessionData data, final File file, final boolean merge) method in class:DataFactory
101 persist (data.getMetaData (), TYPE_METADATA, file);
102 persist (data.getCoverageData (), TYPE_COVERAGEDATA, file);
428 // TODO: data version checks parallel to persist()
502 private static void persist (final IMergeable data, final byte type, final File file) method in class:DataFactory
508 final String method = "persist";
[all...]
H A DMergeProcessor.java252 // persist merged session data:
264 DataFactory.persist (cdata, persistFile, false); // never merge to enforce compaction behavior
266 DataFactory.persist (mdata, persistFile, false); // never merge to enforce compaction behavior
268 DataFactory.persist (new SessionData (mdata, cdata), persistFile, false); // never merge to enforce compaction behavior
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DConfigureForm.java312 * @return The maximum number of items to persist
323 * @param max The maximum number of items to persist
456 * @param persist true if items should be persisted, false otherwise
458 public void setPersistentItems(boolean persist) argument
461 setAnswer(ConfigureNodeFields.persist_items.getFieldName(), persist);
/external/ppp/pppd/
H A Doptions.c98 bool persist = 0; /* Reopen link after it goes down */ variable
222 { "persist", o_bool, &persist,
224 { "nopersist", o_bool, &persist,
225 "Turn off persist option", OPT_PRIOSUB },
228 "Dial on demand", OPT_INITONLY | 1, &persist },
H A Dcbcp.c485 persist = 0;
H A Dmain.c601 if (!persist || asked_to_quit || (maxfail > 0 && unsuccess >= maxfail))
617 if (!persist)
676 persist = 0;
H A Dtty.c579 if (!persist || err != EINTR)
728 if (!persist || errno != EINTR || hungup || got_sigterm)
H A Dpppd.h294 extern bool persist; /* Reopen link after it goes down */
/external/chromium/base/
H A Dfile_util_win.cc383 base::win::ScopedComPtr<IPersistFile> persist; local
385 result = persist.QueryFrom(i_shell_link);
389 result = persist->Load(path->value().c_str(), STGM_READ);
H A Dfile_util_unittest.cc1353 IPersistFile *persist = NULL; local
1362 reinterpret_cast<LPVOID*>(&persist));
1368 result = persist->Save(link_file.value().c_str(), TRUE);
1370 if (persist)
1371 persist->Release();
/external/chromium/net/url_request/
H A Durl_request_unittest.cc1121 IPersistFile *persist = NULL; local
1130 reinterpret_cast<LPVOID*>(&persist));
1136 result = persist->Save(lnk_path.c_str(), TRUE);
1138 if (persist)
1139 persist->Release();
/external/libvpx/libvpx/vp8/common/x86/
H A Didctllm_sse2.asm678 ; doesn't need to persist
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java731 // persist metadata:
753 DataFactory.persist (m_mdata, mdataOutFile, mdataOutMerge.booleanValue ());
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 809 milliseconds

12