HomeSort by relevance Sort by last modified time
    Searched full:persisted (Results 251 - 275 of 386) sorted by null

<<111213141516

  /external/chromium_org/sandbox/win/src/
policy_engine_opcodes.h 147 // match: The match context that is persisted across the opcode evaluation
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationService.java 264 * of the user for which the client is being created; it will be persisted using
  /external/chromium_org/sync/engine/
commit_util.cc 107 // elsewhere, or already be persisted in the directory.
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 126 // Load persisted services from disk
  /frameworks/base/core/java/android/printservice/
PrinterDiscoverySession.java 54 * session. Printers are <strong>not</strong> persisted across sessions.
  /frameworks/base/docs/html/about/versions/
android-2.0.1.jd 325 persisted (for example, if the save was trimmed to a no-op).</p>
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
FusedPrintersProvider.java 688 Log.i(LOG_TAG, "[PERSISTED] " + printer);
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 147 * A photo result received by the activity, persisted across activity lifecycle.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java 49 * been persisted.
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 230 // once the real actions have finished and persisted their state.
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/sessions/
session_service_unittest.cc 683 // Make sure application extension ids are persisted.
704 // Check that user agent overrides are persisted.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
PerformanceResults.java 808 * If <code>null</code>, then information changes won't be persisted.
852 * If <code>null</code>, then information changes won't be persisted.
  /frameworks/base/core/java/android/content/
ContentResolver.java 512 * its referenced resource, which can be used across devices, persisted,
    [all...]
  /external/chromium/chrome/browser/metrics/
metrics_service.cc 21 // got transmitted) are compressed and base64-encoded before being persisted.
282 // We append (2) more elements to persisted lists: the size of the list and a
    [all...]
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 823 // persisted.
842 << "**This will cause database conflicts with persisted values**"
853 << "This may cause database conflicts with persisted values"
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc     [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc     [all...]
  /external/chromium_org/sync/syncable/
directory_backing_store.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindow.cpp 453 void DOMWindow::enqueuePageshowEvent(PageshowEventPersistence persisted)
456 dispatchEvent(PageTransitionEvent::create(EventTypeNames::pageshow, persisted), m_document.get());
    [all...]
  /external/clang/docs/
Modules.rst 156 The binary representation of modules is automatically generated by the compiler on an as-needed basis. When a module is imported (e.g., by an ``#include`` of one of the module's headers), the compiler will spawn a second instance of itself [#]_, with a fresh preprocessing context [#]_, to parse just the headers in that module. The resulting Abstract Syntax Tree (AST) is then persisted into the binary representation of the module that is then loaded into translation unit where the module import was encountered.
158 The binary representation of modules is persisted in the *module cache*. Imports of a module will first query the module cache and, if a binary representation of the required module is already available, will load that representation directly. Thus, a module's headers will only be parsed once per language configuration, rather than once per translation unit that uses the module.
    [all...]
  /frameworks/base/services/java/com/android/server/wifi/
WifiService.java 126 /* Tracks the persisted states for wi-fi & airplane mode */
    [all...]
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduPersister.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 449 // persist icons that haven't been persisted yet
579 // persist static widget info that hasn't been persisted yet
    [all...]

Completed in 634 milliseconds

<<111213141516