Searched refs:tps (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mktime/ |
H A D | 1-1.c | 19 static time_t tps; variable 32 tps = mktime(&tm_ptr); in main() 34 if (tps != -1) { in main() 35 printf("%s", ctime(&tps)); in main()
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | SkFontMgr_ohos.cpp | 195 int tps[totalCount]; in findTypeface() local 197 tps[i] = -1; in findTypeface() 202 int ret = compareLangs(fallbackSet[i]->langs, bcp47, bcp47Count, tps); in findTypeface() 206 tps[ret] = i; in findTypeface() 210 if (tps[i] == -1) { in findTypeface() 213 const TypefaceSet& tpSet = *(fallbackSet[tps[i]]->typefaceSet.get()); in findTypeface() 220 if (tps[i] == -1) { in findTypeface() 223 const TypefaceSet& tpSet = *(fallbackSet[tps[i]]->typefaceSet.get()); in findTypeface() 236 * \param tps an array of the index of typeface which is matching one value of bcp47 241 int bcp47Count, const int tps[]) cons in compareLangs() [all...] |
H A D | SkFontMgr_ohos.h | 62 int compareLangs(const SkString& langs, const char* bcp47[], int bcp47Count, const int tps[]) const;
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
H A D | threads_scenarii.c | 147 long tsa, tss, tps; in scenar_init() local 153 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING); in scenar_init() 159 output(" TPS: %li\n", tps); in scenar_init() 206 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init() 231 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init() 287 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
H A D | threads_scenarii.c | 147 long tsa, tss, tps; in scenar_init() local 153 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING); in scenar_init() 159 output(" TPS: %li\n", tps); in scenar_init() 206 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init() 231 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init() 287 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
H A D | threads_scenarii.c | 200 long tsa, tss, tps; in scenar_init() local 206 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING); in scenar_init() 212 output(" TPS: %li\n", tps); in scenar_init() 257 if (tps > 0) { in scenar_init() 281 if (tps > 0) { in scenar_init() 333 if (tps > 0) { in scenar_init()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
H A D | threads_scenarii.c | 214 long tsa, tss, tps; in scenar_init() local 220 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING); in scenar_init() 226 output(" TPS: %li\n", tps); in scenar_init() 273 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init() 298 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init() 354 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
|
/third_party/f2fs-tools/tools/ |
H A D | f2fs_io_parse.c | 35 struct tps { struct 40 struct tps trace_points[] = {
|
/third_party/curl/scripts/ |
H A D | mk-ca-bundle.pl | 205 warning_message() unless ($opt_q || $url =~ m/^(ht|f)tps:/i );
|
Completed in 6 milliseconds