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

1 23 4 5 6 7 8 91011>>

  /packages/apps/TV/tuner/src/com/android/tv/tuner/
TunerPreferences.java 43 public static synchronized int getChannelDataVersion(Context context) {
51 public static synchronized void setChannelDataVersion(Context context, int version) {
59 public static synchronized int getScannedChannelCount(Context context) {
65 public static synchronized void setScannedChannelCount(Context context, int channelCount) {
73 public static synchronized boolean isScanDone(Context context) {
79 public static synchronized void setScanDone(Context context) {
87 public static synchronized long getTrickplayExpiredMs(Context context) {
93 public static synchronized void setTrickplayExpiredMs(Context context, long timeMs) {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
AlbumSettings.java 47 synchronized (mEnabledAlbums) {
53 synchronized (mEnabledAlbums) {
59 synchronized (mEnabledAlbums) {
66 synchronized (mEnabledAlbums) {
79 synchronized (mEnabledAlbums) {
86 synchronized (mEnabledAlbums) {
95 synchronized (mEnabledAlbums) {
104 synchronized (mEnabledAlbums) {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
thread_check.h 125 // Host access to queue must be externally synchronized
126 // Host access to pSubmits[].pWaitSemaphores[],pSubmits[].pSignalSemaphores[] must be externally synchronized
127 // Host access to fence must be externally synchronized
139 // Host access to queue must be externally synchronized
140 // Host access to pSubmits[].pWaitSemaphores[],pSubmits[].pSignalSemaphores[] must be externally synchronized
141 // Host access to fence must be externally synchronized
178 // all sname:VkQueue objects created from pname:device must be externally synchronized between host accesses
183 // all sname:VkQueue objects created from pname:device must be externally synchronized between host accesses
225 // Host access to memory must be externally synchronized
231 // Host access to memory must be externally synchronized
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 214 synchronized long nContextCreateGL(long dev, int ver, int sdkVer,
226 synchronized long nContextCreate(long dev, int ver, int sdkVer, int contextType) {
230 synchronized void nContextDestroy() {
246 synchronized void nContextSetSurface(int w, int h, Surface sur) {
251 synchronized void nContextSetSurfaceTexture(int w, int h, SurfaceTexture sur) {
256 synchronized void nContextSetPriority(int p) {
261 synchronized void nContextSetCacheDir(String cacheDir) {
266 synchronized void nContextDump(int bits) {
271 synchronized void nContextFinish() {
277 synchronized void nContextSendMessage(int id, int[] data)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldNodeChangeEventTest.java 56 public synchronized void childAdded(NodeChangeEvent e) {
68 public synchronized void childRemoved(NodeChangeEvent e) {
104 public synchronized void childAdded(NodeChangeEvent e) {
116 public synchronized void childRemoved(NodeChangeEvent e) {
151 public synchronized void waitForEvent() {
158 public synchronized void childAdded(NodeChangeEvent e) {
163 public synchronized void childRemoved(NodeChangeEvent e) {
168 public synchronized boolean getAddResult() {
172 public synchronized boolean getRemoveResult() {
176 public synchronized int getAdded()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
TestCollector.java 44 public synchronized void testEnded(TestIdentifier test, Map<String, String> testMetrics) {
52 public synchronized void testFailed(TestIdentifier test, String trace) {
60 public synchronized void testIgnored(TestIdentifier test) {
68 public synchronized void testAssumptionFailure(TestIdentifier test, String trace) {
76 public synchronized void testRunEnded(long elapsedTime, Map<String, String> runMetrics) {
84 public synchronized void testRunFailed(String errorMessage) {
92 public synchronized void testRunStarted(String ignoredRunName, int testCount) {
100 public synchronized void testRunStopped(long elapsedTime) {
108 public synchronized void testStarted(TestIdentifier test) {
121 public synchronized int getTestCaseCount()
    [all...]
  /external/robolectric-shadows/shadows/playservices/src/main/java/org/robolectric/shadows/gms/
ShadowGoogleAuthUtil.java 32 public static synchronized GoogleAuthUtilImpl getImpl() {
36 public static synchronized void provideImpl(GoogleAuthUtilImpl impl) {
41 public static synchronized void reset() {
46 public static synchronized void clearToken(Context context, String token)
52 public static synchronized List<AccountChangeEvent> getAccountChangeEvents(Context context,
59 public static synchronized String getAccountId(Context ctx, String accountName)
65 public static synchronized String getToken(Context context, Account account, String scope)
71 public static synchronized String getToken(Context context, Account account, String scope,
77 public static synchronized String getToken(Context context, String accountName, String scope)
83 public static synchronized String getToken(Context context, String accountName, String scope
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
BatteryStatsService.java 236 synchronized (mStats) {
249 synchronized (mStats) {
273 synchronized (mStats) {
301 synchronized (mStats) {
307 synchronized (mStats) {
313 synchronized (mStats) {
319 synchronized (mStats) {
325 synchronized (mStats) {
331 synchronized (mStats) {
339 synchronized (mStats)
    [all...]
  /art/test/003-omnibus-opcodes/src/
Monitor.java 24 public synchronized void subTest() {
26 synchronized (obj) {
40 synchronized (obj) {
49 synchronized (obj) {
  /art/test/088-monitor-verification/src/
TwoPath.java 22 * Test case for conditionally using one of two synchronized objects.
31 * Conditionally uses one of the synchronized objects.
38 synchronized (obj1) {
39 synchronized(obj2) {
  /art/test/121-modifiers/classes/
Inf.class 
  /art/test/522-checker-regression-monitor-exit/
info.txt 2 The test invokes a synchronized version of Object.hashCode in multiple threads.
  /cts/tests/tests/content/src/android/content/cts/
ClipboardManagerListenerActivity.java 33 synchronized(this) {
38 public synchronized void addPrimaryClipChangedListener(OnPrimaryClipChangedListener listener) {
42 public synchronized void removePrimaryClipChangedListener(OnPrimaryClipChangedListener listener) {
46 public synchronized void setPrimaryClip(ClipData clip) {
  /dalvik/dx/tests/062-dex-synch-method/
info.txt 2 a couple cases of synchronized methods get converted reasonably.
  /dalvik/dx/tests/076-dex-synch-and-stack/
Blort.class 
info.txt 2 the synchronized method conversion doesn't interact poorly with stack
  /external/clang/test/CodeGenObjC/
rdr-6732143-dangling-block-reference.m 4 @synchronized (x) {
  /external/mockito/src/main/java/org/mockito/internal/progress/
SequenceNumber.java 11 public static synchronized int next() {
  /external/testng/src/test/java/test/thread/
BaseThreadTest.java 26 synchronized(m_strings) {
41 synchronized(m_threadIds) {
48 synchronized(m_suitesMap) {
54 synchronized(m_threadIds) {
  /external/walt/ios/WALT/
WALTLogger.m 40 @synchronized (_buffer) {
54 @synchronized (_buffer) {
60 @synchronized (_buffer) {
69 @synchronized (_buffer) {
  /frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
TestTarget.java 44 public synchronized void synchronizedCall() {
48 public synchronized int synchronizedCallReturnInt() {
53 public synchronized Object synchronizedCallReturnObject() {
60 synchronized(this) {
  /libcore/luni/src/test/java/libcore/java/nio/channels/
FutureLikeCompletionHandler.java 29 synchronized (this) {
41 synchronized (this) {
53 synchronized (this) {
65 synchronized (this) {
  /packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
ForwardingContentProvider.java 51 public synchronized Cursor query(Uri url, String[] projection, String selection,
62 public synchronized Cursor query(Uri url, String[] projection, String selection,
73 public synchronized String getType(Uri url) {
82 public synchronized String[] getStreamTypes(Uri url, String mimeTypeFilter) {
91 public synchronized Uri insert(Uri url, ContentValues initialValues) {
100 public synchronized int bulkInsert(Uri url, ContentValues[] initialValues) {
109 public synchronized int delete(Uri url, String selection, String[] selectionArgs) {
118 public synchronized int update(Uri url, ContentValues values,
129 public synchronized ParcelFileDescriptor openFile(Uri url, String mode) {
139 public synchronized ParcelFileDescriptor openFile(Uri url, String mode
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
readme.txt 1 The contacts in this example were created on a device that is not synchronized with the server
  /system/ca-certificates/google/
README 2 manually synchronized with https://pki.google.com/roots.pem. See

Completed in 534 milliseconds

1 23 4 5 6 7 8 91011>>