/development/vndk/tools/header-checker/src/utils/ |
D | command_line_utils.cpp | 28 const llvm::cl::OptionCategory &category) { in IsOptionInCategory() argument 31 auto iter = std::find(categories.begin(), categories.end(), &category); in IsOptionInCategory() 37 const llvm::cl::OptionCategory &category) { in HideIrrelevantCommandLineOptions() argument 40 if (IsOptionInCategory(*p.second, category)) { in HideIrrelevantCommandLineOptions()
|
D | command_line_utils.h | 26 void HideIrrelevantCommandLineOptions(const llvm::cl::OptionCategory &category);
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | ContentActivity.java | 36 int category = extras.getInt("category"); in onCreate() local 39 frag.updateContentAndRecycleBitmap(category, position); in onCreate()
|
D | ContentFragment.java | 251 int category = -1; in processDrop() local 254 category = Integer.parseInt(tokenizer.nextToken()); in processDrop() 259 updateContentAndRecycleBitmap(category, entryId); in processDrop() 276 void updateContentAndRecycleBitmap(int category, int position) { in updateContentAndRecycleBitmap() argument 277 mCategory = category; in updateContentAndRecycleBitmap() 292 mBitmap = Directory.getCategory(category).getEntry(position) in updateContentAndRecycleBitmap()
|
D | TitlesFragment.java | 57 public void onItemSelected(int category, int position); in onItemSelected() argument 147 public void populateTitles(int category) { in populateTitles() argument 148 DirectoryCategory cat = Directory.getCategory(category); in populateTitles() 155 mCategory = category; in populateTitles()
|
D | MainActivity.java | 324 public void onItemSelected(int category, int position) { in onItemSelected() argument 329 intent.putExtra("category", category); in onItemSelected() 337 frag.updateContentAndRecycleBitmap(category, position); in onItemSelected()
|
/development/vndk/tools/header-checker/src/dumper/ |
D | diagnostic_consumer.cpp | 62 unsigned category = clang::DiagnosticIDs::getCategoryNumberForDiag(id); in HandleDiagnostic() local 63 if (category == clang::diag::DiagCat_Semantic_Issue) { in HandleDiagnostic()
|
/development/vndk/tools/header-checker/utils/ |
D | create_reference_dumps.py | 41 def get_ref_dump_dir_stem(ref_dump_dir, category, chosen_vndk_version, argument 43 return os.path.join(ref_dump_dir, category, chosen_vndk_version, 66 for category in ('ndk', 'platform', 'vndk'): 68 ref_dump_dir, category, chosen_vndk_version, binder_bitness,
|
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/ |
D | OtherMetadataFragment.java | 178 private Notification createNotification(Priority priority, Category category, Uri contactUri) { in createNotification() argument 183 .setCategory(category.value) in createNotification() 184 .setContentText(String.format("Category %s, Priority %s", category.value, in createNotification() 204 private void showNotificationClicked(Priority priority, Category category, Uri contactUri) { in showNotificationClicked() argument 209 category, contactUri)); in showNotificationClicked()
|
/development/samples/browseable/LNotifications/ |
D | _index.jd | 9 are used such as Heads-Up notifications, visibility, people, category and priority
|
/development/samples/IntentPlayground/src/com/example/android/intentplayground/ |
D | IntentBuilderView.java | 176 for (String category : categories.keySet()) { in fillCheckBoxLayout() 180 categoryView.setText(category); in fillCheckBoxLayout() 182 for (String item : categories.get(category)) { in fillCheckBoxLayout()
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | Monkey.java | 1054 String category = mMainCategories.get(i); in getMainApps() local 1055 if (category.length() > 0) { in getMainApps() 1056 intent.addCategory(category); in getMainApps() 1061 Logger.err.println("// Warning: no activities found for category " + category); in getMainApps() 1065 Logger.out.println("// Selecting main activities from category " + category); in getMainApps()
|
/development/tools/labpretest/ |
D | labpretest.sh | 569 … com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignor…
|
/development/tools/logblame/ |
D | sample.txt | 550 START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.… 739 START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=… 1006 START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.… 1095 START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=… 1297 START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.… 2072 START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=… 2291 START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.… 2377 START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=… 2565 START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.… 2663 START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=… [all …]
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 962 typical - j. exhibiting the qualities or characteristics that identify a group or kind or category
|