HomeSort by relevance Sort by last modified time
    Searched full:stored (Results 826 - 850 of 8246) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
pwd.h 81 #define _PW_KEYBYNAME '1' /* stored by name */
82 #define _PW_KEYBYNUM '2' /* stored by entry in the "file" */
83 #define _PW_KEYBYUID '3' /* stored by uid */
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
pwd.h 81 #define _PW_KEYBYNAME '1' /* stored by name */
82 #define _PW_KEYBYNUM '2' /* stored by entry in the "file" */
83 #define _PW_KEYBYUID '3' /* stored by uid */
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
pwd.h 81 #define _PW_KEYBYNAME '1' /* stored by name */
82 #define _PW_KEYBYNUM '2' /* stored by entry in the "file" */
83 #define _PW_KEYBYUID '3' /* stored by uid */
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
pwd.h 81 #define _PW_KEYBYNAME '1' /* stored by name */
82 #define _PW_KEYBYNUM '2' /* stored by entry in the "file" */
83 #define _PW_KEYBYUID '3' /* stored by uid */
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
pwd.h 81 #define _PW_KEYBYNAME '1' /* stored by name */
82 #define _PW_KEYBYNUM '2' /* stored by entry in the "file" */
83 #define _PW_KEYBYUID '3' /* stored by uid */
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
pwd.h 81 #define _PW_KEYBYNAME '1' /* stored by name */
82 #define _PW_KEYBYNUM '2' /* stored by entry in the "file" */
83 #define _PW_KEYBYUID '3' /* stored by uid */
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
pwd.h 81 #define _PW_KEYBYNAME '1' /* stored by name */
82 #define _PW_KEYBYNUM '2' /* stored by entry in the "file" */
83 #define _PW_KEYBYUID '3' /* stored by uid */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
pwd.h 81 #define _PW_KEYBYNAME '1' /* stored by name */
82 #define _PW_KEYBYNUM '2' /* stored by entry in the "file" */
83 #define _PW_KEYBYUID '3' /* stored by uid */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
pwd.h 81 #define _PW_KEYBYNAME '1' /* stored by name */
82 #define _PW_KEYBYNUM '2' /* stored by entry in the "file" */
83 #define _PW_KEYBYUID '3' /* stored by uid */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
pwd.h 81 #define _PW_KEYBYNAME '1' /* stored by name */
82 #define _PW_KEYBYNUM '2' /* stored by entry in the "file" */
83 #define _PW_KEYBYUID '3' /* stored by uid */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
pwd.h 81 #define _PW_KEYBYNAME '1' /* stored by name */
82 #define _PW_KEYBYNUM '2' /* stored by entry in the "file" */
83 #define _PW_KEYBYUID '3' /* stored by uid */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
istream 266 * The number of characters extracted is stored for later retrieval
306 * Characters are extracted and stored into @a s until one of the
309 * - @c n-1 characters are stored
314 * If no characters are stored, failbit is set in the stream's error
317 * In any case, a null character is stored into the next location in
354 * If no characters are stored, failbit is set in the stream's error
386 * is extracted (and therefore counted in @c gcount()) but not stored
387 * -# @c n-1 characters are stored, in which case failbit is set
393 * In any case, a null character is stored in the next location in
459 * - @a n characters are stored
    [all...]
  /sdk/files/
