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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getspecific/
1-1.c 28 #define KEY_VALUE 0
42 (keys[i], (void *)(long)(i + KEY_VALUE)) != 0) {
52 if (rc != (void *)(long)(i + KEY_VALUE)) {
55 (i + KEY_VALUE), (long)rc);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/
1-1.c 30 #define KEY_VALUE 0
45 (keys[i], (void *)(long)(i + KEY_VALUE)) != 0) {
55 if (rc != (void *)(long)(i + KEY_VALUE)) {
58 (long)(i + KEY_VALUE), (long)rc);
3-1.c 29 #define KEY_VALUE 1000
45 if (pthread_setspecific(key, (void *)(KEY_VALUE)) != 0) {
1-2.c 29 #define KEY_VALUE 1000
33 /* Thread function that sets the key to KEY_VALUE */
36 /* Set the key to KEY_VALUE */
37 if (pthread_setspecific(keys[i], (void *)(KEY_VALUE)) != 0) {
59 * use pthread_setspecific with the same KEY_VALUE */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/
1-1.c 29 #define KEY_VALUE 0
43 (keys[i], (void *)(long)(i + KEY_VALUE)) != 0) {
46 (i + KEY_VALUE));
55 if (rc != (void *)(long)(i + KEY_VALUE)) {
58 (long)(i + KEY_VALUE), (long)rc);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_delete/
1-2.c 32 #define KEY_VALUE 100
45 if (pthread_setspecific(keys[i], (void *)(long)(KEY_VALUE + i))
2-1.c 27 #define KEY_VALUE 1000
47 if (pthread_setspecific(key, (void *)(KEY_VALUE)) != 0) {
  /frameworks/av/packages/MediaComponents/src/com/android/media/
Rating2Impl.java 34 private static final String KEY_VALUE = "android.media.rating2.value";
77 return new Rating2Impl(bundle.getInt(KEY_STYLE), bundle.getFloat(KEY_VALUE)).getInstance();
83 bundle.putFloat(KEY_VALUE, mRatingValue);
  /frameworks/support/media/src/main/java/androidx/media/
Rating2.java 102 private static final String KEY_VALUE = "android.media.rating2.value";
142 return new Rating2(bundle.getInt(KEY_STYLE), bundle.getFloat(KEY_VALUE));
152 bundle.putFloat(KEY_VALUE, mRatingValue);
  /external/v8/src/
bootstrapper.cc     [all...]

Completed in 111 milliseconds