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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/088-monitor-verification/src/
Main.java 63 * Recursive synchronized method.
65 synchronized void recursiveSync(int iter) {
77 synchronized (this) {
78 synchronized (Main.class) {
79 synchronized (new Object()) {
80 synchronized(Class.class) {
95 synchronized (Thread.class) {}
102 synchronized (this) { // 1
103 synchronized (this) { // 2
104 synchronized (this) { //
    [all...]
TooDeep.java 19 * The class has a method with too many levels of nested "synchronized"
29 synchronized (TooDeep.class) { // 1
30 synchronized (TooDeep.class) { // 2
31 synchronized (TooDeep.class) { // 3
32 synchronized (TooDeep.class) { // 4
33 synchronized (TooDeep.class) { // 5
34 synchronized (TooDeep.class) { // 6
35 synchronized (TooDeep.class) { // 7
36 synchronized (TooDeep.class) { // 8
37 synchronized (TooDeep.class) { //
    [all...]
  /dalvik/tests/088-monitor-verification/
info.txt 1 Try different arrangements of "synchronized" to exercise the structured
  /packages/providers/ContactsProvider/tests/assets/testSynced/
readme.txt 1 The contacts in this example were created on a device that was synchronized to the server.
2 Contacts up to ID=6 were created and synchronized. The synch was then disabled and the others
  /external/clang/test/SemaObjC/
synchronized.m 8 @synchronized (self) {
18 @synchronized (b) { // expected-error {{@synchronized requires an Objective-C object type ('struct x' invalid)}}
21 @synchronized (42) { // expected-error {{@synchronized requires an Objective-C object type ('int' invalid)}}
  /dalvik/dx/tests/062-dex-synch-method/
Blort.java 19 public synchronized void testInstance1() {
23 public synchronized void testInstance2(Object x) {
27 public synchronized int testInstance3(int x, int y, int z) {
35 public synchronized long testInstance4(long x) {
43 public synchronized void testInstance5() {
47 public static synchronized void testStatic1() {
51 public static synchronized void testStatic2(Object x) {
55 public static synchronized int testStatic3(int x, int y, int z) {
63 public static synchronized long testStatic4(long x) {
71 public static synchronized void testStatic5()
    [all...]
  /dalvik/tests/003-omnibus-opcodes/src/
Monitor.java 11 public synchronized void subTest() {
13 synchronized (obj) {
27 synchronized (obj) {
36 synchronized (obj) {
  /external/clang/test/Rewriter/
objc-synchronized-1.m 11 @synchronized (SYNCH_EXPR()) {
16 @synchronized ([sem self]) {
  /external/replicaisland/src/com/replica/replicaisland/
EventRecorder.java 37 synchronized void setLastDeathPosition(Vector2 position) {
41 synchronized Vector2 getLastDeathPosition() {
45 synchronized void setLastEnding(int ending) {
49 synchronized int getLastEnding() {
53 synchronized void incrementEventCounter(int event) {
63 synchronized int getRobotsDestroyed() {
67 synchronized int getPearlsCollected() {
71 synchronized int getPearlsTotal() {
  /external/guava/guava/src/com/google/common/collect/
Synchronized.java 42 * Synchronized collection views. The returned synchronized collection views are
55 final class Synchronized {
56 private Synchronized() {}
74 synchronized (mutex) {
86 synchronized (mutex) {
114 synchronized (mutex) {
121 synchronized (mutex) {
128 synchronized (mutex) {
135 synchronized (mutex)
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Synchronized.java 39 * Synchronized collection views. The returned synchronized collection views are
52 final class Synchronized {
53 private Synchronized() {}
71 synchronized (mutex) {
101 synchronized (mutex) {
108 synchronized (mutex) {
115 synchronized (mutex) {
122 synchronized (mutex) {
129 synchronized (mutex)
    [all...]
  /cts/tests/src/android/app/cts/
IntentServiceStub.java 42 public synchronized static void reset() {
56 synchronized (IntentServiceStub.class) {
68 synchronized (IntentServiceStub.class) {
83 synchronized (IntentServiceStub.class) {
91 synchronized (IntentServiceStub.class) {
99 synchronized (IntentServiceStub.class) {
107 synchronized (IntentService.class) {
113 public synchronized static int getOnHandleIntentCalledCount() {
117 public synchronized static boolean isOnBindCalled() {
121 public synchronized static boolean isOnCreateCalled()
    [all...]
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
SingleThreadedMediaPlayerProxy.java 37 public synchronized void setOnErrorListener(MediaPlayer.OnErrorListener listener) {
42 public synchronized void setOnCompletionListener(MediaPlayer.OnCompletionListener listener) {
47 public synchronized void release() {
52 public synchronized void reset() {
57 public synchronized void setDataSource(String path) throws IllegalStateException, IOException {
62 public synchronized void setDataSource(Context context, Uri intentUri)
68 public synchronized void prepare() throws IOException {
73 public synchronized int getDuration() {
78 public synchronized void seekTo(int startPosition) {
83 public synchronized void start()
    [all...]
  /frameworks/base/core/java/android/os/
RegistrantList.java 30 public synchronized void
36 public synchronized void
44 public synchronized void
51 public synchronized void
63 public synchronized int
69 public synchronized Object
75 private synchronized void
84 public /*synchronized*/ void
90 public /*synchronized*/ void
96 public /*synchronized*/ voi
    [all...]
  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 70 synchronized (mStats) {
107 synchronized (mStats) {
114 synchronized (mStats) {
121 synchronized (mStats) {
128 synchronized (mStats) {
135 synchronized (mStats) {
142 synchronized (mStats) {
149 synchronized (mStats) {
156 synchronized (mStats) {
163 synchronized (mStats)
    [all...]
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
README 1 Note: This directory is *not* automatically synchronized with Subversion via a post-commit hook.
  /packages/apps/Calendar/src/com/android/calendar/
AbstractCalendarActivity.java 8 public synchronized AsyncQueryService getAsyncQueryService() {
  /external/javasqlite/src/main/java/SQLite/
Backup.java 20 synchronized(this) {
30 synchronized(this) {
48 synchronized(this) {
60 synchronized(this) {
70 synchronized(this) {
82 synchronized(this) {
  /packages/apps/Email/src/com/android/email/
GroupMessagingListener.java 31 Nevertheless, let's keep the "synchronized" for a while in the case
41 synchronized public void addListener(MessagingListener listener) {
46 synchronized public void removeListener(MessagingListener listener) {
50 synchronized public boolean isActiveListener(MessagingListener listener) {
55 synchronized public void listFoldersStarted(long accountId) {
62 synchronized public void listFoldersFailed(long accountId, String message) {
69 synchronized public void listFoldersFinished(long accountId) {
76 synchronized public void synchronizeMailboxStarted(long accountId, long mailboxId) {
83 synchronized public void synchronizeMailboxFinished(long accountId, long mailboxId,
92 synchronized public void synchronizeMailboxFailed(long accountId, long mailboxId, Exception e)
    [all...]
  /external/junit/src/junit/framework/
TestResult.java 40 public synchronized void addError(Test test, Throwable t) {
49 public synchronized void addFailure(Test test, AssertionFailedError t) {
57 public synchronized void addListener(TestListener listener) {
63 public synchronized void removeListener(TestListener listener) {
69 private synchronized List<TestListener> cloneListeners() {
84 public synchronized int errorCount() {
90 public synchronized Enumeration<TestFailure> errors() {
98 public synchronized int failureCount() {
104 public synchronized Enumeration<TestFailure> failures() {
125 public synchronized int runCount()
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/models/
TreeViewModel.java 55 synchronized (this) {
75 synchronized (this) {
82 synchronized (this) {
90 synchronized (this) {
100 synchronized (this) {
119 synchronized (this) {
125 synchronized (this) {
131 synchronized (this) {
137 synchronized (this) {
143 synchronized (this)
    [all...]
PixelPerfectModel.java 72 synchronized (PixelPerfectModel.this) {
109 synchronized (this) {
116 synchronized (this) {
126 synchronized (PixelPerfectModel.this) {
140 synchronized (PixelPerfectModel.this) {
157 synchronized (this) {
174 synchronized (PixelPerfectModel.this) {
191 synchronized (this) {
200 synchronized (this) {
206 synchronized (this)
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriActivity.java 42 synchronized (sLock) {
58 synchronized (sLock) {
72 synchronized (sLock) {
82 synchronized (sLock) {
93 synchronized (sLock) {
108 synchronized (sLock) {
114 synchronized (sLock) {
120 synchronized (sLock) {
135 synchronized (sLock) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLId.java 26 public synchronized static void glGenTextures(int n, int[] textures, int offset) {
32 public synchronized static void glGenBuffers(int n, int[] buffers, int offset) {
38 public synchronized static void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) {
42 public synchronized static void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) {
46 public synchronized static void glDeleteFramebuffers(
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 75 public synchronized void flush() {
120 public synchronized void write(byte bytes[], int start, int count) {
185 public synchronized PrintStream format(
197 public synchronized void print(char[] charArray) {
203 public synchronized void print(char ch) {
211 public synchronized void print(double dnum) {
216 public synchronized void print(float fnum) {
221 public synchronized void print(int inum) {
226 public synchronized void print(long lnum) {
231 public synchronized void print(Object obj)
    [all...]

Completed in 831 milliseconds

1 2 3 4 5 6 7 8 91011>>