Home
last modified time | relevance | path

Searched defs:NAME (Results 1 – 25 of 76) sorted by relevance

1234

/cts/tests/tests/jvmti/attaching/jni/
Dagent.c39 #define NAME(BASE) EVAL(BASE,AGENT_NR) macro
41 JNIEXPORT jboolean JNICALL NAME(Java_android_jvmti_attaching_cts_AttachingTest_isAttached) ( in NAME() function
/cts/apps/CameraITS/tests/scene1_2/
Dtest_yuv_plus_dng.py28 NAME = os.path.splitext(os.path.basename(__file__))[0] variable
Dtest_param_sensitivity.py31 NAME = os.path.splitext(os.path.basename(__file__))[0] variable
Dtest_raw_sensitivity.py32 NAME = os.path.splitext(os.path.basename(__file__))[0] variable
Dtest_yuv_plus_raw12.py29 NAME = os.path.splitext(os.path.basename(__file__))[0] variable
Dtest_yuv_plus_raw.py29 NAME = os.path.splitext(os.path.basename(__file__))[0] variable
Dtest_yuv_plus_raw10.py29 NAME = os.path.splitext(os.path.basename(__file__))[0] variable
/cts/apps/CameraITS/tests/scene0/
Dtest_burst_capture.py28 NAME = os.path.splitext(os.path.basename(__file__))[0] variable
Dtest_read_write.py28 NAME = os.path.basename(__file__).split('.')[0] variable
Dtest_gyro_bias.py29 NAME = os.path.basename(__file__).split('.')[0] variable
/cts/tests/tests/util/src/android/util/cts/
DAndroidRuntimeExceptionTest.java32 private static final String NAME = "Test_AndroidRuntimeException"; field in AndroidRuntimeExceptionTest
DAndroidExceptionTest.java32 private static final String NAME = "Test_AndroidException"; field in AndroidExceptionTest
/cts/apps/CameraITS/tests/scene2_a/
Dtest_format_combos.py31 NAME = os.path.splitext(os.path.basename(__file__))[0] variable
Dtest_effects.py39 NAME = os.path.splitext(os.path.basename(__file__))[0] variable
/cts/apps/CameraITS/tests/scene1_1/
Dtest_crop_regions.py37 NAME = os.path.splitext(os.path.basename(__file__))[0] variable
Dtest_3a.py28 NAME = os.path.splitext(os.path.basename(__file__))[0] variable
Dtest_crop_region_raw.py33 NAME = os.path.splitext(os.path.basename(__file__))[0] variable
Dtest_param_exposure_time.py32 NAME = os.path.splitext(os.path.basename(__file__))[0] variable
Dtest_latching.py31 NAME = os.path.splitext(os.path.basename(__file__))[0] variable
Dtest_ae_af.py32 NAME = os.path.splitext(os.path.basename(__file__))[0] variable
Dtest_dng_noise_model.py32 NAME = os.path.splitext(os.path.basename(__file__))[0] variable
/cts/tests/tests/provider/src/android/provider/cts/media/
DMediaStore_Audio_PlaylistsTest.java126 new String[] { Playlists.NAME, MediaColumns.DISPLAY_NAME }, null, null)) { in testName()
137 new String[] { Playlists.NAME, MediaColumns.DISPLAY_NAME }, null, null)) { in testName()
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DServiceInfoTest.java43 private static final String NAME = "class1"; field in ServiceInfoTest
/cts/tests/tests/simphonebookprovider/src/android/provider/cts/simphonebook/
DSimPhonebookContract_SimRecordsTest.java130 try (Cursor cursor = query(adnUri, new String[]{SimRecords.NAME})) { in queryAdn_nonNullProjection_returnsCursorWithProvidedProjection()
304 SimRecords.NAME, in insertAdn_addsRecordAndReturnsValidUri()
326 SimRecords.NAME, in updateAdn_existingRecord_updatesRecordAndReturns1()
350 SimRecords.NAME, in updateAdn_unusedIndex_updatesRecordAndReturns1()
409 SimRecords.NAME, SimRecords.PHONE_NUMBER in insertAdn_phoneNumberWithDialableNonDigits_addsRecord()
457 new String[]{SimRecords.NAME, SimRecords.PHONE_NUMBER})) { in insertAdn_valueLengthLimits()
593 SimRecords.NAME, in updateAdn_phoneNumberContainingNonDialable_throwsCorrectException()
618 SimRecords.NAME, in updateAdn_duplicateRecord_updatesCorrectRecord()
642 SimRecords.NAME, in deleteAdn_duplicateRecord_deletesCorrectRecord()
663 new String[]{SimRecords.NAME, SimRecords.PHONE_NUMBER})) { in delete_unusedIndex_returnsZero()
[all …]
/cts/libs/json/src/com/android/json/stream/
DJsonToken.java53 NAME, enumConstant

1234