Home
last modified time | relevance | path

Searched refs:NAME (Results 1 – 25 of 119) sorted by relevance

12345

/frameworks/support/jetifier/jetifier/preprocessor/scripts/
DprocessDefaultConfig.sh97 NAME=$1
99 …m/android/databinding/$NAME/$DATA_BINDING_VERSION/$NAME-$DATA_BINDING_VERSION.$TYPE" -o "$SUPPORT_…
103 NAME=$1
105 …droid/maven2/com/android/support/constraint/$NAME/1.1.0/$NAME-1.1.0.$TYPE" -o "$SUPPORT_LIBS_UNPAC…
109 NAME=$1
110 …m/dl/android/maven2/com/android/support/test/$NAME/1.0.2/$NAME-1.0.2.aar" -o "$SUPPORT_LIBS_UNPACK…
114 NAME=$1
115 …oid/maven2/com/android/support/test/espresso/$NAME/3.0.2/$NAME-3.0.2.aar" -o "$SUPPORT_LIBS_UNPACK…
118 NAME=$1
119 …en2/com/android/support/test/espresso/idling/$NAME/3.0.2/$NAME-3.0.2.aar" -o "$SUPPORT_LIBS_UNPACK…
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java140 private static final String NAME = "BUG, Y U NO REPORT?"; field in BugreportReceiverTest
224 assertProgressNotification(NAME, 0f); in testProgress()
227 assertProgressNotification(NAME, 10.80f); in testProgress()
229 assertProgressNotification(NAME, 50.00f); in testProgress()
232 assertProgressNotification(NAME, 95.00f); in testProgress()
236 assertProgressNotification(NAME, 95.00f); in testProgress()
239 assertProgressNotification(NAME, 95.00f); in testProgress()
243 assertProgressNotification(NAME, 95.10f); in testProgress()
246 assertProgressNotification(NAME, 98.00f); in testProgress()
250 assertProgressNotification(NAME, 99.00f); in testProgress()
[all …]
/frameworks/compile/libbcc/tests/debuginfo/
Dbuild_test_apk.sh23 NAME=""
78 NAME="$2"
159 if [ -z "$NAME" ]; then
160 NAME="$ACTIVITY"
168 run $SDK/tools/android create project --target $TARGET --name $NAME --path $OUT_DIR --activity $ACT…
/frameworks/base/core/jni/
Dscoped_nullable_primitive_array.h24 #define ARRAY_TRAITS(ARRAY_TYPE, POINTER_TYPE, NAME) \ argument
25 class NAME ## ArrayTraits { \
29 env->Get ## NAME ## ArrayRegion(array, start, len, out); \
33 return env->Get ## NAME ## ArrayElements(array, nullptr); \
38 env->Release ## NAME ## ArrayElements(array, buffer, mode); \
/frameworks/support/navigation/common/ktx/src/test/java/androidx/navigation/
DNavigatorProviderTest.kt34 provider[NAME] = navigator in set()
35 val foundNavigator: Navigator<NavDestination> = provider[NAME] in set()
49 private const val NAME = "TEST" constant
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java133 addProfile(mHidProfile, HidProfile.NAME, in LocalBluetoothProfileManager()
137 addPanProfile(mPanProfile, PanProfile.NAME, in LocalBluetoothProfileManager()
141 addProfile(mHidDeviceProfile, HidDeviceProfile.NAME, in LocalBluetoothProfileManager()
147 addProfile(mMapClientProfile, MapClientProfile.NAME, in LocalBluetoothProfileManager()
151 addProfile(mMapProfile, MapProfile.NAME, in LocalBluetoothProfileManager()
159 addProfile(mPbapProfile, PbapServerProfile.NAME, in LocalBluetoothProfileManager()
166 addProfile(mHearingAidProfile, HearingAidProfile.NAME, in LocalBluetoothProfileManager()
185 addProfile(mA2dpProfile, A2dpProfile.NAME, in updateLocalProfiles()
197 addProfile(mA2dpSinkProfile, A2dpSinkProfile.NAME, in updateLocalProfiles()
211 addHeadsetProfile(mHeadsetProfile, HeadsetProfile.NAME, in updateLocalProfiles()
[all …]
DOppProfile.java30 static final String NAME = "OPP"; field in OppProfile
76 return NAME; in toString()
DPbapServerProfile.java42 public static final String NAME = "PBAP Server"; field in PbapServerProfile
125 return NAME; in toString()
DPanProfile.java47 static final String NAME = "PAN"; field in PanProfile
127 return NAME; in toString()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java57 private static final String NAME = TAG; field in VirtualDisplayTest
115 VirtualDisplay virtualDisplay = mDisplayManager.createVirtualDisplay(NAME, in testPrivateVirtualDisplay()
138 VirtualDisplay virtualDisplay = mDisplayManager.createVirtualDisplay(NAME, in testPrivatePresentationVirtualDisplay()
166 VirtualDisplay virtualDisplay = mDisplayManager.createVirtualDisplay(NAME, in testPublicPresentationVirtualDisplay()
219 VirtualDisplay virtualDisplay = mDisplayManager.createVirtualDisplay(NAME, in testSecurePublicPresentationVirtualDisplay()
257 assertEquals("display name must match supplied name", NAME, display.getName()); in assertDisplayRegistered()
265 findDisplay(mDisplayManager.getDisplays(), NAME)); in assertDisplayRegistered()
270 DisplayManager.DISPLAY_CATEGORY_PRESENTATION), NAME)); in assertDisplayRegistered()
274 DisplayManager.DISPLAY_CATEGORY_PRESENTATION), NAME)); in assertDisplayRegistered()
280 findDisplay(mDisplayManager.getDisplays(), NAME)); in assertDisplayUnregistered()
/frameworks/compile/slang/
Drs_cc_options.cpp39 #define PREFIX(NAME, VALUE) argument
40 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
49 #define PREFIX(NAME, VALUE) const char *const NAME[] = VALUE; argument
50 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
57 #define PREFIX(NAME, VALUE) argument
58 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
61 PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, llvm::opt::Option::KIND##Class, \
/frameworks/rs/rsov/compiler/unit_tests/
DTestRunner.h86 #define RS2SPIRV_TEST_CASE_ADD(NAME, DESCRIPTION) \ argument
87 RS2SPIRV_TEST_CASE_ADD_IMPL(RS2SPIRV_ANONYMOUS(NAME), \
88 RS2SPIRV_ANONYMOUS(NAME), DESCRIPTION)
/frameworks/native/cmds/servicemanager/
Dbinder.c62 #define NAME(n) case n: return #n macro
66 NAME(BR_NOOP); in cmd_name()
67 NAME(BR_TRANSACTION_COMPLETE); in cmd_name()
68 NAME(BR_INCREFS); in cmd_name()
69 NAME(BR_ACQUIRE); in cmd_name()
70 NAME(BR_RELEASE); in cmd_name()
71 NAME(BR_DECREFS); in cmd_name()
72 NAME(BR_TRANSACTION); in cmd_name()
73 NAME(BR_REPLY); in cmd_name()
74 NAME(BR_FAILED_REPLY); in cmd_name()
[all …]
/frameworks/support/navigation/common/src/test/java/androidx/navigation/
DEmptyNavigator.java26 @Navigator.Name(EmptyNavigator.NAME)
28 static final String NAME = "empty"; field in EmptyNavigator
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierIdentifierTest.java43 private static final String NAME = "VZW"; field in CarrierIdentifierTest
112 assertEquals(NAME, mCarrierIdentifier.getCarrierName()); in testCarrierMatch()
136 assertEquals(NAME, mCarrierIdentifier.getCarrierName()); in testCarrierMatchSpnOverride()
154 assertEquals(NAME, mCarrierIdentifier.getCarrierName()); in testCarrierMatchSimAbsent()
184 assertEquals(NAME, mCarrierIdentifier.getCarrierName()); in testCarrierMatchPreferApnChange()
230 NAME, // carrier name in query()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
DVolumeLoader.java38 map.put(Mandelbulb.NAME,null); in VolumeLoader()
39 map.put(Droid.NAME,null); in VolumeLoader()
59 if (name.equals(Mandelbulb.NAME)) { in getVolume()
62 if (name.equals(Droid.NAME)) { in getVolume()
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
DPhotoContract.java35 public static final String NAME = OpenableColumns.DISPLAY_NAME; field
62 PhotoViewColumns.NAME,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DVoiceMailConstants.java44 static final int NAME = 0; field in VoiceMailConstants
60 return data[NAME]; in getCarrierName()
103 data[NAME] = parser.getAttributeValue(null, "carrier"); in loadVoiceMail()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageSetting.java181 proto.write(PackageProto.NAME, (realName != null ? realName : name)); in writeToProto()
191 proto.write(PackageProto.SplitProto.NAME, "base"); in writeToProto()
197 proto.write(PackageProto.SplitProto.NAME, pkg.splitNames[i]); in writeToProto()
/frameworks/base/core/tests/coretests/src/android/content/
DContentQueryMapTest.java63 Settings.System.NAME, in testContentQueryMap()
68 cursor, Settings.System.NAME, true, null); in testContentQueryMap()
/frameworks/base/obex/javax/obex/
DHeaderSet.java61 public static final int NAME = 0x01; field in HeaderSet
310 case NAME: in setHeader()
516 case NAME: in getHeader()
583 out.write(NAME); in getHeaderList()
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerDbHelper.java41 private static final String NAME = "st_sound_model.db"; field in SoundTriggerDbHelper
62 super(context, NAME, null, VERSION); in SoundTriggerDbHelper()
/frameworks/base/core/java/android/util/
DJsonToken.java53 NAME, enumConstant
/frameworks/native/libs/binder/include/binder/
DIInterface.h83 #define IMPLEMENT_META_INTERFACE(INTERFACE, NAME) \ argument
84 const ::android::String16 I##INTERFACE::descriptor(NAME); \
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientAlternatesAdapter.java256 c.getString(Queries.Query.NAME), in processContactEntries()
280 + " NAME : " + c.getString(Queries.Query.NAME) in processContactEntries()
485 defaultDisplayName = original.getString(Query.NAME); in removeUndesiredDestinations()
507 original.getString(Query.NAME), in removeUndesiredDestinations()
519 if (row[Query.NAME] == null) { in removeUndesiredDestinations()
520 row[Query.NAME] = defaultDisplayName; in removeUndesiredDestinations()
574 c.getString(Queries.Query.NAME), in getRecipientEntry()

12345