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

12 3 4 5 6 7 8 91011>>

  /external/eigen/doc/snippets/
LLT_example.cpp 6 MatrixXd L = lltOfA.matrixL(); // retrieve factor L in the decomposition
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AccountManager.java 10 * to retrieve the credentials.
SecureAccountManager.java 9 * to retrieve the credentials.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GL_LoadLibrary.3 11 If you wish, you may load the OpenGL library at runtime, this must be done before \fI\fBSDL_SetVideoMode\fP\fR is called\&. The \fBpath\fR of the GL library is passed to \fBSDL_GL_LoadLibrary\fP and it returns \fB0\fR on success, or \fB-1\fR on an error\&. You must then use \fI\fBSDL_GL_GetProcAddress\fP\fR to retrieve function pointers to GL functions\&.
SDL_GetRelativeMouseState.3 3 SDL_GetRelativeMouseState \- Retrieve the current state of the mouse
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
package.html 10 <p>An XMPPath a simplified form of an XPath, used only to create or retrieve properties in an XMPMeta object.<p>
  /external/chromium/chrome/browser/prefs/
proxy_prefs.h 21 // Try to retrieve a PAC script from http://wpad/wpad.dat or fall back to
25 // Try to retrieve a PAC script from kProxyPacURL or fall back to direct
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_cache_unittest.cc 37 EXPECT_TRUE(device_settings_cache::Retrieve(&policy_out, &local_state_));
54 EXPECT_FALSE(device_settings_cache::Retrieve(&policy_out, &local_state_));
  /external/chromium_org/content/browser/renderer_host/pepper/
ssl_context_helper.h 33 // This is lazily created. Users should use GetCertVerifier to retrieve it.
36 // retrieve it.
  /external/chromium_org/printing/
metafile_skia_wrapper.h 17 // A wrapper class with static methods to set and retrieve a Metafile
27 // Methods to set and retrieve custom scale factor for metafile from canvas.
  /external/chromium_org/ui/base/accessibility/
accessible_text_utils.h 19 // retrieve the nearest word to the cursor, or retrieve all of the
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
retriever_test.cc 78 retriever_.Retrieve(kKey, *callback);
88 retriever_.Retrieve(kKey, *callback1);
91 retriever_.Retrieve(kKey, *callback2);
103 retriever_.Retrieve(kMissingKey, *callback);
129 bad_retriever.Retrieve(kKey, *callback);
  /frameworks/base/docs/html/training/contacts-provider/
retrieve-details.jd 12 <li><a href="#RetrieveAll">Retrieve All Details for a Contact</a></li>
13 <li><a href="#RetrieveSpecific">Retrieve Specific Details for a Contact</a></li>
43 This lesson shows how to retrieve detail data for a contact, such as email addresses, phone
44 numbers, and so forth. It's the details that users are looking for when they retrieve a contact.
51 The <a href="retrieve-names.html">Retrieving Contact Names</a> lesson shows how to
52 retrieve a list of contacts.
54 <h2 id="RetrieveAll">Retrieve All Details for a Contact</h2>
56 To retrieve all the details for a contact, search the
63 in more detail in the <a href="retrieve-names.html">Retrieving Contact Names</a> lesson.
67 device, because it needs to retrieve all of the columns in th
    [all...]
  /external/elfutils/libelf/
gelf.h 180 /* Retrieve object file header. */
192 /* Retrieve section header. */
198 /* Retrieve program header table entry. */
219 /* Retrieve REL relocation info at the given index. */
222 /* Retrieve RELA relocation info at the given index. */
232 /* Retrieve symbol information from the symbol table at the given index. */
239 /* Retrieve symbol information and separate section index from the
252 /* Retrieve additional symbol information from the symbol table at the
286 /* Retrieve symbol version information at given index. */
295 /* Retrieve required symbol version information at given offset. *
    [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 157 /// \brief Retrieve the identifier stored in this nested name
166 /// \brief Retrieve the namespace stored in this nested name
170 /// \brief Retrieve the namespace alias stored in this nested name
174 /// \brief Retrieve the type stored in this nested name specifier.
240 /// \brief Retrieve the nested-name-specifier to which this instance
246 /// \brief Retrieve the opaque pointer that refers to source-location data.
249 /// \brief Retrieve the source range covering the entirety of this
257 /// \brief Retrieve the source range covering just the last part of
265 /// \brief Retrieve the location of the beginning of this
271 /// \brief Retrieve the location of the end of thi
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
PreferenceWithHeaders.java 65 // want this in a shared function that is used to retrieve the
84 // Can retrieve arguments from preference XML.
100 // Can retrieve arguments from headers XML.
  /external/chromium_org/chrome/common/extensions/api/
media_galleries.idl 20 // Retrieve all available metadata.
22 // Retrieve only the mime type.
36 // Specifies which subset of the metadata to retrieve. Defaults to 'all'
  /external/chromium_org/tools/symsrc/
pdb_fingerprint_from_img.py 6 """This will retrieve a PDBs "fingerprint" from it's corresponding executable
11 We can retrieve the same information from the .PDB file itself, but this file
13 DLL's reference to the PDB, and use that to retrieve the information."""
  /frameworks/base/core/java/android/os/
IServiceManager.java 24 * BinderNative.getContextObject(). An easy way to retrieve this
32 * Retrieve an existing service called @a name from the
39 * Retrieve an existing service called @a name from the
  /frameworks/base/core/java/android/util/
AttributeSet.java 127 * @param namespace Namespace of attribute to retrieve.
128 * @param attribute Name of attribute to retrieve.
141 * @param namespace Namespace of attribute to retrieve.
142 * @param attribute The attribute to retrieve.
159 * @param namespace Namespace of attribute to retrieve.
160 * @param attribute The attribute to retrieve.
171 * @param namespace Namespace of attribute to retrieve.
172 * @param attribute The attribute to retrieve.
185 * @param namespace Namespace of attribute to retrieve.
186 * @param attribute The attribute to retrieve
    [all...]
  /libcore/luni/src/main/java/javax/sql/
RowSetListener.java 38 * retrieve information about the change, such as the updated
50 * retrieve information about the change, such as the new cursor
63 * retrieve information about the change, such as the updated
  /development/samples/Support4Demos/res/values/
attrs.xml 18 <!-- These are the attributes that we want to retrieve for
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_win.cc 18 // When an IME is attached to the rich-edit control, retrieve its window
  /external/chromium/testing/
multiprocess_func_list.cc 17 // Retrieve a reference to the global 'func name' -> func ptr map.
  /external/chromium_org/android_webview/browser/
aw_contents_io_thread_client.h 54 // Retrieve CacheMode setting value of this AwContents.
70 // Retrieve the AllowContentAccess setting value of this AwContents.
74 // Retrieve the AllowFileAccess setting value of this AwContents.
78 // Retrieve the BlockNetworkLoads setting value of this AwContents.

Completed in 823 milliseconds

12 3 4 5 6 7 8 91011>>