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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/autofill/core/common/
web_element_descriptor.h 12 // Holds information that can be used to retrieve an element.
22 // Information to retrieve element with.
  /external/smack/src/org/jivesoftware/smackx/pubsub/
AccessModel.java 24 /** Anyone may subscribe and retrieve items */
27 /** Subscription request must be approved and only subscribers may retrieve items */
30 /** Anyone with a presence subscription of both or from may subscribe and retrieve items */
33 /** Anyone in the specified roster group(s) may subscribe and retrieve items */
36 /** Only those on a whitelist may subscribe and retrieve items */
  /dalvik/vm/mterp/armv5te/
stub.S 5 LOAD_PC_FP_FROM_SELF() @ retrieve updated values
  /dalvik/vm/mterp/mips/
stub.S 6 LOAD_PC_FROM_SELF() # retrieve updated values
  /dalvik/vm/mterp/x86/
stub.S 6 LOAD_PC_FP_FROM_SELF # retrieve updated values
  /development/samples/browseable/BasicNetworking/
_index.jd 10 active network connection, and if so, retrieve the connection type.</p>
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
experimental_devtools_console.html 2 Use <code>chrome.experimental.devtools.console</code> to retrieve messages from
  /external/chromium_org/chrome/browser/ui/views/accessibility/
browser_views_accessibility_browsertest.cc 37 // Retrieve an instance of BrowserView.
114 // Retrieve accessibility object for main window and verify accessibility info.
137 // Retrieve accessibility object for non client view and verify accessibility
149 // Retrieve accessibility object for browser root view and verify accessibility
162 // Retrieve accessibility object for browser view and verify accessibility info.
173 // Retrieve accessibility object for toolbar view and verify accessibility info.
181 // Retrieve accessibility object for Back button and verify accessibility info.
189 // Retrieve accessibility object for Forward button and verify accessibility
198 // Retrieve accessibility object for Reload button and verify accessibility
207 // Retrieve accessibility object for Home button and verify accessibility info
    [all...]
  /external/chromium_org/content/browser/
