/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | move.cpp | 178 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 D | read_text.cpp | 148 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 D | read_text.cpp | 69 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 D | napi_file_iterator_exporter.cpp | 55 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 D | boot_compile_progress.cpp | 206 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 D | scene_persistence.cpp | 269 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 D | anomaly_detection_test.cpp | 63 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 D | window_extension_session_impl.h | 71 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 D | mk-lib1521.pl | 222 # 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 D | timer_hw.c | 101 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 D | Makefile | 23 $(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 D | lws-context-vhost.h | 111 * 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 D | ac_sqtt.h | 70 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 D | FileIO.h | 167 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 D | freedreno_devices.py | 31 # 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 D | tu_android.c | 100 /* 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 D | nir_opt_phi_precision.c | 451 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 D | v3dv_android.c | 146 /* 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 D | verify.js | 133 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 D | visitor.h | 312 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 D | u_pstipple.c | 177 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 D | bio_sock.c | 359 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 D | symtable.py | 325 info = mod.lookup(ident) 326 print(info, info.is_local(), info.is_namespace())
|
/third_party/openssl/crypto/bio/ |
H A D | bio_sock.c | 359 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 D | SkIcoCodec.cpp | 212 // 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()
|