/external/skia/tests/ |
D | ImageCacheTest.cpp | 17 static const int DIM = 256; variable 27 make_bm(&bm[i], DIM, DIM); in test_cache() 36 make_bm(&tmp, DIM, DIM); in test_cache() 59 make_bm(&tmp, DIM, DIM); in test_cache() 89 static const size_t defLimit = DIM * DIM * 4 * COUNT + 1024; // 1K slop in DEF_TEST()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | sort.c | 867 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) } macro 870 DIM(SORT_PID, "pid", sort_thread), 871 DIM(SORT_COMM, "comm", sort_comm), 872 DIM(SORT_DSO, "dso", sort_dso), 873 DIM(SORT_SYM, "symbol", sort_sym), 874 DIM(SORT_PARENT, "parent", sort_parent), 875 DIM(SORT_CPU, "cpu", sort_cpu), 876 DIM(SORT_SRCLINE, "srcline", sort_srcline), 877 DIM(SORT_LOCAL_WEIGHT, "local_weight", sort_local_weight), 878 DIM(SORT_GLOBAL_WEIGHT, "weight", sort_global_weight), [all …]
|
/external/skia/bench/ |
D | ImageCacheBench.cpp | 16 DIM = 1, enumerator 21 fBM.allocN32Pixels(DIM, DIM); in ImageCacheBench()
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | Frame.java | 96 static final int DIM = 0xF0000000; field in Frame 755 } else if ((t & (DIM | BASE_KIND)) == UNINITIALIZED) { in init() 763 int dim = u & DIM; in init() 1264 dim = s & DIM; in merge() 1311 dim = s & DIM; in merge() 1351 if ((t & ~DIM) == NULL) { in merge() 1363 if ((u & BASE_KIND) == OBJECT || (u & DIM) != 0) { in merge() 1368 } else if ((t & (DIM | BASE_KIND)) == (u & (DIM | BASE_KIND))) { in merge() 1373 v = (t & DIM) | OBJECT in merge() 1380 } else if ((t & BASE_KIND) == OBJECT || (t & DIM) != 0) { in merge() [all …]
|
/external/chromium_org/third_party/skia/tests/ |
D | ImageCacheTest.cpp | 42 static const int DIM = 256; variable 84 static const size_t defLimit = DIM * DIM * 4 * COUNT + 1024; // 1K slop in DEF_TEST()
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
D | omnibox_provider.cc | 31 if (styles & ACMatchClassification::DIM) in ACMatchStyleToTagStyle() 32 tag_styles |= SearchResult::Tag::DIM; in ACMatchStyleToTagStyle()
|
D | search_webstore_result.cc | 33 details_tags.push_back(Tag(SearchResult::Tag::DIM, 0, details.length())); in SearchWebstoreResult()
|
/external/chromium_org/athena/main/ |
D | url_search_provider.cc | 116 if (styles & ACMatchClassification::DIM) in ACMatchStyleToTagStyle() 117 tag_styles |= app_list::SearchResult::Tag::DIM; in ACMatchStyleToTagStyle()
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_texfetch.c | 82 #define DIM 1 macro 85 #define DIM 2 macro 88 #define DIM 3 macro
|
D | s_texfetch_tmp.h | 43 #if DIM == 1 50 #elif DIM == 2 58 #elif DIM == 3 1571 #undef DIM
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfetch.c | 82 #define DIM 1 macro 85 #define DIM 2 macro 88 #define DIM 3 macro
|
D | s_texfetch_tmp.h | 43 #if DIM == 1 50 #elif DIM == 2 58 #elif DIM == 3 1571 #undef DIM
|
/external/chromium_org/ui/app_list/ |
D | search_result.h | 44 DIM = 1 << 2, enumerator
|
/external/chromium_org/components/omnibox/ |
D | autocomplete_match.h | 61 DIM = 1 << 2, // "Helper text" enumerator
|
D | keyword_provider.cc | 433 ACMatchClassification(0, ACMatchClassification::DIM)); in FillInURLAndContents()
|
/external/chromium_org/ui/app_list/cocoa/ |
D | apps_search_results_controller_unittest.mm | 173 test_tags.push_back(SearchResult::Tag(SearchResult::Tag::DIM, 3, 4)); 177 SearchResult::Tag::DIM, 5, 6));
|
/external/chromium_org/build/android/gyp/ |
D | javac.py | 32 warning_color = ['full_message', colorama.Fore.YELLOW + colorama.Style.DIM]
|
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/ |
D | webstore_result.cc | 193 details_tags.push_back(Tag(SearchResult::Tag::DIM, 0, details.length())); in SetDefaultDetails()
|
/external/chromium_org/chrome/browser/extensions/api/omnibox/ |
D | omnibox_unittest.cc | 23 const int kDim = ACMatchClassification::DIM;
|
D | omnibox_api_browsertest.cc | 124 EXPECT_EQ(ACMatchClassification::DIM, in IN_PROC_BROWSER_TEST_F()
|
/external/llvm/utils/lit/lit/ |
D | ProgressBar.py | 62 DIM = '' #: Turn on half-bright mode variable in TerminalController
|
/external/chromium_org/ash/shell/ |
D | app_list.cc | 185 details_tags.push_back(Tag(Tag::DIM, 0, details.length())); in ExampleSearchResult()
|
/external/libpcap/msdos/ |
D | pktdrvr.c | 34 #define DIM(x) (sizeof((x)) / sizeof(x[0])) macro 241 if (errNum < 0 || errNum >= DIM(errStr)) in PktGetErrorStr() 300 if (mode > DIM(modeStr)) in PktRXmodeStr()
|
/external/clang/test/CodeGenObjC/ |
D | arc.m | 502 // CHECK-NEXT: [[DIM:%.*]] = zext i32 [[T0]] to i64 509 // CHECK-NEXT: [[VLA:%.*]] = alloca i8*, i64 [[DIM]], align 16 513 // CHECK-NEXT: [[T1:%.*]] = mul nuw i64 [[DIM]], 8 517 // CHECK-NEXT: [[END:%.*]] = getelementptr inbounds i8** [[VLA]], i64 [[DIM]] 543 // CHECK-NEXT: [[DIM:%.*]] = zext i32 [[T0]] to i64 550 // CHECK-NEXT: [[T0:%.*]] = mul nuw i64 2, [[DIM]] 555 // CHECK-NEXT: [[T1:%.*]] = mul nuw i64 2, [[DIM]] 560 // CHECK-NEXT: [[T0:%.*]] = mul nuw i64 2, [[DIM]]
|
/external/chromium_org/ui/app_list/views/ |
D | search_result_view.cc | 56 if (it->styles & SearchResult::Tag::DIM) in CreateRenderText()
|