/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 | 38 #define PREFIX(NAME, VALUE) argument 39 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument 48 #define PREFIX(NAME, VALUE) const char *const NAME[] = VALUE; argument 49 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument 56 #define PREFIX(NAME, VALUE) argument 57 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument 60 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/rs/cpu_ref/linkloader/android/ |
D | test-librsloader.c | 39 #define DEF(NAME, ADDR) \ in find_sym() argument 40 { NAME, sizeof(NAME) - 1, (void *)(&(ADDR)) }, in find_sym()
|
/frameworks/native/cmds/servicemanager/ |
D | binder.c | 60 #define NAME(n) case n: return #n macro 64 NAME(BR_NOOP); in cmd_name() 65 NAME(BR_TRANSACTION_COMPLETE); in cmd_name() 66 NAME(BR_INCREFS); in cmd_name() 67 NAME(BR_ACQUIRE); in cmd_name() 68 NAME(BR_RELEASE); in cmd_name() 69 NAME(BR_DECREFS); in cmd_name() 70 NAME(BR_TRANSACTION); in cmd_name() 71 NAME(BR_REPLY); in cmd_name() 72 NAME(BR_FAILED_REPLY); in cmd_name() [all …]
|
/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/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/core/tests/coretests/src/android/net/ |
D | LinkPropertiesTest.java | 36 private static String NAME = "qmi0"; field in LinkPropertiesTest 87 source.setInterfaceName(NAME); in testEqualsSameOrder() 102 target.setInterfaceName(NAME); in testEqualsSameOrder() 126 target.setInterfaceName(NAME); in testEqualsSameOrder() 139 target.setInterfaceName(NAME); in testEqualsSameOrder() 151 target.setInterfaceName(NAME); in testEqualsSameOrder() 163 target.setInterfaceName(NAME); in testEqualsSameOrder() 184 source.setInterfaceName(NAME); in testEqualsDifferentOrder() 198 target.setInterfaceName(NAME); in testEqualsDifferentOrder()
|
/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 | 60 mHeaderSet.setHeader(HeaderSet.NAME, ""); in BluetoothMasRequestGetMessagesListing() 62 mHeaderSet.setHeader(HeaderSet.NAME, folderName); in BluetoothMasRequestGetMessagesListing()
|
/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/rs/cpu_ref/linkloader/ |
D | main.cpp | 113 #define DEF(NAME, ADDR) \ in find_sym() argument 114 { NAME, sizeof(NAME) - 1, (void *)(ADDR) }, in find_sym()
|
/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 …]
|
D | UiSelector.jd | 884 <A NAME="UiSelector()"></A> 928 <A NAME="checkable(boolean)"></A> 975 <A NAME="checked(boolean)"></A> 1026 <A NAME="childSelector(com.android.uiautomator.core.UiSelector)"></A> 1062 <A NAME="className(java.lang.String)"></A> 1102 <A NAME="className(java.lang.Class<T>)"></A> 1145 <A NAME="classNameMatches(java.lang.String)"></A> 1185 <A NAME="clickable(boolean)"></A> 1235 <A NAME="description(java.lang.String)"></A> 1287 <A NAME="descriptionContains(java.lang.String)"></A> [all …]
|
/frameworks/base/obex/javax/obex/ |
D | HeaderSet.java | 61 public static final int NAME = 0x01; field in HeaderSet 290 case NAME: in setHeader() 472 case NAME: in getHeader() 535 out.write(NAME); in getHeaderList()
|
/frameworks/base/core/java/android/util/ |
D | JsonToken.java | 53 NAME, enumConstant
|
/frameworks/base/keystore/java/android/security/ |
D | AndroidKeyStoreProvider.java | 33 put("KeyStore." + AndroidKeyStore.NAME, AndroidKeyStore.class.getName()); in AndroidKeyStoreProvider()
|
/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/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/base/core/java/android/provider/ |
D | LiveFolders.java | 183 public static final String NAME = "name"; field in LiveFolders
|
/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/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 199 this.where = Settings.NameValueTable.NAME + "=?"; in SqlArguments() 246 String name = values.getAsString(Settings.NameValueTable.NAME); in getUriFor() 530 new String[] { Settings.NameValueTable.NAME, Settings.NameValueTable.VALUE }, in fullyPopulateCache() 561 Settings.NameValueTable.NAME + "=?", in ensureAndroidIdIsSet() 577 values.put(Settings.NameValueTable.NAME, Settings.Secure.ANDROID_ID); in ensureAndroidIdIsSet() 762 values.put(Settings.NameValueTable.NAME, request); in call() 982 checkUserRestrictions(values[i].getAsString(Settings.Secure.NAME), callingUser); in bulkInsert() 1020 … String where = Settings.Secure.NAME + "=\'" + Settings.Secure.LOCATION_PROVIDERS_ALLOWED + "\'"; in parseProviderList() 1096 String name = initialValues.getAsString(Settings.Secure.NAME); in insertForUser() 1205 checkUserRestrictions(initialValues.getAsString(Settings.Secure.NAME), callingUser); in update() [all …]
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/ |
D | BluetoothPbapRequestPullVcardListingSize.java | 34 mHeaderSet.setHeader(HeaderSet.NAME, folder); in BluetoothPbapRequestPullVcardListingSize()
|
D | BluetoothPbapRequestPullPhoneBookSize.java | 34 mHeaderSet.setHeader(HeaderSet.NAME, pbName); in BluetoothPbapRequestPullPhoneBookSize()
|