/third_party/alsa-lib/test/ |
H A D | user-ctl-element-set.c | 24 int (*add_elem_set)(struct elem_set_trial *trial, 26 int (*check_elem_props)(struct elem_set_trial *trial, 28 void (*change_elem_members)(struct elem_set_trial *trial, 30 int (*allocate_elem_set_tlv)(struct elem_set_trial *trial, 57 static int add_bool_elem_set(struct elem_set_trial *trial, in add_bool_elem_set() argument 60 return snd_ctl_add_boolean_elem_set(trial->handle, info, in add_bool_elem_set() 61 trial->element_count, trial->member_count); in add_bool_elem_set() 64 static void change_bool_elem_members(struct elem_set_trial *trial, in change_bool_elem_members() argument 70 for (i = 0; i < trial in change_bool_elem_members() 76 allocate_bool_elem_set_tlv(struct elem_set_trial *trial, unsigned int **tlv) allocate_bool_elem_set_tlv() argument 94 add_int_elem_set(struct elem_set_trial *trial, snd_ctl_elem_info_t *info) add_int_elem_set() argument 102 check_int_elem_props(struct elem_set_trial *trial, snd_ctl_elem_info_t *info) check_int_elem_props() argument 115 change_int_elem_members(struct elem_set_trial *trial, snd_ctl_elem_value_t *elem_data) change_int_elem_members() argument 127 allocate_int_elem_set_tlv(struct elem_set_trial *trial, unsigned int **tlv) allocate_int_elem_set_tlv() argument 177 add_enum_elem_set(struct elem_set_trial *trial, snd_ctl_elem_info_t *info) add_enum_elem_set() argument 186 check_enum_elem_props(struct elem_set_trial *trial, snd_ctl_elem_info_t *info) check_enum_elem_props() argument 213 change_enum_elem_members(struct elem_set_trial *trial, snd_ctl_elem_value_t *elem_data) change_enum_elem_members() argument 226 add_bytes_elem_set(struct elem_set_trial *trial, snd_ctl_elem_info_t *info) add_bytes_elem_set() argument 233 change_bytes_elem_members(struct elem_set_trial *trial, snd_ctl_elem_value_t *elem_data) change_bytes_elem_members() argument 245 allocate_bytes_elem_set_tlv(struct elem_set_trial *trial, unsigned int **tlv) allocate_bytes_elem_set_tlv() argument 264 add_iec958_elem_set(struct elem_set_trial *trial, snd_ctl_elem_info_t *info) add_iec958_elem_set() argument 282 change_iec958_elem_members(struct elem_set_trial *trial, snd_ctl_elem_value_t *elem_data) change_iec958_elem_members() argument 297 add_int64_elem_set(struct elem_set_trial *trial, snd_ctl_elem_info_t *info) add_int64_elem_set() argument 305 check_int64_elem_props(struct elem_set_trial *trial, snd_ctl_elem_info_t *info) check_int64_elem_props() argument 318 change_int64_elem_members(struct elem_set_trial *trial, snd_ctl_elem_value_t *elem_data) change_int64_elem_members() argument 330 allocate_int64_elem_set_tlv(struct elem_set_trial *trial, unsigned int **tlv) allocate_int64_elem_set_tlv() argument 370 add_elem_set(struct elem_set_trial *trial) add_elem_set() argument 390 check_event(struct elem_set_trial *trial, unsigned int mask, unsigned int expected_count) check_event() argument 444 check_elem_list(struct elem_set_trial *trial) check_elem_list() argument 516 check_elem_set_props(struct elem_set_trial *trial) check_elem_set_props() argument 612 check_elems(struct elem_set_trial *trial) check_elems() argument 651 check_tlv(struct elem_set_trial *trial) check_tlv() argument 725 struct elem_set_trial trial = {0}; main() local [all...] |
/third_party/node/deps/v8/tools/clusterfuzz/trials/ |
H A D | PRESUBMIT.py | 24 for trial in trials: 26 k in trial for k in ('app_args', 'app_name', 'probability')): 27 results.append('trial {} is not configured correctly'.format(trial)) 28 if trial['app_name'] != 'd8': 29 results.append('trial {} has an incorrect app_name'.format(trial)) 30 if not isinstance(trial['probability'], float): 31 results.append('trial {} probability is not a float'.format(trial)) [all...] |
/third_party/alsa-utils/axfer/test/ |
H A D | mapper-test.c | 69 static int test_demux(struct mapper_trial *trial, snd_pcm_access_t access, in test_demux() argument 77 struct container_context *cntrs = trial->cntrs; in test_demux() 78 enum container_format cntr_format = trial->cntr_format; in test_demux() 115 test_demuxer(&trial->mapper, access, bytes_per_sample, in test_demux() 117 frame_count, cntrs, cntr_count, trial->verbose); in test_demux() 160 static int test_mux(struct mapper_trial *trial, snd_pcm_access_t access, in test_mux() argument 168 struct container_context *cntrs = trial->cntrs; in test_mux() 205 test_muxer(&trial->mapper, access, bytes_per_sample, samples_per_frame, in test_mux() 207 cntr_count, trial->verbose); in test_mux() 220 static int test_mapper(struct mapper_trial *trial, snd_pcm_access_ argument 279 test_i_buf(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, unsigned int frame_count, unsigned int cntr_count) test_i_buf() argument 319 test_vector(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, unsigned int frame_count, unsigned int cntr_count) test_vector() argument 378 test_n_buf(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, unsigned int frame_count, unsigned int cntr_count) test_n_buf() argument 417 struct mapper_trial *trial = gen->private_data; callback() local 443 struct mapper_trial *trial; main() local [all...] |
H A D | container-test.c | 140 struct container_trial *trial = gen->private_data; in callback() local 170 test_builder(&trial->cntr, fd, trial->format, access, in callback() 173 trial->verbose); in callback() 181 test_parser(&trial->cntr, fd, trial->format, access, in callback() 183 buf, frame_count, trial->verbose); in callback() 277 struct container_trial *trial; in main() local 306 trial = gen.private_data; in main() 307 trial in main() [all...] |
/third_party/icu/tools/colprobe/ |
H A D | sortedlines.cpp | 490 Line lower, upper, trial, toAdd, helper; in detectContractions() local 536 // end of lower and in the middle of trial, so we will have in detectContractions() 537 // lower = Thai + UB, trial Thai + UB + x, resolving to in detectContractions() 540 // upper = Thai + UB + UB, trial = Thai + UB + x, in detectContractions() 554 trial = *firstRep[i]; in detectContractions() 555 trial.append(*UB[UCOL_PRIMARY]); in detectContractions() 556 trial.append(*secondRep[j]); in detectContractions() 566 trial.setToConcat(secondRep[j], firstRep[i]); in detectContractions() 568 trial.setToConcat(firstRep[i], secondRep[j]); in detectContractions() 570 // Now let's check the trial in detectContractions() 816 Line trial; getExpansionLine() local 916 Line trial, prefix, suffix; gooseUp() local 1033 Line *previous, trial, expansionLine; detectExpansions() local [all...] |
H A D | colprobeNew.cpp | 1052 Line myCh, combo, trial, inter, kLine; in testWin() local 1068 trial.setTo(j); in testWin() 1069 trial.append(k); in testWin() 1071 if(probe.compare(trial, combo) >= 0) { in testWin()
|
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
H A D | howExpensiveIs.cpp | 182 fprintf(stderr, "trial: %d/%d = %.9fs\n", i, ITERATIONS,times[i]); in runTests() 308 double trial = unum_parseDouble(fFmt,fStr,fLen, NULL, &setupStatus); in warmup() local 309 if(U_SUCCESS(setupStatus) && trial!=fExpect) { in warmup() 312 fFile,fLine,getName(),trial,fExpect); in warmup() 317 double trial=0.0; in run() local 320 trial = unum_parse(fFmt,fStr,fLen, NULL, &setupStatus); in run() 437 int32_t trial = unum_formatDouble(fFmt,fExpect, buf, 100, NULL, &setupStatus); in warmup() local 439 || trial!=fLen in warmup() 440 ||trial<=0 in warmup() 441 || u_strncmp(fStr,buf,trial) ) { in warmup() 451 int32_t trial; run() local 561 int32_t trial = unum_formatInt64(fFmt,fExpect, buf, 100, NULL, &setupStatus); warmup() local 575 int32_t trial; run() local 668 int32_t trial; run() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | alpha_enc.c | 252 FilterTrial trial; in ApplyFiltersAndEncode() local 255 &trial); in ApplyFiltersAndEncode() 256 if (ok && trial.score < best.score) { in ApplyFiltersAndEncode() 258 best = trial; in ApplyFiltersAndEncode() 260 VP8BitWriterWipeOut(&trial.bw); in ApplyFiltersAndEncode()
|
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
H A D | DawnPerfTest.cpp | 224 for (unsigned int trial = 0; trial < kNumTrials; ++trial) { in RunTest()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | flat_hash_map_test.cc | 288 for (size_t trial = 0; trial < 20; ++trial) { in TEST()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 246 String trial = Normalizer.compose(sample, false); in getRepresentativeBoundaryHangul() 247 if (trial.length() == 2) { in getRepresentativeBoundaryHangul() 248 resultToAddTo.add(trial); in getRepresentativeBoundaryHangul() 259 String trial = Normalizer.compose(sample, false); in getRepresentativeBoundaryHangul() 260 if (trial.length() == 2) { in getRepresentativeBoundaryHangul() 261 resultToAddTo.add(trial); in getRepresentativeBoundaryHangul() 267 String trial = Normalizer.compose(sample, false); in getRepresentativeBoundaryHangul() 268 if (trial.length() == 2) { in getRepresentativeBoundaryHangul() 269 resultToAddTo.add(trial); in getRepresentativeBoundaryHangul()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 231 String trial = Normalizer.compose(sample, false); in getRepresentativeBoundaryHangul() 232 if (trial.length() == 2) { in getRepresentativeBoundaryHangul() 233 resultToAddTo.add(trial); in getRepresentativeBoundaryHangul() 244 String trial = Normalizer.compose(sample, false); in getRepresentativeBoundaryHangul() 245 if (trial.length() == 2) { in getRepresentativeBoundaryHangul() 246 resultToAddTo.add(trial); in getRepresentativeBoundaryHangul() 252 String trial = Normalizer.compose(sample, false); in getRepresentativeBoundaryHangul() 253 if (trial.length() == 2) { in getRepresentativeBoundaryHangul() 254 resultToAddTo.add(trial); in getRepresentativeBoundaryHangul()
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | tomoyo_new_test.c | 618 int trial; in main() local 619 for (trial = 0; trial < 2; trial++) { in main()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | ANGLEPerfTest.cpp | 297 for (uint32_t trial = 0; trial < numTrials; ++trial) in run() 304 printf("Trial %d time: %.2lf seconds.\n", trial + 1, trialTime); in run()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | TransliterationChart.java | 126 String trial = (String)sit.next(); in main() 127 if (!sets[i].containsAll(trial)) continue; in main() 128 item = trial; in main()
|
/third_party/icu/icu4c/source/common/ |
H A D | caniter.cpp | 575 UnicodeString trial; in extract() local 576 nfd.normalize(temp, trial, status); in extract() 577 if(U_FAILURE(status) || trial.compare(segment+segmentPos, segLen - segmentPos) != 0) { in extract()
|
H A D | uniset.cpp | 592 const UnicodeString& trial = *(const UnicodeString*)strings->elementAt(i); in matches() 593 if (trial.isEmpty()) { in matches() 597 UChar c = trial.charAt(forward ? 0 : trial.length() - 1); in matches() 604 int32_t matchLen = matchRest(text, offset, limit, trial); in matches() 614 if (matchLen == trial.length()) { in matches()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | caniter.cpp | 575 UnicodeString trial; in extract() local 576 nfd.normalize(temp, trial, status); in extract() 577 if(U_FAILURE(status) || trial.compare(segment+segmentPos, segLen - segmentPos) != 0) { in extract()
|
H A D | uniset.cpp | 592 const UnicodeString& trial = *(const UnicodeString*)strings->elementAt(i); in matches() 593 if (trial.isEmpty()) { in matches() 597 char16_t c = trial.charAt(forward ? 0 : trial.length() - 1); in matches() 604 int32_t matchLen = matchRest(text, offset, limit, trial); in matches() 614 if (matchLen == trial.length()) { in matches()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | caniter.cpp | 575 UnicodeString trial; in extract() local 576 nfd.normalize(temp, trial, status); in extract() 577 if(U_FAILURE(status) || trial.compare(segment+segmentPos, segLen - segmentPos) != 0) { in extract()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UnicodeSet.java | 988 for (String trial : strings) { in matches() 989 if (trial.isEmpty()) { in matches() 993 char c = trial.charAt(forward ? 0 : trial.length() - 1); in matches() 1000 int length = matchRest(text, offset[0], limit, trial); in matches() 1010 if (length == trial.length()) { in matches() 1087 String trial = null; in matchesAt() 1091 trial = it.next(); in matchesAt() 1092 char firstStringChar = trial.charAt(0); in matchesAt() 1099 int tempLen = matchesAt(text, offset, trial); in matchesAt() [all...] |
H A D | DateTimePatternGenerator.java | 1156 String trial = getBestPattern(cur.toString(), cur, MATCH_NO_OPTIONS); in getRedundants() 1157 if (trial.equals(pattern)) { in getRedundants() 1173 String trial = results.getBestPattern(cur.toString()); in getRedundants() 1174 if (trial.equals(pattern)) { in getRedundants() 2174 for (DateTimeMatcher trial : skeleton2pattern.keySet()) { in getBestRaw() 2175 if (trial.equals(skipMatcher)) { in getBestRaw() 2178 int distance = source.getDistance(trial, includeMask, tempInfo); in getBestRaw() 2179 // if (SHOW_DISTANCE) System.out.println("\tDistance: " + trial.pattern + ":\t" in getBestRaw() 2191 PatternWithSkeletonFlag patternWithSkelFlag = skeleton2pattern.get(trial); in getBestRaw() 2196 bestPatternWithMatcher.matcherWithSkeleton = trial; in getBestRaw() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UnicodeSet.java | 924 for (String trial : strings) { in matches() 925 //if (trial.length() == 0) { in matches() 928 // assert(trial.length() != 0); // We ensure this elsewhere in matches() 930 char c = trial.charAt(forward ? 0 : trial.length() - 1); in matches() 937 int length = matchRest(text, offset[0], limit, trial); in matches() 947 if (length == trial.length()) { in matches() 1025 String trial = null; in matchesAt() 1029 trial = it.next(); in matchesAt() 1030 char firstStringChar = trial in matchesAt() [all...] |
H A D | DateTimePatternGenerator.java | 1046 String trial = getBestPattern(cur.toString(), cur, MATCH_NO_OPTIONS); in getRedundants() 1047 if (trial.equals(pattern)) { in getRedundants() 1063 String trial = results.getBestPattern(cur.toString()); in getRedundants() 1064 if (trial.equals(pattern)) { in getRedundants() 2045 for (DateTimeMatcher trial : skeleton2pattern.keySet()) { in getBestRaw() 2046 if (trial.equals(skipMatcher)) { in getBestRaw() 2049 int distance = source.getDistance(trial, includeMask, tempInfo); in getBestRaw() 2050 // if (SHOW_DISTANCE) System.out.println("\tDistance: " + trial.pattern + ":\t" in getBestRaw() 2062 PatternWithSkeletonFlag patternWithSkelFlag = skeleton2pattern.get(trial); in getBestRaw() 2067 bestPatternWithMatcher.matcherWithSkeleton = trial; in getBestRaw() [all...] |
/third_party/skia/tests/ |
H A D | ProcessorTest.cpp | 582 for (int trial = 0;; ++trial) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 590 if (trial >= kMinimumTrials) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 599 if (trial >= kMaximumTrials) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 607 // Skip further testing if this trial has no optimization bits enabled. in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|