| /foundation/window/window_manager/interfaces/innerkits/wm/ |
| H A D | wm_common.h | 1033 PiPControlStatus status; member
|
| /foundation/window/window_manager/window_scene/screen_session_manager/src/ |
| H A D | screen_session_manager.cpp | 1545 auto status = rsInterface_.GetScreenSupportedHDRFormats(screenId, rsHdrFormat); in SetHdrFormats() local 1566 auto status = rsInterface_.GetScreenSupportedColorSpaces(screenId, rsColorSpace); in SetColorSpaces() local 1724 ScreenPowerStatus status; in SetScreenPowerById() local 1756 std::string status = SCREEN_UNKNOWN; SetMultiScreenStatus() local 1963 ScreenPowerStatus status; SetSpecifiedScreenPower() local 1996 ScreenPowerStatus status; SetScreenPowerForAll() local 2008 GetPowerStatus(ScreenPowerState state, PowerStateChangeReason reason, ScreenPowerStatus& status) GetPowerStatus() argument 2060 SetScreenPower(ScreenPowerStatus status, PowerStateChangeReason reason) SetScreenPower() argument 2102 SetScreenPowerForFold(ScreenPowerStatus status) SetScreenPowerForFold() argument 2111 SetScreenPowerForFold(ScreenId screenId, ScreenPowerStatus status) SetScreenPowerForFold() argument 2125 CallRsSetScreenPowerStatusSync(ScreenId screenId, ScreenPowerStatus status) CallRsSetScreenPowerStatusSync() argument 2138 HandlerSensor(ScreenPowerStatus status, PowerStateChangeReason reason) HandlerSensor() argument 2644 NotifyPowerEventForDualDisplay(DisplayPowerEvent event, EventStatus status, PowerStateChangeReason reason) NotifyPowerEventForDualDisplay() argument 2665 NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status, PowerStateChangeReason reason) NotifyDisplayPowerEvent() argument 5100 OnPowerStatusChange(DisplayPowerEvent event, EventStatus status, PowerStateChangeReason reason) OnPowerStatusChange() argument [all...] |
| /foundation/window/window_manager/window_scene/session/host/src/ |
| H A D | scene_session.cpp | 1349 WSError SceneSession::OnNeedAvoid(bool status) in OnNeedAvoid() argument 1790 WSError SceneSession::SetPipActionEvent(const std::string& action, int32_t status) in SetPipActionEvent() argument 1799 SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) SetPiPControlEvent() argument 4327 UpdatePiPControlStatus(WsPiPControlType controlType, WsPiPControlStatus status) UpdatePiPControlStatus() argument [all...] |
| /foundation/window/window_manager/wm/src/ |
| H A D | window_impl.cpp | 911 WMError WindowImpl::UpdateSystemBarProperty(bool status) in UpdateSystemBarProperty() argument 951 WMError WindowImpl::SetLayoutFullScreen(bool status) in SetLayoutFullScreen() argument 998 SetFullScreen(bool status) SetFullScreen() argument [all...] |
| H A D | window_session_impl.cpp | 3133 WSError WindowSessionImpl::SetPipActionEvent(const std::string& action, int32_t status) in SetPipActionEvent() argument 3143 WSError WindowSessionImpl::SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) in SetPiPControlEvent() argument 3728 SetLayoutFullScreenByApiVersion(bool status) SetLayoutFullScreenByApiVersion() argument 3862 UpdatePiPControlStatus(PiPControlType controlType, PiPControlStatus status) UpdatePiPControlStatus() argument [all...] |
| H A D | window_scene_session_impl.cpp | 1833 WMError WindowSceneSessionImpl::NotifyWindowNeedAvoid(bool status) in NotifyWindowNeedAvoid() argument 1847 WMError WindowSceneSessionImpl::SetLayoutFullScreenByApiVersion(bool status) in SetLayoutFullScreenByApiVersion() argument 1895 SetLayoutFullScreen(bool status) SetLayoutFullScreen() argument 2096 SetFullScreen(bool status) SetFullScreen() argument [all...] |
| /test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/ |
| H A D | napi_test.cpp | 159 napi_status status = napi_get_value_double(env, value, &double_value);
in getLastErrorInfo() local 1427 napi_status status;
in setProperty() local 1448 napi_status status;
in getProperty() local 2025 napi_status status = napi_create_arraybuffer(env, arrayBufferSize, &arrayBufferPtr, &arrayBuffer); napCreateArrayBuffer() local 2036 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); napiGetCbInfo() local 2057 napi_status status; naiGetArrayBufferInfo() local 2097 napi_status status = napi_run_script_path(env, path, &value); napiRunScriptPath() local 2111 napi_status status = napi_load_module(env, path, &value); napiLoadModule() local 2127 napi_status status = napi_create_string_utf8(env, release, strlen(release), &value); napiGetNodeVersion() local 2141 napi_status status = napi_get_threadsafe_function_context(func, &context); napiCallThreadsafeFunction() local 2161 napi_status status = napi_create_threadsafe_function(env, nullptr, nullptr, resourceName, napiCreateThreadsafeFunction() local 2182 AddCallbackCompleteCB(napi_env env, napi_status status, void *data) AddCallbackCompleteCB() argument 2230 AddPromiseCompleteCB(napi_env env, napi_status status, void *data) AddPromiseCompleteCB() argument 2300 napi_status status = napi_create_function(env, "func", NAPI_AUTO_LENGTH, SayHello, nullptr, &funcValue); napiCreateFunction() local 2312 napi_status status = napi_create_function(env, nullptr, NAPI_AUTO_LENGTH, SayHello, nullptr, &resultValue); NapiCreateFunctionTwo() local 2334 napi_status status = napi_create_threadsafe_function(env, nullptr, nullptr, resourceName, napiRefthreadSafeFunction() local 2351 napi_status status = napi_create_date(env, time, &createResult); napiCreateDate() local 2532 napi_status status = napi_create_buffer_copy(env, bufferSize, TEST_STR, &dataPtr, &napiBuffer); BufferCopy() local 2551 napi_status status = napi_is_buffer(env, napiBuffer, &result); IsBuffer() local 2795 napi_status status = napi_get_named_property(env, args[0], "Object", &objectConstructor); FreezeTest() local 2813 napi_status status = napi_get_named_property(env, args[0], "Object", &objectConstructor); SealTest() local 2840 napi_status status = napi_create_external_arraybuffer(env, External() local 2884 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); IsDetachedTest() local 2912 napi_status status = napi_async_destroy(env, (napi_async_context) data); AsyncDestroyCb() local 3117 AsyncWorkCbComplete(napi_env env, [[maybe_unused]] napi_status status, [[maybe_unused]] void* data) AsyncWorkCbComplete() argument 3194 napi_status status = napi_remove_async_cleanup_hook(data->handle); AfterCleanupHookTwo() local 3213 napi_status status = napi_get_uv_event_loop(data->env, &loop); AsyncCleanupHook() local 3609 completeCb(napi_env env, napi_status status, void *data) completeCb() argument 3636 napi_status status = NewThreadFunc() local 3724 napi_status status = CallAfterRunFunc() local 3757 napi_status status = napi_stop_event_loop(nullptr); StopEventLoop() local 3760 napi_status status = napi_stop_event_loop(env); StopEventLoop() local 3794 napi_status status = napi_serialize(env, object, undefined, undefined, &data); NapiSerialize() local 3823 napi_status status = napi_deserialize(env, data, &result1); NapiDeSerialize() local 3852 napi_status status = napi_serialize(env, object, undefined, undefined, &data); NapiDeleteSerializationData() local 3890 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeDate() local 3917 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeString() local 3942 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeArray() local 3968 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeObject() local 3996 napi_status status = napi_deserialize(env, dataVal, &result1); NapiSerializeArraybuffer() local 4031 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeTypearray() local 4058 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeSharedarraybuffer() local 4085 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeSet() local 4111 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeMap() local 4137 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeRegExp() local 4417 WorkComplete(napi_env env, napi_status status, void *data) WorkComplete() argument 4446 napi_status status = napi_call_threadsafe_function_with_priority(nullptr, nullptr, napi_priority_idle, true); ThreadSafePriorityWithInvalidParam() local 4527 napi_status status = napi_create_sendable_arraybuffer(env, arrayBufferSize, &arrayBufferPtr, &arrayBuffer); CreateSendableArrayBufferTest() local [all...] |
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm.c | 1054 int snd_pcm_status(snd_pcm_t *pcm, snd_pcm_status_t *status) in snd_pcm_status() argument 2408 snd_pcm_status_dump(snd_pcm_status_t *status, snd_output_t *out) snd_pcm_status_dump() argument [all...] |
| /third_party/backends/backend/ |
| H A D | hp3500.c | 477 SANE_Status status; in sane_control_option() local 3798 int status; in reader_process() local [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | numfmtst.cpp | 266 UErrorCode status = U_ZERO_ERROR; in TestAPI() local 406 UErrorCode status = U_ZERO_ERROR; TestPatterns() local 407 DecimalFormatSymbols sym(Locale::getUS(), status); TestPatterns() local 483 UErrorCode status = U_ZERO_ERROR; TestExponential() local 484 DecimalFormatSymbols sym(Locale::getUS(), status); TestExponential() local 638 UErrorCode status = U_ZERO_ERROR; TestExponential() local 662 UErrorCode status = U_ZERO_ERROR; TestScientific2() local 678 UErrorCode status = U_ZERO_ERROR; TestScientificGrouping() local 713 UErrorCode status = U_ZERO_ERROR; TestInt64() local 801 UErrorCode status = U_ZERO_ERROR; TestQuotes() local 840 UErrorCode status = U_ZERO_ERROR; TestCurrencySign() local 930 UErrorCode status = U_ZERO_ERROR; TestCurrency() local 1055 UErrorCode status = U_ZERO_ERROR; TestParse() local 1143 UErrorCode status = U_ZERO_ERROR; TestLenientParse() local 1338 UErrorCode status = U_ZERO_ERROR; TestRounding487() local 1360 UErrorCode status = U_ZERO_ERROR; TestSecondaryGrouping() local 1361 DecimalFormatSymbols US(Locale::getUS(), status); TestSecondaryGrouping() local 1471 UErrorCode status = U_ZERO_ERROR; TestExponent() local 1472 DecimalFormatSymbols US(Locale::getUS(), status); TestExponent() local 1488 UErrorCode status = U_ZERO_ERROR; TestScientific() local 1489 DecimalFormatSymbols US(Locale::getUS(), status); TestScientific() local 1543 Locale::setDefault(Locale::getUS(), status); TestScientific() local 1546 "1.2345678901E4", status); TestScientific() local 1668 UErrorCode status = U_ZERO_ERROR; TestPad() local 1669 DecimalFormatSymbols US(Locale::getUS(), status); TestPad() local 1784 UErrorCode status = U_ZERO_ERROR; TestPatterns2() local 1785 DecimalFormatSymbols US(Locale::getUS(), status); TestPatterns2() local 1845 UErrorCode status = U_ZERO_ERROR; TestSurrogateSupport() local 1846 DecimalFormatSymbols custom(Locale::getUS(), status); TestSurrogateSupport() local 1957 UErrorCode status = U_ZERO_ERROR; TestRegCurrency() local 2389 UErrorCode status = U_ZERO_ERROR; TestSymbolsWithBadLocale() local 2855 expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& exp, UErrorCode status) expect2() argument 2867 UErrorCode status = U_ZERO_ERROR; expect() local 2888 UErrorCode status = U_ZERO_ERROR; expect_rbnf() local 2908 UErrorCode status = U_ZERO_ERROR; expect_rbnf() local 2944 UErrorCode status = U_ZERO_ERROR; expect() local 2978 expect(NumberFormat* fmt, const Formattable& n, const UnicodeString& exp, UBool rt, UErrorCode status) expect() argument 3052 UErrorCode status = U_ZERO_ERROR; expectPad() local 3123 UErrorCode status = U_ZERO_ERROR; expectParseCurrency() local 3146 UErrorCode status = U_ZERO_ERROR; TestJB3832() local 3174 UErrorCode status = U_ZERO_ERROR; TestHost() local 3211 UErrorCode status = U_ZERO_ERROR; TestHostClone() local 3239 UErrorCode status = U_ZERO_ERROR; TestCurrencyFormat() local 3246 Locale::setDefault( Locale::getUK(), status ); TestCurrencyFormat() local 3296 UErrorCode status = U_ZERO_ERROR; TestRounding() local 3323 UErrorCode status = U_ZERO_ERROR; TestRoundingPattern() local 3377 UErrorCode status=U_ZERO_ERROR; checkRound() local 3403 UErrorCode status = U_ZERO_ERROR; TestNonpositiveMultiplier() local 3404 DecimalFormatSymbols US(Locale::getUS(), status); TestNonpositiveMultiplier() local 3497 UErrorCode status = U_ZERO_ERROR; TestSpaceParsing() local 3644 UErrorCode status = U_ZERO_ERROR; TestMultiCurrencySign() local 3687 UErrorCode status = U_ZERO_ERROR; TestMultiCurrencySign() local 3708 UErrorCode status = U_ZERO_ERROR; TestCurrencyFormatForMixParsing() local 3725 UErrorCode status = U_ZERO_ERROR; TestCurrencyFormatForMixParsing() local 3784 UErrorCode status = U_ZERO_ERROR; TestDecimalFormatCurrencyParse() local 3815 UErrorCode status = U_ZERO_ERROR; TestDecimalFormatCurrencyParse() local 3872 UErrorCode status = U_ZERO_ERROR; TestCurrencyIsoPluralFormat() local 3908 UErrorCode status = U_ZERO_ERROR; TestCurrencyIsoPluralFormat() local 3983 UErrorCode status = U_ZERO_ERROR; TestCurrencyParsing() local 4023 UErrorCode status = U_ZERO_ERROR; TestCurrencyParsing() local 6599 UErrorCode status = U_ZERO_ERROR; TestParseCurrencyInUCurr() local 6600 LocalPointer<NumberFormat> numFmt(NumberFormat::createInstance(locale, UNUM_CURRENCY, status), status); TestParseCurrencyInUCurr() local 6620 UErrorCode status = U_ZERO_ERROR; TestParseCurrencyInUCurr() local 6704 UErrorCode status = U_ZERO_ERROR; TestFieldPositionIterator() local 6738 UErrorCode status = U_ZERO_ERROR; TestFormatAttributes() local 6839 UErrorCode status = U_ZERO_ERROR; TestDecimal() local 6849 UErrorCode status = U_ZERO_ERROR; TestDecimal() local 6855 UErrorCode status = U_ZERO_ERROR; TestDecimal() local 6893 UErrorCode status = U_ZERO_ERROR; TestDecimal() local 6911 UErrorCode status = U_ZERO_ERROR; TestDecimal() local 6942 UErrorCode status = U_ZERO_ERROR; TestDecimal() local 6964 UErrorCode status = U_ZERO_ERROR; TestDecimal() local 6984 UErrorCode status = U_ZERO_ERROR; TestCurrencyFractionDigits() local 7010 UErrorCode status = U_ZERO_ERROR; TestExponentParse() local 7016 DecimalFormatSymbols symbols(Locale::getDefault(), status); TestExponentParse() local 7058 UErrorCode status = U_ZERO_ERROR; TestExplicitParents() local 7144 UErrorCode status = U_ZERO_ERROR; Test9087() local 7175 UErrorCode status=U_ZERO_ERROR; TestFormatFastpaths() local 7194 UErrorCode status=U_ZERO_ERROR; TestFormatFastpaths() local 7218 UErrorCode status=U_ZERO_ERROR; TestFormatFastpaths() local 7242 UErrorCode status=U_ZERO_ERROR; TestFormatFastpaths() local 7266 UErrorCode status=U_ZERO_ERROR; TestFormatFastpaths() local 7312 UErrorCode status = U_ZERO_ERROR; testFormattableAsUFormattable() local 7457 UErrorCode status = U_ZERO_ERROR; TestUFormattable() local 7556 UErrorCode status = U_ZERO_ERROR; TestSignificantDigits() local 7609 UErrorCode status = U_ZERO_ERROR; TestShowZero() local 7626 UErrorCode status = U_ZERO_ERROR; TestBug9936() local 7662 UErrorCode status = U_ZERO_ERROR; TestParseNegativeWithFaLocale() local 7678 UErrorCode status = U_ZERO_ERROR; TestParseNegativeWithAlternateMinusSign() local 7694 UErrorCode status = U_ZERO_ERROR; TestCustomCurrencySignAndSeparator() local 7695 DecimalFormatSymbols custom(Locale::getUS(), status); TestCustomCurrencySignAndSeparator() local 7803 UErrorCode status = U_ZERO_ERROR; TestParseSignsAndMarks() local 7843 UErrorCode status = U_ZERO_ERROR; Test10419RoundingWith0FractionDigits() local 7861 UErrorCode status = U_ZERO_ERROR; Test10468ApplyPattern() local 7880 UErrorCode status = U_ZERO_ERROR; TestRoundingScientific10542() local 8050 UErrorCode status = U_ZERO_ERROR; TestZeroScientific10547() local 8084 UErrorCode status = U_ZERO_ERROR; TestAccountingCurrency() local 8151 UErrorCode status = U_ZERO_ERROR; TestEquality() local 8175 UErrorCode status; TestCurrencyUsage() local 8316 UErrorCode status = U_ZERO_ERROR; TestGetAffixes() local 8374 UErrorCode status = U_ZERO_ERROR; TestToPatternScientific11648() local 8442 UErrorCode status = U_ZERO_ERROR; TestFractionalDigitsForCurrency() local 8458 UErrorCode status = U_ZERO_ERROR; TestFormatCurrencyPlural() local 8472 UErrorCode status = U_ZERO_ERROR; TestCtorApplyPatternDifference() local 8498 UErrorCode status = U_ZERO_ERROR; Test11868() local 8606 UErrorCode status = U_ZERO_ERROR; Test11376_getAndSetPositivePrefix() local 8626 UErrorCode status = U_ZERO_ERROR; Test11376_getAndSetPositivePrefix() local 8651 UErrorCode status = U_ZERO_ERROR; Test11475_signRecognition() local 8708 UErrorCode status = U_ZERO_ERROR; Test11640_getAffixes() local 8729 UErrorCode status = U_ZERO_ERROR; Test11649_toPatternWithMultiCurrency() local 8753 UErrorCode status = U_ZERO_ERROR; Test13327_numberingSystemBufferOverflow() local 8774 UErrorCode status = U_ZERO_ERROR; Test13391_chakmaParsing() local 8841 UErrorCode status = U_ZERO_ERROR; Test11035_FormatCurrencyAmount() local 8849 status); Test11035_FormatCurrencyAmount() local 8974 UErrorCode status = U_ZERO_ERROR; Test11646_Equality() local 8975 DecimalFormatSymbols symbols(Locale::getEnglish(), status); Test11646_Equality() local 9336 UErrorCode status = U_ZERO_ERROR; Test13056_GroupingSize() local 9351 UErrorCode status = U_ZERO_ERROR; Test11025_CurrencyPadding() local 9353 DecimalFormatSymbols sym(Locale::getFrance(), status); Test11025_CurrencyPadding() local 9363 UErrorCode status = U_ZERO_ERROR; Test11648_ExpDecFormatMalPattern() local 9416 UErrorCode status = U_ZERO_ERROR; Test12753_PatternDecimalPoint() local 9417 DecimalFormatSymbols symbols(Locale::getUS(), status); Test12753_PatternDecimalPoint() local 9429 UErrorCode status = U_ZERO_ERROR; Test11647_PatternCurrencySymbols() local 9439 UErrorCode status = U_ZERO_ERROR; Test11913_BigDecimal() local 9450 UErrorCode status = U_ZERO_ERROR; Test11020_RoundingInScientificNotation() local 9451 DecimalFormatSymbols sym(Locale::getFrance(), status); Test11020_RoundingInScientificNotation() local 10019 DecimalFormatSymbols dfs(Locale::getEnglish(), status); Test13733_StrictAndLenient() local [all...] |
| H A D | rbbitst.cpp | 180 UErrorCode status = U_ZERO_ERROR; in printStringBreaks() local 218 UErrorCode status = U_ZERO_ERROR; in printStringBreaks() local 231 UErrorCode status = U_ZERO_ERROR; in TestBug3818() local 300 UErrorCode status = U_ZERO_ERROR; TestEndBehaviour() local 322 UErrorCode status = U_ZERO_ERROR; TestBug4153072() local 361 UErrorCode status = U_ZERO_ERROR; TestBug5775() local 436 CharStringAppend(CharString &dest, const UnicodeString &src, UErrorCode &status) CharStringAppend() argument 458 setUTF16(UErrorCode &status) setUTF16() argument 473 setUTF8(UErrorCode &status) setUTF8() argument 547 executeTest(TestParams *t, UErrorCode &status) executeTest() argument 736 UErrorCode status = U_ZERO_ERROR; TestExtended() local 971 UErrorCode status = U_ZERO_ERROR; TestExtended() local 1157 UErrorCode status = U_ZERO_ERROR; TestDictRules() local 1187 UErrorCode status = U_ZERO_ERROR; TestUnicodeFiles() local 1292 UErrorCode status = U_ZERO_ERROR; runUnicodeTestData() local 1622 UErrorCode status = U_ZERO_ERROR; RBBICharMonkey() local 1910 UErrorCode status = U_ZERO_ERROR; RBBIWordMonkey() local 2282 UErrorCode status = U_ZERO_ERROR; RBBISentMonkey() local 2659 UErrorCode status = U_ZERO_ERROR; RBBILineMonkey() local 2850 UErrorCode status = U_ZERO_ERROR; next() local 3402 UErrorCode status = U_ZERO_ERROR; getIntParam() local 3505 UErrorCode status = U_ZERO_ERROR; TestWordBreaks() local 3582 UErrorCode status = U_ZERO_ERROR; TestWordBoundary() local 3584 LocalPointer<BreakIterator> bi(BreakIterator::createWordInstance(locale, status), status); TestWordBoundary() local 3668 UErrorCode status = U_ZERO_ERROR; TestLineBreaks() local 4208 UErrorCode status = U_ZERO_ERROR; RunMonkey() local 4264 UErrorCode status = U_ZERO_ERROR; TestBug5532() local 4298 UErrorCode status = U_ZERO_ERROR; TestBug9983() local 4341 UErrorCode status = U_ZERO_ERROR; TestBug7547() local 4355 UErrorCode status = U_ZERO_ERROR; TestBug12797() local 4374 UErrorCode status = U_ZERO_ERROR; TestBug12918() local 4402 UErrorCode status = U_ZERO_ERROR; TestBug12932() local 4416 UErrorCode status = U_ZERO_ERROR; TestEmoji() local 4419 testFileName.append(IntlTest::getSourceTestData(status), status); TestEmoji() local 4503 UErrorCode status = U_ZERO_ERROR; TestBug12519() local 4540 UErrorCode status = U_ZERO_ERROR; TestBug12677() local 4550 UErrorCode status = U_ZERO_ERROR; TestTableRedundancies() local 4622 UErrorCode status = U_ZERO_ERROR; TestBug13447() local 4646 UErrorCode status = U_ZERO_ERROR; TestReverse() local 4725 UErrorCode status = U_ZERO_ERROR; TestBug13692() local 4760 UErrorCode status = U_ZERO_ERROR; TestDebug() local 4837 UErrorCode status = U_ZERO_ERROR; testTrieStateTable() local 4900 UErrorCode status = U_ZERO_ERROR; Test8BitsTrieWith16BitStateTable() local 4959 UErrorCode status = U_ZERO_ERROR; TestTable_8_16_Bits() local 5029 UErrorCode status = U_ZERO_ERROR; TestBug13590() local 5272 UErrorCode status = U_ZERO_ERROR; TestUnpairedSurrogate() local 5325 UErrorCode status = U_ZERO_ERROR; runLSTMTestFromFile() local 5475 UErrorCode status = U_ZERO_ERROR; TestRandomAccess() local [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cmsccoll.c | 83 UErrorCode status = U_ZERO_ERROR; in IncompleteCntTest() local 185 UErrorCode status in BlackBirdTest() local 264 UErrorCode status = U_ZERO_ERROR; FunkyATest() local 441 UErrorCode status = U_ZERO_ERROR; TestChMove() local 538 UErrorCode status = U_ZERO_ERROR; TestFCDProblem() local 573 UErrorCode status = U_ZERO_ERROR; TestComposeDecompose() local 695 UErrorCode status = U_ZERO_ERROR; TestEmptyRule() local 703 UErrorCode status = U_ZERO_ERROR; TestUCARules() local 861 UErrorCode status = U_ZERO_ERROR; TestCase() local 974 UErrorCode status = U_ZERO_ERROR; TestIncrementalNormalize() local 1237 UErrorCode status = U_ZERO_ERROR; TestHangulTailoring() local 1278 UErrorCode status = U_ZERO_ERROR; TestCompressOverlap() local 1435 UErrorCode status = U_ZERO_ERROR; TestContraction() local 1578 UErrorCode status = U_ZERO_ERROR; TestExpansion() local 1694 UErrorCode status = U_ZERO_ERROR; TestBocsuCoverage() local 1715 UErrorCode status = U_ZERO_ERROR; TestVariableTopSetting() local 1826 UErrorCode status = U_ZERO_ERROR; TestMaxVariable() local 1939 UErrorCode status = U_ZERO_ERROR; TestNonChars() local 2332 UErrorCode status = U_ZERO_ERROR; TestPrefixCompose() local 2584 UErrorCode status = U_ZERO_ERROR; Alexis2() local 2668 UErrorCode status = U_ZERO_ERROR; TestHebrewUCA() local 2717 UErrorCode status = U_ZERO_ERROR; TestPartialSortKeyTermination() local 2753 UErrorCode status = U_ZERO_ERROR; TestSettings() local 2777 UErrorCode status = U_ZERO_ERROR; TestEqualsForCollator() local 2840 UErrorCode status = U_ZERO_ERROR; TestEquals() local 2920 UErrorCode status = U_ZERO_ERROR; TestJ2726() local 2935 UErrorCode status = U_ZERO_ERROR; NullRule() local 2957 UErrorCode status = U_ZERO_ERROR; TestNumericCollation() local 3082 UErrorCode status = U_ZERO_ERROR; TestTibetanConformance() local 3322 UErrorCode status = U_ZERO_ERROR; TestBeforeTightening() local 3453 UErrorCode status = U_ZERO_ERROR; TestTailorNULL() local 3515 UErrorCode status = U_ZERO_ERROR; TestJ5223() local 3582 UErrorCode status = U_ZERO_ERROR; TestVI5913() local 3767 UErrorCode status = U_ZERO_ERROR; TestTailor6179() local 3874 UErrorCode status = U_ZERO_ERROR; TestUCAPrecontext() local 3999 UErrorCode status = U_ZERO_ERROR; TestOutOfBuffer5468() local 4089 UErrorCode status = U_ZERO_ERROR; TestCroatianSortKey() local 4128 UErrorCode status = U_ZERO_ERROR; TestHiragana() local 4219 UErrorCode status = U_ZERO_ERROR; doTestOneTestCase() local 4504 UErrorCode status = U_ZERO_ERROR; TestInvalidListsAndRanges() local 4534 UErrorCode status = U_ZERO_ERROR; TestBeforeRuleWithScriptReordering() local 4612 UErrorCode status = U_ZERO_ERROR; TestNonLeadBytesDuringCollationReordering() local 4692 UErrorCode status = U_ZERO_ERROR; TestReorderingAPI() local 4814 UErrorCode status = U_ZERO_ERROR; TestReorderingAPIWithRuleCreatedCollator() local 4957 UErrorCode status = U_ZERO_ERROR; TestEquivalentReorderingScripts() local 5069 UErrorCode status = U_ZERO_ERROR; TestReorderingAcrossCloning() local 5133 UErrorCode status = U_ZERO_ERROR; doTestOneReorderingAPITestCase() local 5313 UErrorCode status = U_ZERO_ERROR; TestReorderWithNumericCollation() local 5534 UErrorCode status = U_ZERO_ERROR; TestImport() local 5641 UErrorCode status = U_ZERO_ERROR; TestImportWithType() local 5801 UErrorCode status = U_ZERO_ERROR; TestCaseLevelBufferOverflow() local 5840 UErrorCode status = U_ZERO_ERROR; TestNextSortKeyPartJaIdentical() local [all...] |
| H A D | cloctst.c | 301 UErrorCode status = U_ZERO_ERROR; in TestBasicGetters() local 374 UErrorCode status = U_ZERO_ERROR; TestNullDefault() local 893 UErrorCode status = U_ZERO_ERROR; TestGetAvailableLocalesByType() local 1010 UErrorCode status = U_ZERO_ERROR; doTestDisplayNames() local 1205 UErrorCode status; TestDisplayNameBrackets() local 1258 UErrorCode status = U_ZERO_ERROR; TestIllegalArgumentWhenNoDataWithNoSubstitute() local 1333 UErrorCode status = U_ZERO_ERROR; TestISOFunctions() local 1520 UErrorCode status=U_ZERO_ERROR; TestSimpleDisplayNames() local 1599 UErrorCode status=U_ZERO_ERROR; TestVariantParsing() local 1697 UErrorCode status = U_ZERO_ERROR; TestObsoleteNames() local 1931 UErrorCode status = U_ZERO_ERROR; TestKeywordVariants() local 2046 UErrorCode status; TestKeywordVariantParsing() local 2168 UErrorCode status = U_ZERO_ERROR; TestKeywordSet() local 2227 UErrorCode status; TestKeywordSetError() local 2417 UErrorCode status = U_ZERO_ERROR; TestCanonicalization() local 2466 UErrorCode status = U_ZERO_ERROR; TestCanonicalizationBuffer() local 2502 UErrorCode status = U_ZERO_ERROR; TestCanonicalization21749StackUseAfterScope() local 2533 UErrorCode status = U_ZERO_ERROR; TestDisplayKeywords() local 2617 UErrorCode status = U_ZERO_ERROR; TestDisplayKeywordValues() local 2662 UErrorCode status = U_ZERO_ERROR; TestDisplayKeywordValues() local 2718 UErrorCode status = U_ZERO_ERROR; TestDisplayKeywordValues() local 2747 UErrorCode status = U_ZERO_ERROR; TestGetBaseName() local 2764 UErrorCode status = U_ZERO_ERROR; TestTrailingNull() local 2785 UErrorCode status = U_ZERO_ERROR; TestDisplayNameWarning() local 2998 UErrorCode status = U_ZERO_ERROR; TestEnglishExemplarCharacters() local 3071 UErrorCode status = U_ZERO_ERROR; TestLocDataWithRgTag() local 3108 UErrorCode status = U_ZERO_ERROR; TestAcceptLanguage() local 3240 UErrorCode status = U_ZERO_ERROR; isLocaleAvailable() local 3252 UErrorCode status = U_ZERO_ERROR; TestCalendar() local 3288 UErrorCode status = U_ZERO_ERROR; TestDateFormat() local 3331 UErrorCode status = U_ZERO_ERROR; TestCollation() local 3455 UErrorCode status = U_ZERO_ERROR; TestULocale() local 3499 UErrorCode status = U_ZERO_ERROR; TestUResourceBundle() local 3555 UErrorCode status = U_ZERO_ERROR; TestDisplayName() local 3586 UErrorCode status = U_ZERO_ERROR; TestGetLocaleForLCID() local 5992 UErrorCode status = U_ZERO_ERROR; TestLikelySubtags() local 6018 UErrorCode status = U_ZERO_ERROR; TestLikelySubtags() local 6045 UErrorCode status = U_ZERO_ERROR; TestLikelySubtags() local 6071 UErrorCode status = U_ZERO_ERROR; TestLikelySubtags() local 6101 UErrorCode status = U_ZERO_ERROR; TestLikelySubtags() local 6135 UErrorCode status = U_ZERO_ERROR; TestLikelySubtags() local 6239 UErrorCode status; TestToLanguageTag() local 6294 UErrorCode status; TestBug20132() local 6434 UErrorCode status; TestForLanguageTag() local 6480 UErrorCode status; TestLangAndRegionCanonicalize() local 6735 UErrorCode status = U_ZERO_ERROR; checkTerminating() local 6910 UErrorCode status = U_ZERO_ERROR; TestBadLocaleIDs() local 6943 UErrorCode status = U_ZERO_ERROR; TestBug20149() local 7061 UErrorCode status = U_ZERO_ERROR; TestUldnNameVariants() local 7145 UErrorCode status = U_ZERO_ERROR; TestUsingDefaultWarning() local 7229 UErrorCode status = U_ZERO_ERROR; TestBug21449InfiniteLoop() local [all...] |
| /third_party/FatFs/source/ |
| H A D | ff.c | 6898 f_settimestatus(UINT status) global() argument [all...] |
| /third_party/mesa3d/include/drm-uapi/ |
| H A D | amdgpu_drm.h | 432 __u32 status; member 458 __u64 status; member 483 __u32 status; member
|
| /third_party/mesa3d/include/CL/ |
| H A D | cl2.hpp | 3288 cl_int setStatus(cl_int status) in setStatus() argument
|
| /third_party/libdrm/include/drm/ |
| H A D | amdgpu_drm.h | 428 __u32 status; member 454 __u64 status; member 479 __u32 status; member
|
| /third_party/mbedtls/library/ |
| H A D | psa_crypto.c | 590 psa_wipe_tag_output_buffer(uint8_t *output_buffer, psa_status_t status, size_t output_buffer_size, size_t output_buffer_length) psa_wipe_tag_output_buffer() argument 725 psa_status_t status = psa_allocate_buffer_to_slot(slot, psa_copy_key_material_into_slot() local 741 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_import_key_into_slot() local 1097 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_get_and_lock_key_slot_with_policy() local 1163 psa_status_t status = psa_get_and_lock_key_slot_with_policy(key, p_slot, psa_get_and_lock_transparent_key_slot_with_policy() local 1194 psa_status_t status = psa_remove_key_data_from_memory(slot); psa_wipe_key_slot() local 1251 psa_status_t status; /* status of the last operation */ psa_destroy_key() local 1401 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_get_key_attributes() local 1480 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_export_key() local 1595 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_export_public_key() local 1679 psa_status_t status = PSA_ERROR_INVALID_ARGUMENT; psa_validate_key_attributes() local 1755 psa_status_t status; psa_start_key_creation() local 1884 psa_status_t status = PSA_SUCCESS; psa_finish_key_creation() local 2044 psa_status_t status; psa_import_key() local 2133 psa_status_t status; mbedtls_psa_register_se_key() local 2172 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_copy_key() local 2286 psa_status_t status = psa_driver_wrapper_hash_abort(operation); psa_hash_abort() local 2295 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_hash_setup() local 2326 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_hash_update() local 2357 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_hash_finish_internal() local 2376 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_hash_finish() local 2395 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_hash_verify() local 2431 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_hash_compute() local 2459 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_hash_compare() local 2504 psa_status_t status = psa_driver_wrapper_hash_clone(source_operation, psa_hash_clone() local 2525 psa_status_t status = psa_driver_wrapper_mac_abort(operation); psa_mac_abort() local 2538 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_mac_finalize_alg_and_key_validation() local 2591 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_mac_setup() local 2660 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_mac_update() local 2695 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_mac_sign_finish() local 2753 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_mac_verify_finish() local 2792 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_mac_compute_internal() local 2851 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_mac_compute() local 2877 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_mac_verify() local 2946 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_sign_internal() local 3011 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_verify_internal() local 3059 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_sign_message_builtin() local 3091 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_sign_message() local 3118 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_verify_message_builtin() local 3149 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_verify_message() local 3223 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_sign_hash() local 3295 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_verify_hash() local 3323 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_asymmetric_encrypt() local 3380 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_asymmetric_decrypt() local 3465 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_sign_hash_abort_internal() local 3483 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_sign_hash_start() local 3547 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_sign_hash_complete() local 3599 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_sign_hash_abort() local 3623 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_verify_hash_abort_internal() local 3642 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_verify_hash_start() local 3705 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_verify_hash_complete() local 3736 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_verify_hash_abort() local 3814 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; mbedtls_psa_sign_hash_start() local 3891 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; mbedtls_psa_sign_hash_complete() local 4029 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; mbedtls_psa_verify_hash_start() local 4134 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; mbedtls_psa_verify_hash_complete() local 4203 psa_status_t status; psa_generate_random_internal() local 4251 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_cipher_setup() local 4330 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_cipher_generate_iv() local 4386 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_cipher_set_iv() local 4430 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_cipher_update() local 4471 psa_status_t status = PSA_ERROR_GENERIC_ERROR; psa_cipher_finish() local 4531 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_cipher_encrypt() local 4608 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_cipher_decrypt() local 4736 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_aead_encrypt() local 4802 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_aead_decrypt() local 4902 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_aead_setup() local 4992 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_aead_set_nonce_internal() local 5029 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_aead_generate_nonce() local 5091 psa_status_t status; psa_aead_set_nonce() local 5113 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_aead_set_lengths() local 5178 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_aead_update_ad() local 5232 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_aead_update() local 5316 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_aead_finish() local 5369 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_aead_verify() local 5406 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_aead_abort() local 5443 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_key_derivation_start_hmac() local 5479 psa_status_t status = PSA_SUCCESS; psa_key_derivation_abort() local 5582 psa_status_t status; psa_key_derivation_hkdf_read() local 5675 psa_status_t status, cleanup_status; psa_key_derivation_tls12_prf_generate_next_block() local 5795 psa_status_t status; psa_key_derivation_tls12_prf_read() local 5844 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_key_derivation_tls12_ecjpake_to_pms_read() local 5873 psa_status_t status; psa_key_derivation_pbkdf2_generate_block() local 5943 psa_status_t status; psa_key_derivation_pbkdf2_read() local 6009 psa_status_t status; psa_key_derivation_output_bytes() local 6152 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_generate_derived_ecc_key_weierstrass_helper() local 6256 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_generate_derived_ecc_key_montgomery_helper() local 6330 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_generate_derived_key_internal() local 6429 psa_status_t status; psa_key_derivation_output_key_ext() local 6540 psa_status_t status = psa_hash_setup(&operation, alg); psa_hash_try_support() local 6580 psa_status_t status = psa_hash_try_support(hash_alg); psa_key_derivation_set_maximum_capacity() local 6643 psa_status_t status = psa_key_derivation_set_maximum_capacity(operation, psa_key_derivation_setup_kdf() local 6680 psa_status_t status; psa_key_derivation_setup() local 6727 psa_status_t status; psa_hkdf_input() local 6947 psa_status_t status; psa_tls12_prf_psk_to_ms_set_key() local 7148 psa_status_t status = PSA_SUCCESS; psa_pbkdf2_hmac_set_password() local 7166 psa_status_t status = PSA_SUCCESS; psa_pbkdf2_cmac_set_password() local 7197 psa_status_t status = PSA_SUCCESS; psa_pbkdf2_set_password() local 7306 psa_status_t status; psa_key_derivation_input_internal() local 7364 psa_status_t status; psa_key_derivation_input_integer_internal() local 7392 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_key_derivation_input_bytes() local 7420 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_key_derivation_input_key() local 7536 psa_status_t status; psa_key_agreement_internal() local 7571 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_key_derivation_key_agreement() local 7617 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_raw_key_agreement() local 7761 psa_status_t status; psa_generate_random() local 7809 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_validate_key_type_and_size_for_key_generation() local 7860 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_generate_key_internal() local 7920 psa_status_t status; psa_generate_key_ext() local 8021 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; mbedtls_psa_crypto_configure_entropy_sources() local 8121 psa_status_t status = PSA_SUCCESS; mbedtls_psa_crypto_init_subsystem() local 8253 psa_status_t status; psa_crypto_init() local 8398 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_pake_setup() local 8444 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_pake_set_password_key() local 8492 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_pake_set_user() local 8536 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_pake_set_peer() local 8579 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_pake_set_role() local 8637 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_pake_complete_inputs() local 8761 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_pake_output() local 8837 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_pake_input() local 8912 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_pake_get_implicit_key() local 8960 psa_status_t status = PSA_SUCCESS; psa_pake_abort() local 9076 psa_status_t status; psa_crypto_local_input_alloc() local 9138 psa_status_t status; psa_crypto_local_output_free() local [all...] |
| H A D | ssl_tls.c | 45 static int local_err_translation(psa_status_t status) in local_err_translation() argument 836 psa_status_t status; in mbedtls_ssl_reset_checksum() local 901 psa_status_t status; ssl_update_checksum_start() local 1971 psa_status_t status; mbedtls_ssl_set_hs_ecjpake_password_common() local 2026 psa_status_t status; mbedtls_ssl_set_hs_ecjpake_password() local 2061 psa_status_t status; mbedtls_ssl_set_hs_ecjpake_password_opaque() local 2246 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; mbedtls_ssl_set_hs_psk() local 2442 psa_status_t status; mbedtls_ssl_get_mode_from_ciphersuite() local 6419 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; mbedtls_ssl_get_handshake_transcript() local 6689 psa_status_t status; setup_psa_key_derivation() local 6752 psa_status_t status; tls_prf_generic() local 7069 psa_status_t status; ssl_compute_master() local 7138 psa_status_t status; ssl_compute_master() local 7292 psa_status_t status; ssl_calc_verify_tls_psa() local 8330 psa_status_t status; ssl_calc_finished_tls_generic() local 8823 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; ssl_tls12_populate_transform() local 9246 psa_status_t status; mbedtls_psa_ecjpake_read_round() local 9289 psa_status_t status; mbedtls_psa_ecjpake_write_round() local 9332 psa_status_t status; mbedtls_ssl_get_key_exchange_md_tls1_2() local [all...] |
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_private.h | 1499 enum v3dv_cmd_buffer_status status; member
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_private.h | 796 VkResult status; member 916 enum pvr_cmd_buffer_status status; member
|
| /third_party/libinput/src/ |
| H A D | libinput.c | 3852 libinput_config_status_to_str(enum libinput_config_status status) in libinput_config_status_to_str() argument 4229 enum libinput_config_status status; in libinput_device_config_accel_apply() local
|
| /third_party/libinput/test/ |
| H A D | litest.c | 149 int status, nread; in litest_backtrace() local 1135 int status; in litest_fork_subtests() local 4745 int status; is_debugger_attached() local [all...] |
| /third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
| H A D | scsimain.c | 5156 int status, quiet; get_mode_page() local 5188 int status, quiet; get_mode_page10() local 5227 int status; read_geometry() local 5251 int status; read_disconnect_reconnect_data() local 5273 int status; read_control_page() local 5297 int status; error_recovery_page() local 5324 int status; notch_parameters_page() local 5368 int status = 0, i, len, reallen, table, k; read_defect_list() local 5533 int status; read_cache() local 5556 int status; read_format_info() local 5584 int status; verify_error_recovery() local 5613 int status; peripheral_device_page() local 5653 int status; do_user_page() local 5679 int status, i, x_interface = 0; do_scsi_info_inquiry() local 5749 int status, i, pagelen; do_serial_number() local 6083 int status = 0; show_scsi_info() local 6807 int blocks, status; read_write_thread() local 7004 int status; sg_in_operation() local 7072 int status; sg_out_operation() local 7186 int res, status; sg_finish_io() local 7296 int in_sect_sz, out_sect_sz, status, infull, outfull; do_scsi_sgp_read_write() local [all...] |
| /third_party/node/deps/v8/src/common/ |
| H A D | globals.h | 1825 V8_INLINE bool operator!(ExceptionStatus status) { in operator !() argument
|