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

1 2 3 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/assets/
read_asset.txt 1 This text is stored in a raw Asset.
  /external/chromium_org/chrome/browser/sessions/
DEPS 3 # For compressing data stored in SessionStorage.
  /development/samples/training/threadsample/res/values/
strings.xml 10 <string name="no_connection">In offline mode, and no stored data is available.</string>
12 <string name="offline_mode">In offline mode. Stored data is shown.</string>
  /frameworks/base/core/tests/coretests/src/android/view/
SetTagsTest.java 57 final Object stored = mView.getTag(); local
58 assertNotNull(stored);
59 assertSame("The stored tag is inccorect", o, stored);
72 final Object stored = mView.getTag(R.id.a); local
73 assertNotNull(stored);
74 assertSame("The stored tag is inccorect", o, stored);
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/imports/
Ruleb.g 3 // This is just here to show that import grammars are stored in their
  /external/chromium_org/third_party/lcov/example/
descriptions.txt 10 resulting sum is too large to be stored as an int variable.
  /external/llvm/test/CodeGen/X86/
fp-immediate-shorten.ll 1 ;; Test that this FP immediate is stored in the constant pool as a float.
  /hardware/qcom/power/
Android.mk 4 # HAL module implemenation stored in
  /external/chromium_org/chrome/browser/prefs/
pref_hash_store_transaction.h 20 // The preference value corresponds to its stored hash.
24 // The preference value corresponds to its stored hash, which was calculated
27 // The preference value corresponds to its stored hash, but the hash was
33 // No stored hash exists for the preference value.
35 // No stored hash exists for the preference value, but the current set of
36 // hashes stored is trusted and thus this value can safely be seeded. This
46 // Checks |initial_value| against the existing stored value hash.
54 // Checks |initial_value| against the existing stored hashes for the split
85 // Removes the hash stored at |path|. The (in)validity of the super MAC will
93 // Forces a valid super MAC to be stored when this transaction terminates
    [all...]
pref_hash_store_impl.h 24 // No hashes have been stored in this PrefHashStore yet.
26 // The hashes in this PrefHashStore were stored before the introduction
29 // The hashes in this PrefHashStore were stored using the latest algorithm.
37 // previously stored hashes in |contents|.
  /external/compiler-rt/test/msan/
chained_origin_limits.cc 117 // CHECK7-NOT: Uninitialized value was stored to memory at
118 // CHECK7: Uninitialized value was stored to memory at
119 // CHECK7-NOT: Uninitialized value was stored to memory at
120 // CHECK7: Uninitialized value was stored to memory at
121 // CHECK7-NOT: Uninitialized value was stored to memory at
122 // CHECK7: Uninitialized value was stored to memory at
123 // CHECK7-NOT: Uninitialized value was stored to memory at
124 // CHECK7: Uninitialized value was stored to memory at
125 // CHECK7-NOT: Uninitialized value was stored to memory at
126 // CHECK7: Uninitialized value was stored to memory a
    [all...]
  /external/e2fsprogs/tests/r_inline_xattr/
expect 4 Extended attributes stored in inode body:
14 Extended attributes stored in inode body:
  /external/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 41 /// This global is stored to, but the only thing stored is the constant it
45 /// This global is stored to, but only its initializer and one other value
46 /// is ever stored to it. If this global isStoredOnce, we track the value
47 /// stored to it in StoredOnceValue below. This is only tracked for scalar
51 /// This global is stored to by multiple values or something else that we
53 Stored
56 /// If only one value (besides the initializer constant) is ever stored to
  /external/chromium_org/gin/public/
gin_embedders.h 10 // The GinEmbedder is used to identify the owner of embedder data stored on
  /external/zlib/src/contrib/infback9/
inflate9.h 14 STORED, /* i: waiting for stored size (length and complement) */
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
  /frameworks/base/tools/layoutlib/bridge/resources/bars/
README 4 They are stored per API. However, to prevent duplication of resources, each API
  /external/libhevc/common/x86/
