HomeSort by relevance Sort by last modified time
    Searched full:synchronized (Results 1 - 25 of 2866) 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/robolectric/src/main/java/android/webkit/
TestWebSettings.java 63 public synchronized boolean getBlockNetworkImage() {
68 public synchronized void setBlockNetworkImage(boolean flag) {
73 public synchronized boolean getBlockNetworkLoads() {
78 public synchronized void setBlockNetworkLoads(boolean flag) {
93 public synchronized boolean getDatabaseEnabled() {
98 public synchronized void setDatabaseEnabled(boolean flag) {
103 public synchronized boolean getDomStorageEnabled() {
108 public synchronized void setDomStorageEnabled(boolean flag) {
113 public synchronized boolean getJavaScriptEnabled() {
118 public synchronized void setJavaScriptEnabled(boolean flag)
    [all...]
  /external/clang/test/Rewriter/
objc-synchronized-1.m 11 @synchronized (SYNCH_EXPR()) {
16 @synchronized ([sem self]) {
rewrite-modern-synchronized.m 19 @synchronized (SYNCH_EXPR()) {
24 @synchronized ([sem self]) {
32 @synchronized (foo) {
  /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/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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
TripleBufferBitmap.java 38 public synchronized void updateBitmaps(Bitmap bitmap) {
47 public synchronized void updateProducerBitmap(Bitmap bitmap) {
51 public synchronized void setProducer(Bitmap producer) {
55 public synchronized Bitmap getProducer() {
59 public synchronized Bitmap getConsumer() {
63 public synchronized void swapProducer() {
70 public synchronized void swapConsumer() {
80 public synchronized void invalidate() {
84 public synchronized boolean checkRepaintNeeded() {
  /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...]
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
README 1 Note: This directory is *not* automatically synchronized with Subversion via a post-commit hook.
  /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...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 140 synchronized int nContextCreateGL(int dev, int ver, int sdkVer,
152 synchronized int nContextCreate(int dev, int ver, int sdkVer, int contextType) {
156 synchronized void nContextDestroy() {
161 synchronized void nContextSetSurface(int w, int h, Surface sur) {
166 synchronized void nContextSetSurfaceTexture(int w, int h, SurfaceTexture sur) {
171 synchronized void nContextSetPriority(int p) {
176 synchronized void nContextDump(int bits) {
181 synchronized void nContextFinish() {
187 synchronized void nContextSendMessage(int id, int[] data) {
193 synchronized void nContextBindRootScript(int script)
    [all...]
  /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...]
  /frameworks/base/core/java/android/webkit/
WebSettingsClassic.java 195 private synchronized void createHandler() {
205 synchronized (WebSettingsClassic.this) {
233 synchronized (WebSettingsClassic.this) {
251 private synchronized boolean sendMessage(Message msg) {
318 synchronized(sLockForLocaleSettings) {
372 private synchronized String getCurrentUserAgent() {
374 synchronized(sLockForLocaleSettings) {
648 public synchronized void setTextZoom(int textZoom) {
659 public synchronized int getTextZoom() {
722 public synchronized void setUseDoubleTree(boolean use)
    [all...]

Completed in 4821 milliseconds

1 2 3 4 5 6 7 8 91011>>