Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 8 of 8) sorted by relevance

/test/xts/acts/multimedia/image/image_js_standard/imagePackToFile/src/main/js/test/
DPackToFile.test.js121 function packToFilePromise(done, testNum, source, fd, fPath, ops, checkSize) { argument
156 function packToFileCallback(done, testNum, source, fd, fPath, ops, checkSize) { argument
192 function packToFileCbErr(done, testNum, source, fd, ops, fPath) { argument
220 async function packToFilePromiseErr(done, testNum, source, fd, ops, fPath) { argument
267 let ops = { format: "image/jpeg", quality: 100 }; variable
296 let ops = { format: "image/webp", quality: 100 }; variable
325 let ops = { format: "image/png", quality: 100 }; variable
354 let ops = { format: "image/jpeg", quality: 100 }; variable
383 let ops = { format: "image/webp", quality: 100 }; variable
412 let ops = { format: "image/png", quality: 100 }; variable
[all …]
/test/xts/acts/multimedia/medialibrary/
Dcommon.js71 let ops = { variable
80 let ops = { variable
89 let ops = { variable
98 let ops = { variable
107 let ops = { variable
122 let ops = { variable
151 let ops = { variable
187 let ops = { variable
/test/xts/acts/multimedia/photoAccess/
Dcommon.ts45 const ops : photoAccessHelper.FetchOptions = { constant
55 const ops : photoAccessHelper.FetchOptions = { constant
66 const ops : photoAccessHelper.FetchOptions = { constant
77 const ops : photoAccessHelper.FetchOptions = { constant
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
Dimage_source_test.cpp230 static bool parseImageDecodingOps(napi_env env, napi_value arg, struct OhosImageDecodingOps &ops) in parseImageDecodingOps()
295 struct OhosImageSourceOps ops; in Create() local
325 struct OhosImageSourceOps ops; in CreateFromFd() local
356 struct OhosImageSourceOps ops; in CreateFromData() local
380 struct OhosImageSourceOps ops; in CreateFromUri() local
417 struct OhosImageSourceOps ops; in CreateFromRawFile() local
439 struct OhosImageSourceOps ops; in CreateIncremental() local
476 struct OhosImageSourceOps ops; in CreateIncrementalFromData() local
523 struct OhosImageDecodingOps ops; in CreatePixelMap() local
543 struct OhosImageDecodingOps ops; in CreatePixelMapList() local
/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/
Dimage_packing_test.cpp133 static bool parseImagePackingOps(napi_env env, napi_value arg, struct ImagePackingTestOps &ops) in parseImagePackingOps()
212 struct ImagePackingTestOps ops; in PackToData() local
256 struct ImagePackingTestOps ops; in PackToFile() local
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dmock_idevice.cpp185 int32_t MockIDevice::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation()
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dmock_idevice.cpp200 int32_t MockIDevice::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation()
/test/xts/acts/ai/nncore/common/
Dmock_idevice.cpp201 int32_t MockIDevice::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation()