Home
last modified time | relevance | path

Searched refs:titles (Results 1 - 6 of 6) sorted by relevance

/third_party/libuv/test/
H A 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_OK(uv_set_process_title(titles[0])); in setter_thread_body()
74 ASSERT_OK(uv_set_process_title(titles[1])); in setter_thread_body()
75 ASSERT_OK(uv_set_process_title(titles[2])); in setter_thread_body()
76 ASSERT_OK(uv_set_process_title(titles[3])); in setter_thread_body()
92 ASSERT_OK(uv_set_process_title(titles[ in TEST_IMPL()
[all...]
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/
H A DResultVpAdapter.java15 private final ArrayList<String> titles; field in ResultVpAdapter
18 * Constructor to set predefined Fragments and their titles.
23 * @param titles ArrayList of titles of the predefined Fragments in param {@code fragments}
30 ArrayList<String> titles) { in ResultVpAdapter()
33 this.titles = titles; in ResultVpAdapter()
67 if (position >= 0 && position < titles.size()) { in getTitle()
68 return titles.get(position); in getTitle()
26 ResultVpAdapter( @onNull FragmentManager fragmentManager, @NonNull Lifecycle lifecycle, ArrayList<Fragment> fragments, ArrayList<String> titles) ResultVpAdapter() argument
/third_party/ltp/testcases/realtime/func/gtod_latency/
H A 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/lzma/CPP/Windows/Control/
H A DPropertyPage.cpp78 AStringVector titles; in MyPropertySheet() local
80 titles.Add(GetSystemString(pagesInfo[i].Title)); in MyPropertySheet()
99 if (!titles[i].IsEmpty()) in MyPropertySheet()
101 page.pszTitle = titles[i]; in MyPropertySheet()
/third_party/ffmpeg/libavformat/
H A Dasfdec_o.c513 static const char *const titles[] = in asf_read_content_desc() local
529 asf_read_metadata(s, titles[i], len[i], ch, buflen[i]); in asf_read_content_desc()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex1464 % Unfortunately, we have to override this for titles and the like, since
2389 % ttsl for book titles, do we?
3273 % Settings used for typesetting titles: no hyphenation, no indentation,
3276 % it is always used for titles, nothing else, we call \rmisbold. \par
3546 % \parskip glue after all. Section titles are handled this way also.
5007 % titles, for instance.
5804 % Section titles. These macros combine the section number parts and
5810 % Subsection titles.
5814 % Subsubsection titles.
8237 % This is to support \ in node names and titles, sinc
[all...]

Completed in 11 milliseconds