android.el 27 "This is where your Android project root is stored."
32 "This is where your Android Application Package is stored."
37 "This is where your Android Activity class is stored."
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 195 * Signs the data using the key pair stored in the Android Key Store. This signature can be
214 /* If the entry is null, keys were never stored under this alias.
218 * -If that's empty, verify they were both stored and pulled from the same keystore
227 /* If entry is not a KeyStore.PrivateKeyEntry, it might have gotten stored in a previous
258 * Given some data and a signature, uses the key pair stored in the Android Key Store to verify
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 195 * Signs the data using the key pair stored in the Android Key Store. This signature can be
214 /* If the entry is null, keys were never stored under this alias.
218 * -If that's empty, verify they were both stored and pulled from the same keystore
227 /* If entry is not a KeyStore.PrivateKeyEntry, it might have gotten stored in a previous
258 * Given some data and a signature, uses the key pair stored in the Android Key Store to verify
  /development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java 49 * Represents a single encrypted document stored on disk. Handles encryption,
52 * Encrypted documents are stored on disk as a magic number, followed by an
58 * with SHA-256. Data encrypted and authenticated like this can be safely stored
59 * on untrusted storage devices, as long as the keys are stored securely.
97 * @param file location on disk where the encrypted document is stored. May
VaultProvider.java 58 * Provider that encrypts both metadata and contents of documents stored inside.
59 * Each document is stored as described by {@link EncryptedDocument} with
68 * Our symmetric encryption key is stored on disk only after using
70 * stored in the platform {@link KeyStore}. This allows us to protect our
122 /** File where wrapped symmetric key is stored. */
124 /** Directory where all encrypted documents are stored. */
165 * MAC keys. The symmetric secret key is stored securely on disk by wrapping
  /development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 195 * Signs the data using the key pair stored in the Android Key Store. This signature can be
214 /* If the entry is null, keys were never stored under this alias.
218 * -If that's empty, verify they were both stored and pulled from the same keystore
227 /* If entry is not a KeyStore.PrivateKeyEntry, it might have gotten stored in a previous
258 * Given some data and a signature, uses the key pair stored in the Android Key Store to verify
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoView.java 281 * stored URL, then the picture has moved and any existing downloads are stopped.
283 * If the input URL is the same as the stored URL, then nothing needs to be done.
285 * If the stored URL is null, then this method starts a download and decode of the picture
294 // If the stored URL doesn't match the incoming URL, then the picture has changed.
301 // The stored URL matches the incoming URL. Returns without doing any work.
  /development/scripts/app_engine_server/gae_shell/
shell.py 28 Interpreter state is stored in the datastore so that variables, function
81 Each session globals is stored in one of two places:
83 If the global is picklable, it's stored in the parallel globals and
89 it's not stored directly. Instead, the statement is stored in the
  /external/chromium_org/third_party/libxml/src/include/libxml/
valid.h 113 * ALL notation declarations are stored in a table.
121 * ALL element declarations are stored in a table.
129 * ALL attribute declarations are stored in a table.
137 * ALL IDs attributes are stored in a table.
145 * ALL Refs attributes are stored in a table.
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
FlyweightMapStorage.java 195 * @param outputBuffer the byte buffer to which the value is stored
196 * @param index the index where the value is stored in the buffer
249 * @param buffer the byte buffer to which the value is stored
251 * @param index the index to which the value is stored
252 * @param value the value that is stored assuming it does not require more than the specified
  /external/libxml2/include/libxml/
valid.h 113 * ALL notation declarations are stored in a table.
121 * ALL element declarations are stored in a table.
129 * ALL attribute declarations are stored in a table.
137 * ALL IDs attributes are stored in a table.
145 * ALL Refs attributes are stored in a table.
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 52 * can access and manipulate SMS messages stored on the SIM.
224 // If needed, migrate vibration setting from the previous tri-state setting stored in
225 // NOTIFICATION_VIBRATE_WHEN to the boolean setting stored in NOTIFICATION_VIBRATE.
257 // The "enable notifications" setting is really stored in our own prefs. Read the
322 // Update the actual "enable notifications" value that is stored in secure settings.
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java 90 * Returns the number of the cluster where this directory is stored. This
154 * The number of entries that are currently stored in this
296 * Returns the volume label that is stored in this directory. Reading the
299 * @return the volume label stored in this directory, or {@code null}
349 * Sets the volume label that is stored in this directory. Setting the

Completed in 2080 milliseconds

<<31323334353637383940>>