Home
last modified time | relevance | path

Searched refs:info (Results 6826 - 6850 of 12266) sorted by relevance

1...<<271272273274275276277278279280>>...491

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dmove.cpp178 napi_value Move::Sync(napi_env env, napi_callback_info info) in Sync() argument
180 NFuncArg funcArg(env, info); in Sync()
199 napi_value Move::Async(napi_env env, napi_callback_info info) in Async() argument
201 NFuncArg funcArg(env, info); in Async()
H A Dread_text.cpp148 napi_value ReadText::Sync(napi_env env, napi_callback_info info) in Sync() argument
150 NFuncArg funcArg(env, info); in Sync()
204 napi_value ReadText::Async(napi_env env, napi_callback_info info) in Async() argument
206 NFuncArg funcArg(env, info); in Async()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dread_text.cpp69 napi_value ReadText::Sync(napi_env env, napi_callback_info info) in Sync() argument
71 NFuncArg funcArg(env, info); in Sync()
168 napi_value ReadText::Async(napi_env env, napi_callback_info info) in Async() argument
170 NFuncArg funcArg(env, info); in Async()
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/file_info/
H A Dnapi_file_iterator_exporter.cpp55 napi_value NapiFileIteratorExporter::Constructor(napi_env env, napi_callback_info info) in Constructor() argument
57 NFuncArg funcArg(env, info); in Constructor()
221 napi_value NapiFileIteratorExporter::Next(napi_env env, napi_callback_info info) in Next() argument
223 NFuncArg funcArg(env, info); in Next()
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compile_progress.cpp206 char info[64] = {0}; in DrawCompileProgress() local
207 int ret = sprintf_s(info, sizeof(info), "%s %d%%", displayInfo_.c_str(), progress_); in DrawCompileProgress()
209 LOGE("set info failed"); in DrawCompileProgress()
212 std::shared_ptr<Rosen::Drawing::TextBlob> textBlob = Rosen::Drawing::TextBlob::MakeFromString(info, font); in DrawCompileProgress()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_persistence.cpp269 Media::ImageInfo info; in GetLocalSnapshotPixelMap() local
272 errorCode = imageSource->GetImageInfo(info); in GetLocalSnapshotPixelMap()
274 decoderWidth = info.size.width; in GetLocalSnapshotPixelMap()
275 decoderHeight = info.size.height; in GetLocalSnapshotPixelMap()
/foundation/window/window_manager/window_scene/test/unittest/
H A Danomaly_detection_test.cpp63 SessionInfo info; in GetSceneSession() local
64 info.abilityName_ = name; in GetSceneSession()
65 info.bundleName_ = name; in GetSceneSession()
66 auto result = new (std::nothrow) SceneSession(info, nullptr); in GetSceneSession()
/foundation/window/window_manager/wm/include/
H A Dwindow_extension_session_impl.h71 const std::vector<std::string>& params, std::vector<std::string>& info) override;
72 WMError TransferAccessibilityEvent(const Accessibility::AccessibilityEventInfo& info,
87 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
108 WSError NotifyDumpInfo(const std::vector<std::string>& params, std::vector<std::string>& info) override;
/third_party/curl/tests/libtest/
H A Dmk-lib1521.pl222 # Drop deprecation info.
316 my ($info, $type)=($1, $2);
317 my $c = " res = curl_easy_getinfo(curl, CURLINFO_$info,";
318 my $check = " if(UNEX(res)) {\n geterr(\"$info\", res, __LINE__);\n goto test_cleanup;\n }\n";
339 if($info eq "CERTINFO") {
342 elsif(($info eq "TLS_SESSION") ||
343 ($info eq "TLS_SSL_PTR")) {
347 print STDERR "$info/$type is unsupported\n";
/third_party/alsa-lib/src/timer/
H A Dtimer_hw.c101 static int snd_timer_hw_info(snd_timer_t *handle, snd_timer_info_t * info) in snd_timer_hw_info() argument
106 if (!tmr || !info) in snd_timer_hw_info()
108 if (ioctl(tmr->poll_fd, SNDRV_TIMER_IOCTL_INFO, info) < 0) in snd_timer_hw_info()
211 .info = snd_timer_hw_info,
/third_party/gptfdisk/
H A DMakefile23 $(info TARGET is not set; trying to determine target based on host OS....)
24 $(info Detected OS is $(DETECTED_OS))
52 $(info ARCH is $(ARCH))
64 $(info Build target is $(TARGET))
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-context-vhost.h111 * connection info struct. If you give this flag when you create
113 * info for .origin (if any) will be used directly.
119 * .listen_accept_role / .listen_accept_protocol info struct members to
144 * .listen_accept_role and .listen_accept_protocol in the info struct.
154 * code doesn't explicitly provide a cert in the info struct. It
266 * context-creation time using the info from this struct.
398 * LWS_SERVER_OPTION_CREATE_VHOST_SSL_CTX is set in the vhost info options
467 * 0 means no info events will be reported.
936 * \param info: pointer to struct with parameters
969 lws_create_context(const struct lws_context_creation_info *info);
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_sqtt.h70 struct ac_thread_trace_info info; member
98 const struct ac_thread_trace_info *info);
102 const struct ac_thread_trace_info *info);
500 bool ac_check_profile_state(const struct radeon_info *info);
/third_party/lzma/CPP/Windows/
H A DFileIO.h167 bool GetFileInformation(BY_HANDLE_FILE_INFORMATION *info) const in GetFileInformation()
168 { return BOOLToBool(GetFileInformationByHandle(_handle, info)); } in GetFileInformation()
170 static bool GetFileInformation(CFSTR path, BY_HANDLE_FILE_INFORMATION *info) in GetFileInformation() argument
176 return file.GetFileInformation(info); in GetFileInformation()
/third_party/mesa3d/src/freedreno/common/
H A Dfreedreno_devices.py31 # List of unique device-info structs, multiple different GPU ids
32 # can map to a single info struct in cases where the differences
37 # Table mapping GPU id to device-info struct
42 for info in self.gpu_infos:
43 if gpu_info == info:
46 raise Error("invalid info")
50 def add_gpus(ids, info):
52 s.gpus[id] = info
147 # capture that in the device-info tables
202 # info parameter
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_android.c100 /* get dma-buf and modifier from gralloc info */
182 struct cros_gralloc0_buffer_info info; in tu_gralloc_info_cros() local
186 gralloc_info->handle, &info); in tu_gralloc_info_cros()
190 *dma_buf = info.fds[0]; in tu_gralloc_info_cros()
191 *modifier = info.modifier; in tu_gralloc_info_cros()
204 /* get gralloc module for gralloc buffer info query */ in tu_gralloc_info()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_phi_precision.c451 unsigned bit_sizes_used = shader->info.bit_sizes_float | in nir_opt_phi_precision()
452 shader->info.bit_sizes_int; in nir_opt_phi_precision()
456 bit_sizes_used = shader->info.bit_sizes_float | in nir_opt_phi_precision()
457 shader->info.bit_sizes_int; in nir_opt_phi_precision()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_android.c146 /* get buffer info from VkNativeBufferANDROID */
180 struct cros_gralloc0_buffer_info info; in v3dv_gralloc_info_cros() local
184 native_buffer->handle, &info); in v3dv_gralloc_info_cros()
188 *out_stride = info.stride[0]; in v3dv_gralloc_info_cros()
189 *out_modifier = info.modifier; in v3dv_gralloc_info_cros()
203 /* get gralloc module for gralloc buffer info query */ in v3dv_gralloc_info()
/third_party/node/deps/npm/node_modules/cacache/lib/
H A Dverify.js133 const info = await verifyContent(f, integrity)
134 if (!info.valid) {
137 stats.reclaimedSize += info.size
140 stats.keptSize += info.size
/third_party/node/deps/v8/include/cppgc/
H A Dvisitor.h312 static void WeakCallbackMethodDelegate(const LivenessBroker& info, in WeakCallbackMethodDelegate() argument
316 (const_cast<T*>(static_cast<const T*>(self))->*method)(info); in WeakCallbackMethodDelegate()
320 static void HandleWeak(const LivenessBroker& info, const void* object) { in HandleWeak() argument
325 if (!info.IsHeapObjectAlive(raw_ptr)) { in HandleWeak()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c177 struct tgsi_shader_info info; member
309 if (pctx->info.file_max[TGSI_FILE_SAMPLER_VIEW] != -1) { in pstip_transform_prolog()
384 /* Setup shader transformation info/context. in util_pstipple_create_fragment_shader()
397 tgsi_scan_shader(tokens, &transform.info); in util_pstipple_create_fragment_shader()
400 transform.info.properties[TGSI_PROPERTY_FS_COORD_ORIGIN]; in util_pstipple_create_fragment_shader()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_sock.c359 enum BIO_sock_info_type type, union BIO_sock_info_u *info) in BIO_sock_info()
366 addr_len = sizeof(*info->addr); in BIO_sock_info()
367 ret = getsockname(sock, BIO_ADDR_sockaddr_noconst(info->addr), in BIO_sock_info()
375 if ((size_t)addr_len > sizeof(*info->addr)) { in BIO_sock_info()
358 BIO_sock_info(int sock, enum BIO_sock_info_type type, union BIO_sock_info_u *info) BIO_sock_info() argument
/third_party/python/Lib/
H A Dsymtable.py325 info = mod.lookup(ident)
326 print(info, info.is_local(), info.is_namespace())
/third_party/openssl/crypto/bio/
H A Dbio_sock.c359 enum BIO_sock_info_type type, union BIO_sock_info_u *info) in BIO_sock_info()
366 addr_len = sizeof(*info->addr); in BIO_sock_info()
367 ret = getsockname(sock, BIO_ADDR_sockaddr_noconst(info->addr), in BIO_sock_info()
375 if ((size_t)addr_len > sizeof(*info->addr)) { in BIO_sock_info()
358 BIO_sock_info(int sock, enum BIO_sock_info_type type, union BIO_sock_info_u *info) BIO_sock_info() argument
/third_party/skia/src/codec/
H A DSkIcoCodec.cpp212 // Use the largest codec as a "suggestion" for image info in MakeFromStream()
216 SkImageInfo info = codecs->operator[](i)->getInfo(); in MakeFromStream() local
217 size_t size = info.computeMinByteSize(); in MakeFromStream()
232 SkIcoCodec::SkIcoCodec(SkEncodedInfo&& info, std::unique_ptr<SkStream> stream, in SkIcoCodec() argument
236 : INHERITED(std::move(info), skcms_PixelFormat(), std::move(stream)) in SkIcoCodec()

Completed in 19 milliseconds

1...<<271272273274275276277278279280>>...491