Home
last modified time | relevance | path

Searched refs:titles (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/jerryscript/tools/
Dupdate-webpage.sh43 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/
Dtest-process-title-threadsafe.c34 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/
Dgtod_latency.c74 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/
Dxlink.rpgle100 * @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/
Dmklicensestables.c78 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/
Dxlink.h118 const xlinkTitle *titles,
141 const xlinkTitle *titles,
/third_party/flutter/glfw/tests/
Dwindows.c38 static const char* titles[] = variable
126 windows[i] = glfwCreateWindow(200, 200, titles[i], NULL, NULL); in main()
/third_party/icu/docs/_sass/color_schemes/
Dlight.scss4 // Increase the side bar width as some of the page titles don't fit in the default size.
/third_party/icu/docs/
DGemfile.lock69 jekyll-titles-from-headings (= 0.5.3)
188 jekyll-titles-from-headings (0.5.3)
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2utils.c191 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/
Dlive_smoketest.dart28 // back button in the demos with these titles.
57 fail('Unrecognized demo titles in _kUnsynchronizedDemosTitles: $_kUnsynchronizedDemoTitles');
/third_party/skia/third_party/externals/microhttpd/doc/
Dfdl-1.3.texi68 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/
Dtext_theme.dart181 /// Typography of titles in standard navigation bars.
188 /// Typography of large titles in sliver navigation bars.
/third_party/freetype/docs/
DDOCGUIDE110 * 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/
DDOCGUIDE110 * 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/
DDOCGUIDE110 * 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/
Dgst-atsc-section.c913 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()
Dgst-atsc-section.h347 GPtrArray *titles; member
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dversions.adoc27 // 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
Dversions.txt27 // 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/
DCOPYING-GFDL66 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/
Dtransitions_perf_test.dart24 // 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/
Dhome.dart143 // 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/
Dnav_bar_test.dart211 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) {
Droute_test.dart81 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);

1234