signed_certificate_timestamp_store_impl.cc 33 bool SignedCertificateTimestampStoreImpl::Retrieve(
36 return store_.Retrieve(sct_id, sct);
cert_store_impl.cc 29 return store_.Retrieve(cert_id, cert);
  /external/chromium/chrome/browser/accessibility/
browser_views_accessibility_browsertest.cc 58 // Retrieve an instance of BrowserView
120 // Retrieve accessibility object for main window and verify accessibility info.
143 // Retrieve accessibility object for non client view and verify accessibility
154 // Retrieve accessibility object for browser root view and verify
167 // Retrieve accessibility object for browser view and verify accessibility info.
176 // Retrieve accessibility object for toolbar view and verify accessibility info.
185 // Retrieve accessibility object for Back button and verify accessibility info.
194 // Retrieve accessibility object for Forward button and verify accessibility
204 // Retrieve accessibility object for Reload button and verify accessibility
214 // Retrieve accessibility object for Home button and verify accessibility info
    [all...]
  /frameworks/support/v4/java/android/support/v4/media/
TransportController.java 22 * allows them to request changes in playback, retrieve the current
53 * Retrieve the total duration of the media stream, in milliseconds.
58 * Retrieve the current playback location in the media stream, in milliseconds.
74 * Retrieve amount, in percentage (0-100), that the media stream has been buffered
80 * Retrieve the flags for the media transport control buttons that this transport supports.
  /external/chromium/chrome/browser/importer/
firefox_proxy_settings.cc 176 LOG(ERROR) << "Failed to retrieve Firefox proxy autoconfig URL";
183 LOG(ERROR) << "Failed to retrieve Firefox proxy HTTP host";
186 LOG(ERROR) << "Failed to retrieve Firefox proxy HTTP port";
189 LOG(ERROR) << "Failed to retrieve Firefox proxy SSL host";
191 LOG(ERROR) << "Failed to retrieve Firefox proxy SSL port";
193 LOG(ERROR) << "Failed to retrieve Firefox proxy FTP host";
195 LOG(ERROR) << "Failed to retrieve Firefox proxy SSL port";
197 LOG(ERROR) << "Failed to retrieve Firefox proxy gopher host";
200 LOG(ERROR) << "Failed to retrieve Firefox proxy gopher port";
203 LOG(ERROR) << "Failed to retrieve Firefox SOCKS host"
    [all...]
  /frameworks/base/core/java/android/content/res/
TypedArray.java 36 * The indices used to retrieve values from this structure correspond to
83 * Retrieve the styled string value for the attribute at <var>index</var>.
85 * @param index Index of attribute to retrieve.
111 * Retrieve the string value for the attribute at <var>index</var>.
113 * @param index Index of attribute to retrieve.
140 * Retrieve the string value for the attribute at <var>index</var>, but
147 * @param index Index of attribute to retrieve.
169 * Retrieve the string value for the attribute at <var>index</var> that is
172 * @param index Index of attribute to retrieve.
204 * Retrieve the boolean value for the attribute at <var>index</var>
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 129 * Retrieve the styled string value for the attribute at <var>index</var>.
131 * @param index Index of attribute to retrieve.
151 * Retrieve the string value for the attribute at <var>index</var>.
153 * @param index Index of attribute to retrieve.
172 * Retrieve the boolean value for the attribute at <var>index</var>.
174 * @param index Index of attribute to retrieve.
198 * Retrieve the integer value for the attribute at <var>index</var>.
200 * @param index Index of attribute to retrieve.
270 * Retrieve the float value for the attribute at <var>index</var>.
272 * @param index Index of attribute to retrieve
    [all...]
  /frameworks/base/docs/html/training/contacts-provider/
index.jd 61 <b><a href="retrieve-names.html">Retrieving a List of Contacts</a></b>
64 Learn how to retrieve a list of contacts for which the data matches all or part of a search
73 <b><a href="retrieve-details.html">Retrieving Details for a Contact</a></b>
76 Learn how to retrieve the details for a single contact. A contact's details are data
77 such as phone numbers and email addresses. You can retrieve all details, or you can
78 retrieve details of a specific type, such as all email addresses.
  /frameworks/base/media/java/android/media/
MediaMetadataRetriever.java 227 * {@link #OPTION_PREVIOUS_SYNC} if one wants to retrieve a sync frame
229 * {@link #OPTION_NEXT_SYNC} if one wants to retrieve a sync frame
231 * {@link #OPTION_CLOSEST_SYNC} if one wants to retrieve a sync frame
233 * {@link #OPTION_CLOSEST} if one wants to retrieve a frame that may
337 * This option is used with {@link #getFrameAtTime(long, int)} to retrieve
345 * This option is used with {@link #getFrameAtTime(long, int)} to retrieve
353 * This option is used with {@link #getFrameAtTime(long, int)} to retrieve
361 * This option is used with {@link #getFrameAtTime(long, int)} to retrieve
374 * The metadata key to retrieve the numeric string describing the
379 * The metadata key to retrieve the information about the album titl
    [all...]
  /external/chromium_org/content/browser/media/android/
media_resource_getter_impl.h 30 // This class implements media::MediaResourceGetter to retrieve resources
35 // |renderer_id| are passed to retrieve the CookieStore.
65 // BrowserContext to retrieve URLRequestContext and ResourceContext.
  /external/chromium_org/content/public/browser/
signed_certificate_timestamp_store.h 20 // to store/retrieve SignedCertificateTimestamp objects. When stored,
41 // Tries to retrieve the previously stored SCT associated with the specified
44 virtual bool Retrieve(
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
retriever.h 15 // An object to retrieve data.
41 // retriever.Retrieve("data/CA/AB--fr", *retrieved);
55 void Retrieve(const std::string& key, const Callback& retrieved) const;
  /development/samples/ApiDemos/res/values/
attrs.xml 18 <!-- These are the attributes that we want to retrieve from the theme
24 <!-- These are the attributes that we want to retrieve from the theme
36 <!-- These are the attributes that we want to retrieve for
61 <!-- These are the attributes that we want to retrieve for
  /external/chromium_org/ash/system/chromeos/network/
network_icon_animation_observer.h 17 // trigger a call to GetImageForNetwork() to retrieve the image.
  /external/chromium_org/chrome/browser/
app_icon_win.h 16 // Retrieve the application icon for the given size. Note that if you specify a
  /external/clang/include/clang/AST/
MangleNumberingContext.h 40 /// \brief Retrieve the mangling number of a new lambda expression with the
44 /// \brief Retrieve the mangling number of a new block literal within this
48 /// \brief Retrieve the mangling number of a static local variable within
52 /// \brief Retrieve the mangling number of a static local variable within
  /external/clang/test/Modules/Inputs/Module.framework/Headers/
Module.h 16 +(const char *)version; // retrieve module version

Completed in 1277 milliseconds

1 2 3 4 5 6 7 8 91011>>