Home
last modified time | relevance | path

Searched full:path (Results 32401 - 32425 of 36851) sorted by relevance

1...<<1291129212931294129512961297129812991300>>...1475

/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp1230 int32_t fileId, const std::string &data, const std::string &path, SimAuthenticationResponse &response) in GetSimIO()
1247 requestInfo.path = path; in GetSimIO()
1229 GetSimIO(int32_t slotId, int32_t command, int32_t fileId, const std::string &data, const std::string &path, SimAuthenticationResponse &response) GetSimIO() argument
/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_1/
H A DTypes.idl38 * @brief Defines the path for the package of the Ril module APIs.
1743 * SIM card file path. For details, see ETSI TS 102 221 [60].
1745 String path;
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/compilation/
H A Dcompilation_test.cpp337 * @tc.desc: Verify the cache model path is invalid of the SetCacheDir function.
356 * @tc.desc: Verify the cache model path is not a directory of the SetCacheDir function.
857 * @tc.desc: Verify the preparing model failed of the Build function without set cache path.
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/compilation/
H A Dcompilation_test.cpp337 * @tc.desc: Verify the cache model path is invalid of the SetCacheDir function.
356 * @tc.desc: Verify the cache model path is not a directory of the SetCacheDir function.
857 * @tc.desc: Verify the preparing model failed of the Build function without set cache path.
/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/foo/ril/v1_0/
H A DTypes.idl38 * @brief Defines the path for the package of the Ril module APIs.
1703 * SIM card file path. For details, see ETSI TS 102 221 [60].
1705 String path;
/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/foo/ril/v1_1/
H A DTypes.idl38 * @brief Defines the path for the package of the Ril module APIs.
1743 * SIM card file path. For details, see ETSI TS 102 221 [60].
1745 String path;
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_type.cpp92 const char DOM_NODE_TAG_PATH[] = "path";
1180 const char DOM_SVG_ANIMATION_PATH[] = "path";
1182 const char DOM_SVG_ATTR_PATH[] = "path";
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dcommon_func.cpp1025 std::unique_ptr<char[]> path = nullptr; in GetGZOpenArg() local
1028 tie(succ, path, bufferLen) = pathNVal.ToUTF8String(); in GetGZOpenArg()
1042 return {true, std::move(path), std::move(mode)}; in GetGZOpenArg()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_marshalling_helper_test.cpp741 Drawing::Path path; in HWTEST_F() local
742 val = RSPath::CreateRSPath(path); in HWTEST_F()
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.cpp609 // check codec name when secure video path is false in CheckDrmSvpConsistency()
618 // check codec name when secure video path is true in CheckDrmSvpConsistency()
624 // check session level when secure video path is true in CheckDrmSvpConsistency()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp40 std::string path = options.GetDatabaseDir(); in SingleStoreImpl() local
41 path_ = path; in SingleStoreImpl()
55 BackupManager::GetInstance().Prepare(path, storeId_); in SingleStoreImpl()
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp330 LOG_ERROR("Get database path failed from new config, ret %{public}d ", *errCode); in GetRdbStoreConfig()
356 LOG_ERROR("Get database path failed, ret %{public}d ", *errCode); in OH_Rdb_GetOrOpen()
417 LOG_ERROR("Parameters set error:path is NULL ? %{public}d", (config == nullptr)); in OH_Rdb_DeleteStore()
/test/xts/acts/graphic/acts_graphicXTSDrawing/entry/src/ohosTest/ets/test/
H A DCanvasPart5.test.ets232 const path = new drawing.Path();
233 canvas.clipPath(path);
/test/xts/acts/multimedia/audio/audio_js_standard/AudioCapturer/entry/src/ohosTest/ets/test/
H A DAudioPlaybackCapturer.test.ets111 console.info(`${Tag}:case 2:AudioFrameworkRenderLog: File Path: ${JSON.stringify(ss)}`);
113 console.info(`${Tag}:case 2-1:AudioFrameworkRenderLog: File Path: `);
115 console.info(`${Tag}:case 2-2:AudioFrameworkRenderLog: File Path: `);
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/
H A Davplayerndk.cpp57 #define PATH "/data/storage/el2/base/files/demo.mp4" macro
139 char fileName[] = {PATH}; in GetFDSourceInfo()
141 int64_t fileSize = GetFileSize(PATH); in GetFDSourceInfo()
/third_party/elfutils/debuginfod/
H A DChangeLog358 path. Add X-DEBUGINFOD-FILE and X-DEBUGINFOD-SIZE headers.
359 (handle_buildid_r_match): remove X-DEBUGINFOD-FILE path. Add
867 cache_path even when new default path already exists.
/third_party/ffmpeg/libavfilter/
H A Dvf_paletteuse.c298 /* We can now update current color with the most probable path in colormap_nearest_iterative()
304 /* The nearest path isn't available, so there is only one path in colormap_nearest_iterative()
/third_party/backends/ChangeLogs/
H A DChangeLog-1.0.2459 * testsuite/sanei/sanei_config_test.c: Use full path for config
314 * README.linux: fix installation path for libsane.la.
430 socket is received we use the existing code path.
/third_party/cups-filters/filter/
H A Drastertopdf.cpp1240 int setProfile(const char * path) in setProfile() argument
1242 if (path != NULL) in setProfile()
1243 colorProfile = cmsOpenProfileFromFile(path,"r"); in setProfile()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetSCSU.java259 /*fast path for single-byte mode*/ in decodeLoop()
273 /*fast path for single-byte mode*/ in decodeLoop()
339 /* fast path for unicode mode */ in fastSingle()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUnicodeSetStringSpan.java549 * Spans a string and counts the smallest number of set elements on any path across the span.
1016 * intended to count the smallest number of elements of any path leading to that position.
1020 * and its path element count.
/third_party/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp530 char path[2048]; in DetectionTest() local
531 const char *testFilePath = getPath(path, "csdetest.xml"); in DetectionTest()
534 return; /* Couldn't get path: error message already output. */ in DetectionTest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUResourceBundleTest.java54 // For now, specify resource path explicitly in this test case in TestGetResources()
787 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, in getFunctionalEquivalentTestCases() argument
802 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate); in getFunctionalEquivalentTestCases()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleTest.java51 // For now, specify resource path explicitly in this test case in TestGetResources()
787 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, in getFunctionalEquivalentTestCases() argument
802 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate); in getFunctionalEquivalentTestCases()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java221 "-s or --sourcedir source directory for files followed by path, default is current directory.\n" + in usage()
222 "-d or --destdir destination directory, followed by the path, default is current directory.\n" + in usage()
308 // This normally gives a better path in filenameToURL()

Completed in 77 milliseconds

1...<<1291129212931294129512961297129812991300>>...1475