HomeSort by relevance Sort by last modified time
    Searched defs:Update (Results 51 - 75 of 172) sorted by null

1 23 4 5 6 7

  /external/v8/src/ic/
ic-state.cc 57 extra_ic_state = FixedRightArgValueField::update(
60 extra_ic_state = RightKindField::update(extra_ic_state, right_kind_);
222 void BinaryOpICState::Update(Handle<Object> left, Handle<Object> right,
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotRenderer.cpp 128 void TeapotRenderer::Update( float fTime )
139 camera_->Update();
176 //Update uniforms
  /development/ndk/sources/android/ndk_helper/
tapCamera.cpp 94 void TapCamera::Update()
150 Update();
247 //Update momentum factor
267 //Update momentum factor
272 //Update ration quaternion
  /external/autotest/contrib/
crbug_crawler.py 59 class Update(object):
60 """Class encapsulating fields of an update to a bug.
82 """Update manager that allows you to revert status updates.
84 This class keeps track of the last update applied and is capable
89 """Initialize update manager.
91 @param autocommit: If False just print out the update instead
104 for issue_id, update in self.history.iteritems():
105 logging.warning('You will have to manually update %s and %s on %s',
108 # Create a new update with just the status.
109 self.update(issue_id, Update(status=update.status)
112 def update(self, old_issue, update): member in class:UpdateManager
    [all...]
  /external/autotest/site_utils/suite_scheduler/
manifest_versions.py 279 def Update(self):
  /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
storage_v1_client.py 135 'Update': base_api.ApiMethodInfo(
137 method_id=u'storage.bucketAccessControls.update',
217 def Update(self, request, global_params=None):
226 config = self.GetMethodConfig('Update')
298 'Update': base_api.ApiMethodInfo(
300 method_id=u'storage.buckets.update',
380 def Update(self, request, global_params=None):
389 config = self.GetMethodConfig('Update')
499 'Update': base_api.ApiMethodInfo(
501 method_id=u'storage.defaultObjectAccessControls.update',
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1_client.py 111 'Update': base_api.ApiMethodInfo(
113 method_id=u'storage.bucketAccessControls.update',
193 def Update(self, request, global_params=None):
202 config = self.GetMethodConfig('Update')
274 'Update': base_api.ApiMethodInfo(
276 method_id=u'storage.buckets.update',
356 def Update(self, request, global_params=None):
365 config = self.GetMethodConfig('Update')
475 'Update': base_api.ApiMethodInfo(
477 method_id=u'storage.defaultObjectAccessControls.update',
    [all...]
  /external/clang/test/SemaCXX/
warn-unused-result.cpp 56 inline void Update(const Status& new_status) {
  /external/gemmlowp/profiling/
instrumentation.h 219 void Update(const char* new_label) { profiling_stack_->UpdateTop(new_label); }
235 void Update(const char*) {}
  /external/google-breakpad/src/common/mac/
macho_id.cc 131 void MachoID::Update(MachoWalker *walker, off_t offset, size_t size) {
286 macho_id->Update(walker, header_offset + sec.offset, sec.size);
319 macho_id->Update(walker,
  /external/libchrome/base/
sha1_portable.cc 25 // sha.Update(moredata, size of data);
42 void Update(const void* data, size_t nbytes);
124 void SecureHashAlgorithm::Update(const void* data, size_t nbytes) {
211 sha.Update(data, len);
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 304 bool Update = false;
310 Update = true;
324 (void)Update;
325 assert(Update && "Didn't find relaxation target");
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
QuadRenderer.cpp 241 void QuadRenderer::Update(float timeTotal, float timeDelta)
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
CubeRenderer.cpp 298 void CubeRenderer::Update(float timeTotal, float timeDelta)
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_barcodeimp.cpp 60 FWL_ERR CFWL_BarcodeImp::Update() {
64 FWL_ERR ret = CFWL_EditImp::Update();
  /external/pdfium/xfa/src/fwl/src/core/
fwl_panelimp.cpp 51 FWL_ERR CFWL_PanelImp::Update() {
67 m_pContent->Update();
86 virtual FWL_ERR Update();
109 FWL_ERR CFWL_CustomPanelImp::Update() {
111 return m_pProxy->Update();
113 return CFWL_WidgetImp::Update();
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_checksum.cpp 121 m_pContext->Update(CFX_ByteStringC(pBuffer, iLength));
184 void CXFA_ChecksumContext::Update(const CFX_ByteStringC& bsText) {
  /external/webrtc/webrtc/modules/audio_coding/test/
utility.cc 166 void CircularBuffer::Update(const double newVal) {
184 // Update
187 // for the average we have to update
193 // to calculate variance we have to update
  /external/webrtc/webrtc/modules/audio_processing/agc/
histogram.cc 89 void Histogram::Update(double rms, double activity_probaility) {
130 // Update the circular buffer if it is enabled.
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
aimd_rate_control.cc 102 void AimdRateControl::Update(const RateControlInput* input, int64_t now_ms) {
122 // Only update delay factor and incoming bit rate. We always want to react
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingTask.java 31 static interface Update {}
53 public void postUpdate(Update message) {
56 msg.arg1 = ProcessingTaskController.UPDATE;
85 public void onUpdate(Update message) {}
  /system/extras/iotop/
taskstats.cpp 219 TaskStatistics TaskStatistics::Update(const TaskStatistics& new_statistics) {
  /external/lzma/Java/SevenZip/
LzmaBench.java 128 CRC.Update(b);
132 CRC.Update(b, off, len);
323 crc.Update(rg.Buffer, 0, rg.BufferSize);
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 249 // Update
251 void MoreTeapotsRenderer::Update( float fTime )
262 camera_->Update();
291 //Update uniforms
308 //Update UBO
  /external/avahi/avahi-sharp/
EntryGroup.cs 38 Update = 64,

Completed in 706 milliseconds

1 23 4 5 6 7