HomeSort by relevance Sort by last modified time
    Searched full:retrieve (Results 1076 - 1100 of 3782) sorted by null

<<41424344454647484950>>

  /packages/apps/Email/tests/src/com/android/email/
AccountTestCase.java 115 * Helper to retrieve account manager accounts *and* remove any preexisting accounts
  /packages/apps/Exchange/src/com/android/exchange/adapter/
GalParser.java 130 // Retrieve value, even if we're not using it for debug logging
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelReceiver.java 66 // retrieve the effect enabled state
  /packages/apps/Nfc/nci/jni/
DataQueue.cpp 115 ** Description: Retrieve and remove data from the front of the queue.
NfcJniUtil.cpp 139 /* Retrieve native structure address */
  /packages/services/Telephony/src/com/android/phone/
CdmaOptions.java 89 // retrieve the list of subscription types supported by device.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis_tags.h 31 #define ALL_RESULTS (1<<3) /* Retrieve all results */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
thread_db.h 369 /* Retrieve statistics from process associated with TA. */
381 /* Retrieve floating-point register contents of process running thread TH. */
385 /* Retrieve general register contents of process running thread TH. */
389 /* Retrieve extended register contents of process running thread TH. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_tags.h 31 #define ALL_RESULTS (1<<3) /* Retrieve all results */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
thread_db.h 369 /* Retrieve statistics from process associated with TA. */
381 /* Retrieve floating-point register contents of process running thread TH. */
385 /* Retrieve general register contents of process running thread TH. */
389 /* Retrieve extended register contents of process running thread TH. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_tags.h 31 #define ALL_RESULTS (1<<3) /* Retrieve all results */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
thread_db.h 369 /* Retrieve statistics from process associated with TA. */
381 /* Retrieve floating-point register contents of process running thread TH. */
385 /* Retrieve general register contents of process running thread TH. */
389 /* Retrieve extended register contents of process running thread TH. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_normalization.py 46 self.skipTest("Could not retrieve " + TESTDATAURL)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_normalization.py 46 self.skipTest("Could not retrieve " + TESTDATAURL)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
SdkLoadingTestCase.java 40 * Retrieve the {@link Sdk} under test.
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_session_unittest.cc 266 // Test that we can write this machine's session to a node and retrieve it.
303 // and then retrieve it.
356 // Write a foreign session to a node, and then retrieve it.
383 // Check that the foreign session was associated and retrieve the data.
500 // retrieve it.
522 // Check that the foreign session was associated and retrieve the data.
569 // Check that the foreign session was associated and retrieve the data.
584 // Check that the foreign session was associated and retrieve the data.
756 // Check that the foreign session was associated and retrieve the data.
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/games/multiplayer/
Invitation.html 912 <div class="jd-descrdiv">Retrieve the server timestamp at which this <code><a href="/reference/com/google/android/gms/games/multiplayer/Invitation.html">Invitation</a></code> was created.</div>
930 <div class="jd-descrdiv">Retrieve the <code><a href="/reference/com/google/android/gms/games/Game.html">Game</a></code> object that this <code><a href="/reference/com/google/android/gms/games/multiplayer/Invitation.html">Invitation</a></code> is associated with.</div>
948 <div class="jd-descrdiv">Retrieve the ID of this <code><a href="/reference/com/google/android/gms/games/multiplayer/Invitation.html">Invitation</a></code>.</div>
966 <div class="jd-descrdiv">Retrieve the <code><a href="/reference/com/google/android/gms/games/multiplayer/Participant.html">Participant</a></code> who created this <code><a href="/reference/com/google/android/gms/games/multiplayer/Invitation.html">Invitation</a></code>.</div>
984 <div class="jd-descrdiv">Retrieve the variant specified for this <code><a href="/reference/com/google/android/gms/games/multiplayer/Invitation.html">Invitation</a></code>, if any.</div>
1156 <div class="jd-descrdiv">Retrieve the <code><a href="/reference/com/google/android/gms/games/multiplayer/Participant.html">Participant</a></code>s for this object.</div>
    [all...]
  /frameworks/base/docs/html/training/contacts-provider/
retrieve-names.jd 49 This lesson shows you how to retrieve a list of contacts whose data matches all or part of a
55 Retrieve a list of contacts by matching the search string to all or part of the contact
61 Retrieve a list of contacts by matching the search string to a particular type of detail
67 Retrieve a list of contacts by matching the search string to any type of detail data,
75 {@link android.support.v4.content.CursorLoader} to retrieve data from the Contacts
153 this lesson with one from the lesson <a href="retrieve-details.html">
173 Since the code uses a {@link android.support.v4.content.CursorLoader} to retrieve data
411 Since you're using a {@link android.support.v4.content.CursorLoader} to retrieve data,
507 you can retrieve the contact's details. To learn how to do this, continue with the next
508 lesson, <a href="#retrieve-details.html">Retrieving Details for a Contact</a>
    [all...]
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/
AppListFragment.java 56 // Retrieve all of the applications installed on this device
156 // Start a new AsyncTask which will retrieve the application icon and display it in
  /external/bluetooth/bluedroid/bta/include/
bta_av_co.h 124 ** Description This callout function is executed by AV to retrieve the
140 ** Description This callout function is executed by AV to retrieve the
  /external/chromium/chrome/browser/accessibility/
browser_accessibility.h 167 // Retrieve the string value of an attribute from the attribute map and
171 // Retrieve the value of an attribute from the attribute map and
  /external/chromium/chrome/browser/
jumplist_win.cc 216 // 1. Retrieve the IPropertyStore interface from the IShellLink object;
249 // Retrieve the path to a temporary file.
315 // IObjectArray interface to retrieve each item in the list. So, we retrive
373 // interface to retrieve each item in the list. So, we retrieve the
420 // Retrieve the absolute path to "chrome.exe".
425 // Retrieve the command-line switches of this process.
622 // Send a query to HistoryService and retrieve the "Most Visited" pages.
  /external/chromium/chrome/browser/renderer_host/
safe_browsing_resource_handler.cc 279 // Retrieve the details for the paused OnWillStart().
298 // Retrieve the details for the paused OnReceivedRedirect().
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h 57 // Used to retrieve this object from |tab_contents_|, which is placed in
73 // Helper to retrieve the existing instance that wraps a given TabContents.
  /external/chromium_org/base/debug/
stack_trace_win.cc 102 // Attempt to retrieve line number information.
153 // into the executable will get off. To still retrieve symbols correctly,

Completed in 3855 milliseconds

<<41424344454647484950>>