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

1 2

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
IndexHash.java 59 IndexHash stored = new IndexHash(); local
65 stored.add(unpaddedSize, uncompressedSize);
70 if (stored.blocksSum > blocksSum
71 || stored.uncompressedSum > uncompressedSum
72 || stored.indexListSize > indexListSize)
76 if (stored.blocksSum != blocksSum
77 || stored.uncompressedSum != uncompressedSum
78 || stored.indexListSize != indexListSize
79 || !Arrays.equals(stored.hash.finish(), hash.finish()))
  /external/clang/test/CodeGenCXX/
mangle-subst-std.cpp 54 basic_istream(int x) : basic_ios<charT, traits>(x), stored(x) { }
56 int stored; member in struct:std::basic_istream
60 basic_ostream(int x) : basic_ios<charT, traits>(x), stored(x) { }
62 float stored; member in struct:std::basic_ostream
  /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);
  /device/generic/goldfish/gatekeeper/
SoftGateKeeper.h 113 failure_record_t *stored = &failure_map_[uid]; local
114 if (user_id != stored->secure_user_id) {
115 stored->secure_user_id = user_id;
116 stored->last_checked_timestamp = 0;
117 stored->failure_counter = 0;
119 memcpy(record, stored, sizeof(*record));
124 failure_record_t *stored = &failure_map_[uid]; local
125 stored->secure_user_id = user_id;
126 stored->last_checked_timestamp = 0;
127 stored->failure_counter = 0
    [all...]
  /device/google/cuttlefish_common/guest/hals/gatekeeper/
SoftGateKeeper.h 113 failure_record_t *stored = &failure_map_[uid]; local
114 if (user_id != stored->secure_user_id) {
115 stored->secure_user_id = user_id;
116 stored->last_checked_timestamp = 0;
117 stored->failure_counter = 0;
119 memcpy(record, stored, sizeof(*record));
124 failure_record_t *stored = &failure_map_[uid]; local
125 stored->secure_user_id = user_id;
126 stored->last_checked_timestamp = 0;
127 stored->failure_counter = 0
    [all...]
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
StorageStrategy.java 124 @Nullable ArrayList<String> stored = state.getStringArrayList(SELECTION_ENTRIES); local
125 if (stored == null) {
130 selection.mSelection.addAll(stored);
162 @Nullable long[] stored = state.getLongArray(SELECTION_ENTRIES); local
163 if (stored == null) {
168 for (long key : stored) {
207 @Nullable ArrayList<K> stored = state.getParcelableArrayList(SELECTION_ENTRIES); local
208 if (stored == null) {
213 selection.mSelection.addAll(stored);
  /packages/services/Car/evs/sampleDriver/
EvsV4lCamera.cpp 386 bool stored = false; local
392 stored = true;
396 if (!stored) {
  /system/core/gatekeeperd/
SoftGateKeeper.h 113 failure_record_t *stored = &failure_map_[uid]; local
114 if (user_id != stored->secure_user_id) {
115 stored->secure_user_id = user_id;
116 stored->last_checked_timestamp = 0;
117 stored->failure_counter = 0;
119 memcpy(record, stored, sizeof(*record));
124 failure_record_t *stored = &failure_map_[uid]; local
125 stored->secure_user_id = user_id;
126 stored->last_checked_timestamp = 0;
127 stored->failure_counter = 0
    [all...]
  /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...]
  /external/google-breakpad/src/processor/
range_map_unittest.cc 86 // Whether this range is expected to be stored successfully or not
107 bool stored = range_map->StoreRange(range_test->address, local
111 if (stored != range_test->expect_storable) {
116 stored ? "stored" : "not stored");
138 // the base or one less than the high - for a successfully stored
156 bool expected_result = false; // This is correct for tests not stored.
188 // bounds match the range as stored.
242 // bounds match the range as stored
    [all...]
static_range_map_unittest.cc 62 // Whether this range is expected to be stored successfully or not
137 // the right thing at the extremities of the range when nothing is stored
201 bool stored = range_map->StoreRange(range_test->address, local
204 EXPECT_EQ(stored, range_test->expect_storable)
218 // the base or one less than the high - for a successfully stored
236 bool expected_result = false; // This is correct for tests not stored.
259 // bounds match the range as stored.
299 // bounds match the range as stored.
362 int stored_count = 0; // The number of ranges successfully stored
  /external/tensorflow/tensorflow/core/framework/
variant_op_copy_test.cc 60 Tensor stored; member in struct:tensorflow::__anon39604::StoredTensorValue
62 void Encode(VariantTensorData* data) const { data->tensors_ = {stored}; }
65 stored = data.tensors_[0];
72 return copy(from.stored, &(to->stored));
78 return copy(from.stored, &(to->stored));
84 return copy(from.stored, &(to->stored));
168 from.stored = Tensor(DT_INT64, TensorShape({}))
    [all...]
  /external/zlib/src/contrib/puff/
puff.c 21 * works whether integers are stored big endian or little endian.
121 * - Bits are stored in bytes from the least significant bit to the most
148 * Process a stored block.
152 * - After the two-bit stored block type (00), the stored block length and
153 * stored bytes are byte-aligned for fast copying. Therefore any leftover
158 * - The second inverted copy of the stored block length does not have to be
161 * - A stored block can have zero length. This is sometimes used to byte-align
164 local int stored(struct state *s) function
166 unsigned len; /* length of stored block *
    [all...]
  /hardware/interfaces/automotive/evs/1.0/default/
EvsCamera.cpp 326 bool stored = false; local
332 stored = true;
336 if (!stored) {
  /toolchain/binutils/binutils-2.27/zlib/contrib/puff/
puff.c 21 * works whether integers are stored big endian or little endian.
121 * - Bits are stored in bytes from the least significant bit to the most
148 * Process a stored block.
152 * - After the two-bit stored block type (00), the stored block length and
153 * stored bytes are byte-aligned for fast copying. Therefore any leftover
158 * - The second inverted copy of the stored block length does not have to be
161 * - A stored block can have zero length. This is sometimes used to byte-align
164 local int stored(struct state *s) function
166 unsigned len; /* length of stored block *
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerTest.java 476 Bundle stored = mUserManager.getUserRestrictions(new UserHandle(testUser.id)); local
478 assertEquals(stored.getBoolean(UserManager.DISALLOW_CONFIG_WIFI), false);
479 assertEquals(stored.getBoolean(UserManager.DISALLOW_UNINSTALL_APPS), false);
480 assertEquals(stored.getBoolean(UserManager.DISALLOW_INSTALL_APPS), true);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 131 setup->fs.stored = NULL;
867 * adjust last_layer (stored as depth) plus the mip level offsets
887 * the size (stored as width) plus the base pointer.
1011 boolean new_scene = (setup->fs.stored == NULL);
1024 struct lp_jit_viewport *stored; local
1026 stored = (struct lp_jit_viewport *)
1029 if (!stored) {
1034 memcpy(stored, setup->viewports, sizeof setup->viewports);
1036 setup->fs.current.jit_context.viewports = stored;
1041 uint8_t *stored; local
1104 void *stored; local
1141 struct lp_rast_state *stored; local
    [all...]
lp_setup_context.h 65 * Note: "stored" below indicates data which is stored in the bins,
133 const struct lp_rast_state *stored; /**< what's in the scene */ member in struct:lp_setup_context::__anon29609
148 uint8_t *stored; member in struct:lp_setup_context::__anon29611
  /external/tensorflow/tensorflow/core/util/
stat_summarizer.cc 61 const auto& stored = detail->outputs[slot]; local
65 (stored.dtype() == current.dtype()) &&
66 (stored.shape().dim_size() == current.shape().dim_size());
69 for (int i = 0; i < stored.shape().dim_size(); ++i) {
70 if (stored.shape().dim(i).size() != current.shape().dim(i).size()) {
  /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...]
  /toolchain/binutils/binutils-2.27/zlib/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/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 251 String stored= setBlockOption(grammar, optionName, options.get(optionName)); local
252 if ( stored==null ) {
Rule.java 559 String stored=setOption(optionName, optionValue, optionsStartToken); local
560 if ( stored==null ) {
  /bionic/libc/tzcode/
localtime.c 381 register int stored; local
439 for (stored = 4; stored <= 8; stored *= 2) {
456 + timecnt * stored /* ats */
460 + leapcnt * (stored + 4) /* lsinfos */
475 = stored == 4 ? detzcode(p) : detzcode64(p);
489 p += stored;
524 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p);
525 int_fast32_t corr = detzcode(p + stored);
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 330 register int stored; local
389 for (stored = 4; stored <= 8; stored *= 2) {
409 sp->timecnt * stored + /* ats */
413 sp->leapcnt * (stored + 4) + /* lsinfos */
420 = stored == 4 ? detzcode(p) : detzcode64(p);
437 p += stored;
469 lsisp->ls_trans = (stored == 4) ?
471 p += stored;
    [all...]

Completed in 1017 milliseconds

1 2