Home
last modified time | relevance | path

Searched defs:selector (Results 1 - 25 of 105) sorted by relevance

12345

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dobjc_sel_and_id.h5 SEL selector; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_sel_and_id.rs16 pub static mut selector: objc::runtime::Sel; consts
/third_party/skia/third_party/externals/tint/src/ast/
H A Dcase_statement_test.cc30 auto* selector = create<SintLiteralExpression>(2); in TEST_F() local
45 auto* selector = create<UintLiteralExpression>(2u); in TEST_F() local
/test/testfwk/arkxtest/uitest/core/
H A Dwidget_selector.cpp39 void WidgetSelector::AddFrontLocator(const WidgetSelector &selector, ApiCallErr &error) in AddFrontLocator() argument
48 void WidgetSelector::AddRearLocator(const WidgetSelector &selector, ApiCallErr &error) in AddRearLocator() argument
57 AddParentLocator(const WidgetSelector &selector, ApiCallErr &error) AddParentLocator() argument
[all...]
H A Dwidget_operator.cpp70 static WidgetSelector ConstructScrollFindSelector(const WidgetSelector &selector, const string &hashcode, in ConstructScrollFindSelector() argument
204 unique_ptr<Widget> WidgetOperator::ScrollFindWidget(const WidgetSelector &selector, ApiCallErr &error) const in ScrollFindWidget() argument
H A Dwindow_operator.cpp197 auto selector = WidgetSelector(); in Split() local
292 auto selector = WidgetSelector(); in BarAction() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_currencysymbols.cpp64 UnicodeString CurrencySymbols::loadSymbol(UCurrNameStyle selector, UErrorCode& status) const { in loadSymbol() argument
/third_party/mesa3d/src/freedreno/computerator/
H A Dmain.h61 unsigned selector; member
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_currencysymbols.cpp64 UnicodeString CurrencySymbols::loadSymbol(UCurrNameStyle selector, UErrorCode& status) const { in loadSymbol() argument
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dconstructors.js50 var selector = function selector(opts) { function
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSpec.cpp130 auto selector = insn.word(6 + i); in EvalSpecConstantOp() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_currencysymbols.cpp64 UnicodeString CurrencySymbols::loadSymbol(UCurrNameStyle selector, UErrorCode& status) const { in loadSymbol() argument
/test/testfwk/arkxtest/uitest/test/
H A Dwidget_selector_test.cpp168 auto selector = WidgetSelector(); in TEST_F() local
180 auto selector = WidgetSelector(); in TEST_F() local
195 auto selector = WidgetSelector(); in TEST_F() local
212 auto selector = WidgetSelector(); TEST_F() local
230 auto selector = WidgetSelector(); TEST_F() local
249 auto selector = WidgetSelector(); TEST_F() local
269 auto selector = WidgetSelector(); TEST_F() local
293 auto selector = WidgetSelector(); TEST_F() local
317 auto selector = WidgetSelector(); TEST_F() local
342 auto selector = WidgetSelector(); TEST_F() local
373 auto selector = WidgetSelector(); TEST_F() local
393 auto selector = WidgetSelector(); TEST_F() local
414 auto selector = WidgetSelector(); TEST_F() local
436 auto selector = WidgetSelector(); TEST_F() local
460 auto selector = WidgetSelector(); TEST_F() local
487 auto selector = WidgetSelector(); TEST_F() local
527 auto selector = WidgetSelector(); TEST_F() local
546 auto selector = WidgetSelector(); TEST_F() local
579 auto selector = WidgetSelector(); TEST_F() local
599 auto selector = WidgetSelector(); TEST_F() local
620 auto selector = WidgetSelector(); TEST_F() local
643 auto selector = WidgetSelector(); TEST_F() local
665 auto selector = WidgetSelector(); TEST_F() local
691 auto selector = WidgetSelector(); TEST_F() local
718 auto selector = WidgetSelector(); TEST_F() local
746 auto selector = WidgetSelector(); TEST_F() local
774 auto selector = WidgetSelector(); TEST_F() local
800 auto selector = WidgetSelector(); TEST_F() local
827 auto selector = WidgetSelector(); TEST_F() local
851 auto selector = WidgetSelector(); TEST_F() local
876 auto selector = WidgetSelector(); TEST_F() local
909 auto selector = WidgetSelector(); TEST_F() local
940 auto selector = WidgetSelector(); TEST_F() local
972 auto selector = WidgetSelector(); TEST_F() local
[all...]
H A Dui_driver_test.cpp86 auto selector = WidgetSelector(); in TEST_F() local
138 auto selector = WidgetSelector(); in TEST_F() local
198 auto selector = WidgetSelector(); in TEST_F() local
[all...]
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfreedreno_perfcntr.h84 unsigned selector; member
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_utl.c228 long selector; in ossl_asn1_do_adb() local
/third_party/openssl/crypto/asn1/
H A Dtasn_utl.c228 long selector; in ossl_asn1_do_adb() local
/test/testfwk/arkxtest/uitest/record/
H A Dui_record.h102 WidgetSelector selector = WidgetSelector(); member in OHOS::uitest::InputEventCallback
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralFormat.java449 findSubMessage( MessagePattern pattern, int partIndex, PluralSelector selector, Object context, double number) findSubMessage() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMessagePatternUtilTest.java200 private ExpectMessageNode expectVariant(String selector) { in expectVariant() argument
205 private ExpectMessageNode expectVariant(String selector, double value) { in expectVariant() argument
250 private ExpectVariantNode(ExpectComplexArgNode parent, String selector) { in ExpectVariantNode() argument
253 private ExpectVariantNode(ExpectComplexArgNode parent, String selector, double value) { in ExpectVariantNode() argument
271 private String selector; global() field in MessagePatternUtilTest.ExpectVariantNode
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DMessagePatternUtilTest.java203 private ExpectMessageNode expectVariant(String selector) { in expectVariant() argument
208 private ExpectMessageNode expectVariant(String selector, double value) { in expectVariant() argument
253 private ExpectVariantNode(ExpectComplexArgNode parent, String selector) { in ExpectVariantNode() argument
256 private ExpectVariantNode(ExpectComplexArgNode parent, String selector, double value) { in ExpectVariantNode() argument
274 private String selector; global() field in MessagePatternUtilTest.ExpectVariantNode
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralFormat.java434 findSubMessage( MessagePattern pattern, int partIndex, PluralSelector selector, Object context, double number) findSubMessage() argument
[all...]
/third_party/mesa3d/src/asahi/lib/
H A Dwrap.c49 wrap_Method(mach_port_t connection, uint32_t selector, const uint64_t* input, in wrap_Method() argument
283 wrap_AsyncMethod(mach_port_t connection, uint32_t selector, in wrap_AsyncMethod() argument
345 wrap_StructMethod(mach_port_t connection, uint32_t selector, const void *inputStruct, size_t inputStructCnt, void *outputStruct, size_t *outputStructCntP) wrap_StructMethod() argument
355 wrap_AsyncStructMethod(mach_port_t connection, uint32_t selector, mach_port_t wakePort, uint64_t *reference, uint32_t referenceCnt, const void *inputStruct, size_t inputStructCnt, void *outputStruct, size_t *outputStructCnt) wrap_AsyncStructMethod() argument
367 wrap_ScalarMethod(mach_port_t connection, uint32_t selector, const uint64_t *input, uint32_t inputCnt, uint64_t *output, uint32_t *outputCnt) wrap_ScalarMethod() argument
376 wrap_AsyncScalarMethod(mach_port_t connection, uint32_t selector, mach_port_t wakePort, uint64_t *reference, uint32_t referenceCnt, const uint64_t *input, uint32_t inputCnt, uint64_t *output, uint32_t *outputCnt) wrap_AsyncScalarMethod() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_pipeline_state.cpp416 d3d12_gfx_pipeline_state_cache_invalidate_shader(struct d3d12_context *ctx, enum pipe_shader_type stage, struct d3d12_shader_selector *selector) d3d12_gfx_pipeline_state_cache_invalidate_shader() argument
533 d3d12_compute_pipeline_state_cache_invalidate_shader(struct d3d12_context *ctx, struct d3d12_shader_selector *selector) d3d12_compute_pipeline_state_cache_invalidate_shader() argument
/third_party/node/deps/openssl/openssl/include/internal/
H A Ddane.h45 uint8_t selector; member

Completed in 13 milliseconds

12345