Home
last modified time | relevance | path

Searched defs:select (Results 126 - 150 of 158) sorted by relevance

1234567

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp199 auto select = GetHost(); in ShowSelectMenu() local
508 auto select = GetHost(); BuildChild() local
1380 auto select = GetHost(); ResetParams() local
1423 auto select = GetHost(); SetLayoutDirection() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java1966 public String select(IFixedDecimal n) { in select() method in PluralRules.RuleList
2029 public boolean select(IFixedDecimal sample, String keyword) { in select() method in PluralRules.RuleList
2191 public String select(double number) { in select() method in PluralRules
2207 public String select(FormattedNumber number) { in select() method in PluralRules
2226 public String select(FormattedNumberRange range) { in select() method in PluralRules
2248 public String select(double number, int countVisibleFractionDigits, long fractionaldigits) { select() method in PluralRules
2262 public String select(IFixedDecimal number) { select() method in PluralRules
[all...]
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h216 #define select _select macro
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralRules.java1885 public String select(IFixedDecimal n) { in select() method in PluralRules.RuleList
1948 public boolean select(IFixedDecimal sample, String keyword) { in select() method in PluralRules.RuleList
2104 public String select(double number) { in select() method in PluralRules
2119 public String select(FormattedNumber number) { in select() method in PluralRules
2134 public String select(double number, int countVisibleFractionDigits, long fractionaldigits) { in select() method in PluralRules
2148 public String select(IFixedDecima method in PluralRules
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp1951 UnicodeString MessageFormat::PluralSelectorProvider::select(void *ctx, double number, in select() function in MessageFormat::PluralSelectorProvider
/third_party/libdrm/intel/
H A Dintel_decode.c685 i915_get_channel_swizzle(uint32_t select) in i915_get_channel_swizzle() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dmsgfmt.cpp1952 UnicodeString MessageFormat::PluralSelectorProvider::select(void *ctx, double number, in select() function in MessageFormat::PluralSelectorProvider
/third_party/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c266 int select = reg & 1; in print_tex_reg() local
1811 bool select = texture->offset & 2; in print_texture_word() local
H A Dmidgard.h714 unsigned select : 1; member
800 unsigned select : 1; member
/third_party/skia/src/core/
H A DSkVM.cpp1103 I32 Builder::select(I32 x, I32 y, I32 z) { select() function in skvm::Builder
[all...]
H A DSkVM.h902 I32 select(I32 cond, int t, I32 f) { return select(cond, splat(t), f ); } in abs() function in skvm::Builder
903 I32 select(I32 cond, I32 t, int f) { return select(cond, t , splat(f)); } in abs() function in skvm::Builder
904 I32 select(I32 cond, int t, int f) { return select(con in abs() function in skvm::Builder
906 F32 select(I32 cond, F32 t, F32 f) { abs() function in skvm::Builder
910 F32 select(I32 cond, float t, F32 f) { return select(cond, splat(t), f ); } abs() function in skvm::Builder
911 F32 select(I32 cond, F32 t, float f) { return select(cond, t , splat(f)); } abs() function in skvm::Builder
912 F32 select(I32 cond, float t, float f) { return select(cond, splat(t), splat(f)); } abs() function in skvm::Builder
1288 SI I32 select(I32 c, I32 t, I32 f) { return c->select(c, t , f ); } select() function
1289 SI I32 select(I32 c, I32 t, int f) { return c->select(c, t , c->splat(f)); } select() function
1290 SI I32 select(I32 c, int t, I32 f) { return c->select(c, c->splat(t), f ); } select() function
1291 SI I32 select(I32 c, int t, int f) { return c->select(c, c->splat(t), c->splat(f)); } select() function
1293 SI F32 select(I32 c, F32 t, F32 f) { return c->select(c, t , f ); } select() function
1294 SI F32 select(I32 c, F32 t, float f) { return c->select(c, t , c->splat(f)); } select() function
1295 SI F32 select(I32 c, float t, F32 f) { return c->select(c, c->splat(t), f ); } select() function
1296 SI F32 select(I32 c, float t, float f) { return c->select(c, c->splat(t), c->splat(f)); } select() function
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmsgfmt.cpp1950 UnicodeString MessageFormat::PluralSelectorProvider::select(void *ctx, double number, in select() function in MessageFormat::PluralSelectorProvider
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp308 bool X86InstructionSelector::select(MachineInstr &I) { in select() function in X86InstructionSelector
[all...]
/third_party/python/Lib/
H A Dpydoc.py2345 import select namespace
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c698 struct instruction *select; in insert_select() local
[all...]
/third_party/lwip/src/include/lwip/
H A Dsockets.h668 #define select(maxfdp1,readset,writeset,exceptset,timeout) lwip_select(maxfdp1,readset,writeset,exceptset,timeout) macro
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc2868 byte select = i.InputInt8(1) << 4 & 0x30; in AssembleArchInstruction() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp1767 void ShaderCore::select(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2) in select() function in sw::ShaderCore
1816 void ShaderCore::select(Float4 &dst, RValue<Int4> src0, const Float4 &src1, const Float4 &src2) select() function in sw::ShaderCore
[all...]
/third_party/python/Lib/test/
H A Dtest_subprocess.py21 import select namespace
H A Dtest_ssl.py14 import select namespace
[all...]
H A Dtest_os.py16 import select namespace
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c770 static int find_device(AVHWDeviceContext *ctx, VulkanDeviceSelection *select) in find_device() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.h457 value(unsigned sh_id, value_kind k, sel_chan select, unsigned ver = 0) in value() argument
479 sel_chan select; member in r600_sb::value
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp1412 bool AArch64InstructionSelector::select(MachineInstr &I) { in select() function in AArch64InstructionSelector
[all...]
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1325 pub fn select( in select() functions

Completed in 82 milliseconds

1234567