Home
last modified time | relevance | path

Searched defs:isFinished (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
Dbuilders_unittests.js194 "isFinished": true, property
211 "isFinished": true, property
227 "isFinished": true, property
244 "isFinished": true, property
261 "isFinished": true, property
278 "isFinished": true, property
295 "isFinished": true, property
314 "isFinished": true, property
331 "isFinished": true, property
466 "isFinished": true, property
[all …]
/external/deqp/framework/platform/android/
DtcuAndroidAssets.cpp73 bool AssetResource::isFinished (void) const in isFinished() function in tcu::Android::AssetResource
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBTransaction.h77 bool isFinished() const { return m_state == Finished; } in isFinished() function
/external/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.hpp85 bool isFinished (void) const { return m_state == STATE_FINISHED; } in isFinished() function in deqp::gls::ShaderPerformanceMeasurer
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DProfilesPanel.js137 function isFinished(profile) function
/external/clang/include/clang/Parse/
DParser.h1277 bool isFinished() const { return Finished; } in isFinished() function