Searched defs:update (Results 1 - 25 of 441) sorted by relevance

1234567891011>>

/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dprogress.h7 void (*update)(u64, u64, const char *); member in struct:ui_progress
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state.h39 void (*update)(struct i915_context *); member in struct:i915_tracked_state
/external/eigen/scripts/
H A Drelicense.py46 def update(text): function
62 text, updated = update(text)
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.h39 void (*update)(struct i915_context *); member in struct:i915_tracked_state
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineMemoryOverview.js52 update: function()
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPaintAggregatorTest.cpp54 PaintAggregator::PendingUpdate update; local
55 greg.popPendingUpdate(&update);
57 EXPECT_TRUE(update.scrollRect.isEmpty());
58 ASSERT_EQ(1U, update.paintRects.size());
60 EXPECT_EQ(rect, update.paintRects[0]);
76 PaintAggregator::PendingUpdate update; local
77 greg.popPendingUpdate(&update);
79 EXPECT_TRUE(update.scrollRect.isEmpty());
80 EXPECT_EQ(2U, update.paintRects.size());
82 EXPECT_EQ(expectedBounds, update
101 PaintAggregator::PendingUpdate update; local
119 PaintAggregator::PendingUpdate update; local
146 PaintAggregator::PendingUpdate update; local
192 PaintAggregator::PendingUpdate update; local
212 PaintAggregator::PendingUpdate update; local
234 PaintAggregator::PendingUpdate update; local
263 PaintAggregator::PendingUpdate update; local
285 PaintAggregator::PendingUpdate update; local
305 PaintAggregator::PendingUpdate update; local
327 PaintAggregator::PendingUpdate update; local
349 PaintAggregator::PendingUpdate update; local
369 PaintAggregator::PendingUpdate update; local
390 PaintAggregator::PendingUpdate update; local
414 PaintAggregator::PendingUpdate update; local
435 PaintAggregator::PendingUpdate update; local
458 PaintAggregator::PendingUpdate update; local
482 PaintAggregator::PendingUpdate update; local
[all...]
/external/lldb/examples/synthetic/bitfield/
H A Dexample.py97 def update(self): member in class:MaskedData_SyntheticChildrenProvider
98 # we do not do anything special in update - but this would be the right place to lookup
/external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
H A DfooSynthProvider.py22 def update(self): member in class:fooSynthProvider
H A Dftsp.py22 def update(self): member in class:ftsp
/external/llvm/utils/
H A DlldbDataFormatters.py20 self.update() # initialize this provider
44 def update(self): member in class:SmallVectorSynthProvider
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
H A Dmemory_internals_handler.cc32 "update",
41 void MemoryInternalsHandler::OnUpdate(const base::string16& update) { argument
45 frame->ExecuteJavaScript(update);
/external/chromium_org/content/browser/media/
H A Dmedia_internals_handler.cc41 void MediaInternalsMessageHandler::OnUpdate(const base::string16& update) { argument
46 host->ExecuteJavaScript(update);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolverState.cpp54 void StyleResolverState::setAnimationUpdate(PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> update) argument
56 m_animationUpdate = update;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state.h43 enum pipe_error (*update)( struct svga_context *svga, unsigned dirty ); member in struct:svga_tracked_state
/external/lldb/examples/summaries/
H A Dsp_cp.py12 self.update()
13 def update(self): member in class:SharedPtr_SyntheticChildrenProvider
36 self.update()
37 def update(self): member in class:ValueObjectSP_SyntheticChildrenProvider
/external/lldb/test/expression_command/formatters/
H A Dfoosynth.py6 self.update();
8 def update(self): member in class:FooSyntheticProvider
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state.h43 enum pipe_error (*update)( struct svga_context *svga, unsigned dirty ); member in struct:svga_tracked_state
/external/openssl/crypto/evp/
H A Dm_dss.c74 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
87 update,
H A Dm_dss1.c76 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
89 update,
H A Dm_ecdsa.c124 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
137 update,
H A Dm_md4.c77 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
90 update,
H A Dm_md5.c76 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
89 update,
H A Dm_mdc2.c77 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
90 update,
H A Dm_null.c68 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
81 update,
H A Dm_ripemd.c76 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
89 update,

Completed in 444 milliseconds

1234567891011>>