HomeSort by relevance Sort by last modified time
    Searched refs:threadsample (Results 1 - 21 of 21) sorted by null

  /development/samples/training/threadsample/src/com/example/android/threadsample/
ProgressNotifier.java 17 package com.example.android.threadsample;
Constants.java 17 package com.example.android.threadsample;
36 "com.example.android.threadsample.ACTION_VIEW_IMAGE";
39 "com.example.android.threadsample.ACTION_ZOOM_IMAGE";
42 public static final String BROADCAST_ACTION = "com.example.android.threadsample.BROADCAST";
46 "com.example.android.threadsample.PHOTO_FRAGMENT_TAG";
49 "com.example.android.threadsample.THUMBNAIL_FRAGMENT_TAG";
52 public static final String EXTENDED_DATA_STATUS = "com.example.android.threadsample.STATUS";
55 public static final String EXTENDED_STATUS_LOG = "com.example.android.threadsample.LOG";
59 "com.example.android.threadsample.EXTENDED_FULLSCREEN";
PhotoTask.java 17 package com.example.android.threadsample;
19 import com.example.android.threadsample.PhotoDecodeRunnable.TaskRunnableDecodeMethods;
20 import com.example.android.threadsample.PhotoDownloadRunnable.TaskRunnableDownloadMethods;
BroadcastNotifier.java 17 package com.example.android.threadsample;
DataProviderContract.java 1 package com.example.android.threadsample;
20 public static final String AUTHORITY = "com.example.android.threadsample";
32 "vnd.android.cursor.dir/vnd.com.example.android.threadsample";
40 "vnd.android.cursor.item/vnd.com.example.android.threadsample";
PhotoDownloadRunnable.java 17 package com.example.android.threadsample;
19 import com.example.android.threadsample.PhotoDecodeRunnable.TaskRunnableDecodeMethods;
PhotoDecodeRunnable.java 17 package com.example.android.threadsample;
PhotoFragment.java 17 package com.example.android.threadsample;
35 private static final String PHOTO_URL_KEY = "com.example.android.threadsample.PHOTO_URL_KEY";
RSSPullParser.java 17 package com.example.android.threadsample;
PhotoManager.java 17 package com.example.android.threadsample;
PhotoView.java 17 package com.example.android.threadsample;
RSSPullService.java 17 package com.example.android.threadsample;
DataProvider.java 17 package com.example.android.threadsample;
DisplayActivity.java 16 package com.example.android.threadsample;
PhotoThumbnailFragment.java 17 package com.example.android.threadsample;
52 "com.example.android.threadsample.STATE_IS_HIDDEN";
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
pitest-1.c 236 pthread_t threads[cpus - 1], threadsample, threadtp, threadtl, threadtb; local
254 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
pitest-4.c 243 pthread_t threadsample, threadtp, threadtl, threadtb1, threadtb2; local
262 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
pitest-5.c 260 pthread_t threads[cpus - 1], threadsample, threadtp, threadtl, threadtb; local
277 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
pitest-6.c 235 pthread_t threads[cpus - 1], threadsample, threadtp, threadtl, threadtb; local
253 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
pitest-2.c 262 pthread_t threadsample, threadtp, threadtl, threadtb1, threadtb2; local
280 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
pitest-3.c 273 pthread_t threadsample, threadtp, threadtl, threadtb1, threadtb2; local
292 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);

Completed in 153 milliseconds