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

<<41424344454647484950>>

  /hardware/invensense/60xx/mlsdk/platform/include/linux/
mpu.h 175 * @get_slave_descr: Function pointer to retrieve the struct ext_slave_descr
231 * @reg: starting register address to retrieve data.
  /libcore/luni/src/main/java/org/w3c/dom/
CharacterData.java 36 * may call <code>substringData</code> to retrieve the data in
51 * may call <code>substringData</code> to retrieve the data in
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
unwind.h 161 /* @@@ Retrieve the CFA of the given context. */
222 /* @@@ Retrieve the Backing Store Pointer of the given context. */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
unwind.h 161 /* @@@ Retrieve the CFA of the given context. */
222 /* @@@ Retrieve the Backing Store Pointer of the given context. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stropts.h 37 #define I_LOOK (__SID | 4) /* Retrieve the name of the module just below
55 #define I_PEEK (__SID |15) /* Allows a process to retrieve the information
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stropts.h 37 #define I_LOOK (__SID | 4) /* Retrieve the name of the module just below
55 #define I_PEEK (__SID |15) /* Allows a process to retrieve the information
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stropts.h 37 #define I_LOOK (__SID | 4) /* Retrieve the name of the module just below
55 #define I_PEEK (__SID |15) /* Allows a process to retrieve the information
  /external/chromium_org/net/android/
keystore_unittest.cc 183 // Retrieve a JNI local ref from encoded PKCS#8 data.
205 // Retrieve a JNI local ref for our test RSA key.
219 // Retrieve a JNI local ref for our test DSA key.
267 // Retrieve a JNI local ref for our test ECDSA key.
509 // Retrieve the corresponding modulus through JNI
545 // Retrieve the corresponding Q parameter through JNI
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityService.java 80 * retrieve window content, specify a settings activity, etc.
121 * A service can specify in its declaration that it can retrieve the active window
127 * For security purposes an accessibility service can retrieve only the content of the
147 * accessibility service that would like to retrieve window content should:
447 * can retrieve window content.
449 * @return The root node if this service can retrieve window content.
  /frameworks/base/docs/html/training/contacts-provider/
display-contact-badge.jd 105 <h2 id="">Retrieve provider data</h2>
133 chosen. To learn how to retrieve this columns in a {@link android.database.Cursor}, read the
134 lesson <a href="retrieve-names.html">Retrieving a List of Contacts</a>.
191 in platform versions prior to 3.0. For those versions, you must retrieve the URI
337 each contact you retrieve, put the following XML into a layout file:
525 * that you retrieve the correct columns.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/clang/include/clang/AST/
Expr.h 129 // QualType::getNonReferenceType() to retrieve the non-reference
436 /// \brief If this expression refers to a bit-field, retrieve the
814 /// \brief Retrieve the location of this expression.
    [all...]
DeclBase.h 419 /// \brief Retrieve the access specifier for this declaration, even though
602 /// \brief Retrieve the global declaration ID associated with this
610 /// \brief Retrieve the global ID of the module that owns this particular
765 /// \brief Retrieve the previous declaration that declares the same entity
769 /// \brief Retrieve the most recent declaration that declares the same entity
775 /// \brief Retrieve the most recent declaration that declares the same entity
779 /// \brief Retrieve the most recent declaration that declares the same entity
    [all...]
ExprObjC.h 161 /// \brief Retrieve elements of array of literals.
164 /// \brief Retrieve elements of array of literals.
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 175 * Retrieve the current frame of the window that has been assigned by
183 * Retrieve the current frame of the window that is actually shown.
191 * Retrieve the frame of the display that this window was last
200 * Retrieve the frame of the area inside the overscan region of the
209 * Retrieve the frame of the content area that this window was last
221 * Retrieve the frame of the visible area that this window was last
240 * Retrieve the insets given by this window's client for the content
250 * Retrieve the insets given by this window's client for the visible
260 * Retrieve the current LayoutParams of the window.
276 * Retrieve the current system UI visibility flags associated wit
    [all...]
  /frameworks/base/docs/html/guide/topics/providers/
content-provider-basics.jd 136 <li>The API you use retrieve data from a content provider.</li>
223 "CRUD" (create, retrieve, update, and delete) functions of persistent storage.
337 to the end of the URI. For example, to retrieve a row whose <code>_ID</code> is
359 This section describes how to retrieve data from a provider, using the User Dictionary Provider
372 To retrieve data from a provider, follow these basic steps:
384 To retrieve data from a provider, your application needs "read access permission" for the
441 The expression that specifies the rows to retrieve is split into a selection clause and
606 // Defines a list of columns to retrieve from the Cursor and load into an output row
641 example, you can retrieve spellings from the user dictionary and then look them up in
657 * "row pointer" is -1, and if you try to retrieve data at that position you will get a
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_av_co.c 46 /* Macro to retrieve the number of elements in a statically allocated array */
350 ** Description This callout function is executed by AV to retrieve the
376 /* Retrieve the peer info */
528 /* Retrieve the peer info */
653 /* Retrieve the peer info */
686 /* Retrieve the peer info */
766 /* Retrieve the timestamp information from the media packet */
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
libusbi.h 564 * This function is executed when the user wishes to retrieve a list
592 * is preallocated for you, you can retrieve the device in question
628 /* Retrieve the device descriptor from a device.
633 * to retrieve it from a kernel interface (some Linux setups can do this)
717 * Optional. This should only be implemented if you can retrieve it from
720 * If you cannot retrieve this from cache, either do not implement this
722 * libusbx to retrieve the information through a standard control transfer.
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 367 /// \brief Retrieve the next string in the identifier table and
388 /// \brief Retrieve an iterator into the set of all identifiers
438 /// \brief Retrieve the external identifier lookup object, if any.
672 /// \brief Retrieve the identifier at a given position in the selector.
679 /// \param argIndex The index for which we want to retrieve the identifier.
687 /// \brief Retrieve the name at a given position in the selector.
689 /// \param argIndex The index for which we want to retrieve the name.
  /external/libusb/libusb/
libusbi.h 410 * This function is executed when the user wishes to retrieve a list
419 * is preallocated for you, you can retrieve the device in question
455 /* Retrieve the device descriptor from a device.
460 * to retrieve it from a kernel interface (some Linux setups can do this)
528 * Optional. This should only be implemented if you can retrieve it from
531 * If you cannot retrieve this from cache, either do not implement this
533 * libusb to retrieve the information through a standard control transfer.
  /frameworks/base/core/java/android/app/
AppOpsManager.java 544 * Retrieve the op switch that controls the given operation.
552 * Retrieve a non-localized name for the operation, for debugging output.
561 * Retrieve the permission associated with an operation, or null if there is not one.
569 * Retrieve the default mode for the operation.
577 * Retrieve whether the op allows itself to be reset.
746 * Retrieve current operation state for all applications.
760 * Retrieve current operation state for one application.
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer11.cpp 155 ERR("Could not retrieve D3D11CreateDevice address - aborting!\n");
219 ERR("Could not retrieve DXGI adapter - aborting!\n");
    [all...]
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java 310 * Retrieve the current minimum password quality for all admins
363 * Retrieve the current minimum password length for all admins
417 * Retrieve the current number of upper case letters required in the
477 * Retrieve the current number of lower case letters required in the
536 * Retrieve the current number of letters required in the password for all
594 * Retrieve the current number of numerical digits required in the password
652 * Retrieve the current number of symbols required in the password for all
710 * Retrieve the current number of non-letter characters required in the
    [all...]
  /external/openssh/
loginrec.c 91 * simple table of all users which we seek based on uid and retrieve a
258 * login_get_lastlog_time(int) - Retrieve the last login time
260 * Retrieve the last login time for the given uid. Will try to use the
269 * DISABLE_LASTLOG: If set, *never* even try to retrieve lastlog
273 * try to retrieve lastlog information from wtmp/wtmpx.
287 * login_get_lastlog(struct logininfo *, int) - Retrieve a lastlog entry
289 * Retrieve a logininfo structure populated (only partially) with
502 ** getlast_entry: Call low-level functions to retrieve the last login
524 /* retrieve last login time from utmp */
    [all...]
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 89 * The lookup key for a {@link NetworkInfo} object. Retrieve with
114 * Retrieve it with {@link android.content.Intent#getBooleanExtra(String,boolean)}.
119 * there is another network that it may be possible to connect to. Retrieve with
126 * Retrieve it with {@link android.content.Intent#getBooleanExtra(String,boolean)}.
132 * intended to be used in notifications presented to users. Retrieve
140 * meaning may be specific to a particular network type. Retrieve
147 * 100 indicates a great connection. Retrieve it with
255 * Retrieve it with {@link android.content.Intent#getBooleanExtra(String,boolean)}.
    [all...]

Completed in 1551 milliseconds

<<41424344454647484950>>