/third_party/jerryscript/tools/ |
D | update-webpage.sh | 43 declare -A titles 45 titles[$GETTING_STARTED_MD]="Getting Started" 46 titles[$CONFIGURATION_MD]="Configuration" 47 titles[$API_REFERENCE_MD]="API Reference" 48 titles[$API_EXAMPLES_MD]="API Examples" 49 titles[$INTERNALS_MD]="Internals" 50 titles[$PORT_API_MD]="Port API" 51 titles[$REFERENCE_COUNTING_MD]="Reference Counting" 52 titles[$DEBUGGER_MD]="Debugger" 53 titles[$CODING_STANDARDS_MD]="Coding Standards" [all …]
|
/third_party/libuv/test/ |
D | test-process-title-threadsafe.c | 34 static const char* titles[] = { variable 59 0 == strncmp(buffer, titles[0], len) || in getter_thread_body() 60 0 == strncmp(buffer, titles[1], len) || in getter_thread_body() 61 0 == strncmp(buffer, titles[2], len) || in getter_thread_body() 62 0 == strncmp(buffer, titles[3], len)); in getter_thread_body() 73 ASSERT(0 == uv_set_process_title(titles[0])); in setter_thread_body() 74 ASSERT(0 == uv_set_process_title(titles[1])); in setter_thread_body() 75 ASSERT(0 == uv_set_process_title(titles[2])); in setter_thread_body() 76 ASSERT(0 == uv_set_process_title(titles[3])); in setter_thread_body() 92 ASSERT(0 == uv_set_process_title(titles[0])); in TEST_IMPL()
|
/third_party/ltp/testcases/realtime/func/gtod_latency/ |
D | gtod_latency.c | 74 char *titles[] = { "scatter plot", variable 145 titles[SCATTER_TITLE] = argv[++i]; in stats_cmdline() 154 titles[HIST_TITLE] = argv[++i]; in stats_cmdline() 336 stats_container_save(filenames[SCATTER_FILENAME], titles[SCATTER_TITLE], in main() 339 stats_container_save(filenames[HIST_FILENAME], titles[HIST_TITLE], in main()
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xlink.rpgle | 100 * @nbTitles: the number of titles detected on the link 101 * @title: array of titles detected on the link 102 * @langs: array of xml:lang values for the titles 116 * @nbTitles: the number of titles detected on the link 117 * @title: array of titles detected on the link 118 * @langs: array of xml:lang values for the titles
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | mklicensestables.c | 78 GHashTable *titles; member 342 if (license->titles == NULL) { in parse_text() 343 license->titles = g_hash_table_new (g_str_hash, g_str_equal); in parse_text() 345 g_hash_table_insert (license->titles, (gpointer) license->cur_lang, in parse_text() 656 en = g_hash_table_lookup (license->titles, "en"); in write_translations_dictionary() 663 trans = create_translation_dict (license->titles, en); in write_translations_dictionary() 761 g_assert (g_hash_table_size (license->titles) <= in main() 762 g_hash_table_size (source->titles)); in main() 791 if (license->titles == NULL) in main() 823 title_en = g_hash_table_lookup (license->titles, "en"); in main()
|
/third_party/libxml2/include/libxml/ |
D | xlink.h | 118 const xlinkTitle *titles, 141 const xlinkTitle *titles,
|
/third_party/flutter/glfw/tests/ |
D | windows.c | 38 static const char* titles[] = variable 126 windows[i] = glfwCreateWindow(200, 200, titles[i], NULL, NULL); in main()
|
/third_party/icu/docs/_sass/color_schemes/ |
D | light.scss | 4 // Increase the side bar width as some of the page titles don't fit in the default size.
|
/third_party/icu/docs/ |
D | Gemfile.lock | 69 jekyll-titles-from-headings (= 0.5.3) 188 jekyll-titles-from-headings (0.5.3)
|
/third_party/gstreamer/gstplugins_bad/ext/lv2/ |
D | gstlv2utils.c | 191 LilvNodes *titles; in gst_lv2_get_preset_names() local 194 titles = in gst_lv2_get_preset_names() 197 if (titles) { in gst_lv2_get_preset_names() 198 const LilvNode *title = lilv_nodes_get_first (titles); in gst_lv2_get_preset_names() 202 lilv_nodes_free (titles); in gst_lv2_get_preset_names()
|
/third_party/flutter/flutter/examples/flutter_gallery/test/ |
D | live_smoketest.dart | 28 // back button in the demos with these titles. 57 fail('Unrecognized demo titles in _kUnsynchronizedDemosTitles: $_kUnsynchronizedDemoTitles');
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | fdl-1.3.texi | 68 The ``Invariant Sections'' are certain Secondary Sections whose titles 260 unaltered in their text and in their titles. Section numbers 261 or the equivalent are not considered part of the section titles. 278 of these sections as invariant. To do this, add their titles to the 280 These titles must be distinct from any other section titles. 318 Make the same adjustment to the section titles in the list of 488 with the Invariant Sections being @var{list their titles}, with
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | text_theme.dart | 181 /// Typography of titles in standard navigation bars. 188 /// Typography of large titles in sliver navigation bars.
|
/third_party/freetype/docs/ |
D | DOCGUIDE | 110 * Use appropriate uppercasing in titles. Refer 135 based on section titles, sub-section names, and tags. However, if a 139 * Sub-section titles are `H2`.
|
/third_party/flutter/skia/third_party/externals/freetype/docs/ |
D | DOCGUIDE | 110 * Use appropriate uppercasing in titles. Refer 135 based on section titles, sub-section names, and tags. However, if a 139 * Sub-section titles are `H2`.
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | DOCGUIDE | 110 * Use appropriate uppercasing in titles. Refer 135 based on section titles, sub-section names, and tags. However, if a 139 * Sub-section titles are `H2`.
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/ |
D | gst-atsc-section.c | 913 copy->titles = g_ptr_array_ref (event->titles); in _gst_mpegts_atsc_eit_event_copy() 922 if (event->titles) in _gst_mpegts_atsc_eit_event_free() 923 g_ptr_array_unref (event->titles); in _gst_mpegts_atsc_eit_event_free() 1013 event->titles = _parse_atsc_mult_string (data, text_length); in _parse_atsc_eit()
|
D | gst-atsc-section.h | 347 GPtrArray *titles; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | versions.adoc | 27 // Unfortunately we cannot include titles in an open refpage block, so this 134 // Unfortunately we cannot include titles in an open refpage block, so this 313 // Unfortunately we cannot include titles in an open refpage block, so this 414 // Unfortunately we cannot include titles in an open refpage block, so this
|
D | versions.txt | 27 // Unfortunately we cannot include titles in an open refpage block, so this 204 // Unfortunately we cannot include titles in an open refpage block, so this 306 // Unfortunately we cannot include titles in an open refpage block, so this
|
/third_party/elfutils/doc/ |
D | COPYING-GFDL | 66 The "Invariant Sections" are certain Secondary Sections whose titles 232 unaltered in their text and in their titles. Section numbers 233 or the equivalent are not considered part of the section titles. 243 of these sections as invariant. To do this, add their titles to the 245 These titles must be distinct from any other section titles. 283 Make the same adjustment to the section titles in the list of
|
/third_party/flutter/flutter/examples/flutter_gallery/test_driver/ |
D | transitions_perf_test.dart | 24 // These names must match GalleryItem titles from kAllGalleryDemos 48 // These names must match GalleryItem titles from kAllGalleryDemos
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/animation/ |
D | home.dart | 143 // Arrange the section titles, indicators, and cards. The cards are only included when 147 // The layout of the section cards, titles, and indicators is defined by the 161 // defined by tCollapsed. As tCollapsed increases the titles spread out 197 // When tCollapsed > 0 the titles spread apart
|
/third_party/flutter/flutter/packages/flutter/test/cupertino/ |
D | nav_bar_test.dart | 211 testWidgets('No slivers with no large titles', (WidgetTester tester) async { 302 List<Element> titles = tester.elementList(find.text('Title')) 310 Iterable<double> opacities = titles.map<double>((Element element) { 327 titles = tester.elementList(find.text('Title')) 335 opacities = titles.map<double>((Element element) {
|
D | route_test.dart | 81 final List<Element> titles = tester.elementList(find.text('An iPod')) 91 final Iterable<double> opacities = titles.map<double>((Element element) { 104 tester.getTopLeft(find.byWidget(titles[1].widget)), 110 expect(tester.getCenter(find.byWidget(titles[0].widget)).dx, 400.0);
|