Searched refs:updated (Results 1 - 25 of 101) sorted by relevance

12345

/external/eigen/scripts/
H A Drelicense.py62 text, updated = update(text)
63 if updated:
/external/v8/src/crankshaft/
H A Dhydrogen-redundant-phi.cc42 bool updated; local
45 updated = false;
57 updated |= value->IsPhi() && !value->CheckFlag(HValue::kIsDead);
62 } while (updated);
/external/mesa3d/src/glx/apple/
H A Dapple_glx.c68 int updated; local
70 updated = apple_glx_context_surface_changed(uid, pthread_self());
72 apple_glx_diagnostic("surface notify updated %d\n", updated);
H A Dapple_glx_context.c531 int updated = 0; local
547 ++updated;
554 return updated;
/external/python/cpython2/Lib/
H A Dfunctools.py20 updated = WRAPPER_UPDATES):
23 wrapper is the function to be updated
28 updated is a tuple naming the attributes of the wrapper that
29 are updated with the corresponding attribute from the wrapped
34 for attr in updated:
41 updated = WRAPPER_UPDATES):
51 assigned=assigned, updated=updated)
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_abs_send_time_unittest.cc126 EXPECT_TRUE(bitrate_observer_->updated());
148 EXPECT_TRUE(bitrate_observer_->updated());
179 EXPECT_TRUE(bitrate_observer_->updated());
199 EXPECT_TRUE(bitrate_observer_->updated());
218 EXPECT_FALSE(bitrate_observer_->updated());
236 EXPECT_TRUE(bitrate_observer_->updated());
256 EXPECT_TRUE(bitrate_observer_->updated());
273 EXPECT_FALSE(bitrate_observer_->updated());
288 EXPECT_TRUE(bitrate_observer_->updated());
H A Dremote_bitrate_estimator_unittest_helper.cc241 // The StreamGenerator::updated() should be used to check for any changes in
260 if (bitrate_observer_->updated()) {
295 } else if (bitrate_observer_->updated()) {
321 EXPECT_FALSE(bitrate_observer_->updated());
330 EXPECT_FALSE(bitrate_observer_->updated());
346 EXPECT_TRUE(bitrate_observer_->updated());
365 EXPECT_FALSE(bitrate_observer_->updated()); // No valid estimate.
376 EXPECT_TRUE(bitrate_observer_->updated());
394 EXPECT_TRUE(bitrate_observer_->updated());
417 } else if (bitrate_observer_->updated()) {
[all...]
H A Dremote_bitrate_estimator_unittest_helper.h38 bool updated() const { return updated_; } function in class:webrtc::testing::TestBitrateObserver
179 // The StreamGenerator::updated() should be used to check for any changes in
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemv.c174 const vp8_prob update_p, int *updated) {
185 *updated = 1;
196 unsigned int rc, int *updated) {
279 updated);
281 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated);
290 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
302 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
172 update(vp8_writer *const w, const unsigned int ct[2], vp8_prob *const cur_p, const vp8_prob new_p, const vp8_prob update_p, int *updated) argument
191 write_component_probs(vp8_writer *const w, struct mv_context *cur_mvc, const struct mv_context *default_mvc_, const struct mv_context *update_mvc, const unsigned int events[MVvals], unsigned int rc, int *updated) argument
/external/libchrome/base/
H A Dcallback_list.h179 bool updated = false; local
182 updated = true;
189 if (updated && !removal_callback_.is_null())
/external/pcre/dist2/
H A DCleanTxt103 $blankcount = 2 if /^\S/ && !/^Last updated/ && !/^Copyright/ &&
/external/perfetto/infra/perfetto-ci.appspot.com/static/
H A Dscript.js33 botIndex[id] = i + 4 /* 4 = subject...updated columns */;
84 function CreateRowForBranch(branch, href, subject, status, author, updated) {
105 td.innerText = updated;
134 const lastUpdate = new Date(cl.updated + ' UTC');
/external/webrtc/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_gles20.mm188 // Check if there are any updated buffers
189 bool updated = false;
195 updated = agl_channel->IsUpdated();
196 if (updated) {
202 if (updated) {
203 // At least one buffer has been updated, we need to repaint the texture
270 // Check if there are any updated buffers
271 // bool updated = false;
/external/zlib/src/watcom/
H A Dwatcom_l.mak3 # Last updated: 28-Dec-2005
H A Dwatcom_f.mak3 # Last updated: 28-Dec-2005
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_meta_util.c429 bool updated; local
432 updated = memcmp(curr_color, new_color, sizeof(*curr_color));
445 updated = (old_color_value != adjusted);
449 return updated;
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
H A Dtpu_feed.py151 for (frozen, updated) in zip(self._tuple_types, tuple_types):
152 if frozen != updated:
155 "incompatible type. Frozen types are %s, updated types are %s" % (
197 for (frozen, updated) in zip(self._tuple_shapes, tuple_shapes):
198 if frozen != updated:
201 "incompatible shape. Frozen shapes are %s, updated shapes are %s"
/external/desugar/java/com/google/devtools/build/android/desugar/
H A DJava7Compatibility.java119 boolean updated = false; field in class:Java7Compatibility.UpdateBytecodeVersionIfNecessary
137 if (!updated) {
145 updated = true;
/external/vulkan-validation-layers/layers/
H A Ddescriptor_sets.cpp321 // Track count of descriptors in the current_bindings that are remaining to be updated
337 << " descriptors being updated but this update oversteps the bounds of this binding and the next binding is "
342 // For sake of this check consider the bindings updated and grab count for next binding
371 some_update_ = true; // Immutable samplers are updated at creation
382 some_update_ = true; // Immutable samplers are updated at creation
436 // This includes validating that all descriptors in the given bindings are updated,
454 if (!descriptors_[i]->updated) {
457 << " is being used in draw but has not been updated.";
533 // as "invalid" (updated = false) at DestroyImageView() time and detect this error at bind time
611 if (descriptors_[start_idx + i]->updated) {
[all...]
/external/tensorflow/tensorflow/python/debug/cli/
H A Dstepper_cli_test.py110 updated = None
115 updated = []
120 return updated
125 return updated
127 updated.append(line.strip())
129 return updated
/external/jemalloc/include/jemalloc/internal/
H A Dprof.h283 void prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated);
345 prof_tctx_t *tctx, bool prof_active, bool updated, const void *old_ptr,
498 bool prof_active, bool updated, const void *old_ptr, size_t old_usize,
506 if (prof_active && !updated && ptr != NULL) {
497 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, bool prof_active, bool updated, const void *old_ptr, size_t old_usize, prof_tctx_t *old_tctx) argument
/external/curl/docs/cmdline-opts/
H A Dcookie.d34 Users very often want to both read cookies from a file and write updated
/external/python/cpython3/Lib/
H A Dfunctools.py47 updated = WRAPPER_UPDATES):
50 wrapper is the function to be updated
55 updated is a tuple naming the attributes of the wrapper that
56 are updated with the corresponding attribute from the wrapped
66 for attr in updated:
76 updated = WRAPPER_UPDATES):
86 assigned=assigned, updated=updated)
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DCallLogFacade.java139 public void onChange(boolean updated) { argument
/external/tensorflow/tensorflow/stream_executor/
H A Ddevice_memory.h241 // this scoped memory container and replaces it with updated. Ownership
242 // of updated is transferred to this object.
243 void Reset(DeviceMemory<ElemT> updated);

Completed in 1259 milliseconds

12345