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

1 2 3 4 5 6 7 8 9

  /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/chromium_org/chrome/common/extensions/docs/server2/
app_yaml_helper.py 95 stored = self._store.Get(app_version).Get()
96 if stored is None:
97 stored = self._GetFirstRevisionGreaterThanImpl(app_version)
98 assert stored is not None
99 self._store.Set(app_version, stored)
100 return stored
  /hardware/qcom/power/
Android.mk 4 # HAL module implemenation stored in
  /external/clang/test/CodeGenCXX/
mangle-subst-std.cpp 53 basic_istream(int x) : basic_ios<charT, traits>(x), stored(x) { }
55 int stored; member in struct:std::basic_istream
59 basic_ostream(int x) : basic_ios<charT, traits>(x), stored(x) { }
61 float stored; member in struct:std::basic_ostream
  /external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h 49 intersector_helper1(const Object2 &inStored, Intersector &in) : stored(inStored), intersector(in) {}
50 bool intersectVolume(const Volume1 &vol) { return intersector.intersectVolumeObject(vol, stored); }
51 bool intersectObject(const Object1 &obj) { return intersector.intersectObjectObject(obj, stored); }
52 Object2 stored; member in struct:Eigen::internal::intersector_helper1
61 intersector_helper2(const Object1 &inStored, Intersector &in) : stored(inStored), intersector(in) {}
62 bool intersectVolume(const Volume2 &vol) { return intersector.intersectObjectVolume(stored, vol); }
63 bool intersectObject(const Object2 &obj) { return intersector.intersectObjectObject(stored, obj); }
64 Object1 stored; member in struct:Eigen::internal::intersector_helper2
186 minimizer_helper1(const Object2 &inStored, Minimizer &m) : stored(inStored), minimizer(m) {}
187 Scalar minimumOnVolume(const Volume1 &vol) { return minimizer.minimumOnVolumeObject(vol, stored); }
189 Object2 stored; member in struct:Eigen::internal::minimizer_helper1
202 Object1 stored; member in struct:Eigen::internal::minimizer_helper2
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LockSettingsStorage.java 152 final byte[] stored = readFile(getLockPasswordFilename(userId));
153 if (stored != null && stored.length > 0) {
154 return stored;
160 final byte[] stored = readFile(getLockPatternFilename(userId));
161 if (stored != null && stored.length > 0) {
162 return stored;
190 byte[] stored = null;
193 stored = new byte[(int) raf.length()]
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxSessionManager.java 116 Session stored = mSessionStorage.getSession(key.value); local
117 if (stored != null) {
119 stored.learner.setModelChangeCallback(new LearningUpdateCallback(key.value));
121 mSessions.put(key.value, stored);
122 return stored.learner.getBinder();
125 // if session is not already stored, create a new one.
  /external/chromium_org/build/
get_syzygy_binaries.py 120 def _BuildActualState(stored, revision, output_dir):
121 """Builds the actual state using the provided |stored| state as a template.
122 Only examines files listed in the stored state, causing the script to ignore
123 files that have been added to the directories locally. |stored| must be a
128 for relpath, md5 in stored['contents'].iteritems():
137 def _StatesAreConsistent(stored, actual):
141 if stored['revision'] != actual['revision']:
144 cont_stored = stored['contents']
161 stored = _LoadState(output_dir)
162 if not _StateIsValid(stored)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_context.h 63 * Note: "stored" below indicates data which is stored in the bins,
124 const struct lp_rast_state *stored; /**< what's in the scene */ member in struct:lp_setup_context::__anon18437
138 uint8_t *stored; member in struct:lp_setup_context::__anon18439
lp_setup.c 125 setup->fs.stored = NULL;
778 boolean new_scene = (setup->fs.stored == NULL);
784 uint8_t *stored; local
787 stored = lp_scene_alloc_aligned(scene, 4 * 16, 16);
788 if (!stored) {
797 stored[i*16 + j] = c;
800 setup->blend_color.stored = stored;
801 setup->fs.current.jit_context.blend_color = setup->blend_color.stored;
819 void *stored; local
850 struct lp_rast_state *stored; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
regress-3456.js 7 // Arrow function parsing (commit r22366) changed the flags stored in
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_context.h 63 * Note: "stored" below indicates data which is stored in the bins,
124 const struct lp_rast_state *stored; /**< what's in the scene */ member in struct:lp_setup_context::__anon10921
138 uint8_t *stored; member in struct:lp_setup_context::__anon10923
lp_setup.c 125 setup->fs.stored = NULL;
778 boolean new_scene = (setup->fs.stored == NULL);
784 uint8_t *stored; local
787 stored = lp_scene_alloc_aligned(scene, 4 * 16, 16);
788 if (!stored) {
797 stored[i*16 + j] = c;
800 setup->blend_color.stored = stored;
801 setup->fs.current.jit_context.blend_color = setup->blend_color.stored;
819 void *stored; local
850 struct lp_rast_state *stored; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
Android.mk 5 # HAL module implemenation stored in
  /hardware/ti/omap4xxx/hwc/
Android.mk 4 # HAL module implementation, not prelinked and stored in
  /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/chromium_org/net/disk_cache/blockfile/
entry_impl_v3.cc 65 // actual file has |eof| bytes stored. Note that the number of bytes to read
338 EntryStore* stored = entry_.Data();
339 if (!stored->rankings_node || stored->key_len <= 0)
342 if (stored->reuse_count < 0 || stored->refetch_count < 0)
345 Addr rankings_addr(stored->rankings_node);
349 Addr next_addr(stored->next);
356 if (stored->state > ENTRY_DOOMED || stored->state < ENTRY_NORMAL
380 EntryStore* stored = entry_.Data(); local
410 EntryStore* stored = entry_.Data(); local
    [all...]
entry_impl.cc 116 // actual file has |eof| bytes stored. Note that the number of bytes to read
576 EntryStore* stored = entry_.Data();
577 if (!stored->rankings_node || stored->key_len <= 0)
580 if (stored->reuse_count < 0 || stored->refetch_count < 0)
583 Addr rankings_addr(stored->rankings_node);
587 Addr next_addr(stored->next);
594 if (stored->state > ENTRY_DOOMED || stored->state < ENTRY_NORMAL
618 EntryStore* stored = entry_.Data(); local
648 EntryStore* stored = entry_.Data(); local
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 48 size_t stored; member in struct:MtdWriteContext
394 ctx->stored = 0;
481 if (ctx->stored > 0 || len - wrote < ctx->partition->erase_size) {
482 size_t avail = ctx->partition->erase_size - ctx->stored;
484 memcpy(ctx->buffer + ctx->stored, data + wrote, copy);
485 ctx->stored += copy;
490 if (ctx->stored == ctx->partition->erase_size) {
492 ctx->stored = 0;
496 while (ctx->stored == 0 && len - wrote >= ctx->partition->erase_size) {
508 if (ctx->stored > 0)
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
pycapsule.pxd 46 # If this capsule will be stored as an attribute of a module, the
53 # Retrieve the pointer stored in the capsule. On failure, set an
56 # The name parameter must compare exactly to the name stored in
57 # the capsule. If the name stored in the capsule is NULL, the name
63 # Return the current destructor stored in the capsule. On failure,
72 # Return the current name stored in the capsule. On failure, set
81 # Return the current context stored in the capsule. On failure,
92 # non-NULL pointer stored in it, and its internal name matches the
121 # outlive the capsule. If the previous name stored in the capsule
136 # attribute, as in module.attribute. The name stored in th
    [all...]
  /external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
Callstacker.cpp 46 string stored = GetStoredFilename(filename); local
47 if (stored.empty()) {
51 if (filenames.find(stored) == filenames.end()) {
54 filenames[stored] = id;
57 return filenames[stored];
  /external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
Callstacker.cpp 46 string stored = GetStoredFilename(filename); local
47 if (stored.empty()) {
51 if (filenames.find(stored) == filenames.end()) {
54 filenames[stored] = id;
57 return filenames[stored];
  /hardware/ti/omap4-aah/hwc/
Android.mk 4 # HAL module implementation, not prelinked and stored in
  /external/chromium_org/ui/file_manager/file_manager/audio_player/js/
audio_player_model.js 9 * List of values to be stored into the model.
21 * Prefix of the stored values in the storage.
  /external/libunwind/doc/
unw_backtrace.tex 37 The routine returns the number of addresses stored in the array pointed by
39 stored.

Completed in 2310 milliseconds

1 2 3 4 5 6 7 8 9