Searched refs:enter (Results 1 - 25 of 26) sorted by relevance

12

/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/dhcpcd/
H A Ddhcpcd-run-hooks14 # Thus, the user can create their dhcpcd.enter/exit-hook script to configure
17 /system/etc/dhcpcd/dhcpcd.enter-hook \
H A Ddhcpcd-run-hooks.in180 # Thus, the user can create their dhcpcd.enter/exit-hook script to configure
183 @SYSCONFDIR@/dhcpcd.enter-hook \
/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/llvm/test/MC/X86/
H A Dx86-64.s367 // CHECK: enter $31438, $0
369 // CHECK: enter $31438, $1
371 // CHECK: enter $31438, $127
373 enter $0x7ace,$0 label
374 enter $0x7ace,$1 label
375 enter $0x7ace,$0x7f label
/external/v8/tools/
H A Dprofile.js613 * @param {function(CallTree.Node)} enter A function called
618 CallTree.prototype.traverseInDepth = function(enter, exit) {
620 enter(node);
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_chrome_link_button.cc179 button_class->enter = &gtk_chrome_link_button_enter;
/external/openssl/crypto/
H A Dsparccpuid.S179 ba .enter
192 .enter: ld [%i0],%i2
/external/chromium/chrome/browser/resources/
H A Dkeyboard_overlay.js23 enter: 'enter',
33 glyph_enter: 'enter',
/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp176 FinallyInfo.enter(CGF, Finally->getFinallyBody(),
H A DCGException.cpp1359 void CodeGenFunction::FinallyInfo::enter(CodeGenFunction &CGF, function in class:CodeGenFunction::FinallyInfo
H A DCodeGenFunction.h648 /// A function to call to enter the catch.
660 void enter(CodeGenFunction &CGF, const Stmt *Finally,
1105 // enter/leave scopes.
/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/oprofile/events/i386/nehalem/
H A Dunit_masks317 0x04 rob_read_port Counts the number of cycles when ROB read port stalls occurred, which did not allow new micro-ops to enter the out-of-order pipeline
319 0x0F any Counts all Register Allocation Table stall cycles due to: Cycles when ROB read port stalls occurred, which did not allow new micro-ops to enter the execution pipe
/external/openssl/crypto/bn/
H A Dbn_asm.c877 goto enter;
895 enter:
/external/v8/src/ia32/
H A Dassembler-ia32.h683 void enter(const Immediate& size);
H A Dassembler-ia32.cc587 void Assembler::enter(const Immediate& size) { function in class:v8::internal::Assembler
/external/blktrace/btt/doc/
H A Dbtt.tex1126 gnuplot\footnote{\texttt{www.gnuplot.info}}, and will enter interactive
1127 mode after the image is produced. In this interactive mode one can enter
1157 To exit the plotter, enter 'quit' or ^D at the 'gnuplot> '
/external/v8/src/x64/
H A Dassembler-x64.h663 void enter(Immediate size);
H A Dassembler-x64.cc1073 void Assembler::enter(Immediate size) { function in class:v8::internal::Assembler
/external/openssl/crypto/bn/asm/
H A Dpa-risc2W.s831 B $00000024 ; enter loop
/external/grub/stage2/
H A Dbuiltins.c3676 {"enter", 0, '\n', 0, 0x1c},
3874 " braceleft, bracketright, braceright, enter, control, semicolon, colon,"
4407 {"--enter-standout-mode=", term.enter_standout_mode},
4475 " [--enter-standout-mode=SEQ] [--exit-standout-mode=SEQ]]",
/external/valgrind/main/perf/
H A Dtinycc.c3333 DEF_ASM_OP2(enter, 0xc8, 0, 0, OPT_IM16, OPT_IM8)
3790 DEF_ASM_OP2(enter, 0xc8, 0, 0, OPT_IM16, OPT_IM8)
4665 DEF_ASM_OP2(enter, 0xc8, 0, 0, OPT_IM16, OPT_IM8)
5122 DEF_ASM_OP2(enter, 0xc8, 0, 0, OPT_IM16, OPT_IM8)
15372 DEF_ASM_OP2(enter, 0xc8, 0, 0, OPT_IM16, OPT_IM8)
15834 DEF_ASM_OP2(enter, 0xc8, 0, 0, OPT_IM16, OPT_IM8)
/external/iproute2/doc/
H A Dip-cref.tex1202 The multiple routing tables enter the game when {\em policy routing\/}

Completed in 726 milliseconds

12