Home
last modified time | relevance | path

Searched refs:tips (Results 1 - 4 of 4) sorted by relevance

/test/testfwk/arkxtest/jsunit/src/module/assert/
H A DassertPromiseIsRejectedWith.js27 function tips(passed) {
36 message: tips(false) + ' but actualValue is resolve'
48 message: tips(false) + ' but it was rejected with ' + JSON.stringify(actualValue) + '.'
H A DassertPromiseIsResolvedWith.js26 function tips(passed) {
42 message: tips(false) + ' but it was resolved with ' +
49 message: tips(false) + ' but it was rejected with ' + JSON.stringify(rej) + '.'
/kernel/linux/linux-5.10/tools/perf/util/
H A Dutil.c384 struct strlist *tips; in perf_tip() local
393 tips = strlist__new("tips.txt", &conf); in perf_tip()
394 if (tips == NULL) in perf_tip()
397 if (strlist__nr_entries(tips) == 0) in perf_tip()
400 node = strlist__entry(tips, random() % strlist__nr_entries(tips)); in perf_tip()
405 strlist__delete(tips); in perf_tip()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dutil.c420 struct strlist *tips; in perf_tip() local
429 tips = strlist__new("tips.txt", &conf); in perf_tip()
430 if (tips == NULL) in perf_tip()
433 if (strlist__nr_entries(tips) == 0) in perf_tip()
436 node = strlist__entry(tips, random() % strlist__nr_entries(tips)); in perf_tip()
441 strlist__delete(tips); in perf_tip()

Completed in 2 milliseconds