HomeSort by relevance Sort by last modified time
    Searched full:synchronized (Results 26 - 50 of 7449) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/browseable/SynchronizedNotifications/
_index.jd 8 This sample creates simple or synchronized notifications on a
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9ECParametersHolder.java 7 public synchronized X9ECParameters getParameters()
  /external/clang/test/Rewriter/
rewrite-modern-synchronized.m 18 @synchronized (SYNCH_EXPR()) {
23 @synchronized ([sem self]) {
31 @synchronized (foo) {
43 @synchronized(self) {
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
Target12.java 17 * This target uses synchronized blocks which compile to try/catch statements.
23 synchronized (lock1) {
30 synchronized (lock1) {
33 synchronized (lock2) {
  /art/test/121-modifiers/classes/
NonInf.class 
  /external/junit/src/main/java/org/junit/runner/notification/
SynchronizedRunListener.java 11 * prior to JUnit 4.12, all listeners were called in a synchronized block in RunNotifier,
34 synchronized (monitor) {
41 synchronized (monitor) {
48 synchronized (monitor) {
55 synchronized (monitor) {
62 synchronized (monitor) {
69 synchronized (monitor) {
76 synchronized (monitor) {
  /external/testng/src/main/java/org/testng/
SuiteRunState.java 19 public synchronized void failed() {
23 public synchronized boolean isFailed() {
  /frameworks/base/core/tests/utiltests/src/android/util/
RemoteMemoryIntArrayService.java 39 synchronized (mLock) {
50 synchronized (mLock) {
57 synchronized (mLock) {
64 synchronized (mLock) {
75 synchronized (mLock) {
86 synchronized (mLock) {
97 synchronized (mLock) {
108 synchronized (mLock) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
RemoteDevice.java 53 synchronized void setRemoteFeatures(int remoteFeatures) {
57 public synchronized byte[] getBluetoothAddress() {
61 public synchronized void setNotificationLabel(int label) {
65 public synchronized int getNotificationLabel() {
69 public synchronized void setAbsVolNotificationRequested(boolean request) {
73 public synchronized boolean getAbsVolNotificationRequested() {
77 public synchronized void setFirstAbsVolCmdRecvd() {
81 public synchronized boolean getFirstAbsVolCmdRecvd() {
  /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) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowVirtualRefBasePtr.java 14 synchronized public static <T> long put(T object) {
20 synchronized public static <T> T get(long nativePtr, Class<T> clazz) {
25 synchronized public static void nIncStrong(long ptr) {
31 synchronized public static void nDecStrong(long ptr) {
46 synchronized public void incr() {
50 synchronized public boolean decr() {
  /external/junit/src/main/java/junit/framework/
TestResult.java 36 public synchronized void addError(Test test, Throwable e) {
47 public synchronized void addFailure(Test test, AssertionFailedError e) {
57 public synchronized void addListener(TestListener listener) {
64 public synchronized void removeListener(TestListener listener) {
71 private synchronized List<TestListener> cloneListeners() {
89 public synchronized int errorCount() {
96 public synchronized Enumeration<TestFailure> errors() {
104 public synchronized int failureCount() {
111 public synchronized Enumeration<TestFailure> failures() {
133 public synchronized int runCount()
    [all...]
  /external/robolectric-shadows/shadows/playservices/src/main/java/org/robolectric/shadows/gms/
ShadowGooglePlayServicesUtil.java 32 public static synchronized GooglePlayServicesUtilImpl getImpl() {
36 public static synchronized void provideImpl(GooglePlayServicesUtilImpl impl) {
41 public static synchronized void reset() {
46 public static synchronized Context getRemoteContext(Context context) {
51 public static synchronized Resources getRemoteResource(Context context) {
56 public static synchronized boolean showErrorDialogFragment(int errorCode, Activity activity,
63 public static synchronized boolean showErrorDialogFragment(int errorCode, Activity activity,
70 public static synchronized boolean showErrorDialogFragment(
77 public static synchronized Dialog getErrorDialog(int errorCode, Activity activity,
83 public static synchronized Dialog getErrorDialog(int errorCode, Activity activity
    [all...]
  /frameworks/base/test-base/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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
SharedBuffer.java 32 public synchronized void setProducer(Bitmap producer) {
45 public synchronized Buffer getProducer() {
49 public synchronized Buffer getConsumer() {
53 public synchronized void swapProducer() {
60 public synchronized void swapConsumerIfNeeded() {
70 public synchronized void invalidate() {
74 public synchronized boolean checkRepaintNeeded() {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
SynchronizedDescriptiveStatistics.java 65 public synchronized void addValue(double v) {
73 public synchronized double apply(UnivariateStatistic stat) {
81 public synchronized void clear() {
89 public synchronized double getElement(int index) {
97 public synchronized long getN() {
105 public synchronized double getStandardDeviation() {
113 public synchronized double[] getValues() {
121 public synchronized int getWindowSize() {
129 public synchronized void setWindowSize(int windowSize) {
137 public synchronized String toString()
    [all...]
  /frameworks/support/media/src/androidTest/java/androidx/media/
TestServiceRegistry.java 54 synchronized (TestServiceRegistry.class) {
63 synchronized (TestServiceRegistry.class) {
69 synchronized (TestServiceRegistry.class) {
75 synchronized (TestServiceRegistry.class) {
81 synchronized (TestServiceRegistry.class) {
87 synchronized (TestServiceRegistry.class) {
93 synchronized (TestServiceRegistry.class) {
106 synchronized (TestServiceRegistry.class) {
112 synchronized (TestServiceRegistry.class) {
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/
Synchronized.java 20 * This test target is a synchronized statement.
22 public class Synchronized {
28 synchronized (lock) { // $line-monitorEnter$
35 synchronized (lock) { // $line-explicitException.monitorEnter$
41 synchronized (lock) { // $line-implicitException.monitorEnter$
  /external/mockito/src/main/java/org/mockito/internal/verification/
DefaultRegisteredInvocations.java 25 synchronized (invocations) {
32 synchronized (invocations) {
41 synchronized (invocations) {
49 synchronized (invocations) {
55 synchronized (invocations) {
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 78 public synchronized void flush() {
123 public synchronized void write(byte bytes[], int start, int count) {
188 public synchronized PrintStream format(
200 public synchronized void print(char[] charArray) {
206 public synchronized void print(char ch) {
214 public synchronized void print(double dnum) {
219 public synchronized void print(float fnum) {
224 public synchronized void print(int inum) {
229 public synchronized void print(long lnum) {
234 public synchronized void print(Object obj)
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DrawCountDown.java 25 synchronized (sPendingCallbacks) {
42 synchronized (sPendingCallbacks) {
49 synchronized (sPendingCallbacks) {
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/
SynchronizedTest.java 15 import org.jacoco.core.test.filter.targets.Synchronized;
20 * Test of filtering of a bytecode that is generated for a synchronized
26 super(Synchronized.class);
30 * {@link Synchronized#normal()}
48 * {@link Synchronized#explicitException()}
59 * {@link Synchronized#implicitException()}
  /frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
PacNative.java 30 // Only make native calls from inside synchronized blocks.
46 public synchronized boolean startPacSupport() {
55 public synchronized boolean stopPacSupport() {
66 public synchronized boolean setCurrentProxyScript(String script) {
74 public synchronized String makeProxyRequest(String url, String host) {
83 public synchronized boolean isActive() {
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
Test.java 29 synchronized(mBundle) {
37 synchronized(mBundle) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ClientWakelockAccountant.java 43 synchronized (mPendingRilWakelocks) {
58 synchronized (mPendingRilWakelocks) {
68 synchronized (mPendingRilWakelocks) {
77 synchronized (mRequestStats) {
91 public synchronized long updatePendingRequestWakelockTime(long uptime) {
93 synchronized (mPendingRilWakelocks) {
99 synchronized (mRequestStats) {
108 synchronized (mPendingRilWakelocks) {

Completed in 322 milliseconds

12 3 4 5 6 7 8 91011>>