/frameworks/compile/libbcc/tests/debuginfo/ |
D | build_test_apk.sh | 23 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/compile/slang/ |
D | rs_cc_options.cpp | 39 #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/base/core/tests/coretests/src/android/hardware/display/ |
D | VirtualDisplayTest.java | 55 private static final String NAME = TAG; field in VirtualDisplayTest 113 VirtualDisplay virtualDisplay = mDisplayManager.createVirtualDisplay(NAME, in testPrivateVirtualDisplay() 136 VirtualDisplay virtualDisplay = mDisplayManager.createVirtualDisplay(NAME, in testPrivatePresentationVirtualDisplay() 164 VirtualDisplay virtualDisplay = mDisplayManager.createVirtualDisplay(NAME, in testPublicPresentationVirtualDisplay() 217 VirtualDisplay virtualDisplay = mDisplayManager.createVirtualDisplay(NAME, in testSecurePublicPresentationVirtualDisplay() 255 assertEquals("display name must match supplied name", NAME, display.getName()); in assertDisplayRegistered() 263 findDisplay(mDisplayManager.getDisplays(), NAME)); in assertDisplayRegistered() 268 DisplayManager.DISPLAY_CATEGORY_PRESENTATION), NAME)); in assertDisplayRegistered() 272 DisplayManager.DISPLAY_CATEGORY_PRESENTATION), NAME)); in assertDisplayRegistered() 278 findDisplay(mDisplayManager.getDisplays(), NAME)); in assertDisplayUnregistered()
|
/frameworks/native/cmds/servicemanager/ |
D | binder.c | 61 #define NAME(n) case n: return #n macro 65 NAME(BR_NOOP); in cmd_name() 66 NAME(BR_TRANSACTION_COMPLETE); in cmd_name() 67 NAME(BR_INCREFS); in cmd_name() 68 NAME(BR_ACQUIRE); in cmd_name() 69 NAME(BR_RELEASE); in cmd_name() 70 NAME(BR_DECREFS); in cmd_name() 71 NAME(BR_TRANSACTION); in cmd_name() 72 NAME(BR_REPLY); in cmd_name() 73 NAME(BR_FAILED_REPLY); in cmd_name() [all …]
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/ |
D | VolumeLoader.java | 38 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/ |
D | PhotoContract.java | 35 public static final String NAME = OpenableColumns.DISPLAY_NAME; field 62 PhotoViewColumns.NAME,
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManager.java | 111 addProfile(mHidProfile, HidProfile.NAME, in LocalBluetoothProfileManager() 115 addPanProfile(mPanProfile, PanProfile.NAME, in LocalBluetoothProfileManager() 121 addProfile(mMapProfile, MapProfile.NAME, in LocalBluetoothProfileManager() 144 addProfile(mA2dpProfile, A2dpProfile.NAME, in updateLocalProfiles() 158 addProfile(mHeadsetProfile, HeadsetProfile.NAME, in updateLocalProfiles() 171 mProfileNameMap.put(OppProfile.NAME, mOppProfile); in updateLocalProfiles()
|
D | OppProfile.java | 30 static final String NAME = "OPP"; field in OppProfile 71 return NAME; in toString()
|
D | PbapServerProfile.java | 40 static final String NAME = "PBAP Server"; field in PbapServerProfile 118 return NAME; in toString()
|
D | PanProfile.java | 46 static final String NAME = "PAN"; field in PanProfile 121 return NAME; in toString()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | VoiceMailConstants.java | 44 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/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | SettingsProviderTest.java | 44 Settings.NameValueTable.NAME, Settings.NameValueTable.VALUE 241 firstValues.put(Settings.NameValueTable.NAME, FAKE_SETTING_NAME); in toTestBulkInsertViaProviderApiForType() 247 secondValues.put(Settings.NameValueTable.NAME, FAKE_SETTING_NAME_1); in toTestBulkInsertViaProviderApiForType() 253 thirdValues.put(Settings.NameValueTable.NAME, FAKE_SETTING_NAME_2); in toTestBulkInsertViaProviderApiForType() 427 final int nameColumnIdx = cursor.getColumnIndex(Settings.NameValueTable.NAME); in queryAllSettingsViaProviderApiSettingAndAssertSettingPresent()
|
D | BaseSettingsProviderTest.java | 48 Settings.NameValueTable.NAME, Settings.NameValueTable.VALUE 120 values.put(Settings.NameValueTable.NAME, name); in insertStringViaProviderApi() 134 values.put(Settings.NameValueTable.NAME, name); in updateStringViaProviderApiSetting()
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMasRequestPushMessage.java | 40 mHeaderSet.setHeader(HeaderSet.NAME, folder); in BluetoothMasRequestPushMessage() 57 String handle = (String) headerset.getHeader(HeaderSet.NAME); in readResponseHeaders()
|
D | BluetoothMasRequestGetMessagesListing.java | 59 mHeaderSet.setHeader(HeaderSet.NAME, ""); in BluetoothMasRequestGetMessagesListing() 61 mHeaderSet.setHeader(HeaderSet.NAME, folderName); in BluetoothMasRequestGetMessagesListing()
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | UiDevice.jd | 1257 <A NAME="clearLastTraversedText()"></A> 1287 <A NAME="click(int, int)"></A> 1333 <A NAME="drag(int, int, int, int, int)"></A> 1392 <A NAME="dumpWindowHierarchy(java.lang.String)"></A> 1422 <A NAME="freezeRotation()"></A> 1465 <A NAME="getCurrentActivityName()"></A> 1502 <A NAME="getCurrentPackageName()"></A> 1535 <A NAME="getDisplayHeight()"></A> 1569 <A NAME="getDisplayRotation()"></A> 1596 <A NAME="getDisplaySizeDp()"></A> [all …]
|
D | UiObject.jd | 1169 <A NAME="FINGER_TOUCH_HALF_WIDTH"></A> 1207 <A NAME="SWIPE_MARGIN_LIMIT"></A> 1245 <A NAME="WAIT_FOR_EVENT_TMEOUT"></A> 1288 <A NAME="WAIT_FOR_SELECTOR_POLL"></A> 1326 <A NAME="WAIT_FOR_SELECTOR_TIMEOUT"></A> 1369 <A NAME="WAIT_FOR_WINDOW_TMEOUT"></A> 1419 <A NAME="UiObject(com.android.uiautomator.core.UiSelector)"></A> 1464 <A NAME="clearTextField()"></A> 1516 <A NAME="click()"></A> 1560 <A NAME="clickAndWaitForNewWindow(long)"></A> [all …]
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentQueryMapTest.java | 61 Settings.System.NAME, in testContentQueryMap() 66 cursor, Settings.System.NAME, true, null); in testContentQueryMap()
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | LinkPropertiesTest.java | 43 private static String NAME = "qmi0"; field in LinkPropertiesTest 94 source.setInterfaceName(NAME); in testEqualsSameOrder() 109 target.setInterfaceName(NAME); in testEqualsSameOrder() 133 target.setInterfaceName(NAME); in testEqualsSameOrder() 146 target.setInterfaceName(NAME); in testEqualsSameOrder() 158 target.setInterfaceName(NAME); in testEqualsSameOrder() 170 target.setInterfaceName(NAME); in testEqualsSameOrder() 191 source.setInterfaceName(NAME); in testEqualsDifferentOrder() 205 target.setInterfaceName(NAME); in testEqualsDifferentOrder()
|
/frameworks/base/obex/javax/obex/ |
D | HeaderSet.java | 61 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/docs/html/guide/topics/ui/ |
D | binding.jd | 29 People._ID, People.NAME 40 new String[] {People.NAME}, // Map the NAME column in the
|
/frameworks/native/include/binder/ |
D | IInterface.h | 83 #define IMPLEMENT_META_INTERFACE(INTERFACE, NAME) \ argument 84 const android::String16 I##INTERFACE::descriptor(NAME); \
|
/frameworks/base/core/java/android/util/ |
D | JsonToken.java | 53 NAME, enumConstant
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientAlternatesAdapter.java | 254 c.getString(Queries.Query.NAME), in processContactEntries() 278 + " NAME : " + c.getString(Queries.Query.NAME) in processContactEntries() 474 defaultDisplayName = original.getString(Query.NAME); in removeUndesiredDestinations() 496 original.getString(Query.NAME), in removeUndesiredDestinations() 508 if (row[Query.NAME] == null) { in removeUndesiredDestinations() 509 row[Query.NAME] = defaultDisplayName; in removeUndesiredDestinations() 563 c.getString(Queries.Query.NAME), in getRecipientEntry()
|
/frameworks/base/core/java/android/provider/ |
D | Contacts.java | 246 public static final String NAME = "name"; field 411 public static final String DEFAULT_SORT_ORDER = People.NAME + " ASC"; 510 Groups.NAME + "=?", new String[] { groupName }, null); in addToGroup() 759 public static final String NAME = "name"; field 837 public static final String DEFAULT_SORT_ORDER = NAME + " ASC"; 1906 public static final String NAME = "name"; field 2221 public static final String NAME = ContactsContract.Intents.Insert.NAME; field in Contacts.Intents.Insert
|