HomeSort by relevance Sort by last modified time
    Searched full:stored (Results 1 - 25 of 8246) 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/extensions/common/
constants.h 59 // are stored.
63 // settings are stored.
67 // are stored.
71 // settings are stored.
75 // managed settings are stored.
83 // rules are stored.
  /external/chromium/net/spdy/
spdy_settings_storage.h 23 // Get a copy of the SpdySettings stored for a host.
24 // If no settings are stored, returns an empty set of settings.
  /external/chromium_org/content/common/
socket_stream_handle_data.h 17 // User data stored in each WebSocketStreamHandleImpl.
29 // Retrieves the stored user data from blink::WebSocketStreamHandle object.
  /external/e2fsprogs/tests/r_inline_xattr/
expect 4 Extended attributes stored in inode body:
14 Extended attributes stored in inode body:
  /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
  /external/chromium/chrome/browser/importer/
nss_decryptor_system_nss.h 31 // Decrypts Firefox stored passwords. Before using this method,
37 // The result will be stored in |forms|.
43 // The result will be stored in |forms|.
  /external/eigen/doc/
I15_StorageOrders.dox 16 The entries of a matrix form a two-dimensional grid. However, when the matrix is stored in memory, the entries
19 We say that a matrix is stored in \b row-major order if it is stored row by row. The entire first row is
20 stored first, followed by the entire second row, and so on. Consider for example the matrix
30 If this matrix is stored in row-major order, then the entries are laid out in memory as follows:
34 On the other hand, a matrix is stored in \b column-major order if it is stored column by column, starting with
35 the entire first column, followed by the entire second column, and so on. If the above matrix is stored in
59 parameter is set to \c RowMajor, then the matrix or array is stored in row-major order; if it is set to
60 \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 40 /// BuiltinType, etc.). The type stored within @c CanQual<T> will be of that
55 QualType Stored;
59 CanQual() : Stored() { }
71 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); }
77 return cast_or_null<T>(Stored.getTypePtrOrNull());
81 operator QualType() const { return Stored; }
87 return Stored.isNull();
90 SplitQualType split() const { return Stored.split(); }
118 Qualifiers getQualifiers() const { return Stored.getLocalQualifiers(); }
121 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.
  /cts/tools/dasm/src/java_cup/runtime/
char_token.java 30 /** The stored char value. */
double_token.java 30 /** The stored double value. */
float_token.java 30 /** The stored float value. */

Completed in 2291 milliseconds

1 2 3 4 5 6 7 8 91011>>