Home
last modified time | relevance | path

Searched defs:api (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/libabckit/scripts/
Dabckit_status.py152 def get_test_from_annotation(api, annotation): argument
160 def collect_tests_from_path(path, api): argument
199 def collect_tests(path, api): argument
209 def get_tests_statistics(api, tests): argument
392 def print_cppapi_stat(tests_pathes, api, expected=0): argument
447 def print_capi_stat(tests_pathes, api): argument
472 def log_capi_stat(api, tests): argument
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/01_01_export_import_cases/commonjs/
Dcommonjs_export_01.js22 module.exports.api = function() {return 'api'} function
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/
Darktsconfig.json7 "api": ["$ROOT/plugins/ets/sdk/api"], array
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/consts/
DLimitedStdAPI.ts137 { api: LIMITED_STD_FUNCTION_API_BIND, faultId: FaultID.FunctionBindError } constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/
DREADME.md161 ## api section in homecheck
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.h37 uint8_t api = 0; member
Dassembly-emitter.cpp1458 … panda::panda_file::pgo::ProfileOptimizer *profile_opt, uint8_t api, std::string subApi) in Emit()
1476 … panda::panda_file::pgo::ProfileOptimizer *profile_opt, uint8_t api, std::string subApi) in Emit()
1487 uint8_t api, std::string subApi) in Emit()
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropDeprecatedBuiltInAPICheck.ts579 for (const api of DeprecatedAPIList.DeprecatedAPIs) { constant
605 for (const api of DeprecatedAPIList.DeprecatedAPIs) { constant
652 for (const api of DeprecatedAPIList.DeprecatedAPIs) { constant
/arkcompiler/runtime_core/libabckit/tests/scenarios/api_scanner/dynamic/
Dapi_scanner.cpp52 const auto api = apiList_[i]; in GetSuspects() local
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h215 static void SetApi(uint8_t api) in SetApi()
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/api_scanner/
Dapi_scanner_test.cpp154 const auto api = apiList[i]; in GetSuspects() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/api_scanner/
Dapi_scanner_test.cpp246 const auto api = apiList[i]; in GetSuspects() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/
Dbouncing_peas_unit.cpp164 …atic void SkoalaSetPlatformApi([[maybe_unused]] ark::Method *m, [[maybe_unused]] void *api /*any*/) in SkoalaSetPlatformApi()
Dbouncing_peas_unit_napi.cpp175 [[maybe_unused]] ets_object api /*any*/) in SkoalaSetPlatformApi()