/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/ |
TrustZoneDevice.h | 108 bool getMciInstance(uint32_t len, CWsm_ptr *mci, bool *reused);
|
TrustZoneDevice.cpp | 128 // Only do a fastcall if MCI has not been reused (MC already initialized) 185 LOG_I("MCI established, at %p, phys=%p, reused=%s", 369 bool TrustZoneDevice::getMciInstance(uint32_t len, CWsm_ptr *mci, bool *reused) 387 *reused = isReused;
|
/hardware/samsung_slsi/exynos5/mobicore/include/Public/ |
mc_linux.h | 106 bool reused; /**< if WSM memory was reused, or new allocated */ member in struct:mc_ioctl_map
|
/external/chromium_org/v8/test/webkit/ |
dfg-weak-js-constant-silent-fill.js | 32 b.f = x; // The WeakJSConstants get reused here. 34 c.f = y; // The WeakJSConstants get reused here.
|
dfg-inline-constant.js | 25 "This tests that function inlining in the DFG JIT doesn't get confused by constants being reused between inliner and inlinee."
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/ |
MobiCoreDevice.h | 195 virtual bool getMciInstance(uint32_t len, CWsm_ptr *mci, bool *reused) = 0;
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
regress-106351.js | 30 // Test Math.round with the input reused in the same expression.
|
regress-3136962.js | 29 // value of global variable height was reused even after reassignment.
|
/external/v8/test/mjsunit/compiler/ |
regress-106351.js | 30 // Test Math.round with the input reused in the same expression.
|
regress-3136962.js | 29 // value of global variable height was reused even after reassignment.
|
/external/chromium_org/chrome/browser/resources/image_loader/ |
cache.js | 103 * @param {IDBTransaction=} opt_transaction Transaction to be reused. If not 120 * @param {IDBTransaction=} opt_transaction Transaction to be reused. If not 151 * @param {IDBTransaction=} opt_transaction Transaction to be reused. If not 342 * @param {IDBTransaction=} opt_transaction Transaction to be reused. If not
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/ |
CMcKMod.cpp | 136 *pReuse = mapParams.reused; 138 LOG_V(" MCI mapped to %p, handle=%d, phys=%p, reused=%s", 140 mapParams.reused ? "true" : "false");
|
/external/chromium_org/v8/test/mjsunit/ |
codegen-coverage.js | 57 // A fresh register {ebx,rbx} will be allocated for x, then reused for
|
global-load-from-eval.js | 83 // Because of the eval-cache, the 'result = x' code gets reused. This
|
unbox-double-arrays.js | 74 // doesn't get reused.
|
/external/v8/test/mjsunit/ |
codegen-coverage.js | 57 // A fresh register {ebx,rbx} will be allocated for x, then reused for
|
global-load-from-eval.js | 83 // Because of the eval-cache, the 'result = x' code gets reused. This
|
unbox-double-arrays.js | 73 // doesn't get reused.
|
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 315 #define IPV6_FL_S_PROCESS 2 /* May be reused by this process */ 316 #define IPV6_FL_S_USER 3 /* May be reused by this user */ 321 label, it will not be reused with different destination and options at least 414 be reused before path state expires and all the intermediate
|
ip-tunnels.tex | 379 it will be reused by \verb|mrouted|, if it requests DVMRP
|
/external/chromium/net/socket/ |
client_socket_pool_base.cc | 32 // reused. 351 HandOutSocket(connect_job->ReleaseSocket(), false /* not reused */, 378 HandOutSocket(error_socket, false /* not reused */, handle, 905 bool reused, 912 handle->set_is_reused(reused); 916 if (reused) { [all...] |
client_socket_pool_base.h | 294 // sockets that timed out or can't be reused. Made public for testing. 323 // An idle socket should be removed if it can't be reused, or has been idle 327 // An idle socket can't be reused if it is disconnected or has received 452 // sockets that timed out or can't be reused. 468 bool reused, 537 // reused. 569 // make sure that they are discarded rather than reused.
|
/external/chromium_org/net/socket/ |
client_socket_pool_base.cc | 31 // reused. 395 HandOutSocket(connect_job->ReleaseSocket(), false /* not reused */, 422 HandOutSocket(error_socket, false /* not reused */, [all...] |
client_socket_pool_base.h | 287 // sockets that timed out or can't be reused. Made public for testing. 326 // An idle socket should be removed if it can't be reused, or has been idle 330 // An idle socket can't be reused if it is disconnected or has received 473 // sockets that timed out or can't be reused. 489 bool reused, 556 // reused. 588 // to the pool, we can make sure that they are discarded rather than reused.
|
/external/chromium_org/chrome/browser/resources/task_manager/ |
main.js | 354 * @return {cr.ui.ListItem} cached un-used element to be reused.
|