| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | numbertest_range.cpp | 928 FormattedNumberRange range = lnf.formatFormattableRange(1, 5, status); in testGetDecimalNumbers() local 945 FormattedNumberRange range = lnf.formatFormattableRange(3, 3, status); in testGetDecimalNumbers() local [all...] |
| /third_party/libinput/src/ |
| H A D | evdev-tablet-pad.c | 155 double range = absinfo_range(absinfo); in normalize_ring() local 172 double range = max - min; in normalize_strip() local
|
| /third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
| H A D | segment.c | 506 int segment_register(seg_type_t type, char *name, range_t * range, int flags) in segment_register() argument 671 int segment_touch(char *name, range_t * range, int rw) in segment_touch() argument 761 int segment_map(char *name, range_t * range, in argument 813 segment_mbind(char *name, range_t * range, int policy, nodemask_t * nodemask, int flags) segment_mbind() argument 876 segment_location(char *name, range_t * range) segment_location() argument [all...] |
| /third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
| H A D | main.c | 476 int range; in gen_random_file_size() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | spill-placer.cc | 24 void SpillPlacer::Add(TopLevelLiveRange* range) { in Add() argument [all...] |
| /third_party/node/deps/v8/src/codegen/ |
| H A D | constant-pool.cc | 341 auto range = entries_.equal_range(iter->first); in EmitEntries() local 590 auto range = entries_.equal_range(iter->first); in EmitEntries() local [all...] |
| /third_party/node/deps/v8/src/regexp/experimental/ |
| H A D | experimental-interpreter.cc | 452 RegExpInstruction::Uc16Range range = inst.payload.consume_range; in FlushBlockedThreads() local
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkMemUtil.cpp | 347 const VkMappedMemoryRange range = in flushMappedMemoryRange() local 361 const VkMappedMemoryRange range = in invalidateMappedMemoryRange() local
|
| /third_party/skia/src/gpu/ |
| H A D | SkGr.cpp | 352 make_dither_effect( GrRecordingContext* rContext, std::unique_ptr<GrFragmentProcessor> inputFP, float range, const GrCaps* caps) make_dither_effect() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | TextureGL.cpp | 213 MaybeError Texture::ClearTexture(const SubresourceRange& range, in ClearTexture() argument 522 EnsureSubresourceContentInitialized(const SubresourceRange& range) EnsureSubresourceContentInitialized() argument [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-unicode.hh | 381 const hb_unicode_range_t *range = (hb_unicode_range_t *) _item; in cmp() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | SwitchLoweringUtils.h | 47 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range() function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
| H A D | time_test.cc | 906 const absl::Duration range = absl::Hours(24) * 365.2425 * 100000000000; in TEST() local
|
| /third_party/selinux/libsepol/src/ |
| H A D | mls.c | 113 unsigned int i, l, len, range; in mls_compute_context_len() local 172 unsigned int i, l, range, wrote_sep; mls_sid_to_context() local 493 mls_range_set(context_struct_t * context, const mls_range_t * range) mls_range_set() argument [all...] |
| /third_party/spirv-tools/test/opt/ |
| H A D | local_ssa_elim_test.cpp | 4333 int range = 1; in TEST_F() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fFloatStateQueryTests.cpp | 895 GLfloat range[2] = {1}; test() local [all...] |
| H A D | es3fImplementationLimitTests.cpp | 79 std::ostream& operator<< (std::ostream& str, const FloatRange& range) { return str << range.min << ", " << range.max; } in operator <<() argument
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsFragOpInteractionCase.cpp | 157 static tcu::Vector<float, Size> interpolateRange (const rsg::ConstValueRangeAccess& range, const tcu::Vector<float, Size>& t) in interpolateRange() argument
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fFloatStateQueryTests.cpp | 411 StateQueryMemoryWriteGuard<GLint[2]> range; verifyFloatRange() local 596 StateQueryMemoryWriteGuard<GLint64[2]> range; verifyFloatRange() local 802 GLfloat range[2] = {1}; test() local [all...] |
| /device/soc/rockchip/rk3588/kernel/drivers/pinctrl/ |
| H A D | pinctrl-rk806.c | 381 rk806_pmx_gpio_set_direction(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned int offset, bool input) rk806_pmx_gpio_set_direction() argument 404 rk806_pinctrl_gpio_request_enable(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned int offset) rk806_pinctrl_gpio_request_enable() argument
|
| /foundation/arkui/ace_engine/frameworks/core/common/ime/ |
| H A D | text_input_client.h | 191 virtual int32_t SetPreviewText(const std::string& previewValue, const PreviewRange range) in SetPreviewText() argument 199 virtual int32_t CheckPreviewTextValidate(const std::string& previewValue, const PreviewRange range) in CheckPreviewTextValidate() argument
|
| /foundation/arkui/ace_engine/frameworks/core/text/ |
| H A D | text_emoji_processor.cpp | 246 TextEmojiSubStringRange range = CalSubWstringRange(index, length, content, includeHalf); in SubWstring() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
| H A D | text_picker_test_update.cpp | 1841 std::vector<NG::RangeContent> range = { { "", "1" }, { "", "2" }, { "", "3" } }; in HWTEST_F() local
|
| H A D | text_picker_pattern_test_ng.cpp | 233 std::vector<NG::RangeContent> range = { { "/demo/demo1.jpg", "test1" }, { "/demo/demo2.jpg", "test2" }, in HWTEST_F() local 1045 std::vector<NG::RangeContent> range = { { "", "1" }, { "", "2" }, { "", "3" }, { "", "4" }, { "", "5" } }; in HWTEST_F() local 1083 std::vector<NG::RangeContent> range = { { "", "1" }, { "", "2" }, { "", "3" }, { "", "4" }, { "", "5" } }; in HWTEST_F() local 1121 std::vector<NG::RangeContent> range = { { "", "1" }, { "", "2" }, { "", "3" }, { "", "4" }, { "", "5" } }; in HWTEST_F() local 1159 std::vector<NG::RangeContent> range = { { "", "1" }, { "", "2" }, { "", "3" }, { "", "4" }, { "", "5" } }; HWTEST_F() local 1197 std::vector<NG::RangeContent> range = { { "", "1" }, { "", "2" }, { "", "3" }, { "", "4" }, { "", "5" } }; HWTEST_F() local 1235 std::vector<NG::RangeContent> range = { { "", "1" }, { "", "2" }, { "", "3" }, { "", "4" }, { "", "5" } }; HWTEST_F() local 1273 std::vector<NG::RangeContent> range = { { "", "1" }, { "", "2" }, { "", "3" }, { "", "4" }, { "", "5" } }; HWTEST_F() local 1311 std::vector<NG::RangeContent> range = { { "", "1" }, { "", "2" }, { "", "3" }, { "", "4" }, { "", "5" } }; HWTEST_F() local 1349 std::vector<NG::RangeContent> range = { { "", "1" }, { "", "2" }, { "", "3" }, { "", "4" }, { "", "5" } }; HWTEST_F() local 1387 std::vector<NG::RangeContent> range = { { "", "1" }, { "", "2" }, { "", "3" }, { "", "4" }, { "", "5" } }; HWTEST_F() local 1425 std::vector<NG::RangeContent> range = { { "", "1" }, { "", "2" }, { "", "3" }, { "", "4" }, { "", "5" } }; HWTEST_F() local 1463 std::vector<NG::RangeContent> range = { { "", "1" }, { "", "2" }, { "", "3" }, { "", "4" }, { "", "5" } }; HWTEST_F() local 1521 std::vector<NG::RangeContent> range = { { "", "1" }, { "", "2" }, { "", "3" }, { "", "4" }, { "", "5" } }; HWTEST_F() local 1590 std::vector<NG::RangeContent> range = { { "", "1" }, { "", "2" }, { "", "3" }, { "", "4" }, { "", "5" } }; HWTEST_F() local 1678 std::vector<NG::RangeContent> range = { { "", "" } }; HWTEST_F() local 1718 std::vector<NG::RangeContent> range = { { "", "" } }; HWTEST_F() local [all...] |
| /foundation/arkui/ui_lite/frameworks/draw/ |
| H A D | draw_label.cpp | 357 OnCalculatedClockwise(const ArcLetterInfo& letterInfo, const uint16_t sizePerPx, const uint16_t cols, const int16_t offsetX, uint16_t& begin, uint16_t& copyCols, TextInRange& range) OnCalculatedClockwise() argument 393 OnCalculatedAnticlockwise(const ArcLetterInfo& letterInfo, const uint16_t sizePerPx, const uint16_t cols, const int16_t offsetX, uint16_t& begin, uint16_t& copyCols, TextInRange& range) OnCalculatedAnticlockwise() argument 429 CalculatedBeginAndCopySize(const ArcLetterInfo& letterInfo, const uint16_t sizePerPx, const uint16_t cols, const int16_t offsetX, uint16_t& begin, uint16_t& copyCols, TextInRange& range) CalculatedBeginAndCopySize() argument 455 TextInRange range = TextInRange::NEED_CLIP; CalculatedTransformDataInfo() local [all...] |