/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | TestLocaleValidity.java | 187 check(tests, foundKeys, Datasubtype.regular, Datasubtype.unknown); in testBasic() 217 check(tests, null, Datasubtype.regular, Datasubtype.unknown); in testMissing() 231 check(tests, null, Datasubtype.regular, Datasubtype.unknown); in testTSubtags() 242 check(tests, null, Datasubtype.regular, Datasubtype.unknown, Datasubtype.deprecated); in testDeprecated() 302 showValid(Datasubtype.unknown, Datatype.script, EnumSet.of(Datasubtype.regular, Datasubtype.unknown), "Zzzz"); in testValidIdentifierData() 303 showValid(null, Datatype.script, EnumSet.of(Datasubtype.regular), "Zzzz"); in testValidIdentifierData() 304 showValid(Datasubtype.regular, Datatype.subdivision, EnumSet.of(Datasubtype.regular), "US-CA"); in testValidIdentifierData() 305 showValid(Datasubtype.regular, Datatype.subdivision, EnumSet.of(Datasubtype.regular), "U in testValidIdentifierData() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | TestLocaleValidity.java | 186 check(tests, foundKeys, Datasubtype.regular, Datasubtype.unknown); in testBasic() 216 check(tests, null, Datasubtype.regular, Datasubtype.unknown); in testMissing() 230 check(tests, null, Datasubtype.regular, Datasubtype.unknown); in testTSubtags() 241 check(tests, null, Datasubtype.regular, Datasubtype.unknown, Datasubtype.deprecated); in testDeprecated() 301 showValid(Datasubtype.unknown, Datatype.script, EnumSet.of(Datasubtype.regular, Datasubtype.unknown), "Zzzz"); in testValidIdentifierData() 302 showValid(null, Datatype.script, EnumSet.of(Datasubtype.regular), "Zzzz"); in testValidIdentifierData() 303 showValid(Datasubtype.regular, Datatype.subdivision, EnumSet.of(Datasubtype.regular), "US-CA"); in testValidIdentifierData() 304 showValid(Datasubtype.regular, Datatype.subdivision, EnumSet.of(Datasubtype.regular), "U in testValidIdentifierData() [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_goto_ifs.c | 53 struct path regular; member 208 if (_mesa_set_search(routing->regular.reachable, target)) { in route_to() 209 set_path_vars(b, routing->regular.fork, target); in route_to() 240 if (_mesa_set_search(routing->regular.reachable, then_block)) { in route_to_cond() 241 if (_mesa_set_search(routing->regular.reachable, else_block)) { in route_to_cond() 242 set_path_vars_cond(b, routing->regular.fork, condition, in route_to_cond() 284 * Modifies the routing to be the routing inside a loop. The old regular path 285 * becomes the new break path. The loop in path becomes the new regular and 302 printf(" routing->regular.reachable = "); in loop_routing_start() 303 print_block_set(routing->regular in loop_routing_start() [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9dsp_mips.h | 92 VP9_8TAP_MIPS_MSA_FUNC(64, regular, FILTER_8TAP_REGULAR); 93 VP9_8TAP_MIPS_MSA_FUNC(32, regular, FILTER_8TAP_REGULAR); 94 VP9_8TAP_MIPS_MSA_FUNC(16, regular, FILTER_8TAP_REGULAR); 95 VP9_8TAP_MIPS_MSA_FUNC(8, regular, FILTER_8TAP_REGULAR); 96 VP9_8TAP_MIPS_MSA_FUNC(4, regular, FILTER_8TAP_REGULAR); 271 VP9_8TAP_MIPS_MMI_FUNC(64, regular, FILTER_8TAP_REGULAR); 272 VP9_8TAP_MIPS_MMI_FUNC(32, regular, FILTER_8TAP_REGULAR); 273 VP9_8TAP_MIPS_MMI_FUNC(16, regular, FILTER_8TAP_REGULAR); 274 VP9_8TAP_MIPS_MMI_FUNC(8, regular, FILTER_8TAP_REGULAR); 275 VP9_8TAP_MIPS_MMI_FUNC(4, regular, FILTER_8TAP_REGULA [all...] |
H A D | vp9_mc_mmi.c | 584 VP9_8TAP_MIPS_MMI_FUNC(64, regular, FILTER_8TAP_REGULAR); 585 VP9_8TAP_MIPS_MMI_FUNC(32, regular, FILTER_8TAP_REGULAR); 586 VP9_8TAP_MIPS_MMI_FUNC(16, regular, FILTER_8TAP_REGULAR); 587 VP9_8TAP_MIPS_MMI_FUNC(8, regular, FILTER_8TAP_REGULAR); 588 VP9_8TAP_MIPS_MMI_FUNC(4, regular, FILTER_8TAP_REGULAR);
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9dsp_init_arm.c | 61 decl_mc_func(op, regular, dir, sz); \ 86 define_8tap_2d_fn(put, regular, sz) \ 89 define_8tap_2d_fn(avg, regular, sz) \ 119 init_mc_func(idx, 0, put, FILTER_8TAP_REGULAR, regular, dir, mx, my, sz, pfx); \ in vp9dsp_mc_init_arm() 122 init_mc_func(idx, 1, avg, FILTER_8TAP_REGULAR, regular, dir, mx, my, sz, pfx); \ in vp9dsp_mc_init_arm()
|
H A D | vp9dsp_init_16bpp_arm_template.c | 57 decl_mc_func(op, regular, dir, sz, bpp); \ 87 define_8tap_2d_fn(put, regular, sz, bpp) \ 90 define_8tap_2d_fn(avg, regular, sz, bpp) \ 120 init_mc_func(idx, 0, put, FILTER_8TAP_REGULAR, regular, dir, mx, my, sz, pfx, bpp); \ in vp9dsp_mc_init_arm() 123 init_mc_func(idx, 1, avg, FILTER_8TAP_REGULAR, regular, dir, mx, my, sz, pfx, bpp); \ in vp9dsp_mc_init_arm()
|
H A D | vp9mc_neon.S | 433 do_8tap_h_func put, regular, 1, \size 434 do_8tap_h_func avg, regular, 1, \size 708 do_8tap_v_func put, regular, 1, \size 709 do_8tap_v_func avg, regular, 1, \size
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | vp9dsp_loongarch.h | 65 VP9_8TAP_LOONGARCH_LSX_FUNC(64, regular, FILTER_8TAP_REGULAR); 66 VP9_8TAP_LOONGARCH_LSX_FUNC(32, regular, FILTER_8TAP_REGULAR); 67 VP9_8TAP_LOONGARCH_LSX_FUNC(16, regular, FILTER_8TAP_REGULAR); 68 VP9_8TAP_LOONGARCH_LSX_FUNC(8, regular, FILTER_8TAP_REGULAR); 69 VP9_8TAP_LOONGARCH_LSX_FUNC(4, regular, FILTER_8TAP_REGULAR);
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9dsp_init_aarch64.c | 61 decl_mc_func(op, regular, dir, sz); \ 89 define_8tap_2d_fn(put, regular, sz) \ 92 define_8tap_2d_fn(avg, regular, sz) \ 132 init_mc_func(idx, 0, put, FILTER_8TAP_REGULAR, regular, dir, mx, my, sz, pfx); \ in vp9dsp_mc_init_aarch64() 135 init_mc_func(idx, 1, avg, FILTER_8TAP_REGULAR, regular, dir, mx, my, sz, pfx); \ in vp9dsp_mc_init_aarch64()
|
H A D | vp9dsp_init_16bpp_aarch64_template.c | 57 decl_mc_func(op, regular, dir, sz, bpp); \ 91 define_8tap_2d_fn(put, regular, sz, bpp) \ 94 define_8tap_2d_fn(avg, regular, sz, bpp) \ 135 init_mc_func(idx, 0, put, FILTER_8TAP_REGULAR, regular, dir, mx, my, sz, pfx, bpp); \ in vp9dsp_mc_init_aarch64() 138 init_mc_func(idx, 1, avg, FILTER_8TAP_REGULAR, regular, dir, mx, my, sz, pfx, bpp); \ in vp9dsp_mc_init_aarch64()
|
H A D | vp9mc_neon.S | 371 do_8tap_h_func put, regular, 1, \size 372 do_8tap_h_func avg, regular, 1, \size 645 do_8tap_v_func put, regular, 1, \size 646 do_8tap_v_func avg, regular, 1, \size
|
H A D | vp9mc_16bpp_neon.S | 303 do_8tap_h_func put, regular, 1, \size, \bpp 304 do_8tap_h_func avg, regular, 1, \size, \bpp 589 do_8tap_v_func put, regular, 1, \size, \bpp 590 do_8tap_v_func avg, regular, 1, \size, \bpp
|
/third_party/benchmark/src/ |
H A D | re.h | 48 #error No regular expression backend was found! 59 // A wrapper around the POSIX regular expression API that provides automatic 67 // Compile a regular expression matcher from spec. Returns true on success. 73 // Returns whether str matches the compiled regular expression. 78 // Underlying regular expression object 84 #error No regular expression backend implementation available
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesQueueBindSparseTests.cpp | 67 VkSubmitInfo regular; member 99 submission.info.regular = submitInfo; in makeSubmissionRegular() 209 // sparse queue can handle regular submissions as well in iterate() 287 VK_CHECK(vk.queueSubmit(submissionIter->queue->queueHandle, 1u, &submissionIter->info.regular, **regularFences.back())); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesQueueBindSparseTests.cpp | 67 VkSubmitInfo regular; member 99 submission.info.regular = submitInfo; in makeSubmissionRegular() 209 // sparse queue can handle regular submissions as well in iterate() 287 VK_CHECK(vk.queueSubmit(submissionIter->queue->queueHandle, 1u, &submissionIter->info.regular, **regularFences.back())); in iterate()
|
/third_party/curl/scripts/ |
H A D | nroff2cd | 33 section is code or just regular quotes. It then assumes and uses ~~~c
|
/third_party/libunwind/libunwind/src/arm/ |
H A D | getcontext.S | 33 @ registers. It must be called in a special way, not as a regular
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryBindingTests.cpp | 1093 de::MovePtr<tcu::TestCaseGroup> regular (new tcu::TestCaseGroup(testCtx, "regular")); in createMemoryBindingTests() 1133 regular->addChild(regular_suballocated.release()); in createMemoryBindingTests() 1134 regular->addChild(regular_dedicated.release()); in createMemoryBindingTests() 1139 priority->addChild(regular.release()); in createMemoryBindingTests() 1143 group->addChild(regular.release()); in createMemoryBindingTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryBindingTests.cpp | 1093 de::MovePtr<tcu::TestCaseGroup> regular (new tcu::TestCaseGroup(testCtx, "regular", "Basic memory binding tests.")); in createMemoryBindingTests() 1133 regular->addChild(regular_suballocated.release()); in createMemoryBindingTests() 1134 regular->addChild(regular_dedicated.release()); in createMemoryBindingTests() 1139 priority->addChild(regular.release()); in createMemoryBindingTests() 1143 group->addChild(regular.release()); in createMemoryBindingTests()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9dsp_init.h | 102 filter_8tap_1d_fn(op, sz, FILTER_8TAP_REGULAR, f_opt, regular, dir, dvar, bpp, opt) \ 132 filter_8tap_2d_fn(op, sz, FILTER_8TAP_REGULAR, f_opt, regular, align, bpp, bytes, opt) \
|
H A D | vp8dsp_loopfilter.asm | 49 ; macro called with 7 mm register indexes as argument, and 5 regular registers 51 ; fifth regular register is scratchspace to reach the bottom 8 rows, it 52 ; will be set to second regular register + 8*stride at the end 92 ; arguments same as WRITE_2x4D, but with an extra register, so that the 5 regular 94 ; we add 1*stride to the third regular registry in the process 95 ; the 10th argument is 16 if it's a Y filter (i.e. all regular registers cover the
|
/third_party/gn/src/gn/ |
H A D | command_check.cc | 68 one (although not general regular expressions). If specified, only those
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_driver.h | 48 unsigned regular : 1; /* driver-specific meaning (e.g. input in sreg) */ member
|
/third_party/weex-loader/deps/weex-styler/lib/ |
H A D | validator.js | 2392 fontWeight: genEnumValidator(['normal', 'lighter', 'bold', 'bolder', "medium", "regular", 2986 fontWeight: genEnumValidator(['normal', 'lighter', 'bold', 'bolder', "medium", "regular",
|