Searched refs:locked (Results 176 - 200 of 232) sorted by relevance

12345678910

/external/oprofile/events/i386/nehalem/
H A Devents60 event:0x63 counters:0,1 um:cache_lock_cycles minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A lock is asserted when there is a locked memory access, due to uncacheable memory, a locked operation that spans two cache lines, or a page walk from an uncacheable page table.
/external/chromium_org/chrome/browser/chromeos/login/
H A Dkiosk_browsertest.cc158 LOG(INFO) << "kiosk locked = " << in_locked;
503 scoped_ptr<bool> locked(new bool(false));
508 locked.get(),
511 EXPECT_TRUE(*locked.get());
/external/oprofile/events/i386/westmere/
H A Dunit_masks58 0x01 l1d_l2 Cycles L1D and L2 locked
59 0x02 l1d Cycles L1D locked
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h112 Uint32 locked; /**< Private */ member in struct:SDL_Surface
160 /** Evaluates to true if the surface needs to be locked before access */
388 * These functions should not be called while 'screen' is locked.
578 * SDL_LockSurface() returns 0, or -1 if the surface couldn't be locked.
679 * The blit function should not be called on a locked surface.
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h118 int locked; /* Can't push out or flush while locked. */ member in struct:__anon34315
H A Dyaffs_guts.c3200 if (cache && !cache->locked) {
3323 !dev->srCache[i].locked &&
3926 cache->locked = 0;
3935 cache->locked = 1;
3945 cache->locked = 0;
4067 cache->locked = 0;
4083 cache->locked = 1;
4094 cache->locked = 0;
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Daccessibility_manager.cc567 if (screen_locker && screen_locker->locked()) {
612 if (screen_locker && screen_locker->locked()) {
1081 // to load it on the user screen even if the screen is locked.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DTabbedPane.js63 * @param {boolean} locked
65 setCurrentTabLocked: function(locked)
67 this._currentTabLocked = locked;
68 this._headerElement.classList.toggle("locked", this._currentTabLocked);
/external/oprofile/events/i386/atom/
H A Devents32 event:0x2B counters:0,1 um:core,mesi minimum:6000 name:L2_LOCK : L2 locked accesses
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1276 bool locked; member in class:nv50_ir::MemoryOpt::Record
1505 it->locked = false;
1517 if (it->locked && insn->op != OP_LOAD)
1674 if (!r->locked && r->overlaps(ld))
1675 r->locked = true;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1276 bool locked; member in class:nv50_ir::MemoryOpt::Record
1505 it->locked = false;
1517 if (it->locked && insn->op != OP_LOAD)
1674 if (!r->locked && r->overlaps(ld))
1675 r->locked = true;
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c1937 Bool locked,
2005 if (locked) {
2016 if (locked) {
2028 if (locked) {
2029 if (0) vex_printf("locked case\n" );
2282 UInt dis_Grp1 ( UChar sorb, Bool locked, argument
2340 if (locked) {
2351 if (locked) {
2363 if (locked) {
2628 Bool locked,
1936 dis_op2_G_E( UChar sorb, Bool locked, Bool addSubCarry, IROp op8, Bool keep, Int size, Int delta0, const HChar* t_x86opc ) argument
2627 dis_Grp8_Imm( UChar sorb, Bool locked, Int delta, UChar modrm, Int am_sz, Int sz, UInt src_val, Bool* decode_OK ) argument
2802 dis_Grp3( UChar sorb, Bool locked, Int sz, Int delta, Bool* decode_OK ) argument
2962 dis_Grp4( UChar sorb, Bool locked, Int delta, Bool* decode_OK ) argument
3038 dis_Grp5( UChar sorb, Bool locked, Int sz, Int delta, DisResult* dres, Bool* decode_OK ) argument
6313 dis_bt_G_E( VexAbiInfo* vbi, UChar sorb, Bool locked, Int sz, Int delta, BtOp op ) argument
6638 dis_cmpxchg_G_E( UChar sorb, Bool locked, Int size, Int delta0 ) argument
6794 dis_xadd_G_E( UChar sorb, Bool locked, Int sz, Int delta0, Bool* decodeOK ) argument
[all...]
/external/chromium_org/ash/
H A Dshell.h291 // Called when the screen is locked (after the lock window is visible) or
293 void OnLockStateChanged(bool locked);
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc583 controller->locked()) {
669 if (!controller->locked() && !IsPinned(id))
1602 (id_to_item_controller_map_[item.id]->locked() ||
1640 if (id_to_item_controller_map_[item.id]->locked() ||
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jar ... ThreadGroup group private Runnable runnable private String name private boolean locked private int waiting void " href="/5.1.0_r1 ...
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.h50 int locked; /* Do not free, even if ref_count is zero */ member in struct:pevent_record
/external/oprofile/events/x86-64/family10/
H A Dunit_masks211 0x02 Data cache misses by locked instructions
238 0x01 Number of locked instructions executed
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_manager_client.cc1025 bool locked = (arg1 == "1") ? true : false; local
1028 new base::FundamentalValue(locked));
/external/chromium_org/ui/base/x/
H A Dx11_util.cc470 xievent->mods.locked == next_xievent->mods.locked &&
/external/oprofile/events/x86-64/family11h/
H A Devents51 event:0x4c counters:0,1,2,3 um:dcachemisslocked minimum:500 name:DCACHE_MISS_LOCKED_INSTRUCTIONS : DCACHE misses by locked instructions
/external/oprofile/events/x86-64/hammer/
H A Devents51 event:0x4c counters:0,1,2,3 um:dcachemisslocked minimum:500 name:DCACHE_MISS_LOCKED_INSTRUCTIONS : DCACHE misses by locked instructions
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c465 `locked' between other chunks, as can happen with normally allocated
985 memory will be locked between two used chunks, so they cannot be
1050 space. If argument locked is non-zero, the space uses a separate
1057 mspace create_mspace(size_t capacity, int locked);
1076 mspace create_mspace_with_base(void* base, size_t capacity, int locked);
4436 mspace create_mspace(size_t capacity, int locked) { argument
4449 set_lock(m, locked);
4455 mspace create_mspace_with_base(void* base, size_t capacity, int locked) { argument
4464 set_lock(m, locked);
4864 necessarily physically contiguous non-paged memory (locked i
[all...]
/external/qemu/
H A Dtranslate-all.c385 /* We can't use g_malloc because it may recurse into a locked mutex. */
1191 bool locked)
1245 if (locked) {
1189 tb_invalidate_phys_page(tb_page_addr_t addr, uintptr_t pc, void *puc, bool locked) argument
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayport.cc104 bool locked() const { return locked_; } function in class:cricket::RelayEntry
562 // If this connection is locked to the address given, then we can send the
701 LOG(WARNING) << "Dropping packet: entry not locked";
/external/chromium_org/ui/file_manager/gallery/css/
H A Dgallery.css197 .gallery[tools][locked] > .toolbar {
706 .gallery[tools][locked] > .toolbar button {

Completed in 852 milliseconds

12345678910