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

123

/external/strace/
H A Dmpers.awk53 function enter(array_idx, function
83 enter(what_idx)
/external/javassist/src/main/javassist/runtime/
H A DCflow.java41 public void enter() { ((Depth)get()).inc(); } method in class:Cflow
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_dce_cleanup.cpp45 bool dce_cleanup::visit(node& n, bool enter) { argument
46 if (enter) {
56 bool dce_cleanup::visit(alu_group_node& n, bool enter) { argument
57 if (enter) {
64 bool dce_cleanup::visit(cf_node& n, bool enter) { argument
65 if (enter) {
78 bool dce_cleanup::visit(alu_node& n, bool enter) { argument
79 if (enter) {
89 bool dce_cleanup::visit(alu_packed_node& n, bool enter) { argument
90 if (enter) {
100 visit(fetch_node& n, bool enter) argument
111 visit(region_node& n, bool enter) argument
139 visit(container_node& n, bool enter) argument
[all...]
H A Dsb_gvn.cpp41 bool gvn::visit(node& n, bool enter) { argument
42 if (enter) {
87 bool gvn::visit(cf_node& n, bool enter) { argument
88 if (enter) {
95 bool gvn::visit(alu_node& n, bool enter) { argument
96 if (enter) {
103 bool gvn::visit(alu_packed_node& n, bool enter) { argument
104 if (enter) {
111 bool gvn::visit(fetch_node& n, bool enter) { argument
112 if (enter) {
119 visit(region_node& n, bool enter) argument
[all...]
H A Dsb_pass.cpp72 bool vpass::visit(node& n, bool enter) { return true; } argument
73 bool vpass::visit(container_node& n, bool enter) { return true; } argument
74 bool vpass::visit(alu_group_node& n, bool enter) { return true; } argument
75 bool vpass::visit(cf_node& n, bool enter) { return true; } argument
76 bool vpass::visit(alu_node& n, bool enter) { return true; } argument
77 bool vpass::visit(alu_packed_node& n, bool enter) { return true; } argument
78 bool vpass::visit(fetch_node& n, bool enter) { return true; } argument
79 bool vpass::visit(region_node& n, bool enter) { return true; } argument
80 bool vpass::visit(repeat_node& n, bool enter) { return true; } argument
81 bool vpass::visit(depart_node& n, bool enter) { retur argument
82 visit(if_node& n, bool enter) argument
83 visit(bb_node& n, bool enter) argument
[all...]
H A Dsb_psi_ops.cpp33 bool r600_sb::psi_ops::visit(alu_node& n, bool enter) { argument
34 if (enter) {
39 bool psi_ops::visit(node& n, bool enter) { argument
40 if (enter) {
H A Dsb_dump.cpp32 bool dump::visit(node& n, bool enter) { argument
33 if (enter) {
56 bool dump::visit(container_node& n, bool enter) { argument
57 if (enter) {
86 bool dump::visit(bb_node& n, bool enter) { argument
87 if (enter) {
102 bool dump::visit(alu_group_node& n, bool enter) { argument
103 if (enter) {
120 bool dump::visit(cf_node& n, bool enter) { argument
121 if (enter) {
151 visit(alu_node& n, bool enter) argument
167 visit(alu_packed_node& n, bool enter) argument
188 visit(fetch_node& n, bool enter) argument
202 visit(region_node& n, bool enter) argument
232 visit(repeat_node& n, bool enter) argument
255 visit(depart_node& n, bool enter) argument
277 visit(if_node& n, bool enter) argument
[all...]
H A Dsb_liveness.cpp40 bool liveness::visit(container_node& n, bool enter) { argument
41 if (enter) {
51 bool liveness::visit(bb_node& n, bool enter) { argument
52 if (enter) {
60 bool liveness::visit(alu_group_node& n, bool enter) { argument
61 if (enter) {
67 bool liveness::visit(cf_node& n, bool enter) { argument
68 if (enter) {
82 bool liveness::visit(alu_node& n, bool enter) { argument
83 if (enter) {
91 visit(alu_packed_node& n, bool enter) argument
101 visit(fetch_node& n, bool enter) argument
110 visit(region_node& n, bool enter) argument
151 visit(repeat_node& n, bool enter) argument
160 visit(depart_node& n, bool enter) argument
170 visit(if_node& n, bool enter) argument
266 visit(node& n, bool enter) argument
[all...]
/external/python/cpython2/Lib/idlelib/
H A DToolTip.py15 self._id1 = self.button.bind("<Enter>", self.enter)
19 def enter(self, event=None): member in class:ToolTipBase
41 # a leave event and it disappears, and then we get an enter
/external/python/cpython2/Lib/
H A Dsched.py57 def enter(self, delay, priority, action, argument): member in class:scheduler
69 This must be presented the ID as returned by enter().
/external/python/cpython3/Lib/idlelib/
H A Dtooltip.py15 self._id1 = self.button.bind("<Enter>", self.enter)
19 def enter(self, event=None): member in class:ToolTipBase
41 # a leave event and it disappears, and then we get an enter
/external/skia/include/private/
H A DGrSingleOwner.h23 AutoEnforce(GrSingleOwner* so) : fSO(so) { fSO->enter(); }
30 void enter() { function in class:GrSingleOwner
/external/skqp/include/private/
H A DGrSingleOwner.h23 AutoEnforce(GrSingleOwner* so) : fSO(so) { fSO->enter(); }
30 void enter() { function in class:GrSingleOwner
/external/devlib/devlib/utils/
H A Duboot.py66 output = self.enter('printenv')
80 return self.enter(command)
88 self.enter('')
90 def enter(self, value, delay=load_delay): member in class:UbootMenu
H A Duefi.py94 self.enter(config.image_name)
95 self.enter('y' if config.fdt_support else 'n')
97 self.enter('y')
98 self.enter(config.initrd)
100 self.enter('n')
101 self.enter(config.image_args)
102 self.enter(name)
106 self.enter(config.fdt_path)
137 self.enter(option)
139 def enter(sel member in class:UefiMenu
[all...]
/external/python/cpython2/Tools/webchecker/
H A Dtktools.py357 def enter(event, entry=entry, text=text): function in function:test
360 entry.bind('<Return>', enter)
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
H A DAdviceAdapterTest2.class ... .lang.reflect.InvocationTargetException e public static void enter (java.lang.String) String msg public static void ...
H A DAdviceAdapterTest2.java93 public static void enter(String msg) { method in class:AdviceAdapterTest2
94 System.err.println(off().append("enter ").append(msg).toString());
153 "enter", "(Ljava/lang/String;)V");
/external/okhttp/okio/okio/src/main/java/okio/
H A DAsyncTimeout.java35 * <p>Callers should call {@link #enter} before doing work that is subject to
61 public final void enter() { method in class:AsyncTimeout
62 if (inQueue) throw new IllegalStateException("Unbalanced enter/exit");
139 * #enter()} and {@link #exit()} has exceeded the timeout.
153 enter();
166 enter();
179 enter();
209 enter();
/external/python/cpython2/PC/VC6/
H A Dbuild_tkinter.py25 def enter(dir): function
44 enter(TCL_DIR)
55 enter(TK_DIR)
66 enter(TIX_DIR)
/external/python/cpython3/Lib/
H A Dsched.py82 def enter(self, delay, priority, action, argument=(), kwargs=_sentinel): member in class:scheduler
94 This must be presented the ID as returned by enter().
/external/tensorflow/tensorflow/core/graph/
H A Dalgorithm.cc26 void DFS(const Graph& g, const std::function<void(Node*)>& enter, argument
50 if (enter) enter(n);
80 void ReverseDFS(const Graph& g, const std::function<void(Node*)>& enter, argument
83 ReverseDFSFrom(g, {g.sink_node()}, enter, leave, stable_comparator);
90 const std::function<void(T)>& enter,
116 if (enter) enter(n);
150 const std::function<void(const Node*)>& enter,
153 ReverseDFSFromHelper(g, start, enter, leav
89 ReverseDFSFromHelper(const Graph& g, gtl::ArraySlice<T> start, const std::function<void(T)>& enter, const std::function<void(T)>& leave, const NodeComparator& stable_comparator) argument
149 ReverseDFSFrom(const Graph& g, gtl::ArraySlice<const Node*> start, const std::function<void(const Node*)>& enter, const std::function<void(const Node*)>& leave, const NodeComparator& stable_comparator) argument
156 ReverseDFSFrom(const Graph& g, gtl::ArraySlice<Node*> start, const std::function<void(Node*)>& enter, const std::function<void(Node*)>& leave, const NodeComparator& stable_comparator) argument
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen-environment-liveness.cc139 HEnterInlined* enter = HEnterInlined::cast(instr); local
141 for (int i = 0; i < enter->return_targets()->length(); ++i) {
142 int return_id = enter->return_targets()->at(i)->block_id();
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
H A DStructuredLockingTest.java166 enter(((VarInsnNode) insn.getPrevious()).var);
175 void enter(int lock) { method in class:StructuredLockingTest.LockFrame
/external/python/cpython2/Demo/threads/
H A Dsync.py151 # .enter()
153 # .enter(). Then the num_threads threads that .enter'ed resume,
155 # that .enter it.
363 def enter(self): member in class:barrier
542 # for variety, all the threads running this enter a barrier
558 bar.enter()
562 bar.enter() # make sure they've all removed themselves from alive
564 bar.enter() # just to be cruel

Completed in 786 milliseconds

123