/third_party/typescript/tests/baselines/reference/ |
H A D | strictNullLogicalAndOr.js | 19 var choice = sinOrCos && Math.sin || Math.cos;
variable
|
H A D | controlFlowManyConsecutiveConditionsNoTimeout.js | 144 var choice = Choice.One; global() variable [all...] |
/third_party/ltp/include/ |
H A D | tst_kconfig.h | 12 char choice; member
|
/foundation/multimedia/player_framework/frameworks/native/screen_capture/ |
H A D | screen_capture_controller_impl.cpp | 34 void ScreenCaptureControllerImpl::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) in ReportAVScreenCaptureUserChoice() argument
|
/foundation/multimedia/player_framework/services/services/screen_capture/client/ |
H A D | screen_capture_controller_client.cpp | 60 int32_t ScreenCaptureControllerClient::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) in ReportAVScreenCaptureUserChoice() argument
|
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/ |
H A D | screen_capture_controller_proxy.cpp | 55 int32_t ScreenCaptureControllerProxy::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) in ReportAVScreenCaptureUserChoice() argument
|
H A D | screen_capture_controller_stub.cpp | 106 int32_t ScreenCaptureControllerStub::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) in ReportAVScreenCaptureUserChoice() argument 128 std::string choice = data.ReadString(); in ReportAVScreenCaptureUserChoice() local
|
/foundation/multimedia/player_framework/services/services/screen_capture/server/ |
H A D | screen_capture_controller_server.cpp | 52 int32_t ScreenCaptureControllerServer::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) in ReportAVScreenCaptureUserChoice() argument
|
/third_party/python/Lib/ |
H A D | secrets.py | 24 choice = _sysrand.choice variable
|
/third_party/skia/fuzz/ |
H A D | FuzzPathop.cpp | 18 uint8_t choice; in DEF_FUZZ() local
|
/third_party/rust/crates/nom/src/branch/ |
H A D | mod.rs | 15 fn choice(&mut self, input: I) -> IResult<I, O, E>; in choice() functions 134 fn choice(&mut self, input: Input) -> IResult<Input, Output, Error> { in choice() functions 165 fn choice(&mut self, input: Input) -> IResult<Input, Output, Error> { in choice() functions
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UCharacterNameIterator.java | 174 protected UCharacterNameIterator(UCharacterName name, int choice) in UCharacterNameIterator() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | NumberFormatServiceShim.java | 78 NumberFormat createInstance(ULocale desiredLocale, int choice) { in createInstance() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UCharacterNameIterator.java | 174 protected UCharacterNameIterator(UCharacterName name, int choice) in UCharacterNameIterator() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | NumberFormatServiceShim.java | 79 NumberFormat createInstance(ULocale desiredLocale, int choice) { in createInstance() argument
|
/third_party/toybox/kconfig/lxdialog/ |
H A D | checklist.c | 31 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument 59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument 115 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local [all...] |
H A D | menubox.c | 187 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local [all...] |
/third_party/selinux/libselinux/src/ |
H A D | query_user_context.c | 15 int choice = 0; /* index of the user's choice */ in context_menu() local 41 int choice; /* The index in the list of the sid chosen by in query_user_context() local [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuFloatFormat.cpp | 38 Interval chooseInterval(YesNoMaybe choice, const Interval& no, const Interval& yes) in chooseInterval() argument
|
/device/soc/rockchip/common/sdk_linux/scripts/kconfig/ |
H A D | parser.y | 246 choice: T_CHOICE word_opt T_EOL label
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/src/ |
H A D | screen_capture_server_function_unittest.cpp | 658 std::string choice = "{\"choice\": \"false\", \"displayId\": -1, \"missionId\": -1}"; in HWTEST_F() local 673 std::string choice = "{\"choice\": \"true\", \"displayId\": -1, \"missionId\": -1}"; in HWTEST_F() local 688 std::string choice = "{\"choice\": \"true\", \"displayId\": -1, \"missionId\": -1}"; in HWTEST_F() local 703 std::string choice in HWTEST_F() local 720 std::string choice = "{\\"choice\\": \\"true\\", \\"displayId\\": -1, \\"missionId\\": -1}"; HWTEST_F() local 736 std::string choice = "{\\"choice\\": \\"true\\", \\"displayId\\": -1, \\"missionId\\": -1}"; HWTEST_F() local 752 std::string choice = "{\\"choice\\": \\"true\\", \\"displayId\\": 0, \\"missionId\\": 0}"; HWTEST_F() local 768 std::string choice = "{\\"choice\\": \\"true\\"}"; HWTEST_F() local [all...] |
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
H A D | screen_capture_unit_test.cpp | 179 std::string choice = "false"; in HWTEST_F() local
|
/third_party/backends/testsuite/sanei/ |
H A D | sanei_config_test.c | 360 SANE_Char choice[128]; in string_list_option() local 403 SANE_Char choice[128]; in wrong_string_list_option() local [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_u16.cpp | 573 _UTF16BEReset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16BEReset() argument 1174 _UTF16LEReset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16LEReset() argument 1279 _UTF16Reset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16Reset() argument
|
H A D | ucnv_u32.cpp | 1026 _UTF32Reset(UConverter *cnv, UConverterResetChoice choice) { in _UTF32Reset() argument
|