Home
last modified time | relevance | path

Searched defs:repeat (Results 51 - 75 of 104) sorted by relevance

12345

/third_party/googletest/googletest/src/
H A Dgtest-port.cc851 bool MatchRepetitionAndRegexAtHead(bool escaped, char c, char repeat, in MatchRepetitionAndRegexAtHead() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUtility.java1851 public static String repeat(String s, int count) { in repeat() method in Utility
/third_party/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c1134 const int32_t repeat = 20000; in TestUnescapeRepeatedSurrogateLead20725() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUtility.java1755 public static String repeat(String s, int count) { in repeat() method in Utility
/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_waitcnt.cpp794 bool repeat = false; in insert_wait_states() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.c91 unsigned repeat = instr->repeat; in collect_reg_info() local
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest-port.cc867 bool MatchRepetitionAndRegexAtHead(bool escaped, char c, char repeat, in MatchRepetitionAndRegexAtHead() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-code-generator.cc32 std::array<T, sizeof...(Is)> repeat(T value, std::index_sequence<Is...>) { in repeat() function
37 std::array<T, N> repeat(T value) { in repeat() function
/third_party/python/Lib/test/
H A Dtest_bdb.py59 from itertools import islice, repeat namespace
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-arabic.cc560 unsigned int repeat = 1; in apply_stch() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pixel_buffer.cpp1281 dng_point repeat = srcArea.Size (); in RepeatArea() local
/third_party/python/Lib/
H A Dcalendar.py11 from itertools import repeat namespace
/third_party/libbpf/src/
H A Dbpf.h449 int repeat; member
632 int repeat; member
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc883 MatchRepetitionAndRegexAtHead( bool escaped, char c, char repeat, const char* regex, const char* str) MatchRepetitionAndRegexAtHead() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1158 RepeatedPipelineInstance (Context& context, deUint32 xSize, deUint32 repeat, deUint32 odd) in RepeatedPipelineInstance() argument
1396 deUint32 repeat = repeats[k]; in AddRepeatedPipelineTests() local
1175 RepeatedPipelineTest(tcu::TestContext& testCtx, const std::string& name, deUint32 xSize, deUint32 repeat, deUint32 odd, const vk::ComputePipelineConstructionType computePipelineConstructionType) RepeatedPipelineTest() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1161 RepeatedPipelineInstance(Context& context, deUint32 xSize, deUint32 repeat, deUint32 odd) in RepeatedPipelineInstance() argument
1396 deUint32 repeat = repeats[k]; in AddRepeatedPipelineTests() local
1178 RepeatedPipelineTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, deUint32 xSize, deUint32 repeat, deUint32 odd) RepeatedPipelineTest() argument
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotlidump.py13 from itertools import accumulate, repeat namespace
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c983 repeat(struct parse *p, in repeat() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregcomp.c1111 repeat(struct parse *p, in repeat() function
/third_party/python/Modules/
H A Dfaulthandler.c91 int repeat; member
709 int repeat = 0; in faulthandler_dump_traceback_later() local
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOptimizationTests.cpp67 static inline string repeat (const string& str, int numRepeats, const string& delim = "") in repeat() function
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderOptimizationTests.cpp67 static inline string repeat (const string& str, int numRepeats, const string& delim = "") in repeat() function
/third_party/ffmpeg/libavcodec/
H A Dwebp.c383 int repeat = 0, length = 0; in read_huffman_code_normal() local
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h141 GTEST_DECLARE_int32_(repeat); variable
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-string-prototype.c1127 ecma_builtin_string_prototype_object_repeat(ecma_string_t *original_string_p, ecma_value_t repeat) ecma_builtin_string_prototype_object_repeat() argument

Completed in 50 milliseconds

12345