HomeSort by relevance Sort by last modified time
    Searched full:enter (Results 1 - 25 of 3517) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/088-monitor-verification/smali/
TooDeep.smali 12 monitor-enter v2 # 1
13 monitor-enter v2 # 2
14 monitor-enter v2 # 3
15 monitor-enter v2 # 4
16 monitor-enter v2 # 5
17 monitor-enter v2 # 6
18 monitor-enter v2 # 7
19 monitor-enter v2 # 8
20 monitor-enter v2 # 9
21 monitor-enter v2 # 1
    [all...]
NotStructuredUnderUnlock.smali 12 monitor-enter v2 # 1
13 monitor-enter v2 # 2
14 monitor-enter v2 # 3
UnbalancedJoin.smali 14 monitor-enter v1 # 1
15 monitor-enter v2 # 2
19 monitor-enter v2 # 1
20 monitor-enter v1 # 2
UnbalancedStraight.smali 10 monitor-enter v1 # 1
11 monitor-enter v2 # 2
NullLocks.smali 13 monitor-enter v0
18 monitor-enter v0
21 monitor-enter v1
NotStructuredOverUnlock.smali 12 monitor-enter v2 # 1
13 monitor-enter v2 # 2
OK.smali 34 monitor-enter v1 # 1
35 monitor-enter v2 # 2
49 monitor-enter v1 # 1
55 monitor-enter v2 # 2
59 monitor-enter v2 # 2
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
abs.s 4 enter $zero + 0xff00, $zero + 0xf0
5 enter $zero - 0xff00, $zero - 0xf0
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardStateSingleTouchTests.java 25 // Press/release shift key, enter into alphabet shifted.
31 // Press/release shift key, enter into alphabet shifted.
39 // Press/release "?123" key, enter into symbols.
42 // Press/release "=\<" key, enter into symbols shifted.
48 // Press/release "=\<" key, enter into symbols shifted.
56 // Press/release "?123" key, enter into symbols.
60 // Press/release "?123" key, enter into symbols.
63 // Press/release "=\<" key, enter into symbols shifted.
73 // Press/release shift key, enter into alphabet shifted.
76 // Press/release "?123" key, enter into symbols
    [all...]
KeyboardStateMultiTouchTests.java 25 // Press shift key and hold, enter into choring shift state.
32 // Press "?123" key and hold, enter into choring symbols state.
42 // Press shift key, enter alphabet shifted.
45 // Press shift key and hold, enter into choring shift state.
52 // Press "?123" key and hold, enter into choring symbols state.
62 // Long press shift key, enter alphabet shift locked.
66 // Press shift key and hold, enter into choring shift state.
73 // Press "?123" key and hold, enter into choring symbols state.
83 // Press/release "?123" key, enter symbols.
86 // Press "=\<" key and hold, enter into choring symbols shifted state
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
PasswordDialog.rc 8 CAPTION "Enter password"
10 LTEXT "&Enter password:", IDT_PASSWORD_ENTER, m, m, xc, 8
  /art/runtime/interpreter/mterp/x86_64/
op_monitor_enter.S 4 /* monitor-enter vAA */
  /art/test/800-smali/smali/
b_23300986.smali 7 monitor-enter v2 # Lock on parameter
10 monitor-enter v2 # Do it again.
18 monitor-enter v2 # Lock on parameter
20 monitor-enter v2 # Do it again.
  /external/autotest/client/site_tests/security_Minijail0/src/
test-mountns-enter 11 python "${SRCDIR}"/mountns-enter.py "${SRCDIR}" || die "enter mount ns"
  /external/dnsmasq/contrib/openvpn/
dnsmasq.patch 17 + if [ -f /etc/dhclient-enter-hooks ]; then
18 + . /etc/dhclient-enter-hooks
20 + cp /etc/dhclient-enter-hooks /etc/dhclient-enter-hooks.dnsmasq
21 + sed -e 's/resolv\.conf$/resolv.conf.dnsmasq/' /etc/dhclient-enter-hooks.dnsmasq > /etc/dhclient-enter-hooks
27 + if [ -f /etc/dhclient-enter-hooks -a -f /etc/dhclient-enter-hooks.dnsmasq ]; then
31 + mv /etc/dhclient-enter-hooks.dnsmasq /etc/dhclient-enter-hook
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSyntacticPredicateEvaluation.java 46 "@init {System.out.println(\"enter b\");}\n" +
49 "@init {System.out.println(\"enter c\");}\n" +
56 "enter b\n" +
57 "enter b\n" +
58 "enter b\n" +
65 "enter b\n" +
66 "enter b\n" +
73 "enter b\n" +
74 "enter b\n" +
75 "enter c\n"
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MonitorTestCase.java 73 private String enter() { method in class:MonitorTestCase
74 return interruptible ? "enterInterruptibly" : "enter";
102 thread1.callAndAssertReturns(enter()); method
103 thread2.callAndAssertBlocks(enter()); method
105 thread2.assertPriorCallReturns(enter()); method
121 thread1.callAndAssertReturns(enter()); method
123 thread1.callAndAssertReturns(enter()); method
149 monitor.enter();
157 thread2.callAndAssertReturns(enter()); method
166 thread2.callAndAssertBlocks(enter()); method
172 thread2.callAndAssertReturns(enter()); method
177 thread2.callAndAssertReturns(enter()); method
186 thread2.callAndAssertBlocks(enter()); method
192 thread2.callAndAssertReturns(enter()); method
197 thread2.callAndAssertReturns(enter()); method
203 thread1.callAndAssertReturns(enter()); method
209 thread1.callAndAssertReturns(enter()); method
    [all...]
  /external/okhttp/okio/okio/src/test/java/okio/
AsyncTimeoutTest.java 53 timeout.enter();
60 a.enter();
67 b.enter();
75 a.enter();
76 b.enter();
77 c.enter();
78 d.enter();
88 d.enter();
89 c.enter();
90 b.enter();
    [all...]
  /external/icu/icu4j/eclipse-build/features.template/com.ibm.icu/
feature.xml 8 [Enter Feature Description here.]
12 [Enter Copyright Description here.]
16 [Enter License Description here.]
  /external/icu/icu4j/eclipse-build/features.template/com.ibm.icu.base/
feature.xml 8 [Enter Feature Description here.]
12 [Enter Copyright Description here.]
16 [Enter License Description here.]
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
start.txt 4 This application allows you to browse SELinux confinement per application. You can enter the name of the application to see how SELinux confines it, or you could enter the SELinux name for the running process.
  /art/runtime/interpreter/mterp/arm/
op_monitor_enter.S 4 /* monitor-enter vAA */
  /art/runtime/interpreter/mterp/arm64/
op_monitor_enter.S 4 /* monitor-enter vAA */
  /art/runtime/interpreter/mterp/mips/
op_monitor_enter.S 4 /* monitor-enter vAA */
  /art/runtime/interpreter/mterp/mips64/
op_monitor_enter.S 4 /* monitor-enter vAA */

Completed in 1499 milliseconds

1 2 3 4 5 6 7 8 91011>>