/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/ |
D | SimpleProperties.java.txt | 22 * Property ID of {@code boolean}. 27 * Property ID of {@code byte}. 32 * Property ID of {@code char}. 37 * Property ID of {@code color}. 42 * Property ID of {@code double}. 47 * Property ID of {@code float}. 52 * Property ID of {@code gravity}. 57 * Property ID of {@code int}. 62 * Property ID of {@code long}. 67 * Property ID of {@code object}. [all …]
|
/frameworks/compile/mclinker/lib/LD/ |
D | DiagnosticInfos.cpp | 27 uint16_t ID; member 37 bool operator<(const DiagStaticInfo& pRHS) const { return (ID < pRHS.ID); } in operator <() 91 if (result == (static_info + info_size) || result->ID != pID) in getDiagInfo() 115 unsigned int ID = info.getID(); in process() local 118 const DiagStaticInfo* static_info = getDiagInfo(ID); in process() 122 switch (ID) { in process()
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 66 // A package ID in the range [0x00, 0xff]. 73 // The package ID of this package, in the range [0x00, 0xff]. 74 // - ID 0x00 is reserved for shared libraries, or when the ID is assigned at run-time. 75 // - ID 0x01 is reserved for the 'android' package (framework). 76 // - ID range [0x02, 0x7f) is reserved for auto-assignment to shared libraries at run-time. 77 // - ID 0x7f is reserved for the application package. 79 // This may not be set if no ID was assigned. 89 // A type ID in the range [0x01, 0xff]. 97 // The ID of the type. This may not be set if no ID was assigned. 187 // An entry ID in the range [0x0000, 0xffff]. [all …]
|
D | readme.md | 61 will automatically convert any 'id' resource references from the resource ID 0xPPTTEEEE to 64 a resource ID by assuming it is larger than 0. In Java, a resource ID with package ID greater 68 Rewriting these resource IDs to use the package ID 7F while maintaining their definitions under 69 the original package ID is safe. Collisions against the base APK are checked to ensure these 82 AAPT and AAPT2 always generate a simple value for the type `ID`, so it is unclear how some 94 - Add ability to specify package ID to compile with for regular apps (not shared or static libs). 95 This package ID is limited to the range 0x7f-0xff inclusive. Specified with the --package-id
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | BugreportReceiverTest.java | 135 private static final int ID = 108; field in BugreportReceiverTest 256 sendBugreportFinishedAndGetSharedIntent(ID, mPlainTextPath, mScreenshotPath); in testProgress() 257 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FILE, in testProgress() 290 sendBugreportFinished(ID, mPlainTextPath, mScreenshotPath); in testProgress_takeExtraScreenshot() 292 Bundle extras = acceptBugreportAndGetSharedIntent(ID); in testProgress_takeExtraScreenshot() 293 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FILE, in testProgress_takeExtraScreenshot() 306 sendBugreportFinished(ID, mPlainTextPath, NO_SCREENSHOT); in testScreenshotFinishesAfterBugreport() 307 waitShareNotification(ID); in testScreenshotFinishesAfterBugreport() 312 Bundle extras = acceptBugreportAndGetSharedIntent(ID); in testScreenshotFinishesAfterBugreport() 313 assertActionSendMultiple(extras, BUGREPORT_CONTENT, NO_SCREENSHOT, ID, PID, ZIP_FILE, in testScreenshotFinishesAfterBugreport() [all …]
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriterPass.cpp | 26 static char ID; // Pass identification, replacement for typeid member in __anona28623180111::WriteBitcodePass 28 : ModulePass(ID), OS(o) {} in WriteBitcodePass() 40 char WriteBitcodePass::ID = 0; member in WriteBitcodePass
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriterPass.cpp | 26 static char ID; // Pass identification, replacement for typeid member in __anon6fe5275e0111::WriteBitcodePass 28 : ModulePass(ID), OS(o) {} in WriteBitcodePass() 40 char WriteBitcodePass::ID = 0; member in WriteBitcodePass
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriterPass.cpp | 26 static char ID; // Pass identification, replacement for typeid member in __anon13c05a690111::WriteBitcodePass 28 : ModulePass(ID), OS(o) {} in WriteBitcodePass() 40 char WriteBitcodePass::ID = 0; member in WriteBitcodePass
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | SecurityEventTest.java | 16 private static long ID = 549; field in SecurityEventTest 20 SecurityEvent event = buildSecurityEvents(1 /* generate a single event */, ID).get(0); in testSecurityEventId() 21 assertEquals(ID, event.getId()); in testSecurityEventId() 28 SecurityEvent event = buildSecurityEvents(1 /* generate a single event */, ID).get(0); in testSecurityEventParceling()
|
/frameworks/base/core/proto/android/os/ |
D | ps.proto | 35 // Process ID number. 38 // spid). This value may also appear as: a process ID (pid); a process 39 // group ID (pgrp); a session ID for the session leader (sid); a thread 40 // group ID for the thread group leader (tgid); and a tty process group 41 // ID for the process group leader (tpgid). 43 // Parent process ID.
|
/frameworks/compile/libbcc/lib/ |
D | RSScreenFunctionsPass.cpp | 35 static char ID; member in __anon51d9eca10111::RSScreenFunctionsPass 68 : ModulePass (ID) { in RSScreenFunctionsPass() 99 char RSScreenFunctionsPass::ID = 0; member in RSScreenFunctionsPass
|
D | RSIsThreadablePass.cpp | 36 static char ID; member in __anon3e870bb00111::RSIsThreadablePass 93 : ModulePass (ID) { in RSIsThreadablePass() 126 char RSIsThreadablePass::ID = 0; member in RSIsThreadablePass
|
D | RSInvariant.cpp | 66 static char ID; member in __anonede6b49d0111::RSInvariantPass 68 RSInvariantPass() : FunctionPass(ID), EmptyMDNode(nullptr) { } in RSInvariantPass() 141 char RSInvariantPass::ID = 0; member in __anonede6b49d0111::RSInvariantPass
|
D | RSX86TranslateGEPPass.cpp | 39 static char ID; member in __anon3ddb64d80111::RSX86TranslateGEPPass 127 : FunctionPass (ID), DL(X86_CUSTOM_DL_STRING) { in RSX86TranslateGEPPass() 172 char RSX86TranslateGEPPass::ID = 0; member in RSX86TranslateGEPPass
|
D | RSEmbedInfo.cpp | 53 static char ID; member in __anon130bd8ba0111::RSEmbedInfoPass 60 : ModulePass(ID), in RSEmbedInfoPass() 217 char RSEmbedInfoPass::ID = 0; member in RSEmbedInfoPass
|
D | RSX86CallConvPass.cpp | 167 static char ID; member in __anon8ae412400111::RSX86_64CallConvPass 170 : ModulePass (ID) { in RSX86_64CallConvPass() 211 char RSX86_64CallConvPass::ID = 0; member in RSX86_64CallConvPass
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 17 30001 am_finish_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3) 21 30003 am_new_intent (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3… 23 30004 am_create_task (User|1|5),(Task ID|1|5) 25 30005 am_create_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME T… 27 30006 am_restart_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3) 29 30007 am_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3) 51 30018 am_destroy_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3) 53 30019 am_relaunch_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3) 55 30020 am_relaunch_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3) 138 30061 am_remove_task (Task ID|1|5), (Stack ID|1|5)
|
/frameworks/layoutlib/bridge/tests/src/android/content/res/ |
D | Resources_DelegateTest.java | 51 assertResourceUrl("package", "name", ResourceType.ID, in resourceUrlFromName() 53 assertResourceUrl("package", "name", ResourceType.ID, in resourceUrlFromName() 66 assertResourceUrl("p1", "r1", ResourceType.ID, in resourceUrlFromName()
|
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/ |
D | Protocol.java | 41 public static final int ID = 1; field in Protocol.DisplaySinkService 54 public static final int ID = 2; field in Protocol.DisplaySourceService
|
/frameworks/rs/ |
D | spec.l | 10 ID [a-zA-Z_][a-zA-Z0-9_]* 61 {ID} { 164 <var_type>{ID} { 175 <api_entry_param>{ID} {
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagnosticEngine.h | 98 State() : numArgs(0), ID(-1), severity(None), file(NULL) {} in State() 103 ID = -1; in reset() 113 uint16_t ID; member
|
/frameworks/compile/slang/StripUnkAttr/ |
D | strip_unknown_attributes_pass.cpp | 22 StripUnknownAttributes::StripUnknownAttributes() : ModulePass(ID) { in StripUnknownAttributes() 45 char StripUnknownAttributes::ID = 0; member in slang::StripUnknownAttributes
|
/frameworks/compile/libbcc/tools/bcc_strip_attr/ |
D | bcc_strip_attr.cpp | 49 static char ID; member in __anonce03e55b0111::StripAttributes 51 StripAttributes() : ModulePass(ID) { in StripAttributes() 91 char StripAttributes::ID = 0; member in StripAttributes
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
D | voMem.h | 52 #define voMemAlloc(pBuff, pMemOP, ID, nSize) \ argument 56 (pMemOP)->Alloc(ID, &voMemInfo); \
|
/frameworks/compile/slang/ |
D | rs_cc_options.cpp | 40 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument 42 OPT_##ID, 50 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ 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, \
|