Searched defs:enter (Results 1 - 13 of 13) sorted by relevance

/external/javassist/src/main/javassist/runtime/
H A DCflow.java41 public void enter() { ((Depth)get()).inc(); } method in class:Cflow
/external/v8/test/mjsunit/tools/
H A Dprofile.js87 ProfileTestDriver.prototype.enter = function(funcName) {
106 this.enter('lib1-f1');
107 this.enter('lib1-f2');
108 this.enter('T: F1');
109 this.enter('T: F2');
112 this.enter('lib2-f1');
113 this.enter('lib2-f1');
117 this.enter('T: F3');
118 this.enter('T: F3');
119 this.enter('
[all...]
/external/guava/guava/src/com/google/common/util/concurrent/
H A DMonitor.java50 * reentrant, so a thread may enter a monitor any number of times, and then must leave the same
51 * number of times. The <i>enter</i> and <i>leave</i> operations have the same synchronization
54 * <p>A call to any of the <i>enter</i> methods with <b>void</b> return type should always be
58 * monitor.enter();
65 * A call to any of the <i>enter</i> methods with <b>boolean</b> return type should always appear as
293 public void enter() { method in class:Monitor
309 public boolean enter(long time, TimeUnit unit) { method in class:Monitor
538 if (!enter(time, unit)) {
712 * Returns an estimate of the number of threads waiting to enter this monitor. The value is only
722 * Returns whether any threads are waiting to enter thi
[all...]
/external/kernel-headers/original/linux/
H A Dpm.h36 #define PM_SUSPEND ((__force pm_request_t) 1) /* enter D1-D3 */
37 #define PM_RESUME ((__force pm_request_t) 2) /* enter D0 */
125 int (*enter)(suspend_state_t state); member in struct:pm_ops
/external/chromium/chrome/browser/resources/
H A Dkeyboard_overlay.js23 enter: 'enter',
33 glyph_enter: 'enter',
/external/llvm/test/MC/X86/
H A Dx86-64.s383 // CHECK: enter $31438, $0
385 // CHECK: enter $31438, $1
387 // CHECK: enter $31438, $127
389 enter $0x7ace,$0 label
390 enter $0x7ace,$1 label
391 enter $0x7ace,$0x7f label
/external/kernel-headers/original/asm-x86/
H A Dparavirt.h60 void (*enter)(void); member in struct:pv_lazy_ops
967 PVOP_VCALL0(pv_cpu_ops.lazy_mode.enter);
987 PVOP_VCALL0(pv_mmu_ops.lazy_mode.enter);
/external/clang/lib/CodeGen/
H A DCGException.cpp1403 void CodeGenFunction::FinallyInfo::enter(CodeGenFunction &CGF, function in class:CodeGenFunction::FinallyInfo
/external/v8/src/ia32/
H A Dassembler-ia32.cc563 void Assembler::enter(const Immediate& size) { function in class:v8::internal::Assembler
/external/v8/src/x64/
H A Dassembler-x64.cc1079 void Assembler::enter(Immediate size) { function in class:v8::internal::Assembler
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 247 milliseconds