/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | data_detector_adapter.cpp | 47 ContainerScope scope(instanceId); in GetAIEntityMenu() 219 ContainerScope scope(instanceID); in InitTextDetect() 225 ContainerScope scope(instanceID); in InitTextDetect()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_session_wrapper_impl.cpp | 499 ContainerScope scope(wrapper->instanceId_); in OnConnect() 592 ContainerScope scope(instanceId_); in NotifyDisplayArea() 649 ContainerScope scope(instanceId_); in NotifyOccupiedAreaChangeInfo()
|
/foundation/arkui/napi/native_engine/ |
H A D | native_node_api.cpp | 546 NAPI_EXTERN napi_status napi_close_callback_scope(napi_env env, napi_callback_scope scope) in napi_close_callback_scope() argument 549 CHECK_ARG(env, scope); in napi_close_callback_scope() 552 reinterpret_cast<NativeCallbackScope*>(scope)); in napi_close_callback_scope()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_tess_io_to_mem.c | 557 nir_scope scope = in hs_emit_write_tess_factors() local 559 nir_scoped_barrier(b, .execution_scope = scope, .memory_scope = scope, in hs_emit_write_tess_factors()
|
/third_party/node/src/ |
H A D | js_native_api.h | 349 napi_handle_scope scope); 355 napi_escapable_handle_scope scope); 358 napi_escapable_handle_scope scope,
|
H A D | node_binding.cc | 620 EscapableHandleScope scope(realm->isolate()); in InitInternalBinding() 629 return scope.Escape(exports); in InitInternalBinding() 635 HandleScope scope(isolate); in GetInternalBinding()
|
H A D | string_bytes.cc | 307 HandleScope scope(isolate); in Write() 383 HandleScope scope(isolate); in StorageSize() 434 HandleScope scope(isolate); in Size()
|
H A D | js_native_api_v8.cc | 435 explicit HandleScopeWrapper(v8::Isolate* isolate) : scope(isolate) {} in HandleScopeWrapper() 438 v8::HandleScope scope; member in v8impl::__anon15370::HandleScopeWrapper 449 : scope(isolate), escape_called_(false) {} in EscapableHandleScopeWrapper() 454 return scope.Escape(handle); in Escape() 458 v8::EscapableHandleScope scope; member in v8impl::__anon15370::EscapableHandleScopeWrapper 1510 auto scope = new v8::Isolate::Scope(isolate); in OH_JSVM_OpenVMScope() local 1511 *result = reinterpret_cast<JSVM_VMScope>(scope); in OH_JSVM_OpenVMScope() 1516 OH_JSVM_CloseVMScope(JSVM_VM vm, JSVM_VMScope scope) { in OH_JSVM_CloseVMScope() argument 1517 auto v8scope = reinterpret_cast<v8::Isolate::Scope*>(scope); in OH_JSVM_CloseVMScope() 1615 OH_JSVM_CloseEnvScope(JSVM_Env env, JSVM_EnvScope scope) { in OH_JSVM_CloseEnvScope() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 439 // set scope part in addDefinedSymbol() 476 lto_symbol_attributes scope) { in addAsmGlobalSymbol() 497 LTO_SYMBOL_PERMISSIONS_DATA | LTO_SYMBOL_DEFINITION_REGULAR | scope; in addAsmGlobalSymbol() 512 _symbols.back().attributes |= scope; in addAsmGlobalSymbol() 475 addAsmGlobalSymbol(StringRef name, lto_symbol_attributes scope) addAsmGlobalSymbol() argument
|
/third_party/node/deps/v8/third_party/ittapi/include/ |
H A D | ittnotify.h | 2324 * Markers represent a single discreet event in time. Markers have a scope, 2332 * @brief Describes the scope of an event object in the trace. 2358 * @param[in] scope The scope for this marker 2360 void ITTAPI __itt_marker(const __itt_domain *domain, __itt_id id, __itt_string_handle *name, __itt_scope scope); 2365 ITT_STUBV(ITTAPI, void, marker, (const __itt_domain *domain, __itt_id id, __itt_string_handle *name, __itt_scope scope)) 2369 #define __itt_marker(domain,id,name,scope) 2501 * @param[in] scope The scope of the instance to which the metadata is to be added 2510 void ITTAPI __itt_metadata_add_with_scope(const __itt_domain *domain, __itt_scope scope, __itt_string_handl [all...] |
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/ |
H A D | camera_manager_napi.cpp | 375 napi_handle_scope scope = nullptr; in OnTorchStatusChangeCallback() local 376 napi_open_handle_scope(env_, &scope); in OnTorchStatusChangeCallback() 377 if (scope == nullptr) { in OnTorchStatusChangeCallback() 398 napi_close_handle_scope(env_, scope); in OnTorchStatusChangeCallback() 453 napi_handle_scope scope = nullptr; in OnFoldStatusChangedCallback() local 454 napi_open_handle_scope(env_, &scope); in OnFoldStatusChangedCallback() 455 if (scope == nullptr) { in OnFoldStatusChangedCallback() 456 MEDIA_ERR_LOG("scope is null"); in OnFoldStatusChangedCallback() 495 napi_close_handle_scope(env_, scope); in OnFoldStatusChangedCallback()
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | napi_systempasteboard.cpp | 73 napi_handle_scope scope = nullptr; in UvQueueWorkOnPasteboardChanged() local 74 napi_open_handle_scope(env, &scope); in UvQueueWorkOnPasteboardChanged() 75 if (scope == nullptr) { in UvQueueWorkOnPasteboardChanged() 76 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_JS_NAPI, "scope null"); in UvQueueWorkOnPasteboardChanged() 88 napi_close_handle_scope(env, scope); in UvQueueWorkOnPasteboardChanged() 157 napi_handle_scope scope = nullptr; in UvQueueWorkGetDelayPasteData() local 158 napi_open_handle_scope(env, &scope); in UvQueueWorkGetDelayPasteData() 159 if (scope == nullptr) { in UvQueueWorkGetDelayPasteData() 160 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_JS_NAPI, "scope is null"); in UvQueueWorkGetDelayPasteData() 180 napi_close_handle_scope(env, scope); in UvQueueWorkGetDelayPasteData() [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | CommandBufferVk.cpp | 152 // Records the necessary barriers for a synchronization scope using the resource usage 156 const SyncScopeResourceUsage& scope) { in TransitionAndClearForSyncScope() 162 for (size_t i = 0; i < scope.buffers.size(); ++i) { in TransitionAndClearForSyncScope() 163 Buffer* buffer = ToBackend(scope.buffers[i]); in TransitionAndClearForSyncScope() 168 scope.bufferUsages[i], &bufferBarrier, &srcStages, &dstStages)) { in TransitionAndClearForSyncScope() 173 for (size_t i = 0; i < scope.textures.size(); ++i) { in TransitionAndClearForSyncScope() 174 Texture* texture = ToBackend(scope.textures[i]); in TransitionAndClearForSyncScope() 179 scope.textureUsages[i].Iterate( in TransitionAndClearForSyncScope() 185 texture->TransitionUsageForPass(recordingContext, scope.textureUsages[i], in TransitionAndClearForSyncScope() 154 TransitionAndClearForSyncScope(Device* device, CommandRecordingContext* recordingContext, const SyncScopeResourceUsage& scope) TransitionAndClearForSyncScope() argument
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_variables.c | 2336 SpvScope scope, enum vtn_variable_mode mode) in vtn_emit_make_visible_barrier() 2341 vtn_emit_memory_barrier(b, scope, SpvMemorySemanticsMakeVisibleMask | in vtn_emit_make_visible_barrier() 2348 SpvScope scope, enum vtn_variable_mode mode) in vtn_emit_make_available_barrier() 2353 vtn_emit_memory_barrier(b, scope, SpvMemorySemanticsMakeAvailableMask | in vtn_emit_make_available_barrier() 2554 SpvScope scope; in vtn_handle_variables() local 2555 vtn_get_mem_operands(b, w, count, &idx, &access, &alignment, NULL, &scope); in vtn_handle_variables() 2558 vtn_emit_make_visible_barrier(b, access, scope, src->mode); in vtn_handle_variables() 2596 SpvScope scope; in vtn_handle_variables() local 2597 vtn_get_mem_operands(b, w, count, &idx, &access, &alignment, &scope, NULL); in vtn_handle_variables() 2603 vtn_emit_make_available_barrier(b, access, scope, des in vtn_handle_variables() 2335 vtn_emit_make_visible_barrier(struct vtn_builder *b, SpvMemoryAccessMask access, SpvScope scope, enum vtn_variable_mode mode) vtn_emit_make_visible_barrier() argument 2347 vtn_emit_make_available_barrier(struct vtn_builder *b, SpvMemoryAccessMask access, SpvScope scope, enum vtn_variable_mode mode) vtn_emit_make_available_barrier() argument [all...] |
/third_party/selinux/libsepol/src/ |
H A D | write.c | 2029 if (ebitmap_write(scope_index->scope + i, fp) == -1) { in scope_index_write() 2128 scope_datum_t *scope = (scope_datum_t *) datum; in scope_write() local 2133 unsigned int items = 2 + scope->decl_ids_len, i; in scope_write() 2153 buf[0] = cpu_to_le32(scope->scope); in scope_write() 2154 buf[1] = cpu_to_le32(scope->decl_ids_len); in scope_write() 2156 for (i = 0; i < scope->decl_ids_len; i++) in scope_write() 2157 buf[2 + i] = cpu_to_le32(scope->decl_ids[i]); in scope_write() 2385 buf[0] = cpu_to_le32(p->scope[i].table->nel); in policydb_write() 2389 if (hashtab_map(p->scope[ in policydb_write() [all...] |
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | picture_napi.cpp | 152 napi_handle_scope scope = nullptr; in CommonCallbackRoutine() local 153 napi_open_handle_scope(env, &scope); in CommonCallbackRoutine() 154 if (scope == nullptr) { in CommonCallbackRoutine() 159 napi_close_handle_scope(env, scope); in CommonCallbackRoutine() 180 napi_close_handle_scope(env, scope); in CommonCallbackRoutine()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas.cpp | 74 ScopeRAII scope(reinterpret_cast<napi_env>(nativeEngine)); in Create()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | plugin_manager.cpp | 67 ContainerScope scope(instanceId); in UpdateConfigurationInPlugin()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_dynamic_component.cpp | 103 ContainerScope scope(instanceId); in Create()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_full_screen_pattern.cpp | 48 ContainerScope scope(instanceId_); in RequestFullScreen()
|
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ |
H A D | graphics_manager_common.cpp | 178 AutoRestore scope; in GetOrCreateOffScreenContext() local
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/ |
H A D | hvigorw.bat | 29 @rem Set local scope for the variables with windows NT shell
|
/foundation/communication/bluetooth_service/test/example/bluetoothtest/ |
H A D | hvigorw.bat | 22 @rem Set local scope for the variables with windows NT shell
|
/third_party/gn/src/gn/ |
H A D | filesystem_utils.h | 249 // Extrats toolchain information from the current toolchain of the scope. 253 // scope. The toolchain you want to query must be passed in. This doesn't 255 // If you want to use the scope's current toolchain, use the version above. 295 // Returns the scope's current directory. 296 SourceDir GetScopeCurrentBuildDirAsSourceDir(const Scope* scope,
|