ihevc_itrans_recon_ssse3_intr.c 220 /* Stage 1 outputs stored in m_temp_reg_20-23 */
323 /* c[4] stored in m_temp_reg_4 */
328 /* c[3] stored in m_temp_reg_3 */
338 /* c[0] stored in m_temp_reg_0 */
343 /* c[1] stored in m_temp_reg_1 */
348 /* c[2] stored in m_temp_reg_2 */
353 /* c[4] stored in m_temp_reg_4 */
651 /* e1 stored in m_temp_reg_31 */
658 /* e0 stored in m_temp_reg_30 */
666 /* o1 stored in m_temp_reg_33 *
    [all...]
ihevc_itrans_recon_sse42_intr.c 204 /* Stage 1 outputs stored in m_temp_reg_20-23 */
265 /* c[4] stored in m_temp_reg_4 */
270 /* c[3] stored in m_temp_reg_3 */
275 /* c[0] stored in m_temp_reg_0 */
280 /* c[1] stored in m_temp_reg_1 */
285 /* c[2] stored in m_temp_reg_2 */
290 /* c[4] stored in m_temp_reg_4 */
518 /* e1 stored in m_temp_reg_31 */
525 /* e0 stored in m_temp_reg_30 */
533 /* o1 stored in m_temp_reg_33 *
    [all...]
  /external/eigen/doc/
StorageOrders.dox 13 The entries of a matrix form a two-dimensional grid. However, when the matrix is stored in memory, the entries
16 We say that a matrix is stored in \b row-major order if it is stored row by row. The entire first row is
17 stored first, followed by the entire second row, and so on. Consider for example the matrix
27 If this matrix is stored in row-major order, then the entries are laid out in memory as follows:
31 On the other hand, a matrix is stored in \b column-major order if it is stored column by column, starting with
32 the entire first column, followed by the entire second column, and so on. If the above matrix is stored in
56 parameter is set to \c RowMajor, then the matrix or array is stored in row-major order; if it is set to
57 \c ColMajor, then it is stored in column-major order. This mechanism is used in the above Eigen program t
    [all...]
  /external/zlib/src/examples/
gzlog.c 40 - compressed data ending initially with empty stored block
41 - uncompressed data filling out originally empty stored block and
42 subsequent stored blocks as needed (16K max each)
49 stored block and determine where to append the data in the foo.add file, as
95 recovery if interrupted. Multi-byte values are stored little endian
99 for large files is actually the length modulo 2^32.) The stored block
110 - Pointer to first stored block length -- this points to the two-byte length
111 of the first stored block, which is followed by the two-byte, one's
112 complement of that length. The stored block length is preceded by the
113 three-bit header of the stored block, which is the actual start of th
296 uint stored; \/* bytes currently in last stored block *\/ member in struct:log
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 39 /// BuiltinType, etc.). The type stored within @c CanQual<T> will be of that
54 QualType Stored;
58 CanQual() : Stored() { }
70 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); }
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
80 operator QualType() const { return Stored; }
86 return Stored.isNull();
89 SplitQualType split() const { return Stored.split(); }
117 Qualifiers getQualifiers() const { return Stored.getLocalQualifiers(); }
120 unsigned getCVRQualifiers() const { return Stored.getLocalCVRQualifiers();
    [all...]
  /external/chromium_org/chrome/utility/importer/
nss_decryptor_system_nss.h 32 // Decrypts Firefox stored passwords. Before using this method,
38 // The result will be stored in |forms|.
44 // The result will be stored in |forms|.
  /external/chromium_org/webkit/browser/appcache/
appcache_entry.h 13 // (or more) categories. URL is not stored here as this class is stored
19 // Note: These bit values are stored on disk.
  /external/webrtc/src/system_wrappers/interface/
map_wrapper.h 52 // Returns the number of elements stored in the map.
61 // Returns a pointer to the MapItem stored after item in the map.
64 // Returns a pointer to the MapItem stored before item in the map.
  /libcore/luni/src/main/java/java/net/
PasswordAuthentication.java 47 * Gets a clone of the password stored by this instance. The user is
58 * Gets the username stored by this instance.
60 * @return the stored username.

Completed in 1563 milliseconds

1 2 3 4 5 6 7 8 91011>>