Home
last modified time | relevance | path

Searched refs:scope (Results 751 - 775 of 1588) sorted by relevance

1...<<31323334353637383940>>...64

/foundation/arkui/ace_engine/adapter/ohos/capability/window_connection_ng/
H A Dwindow_extension_connection_ohos_ng.cpp47 ContainerScope scope(instanceId);
70 ContainerScope scope(instanceId);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_embedded_component.cpp94 ContainerScope scope(instanceId); in OnTerminated()
128 ContainerScope scope(instanceId); in OnError()
/foundation/arkui/napi/native_engine/
H A Dnative_async_hook_context.h103 static CallbackScopeCode CloseCallbackScope(NativeEngine* env, NativeCallbackScope* scope) in CloseCallbackScope() argument
111 callbackScopeManager->Close(scope); in CloseCallbackScope()
/foundation/arkui/napi/interfaces/inner_api/napi/
H A Dnative_node_api.h119 NAPI_EXTERN napi_status napi_open_fast_native_scope(napi_env env, napi_fast_native_scope* scope);
120 NAPI_EXTERN napi_status napi_close_fast_native_scope(napi_env env, napi_fast_native_scope scope);
/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H A Dgradlew.bat23 @rem Set local scope for the variables with windows NT shell
90 @rem End local scope for the variables with windows NT shell
/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Djs_native_api_mock.cpp101 napi_status napi_escape_handle(napi_env env, napi_escapable_handle_scope scope, napi_value escapee, napi_value* result) in napi_escape_handle() argument
103 return OHOS::FileAccessFwk::Assistant::ins_->napi_escape_handle(env, scope, escapee, result); in napi_escape_handle()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddspkginit.c406 scope_info.scope.node = element->reference.node; /* Prefix node */ in acpi_ds_resolve_package_element()
457 scope_info.scope.node->name.ascii)); in acpi_ds_resolve_package_element()
H A Dnsnames.c349 if (prefix_scope && prefix_scope->scope.node) { in acpi_ns_build_prefixed_pathname()
351 acpi_ns_get_normalized_pathname(prefix_scope->scope.node, in acpi_ns_build_prefixed_pathname()
/kernel/linux/linux-5.10/include/net/
H A Dflow.h94 __u32 mark, __u8 tos, __u8 scope, in flowi4_init_output()
104 fl4->flowi4_scope = scope; in flowi4_init_output()
93 flowi4_init_output(struct flowi4 *fl4, int oif, __u32 mark, __u8 tos, __u8 scope, __u8 proto, __u8 flags, __be32 daddr, __be32 saddr, __be16 dport, __be16 sport, kuid_t uid) flowi4_init_output() argument
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dnsnames.c349 if (prefix_scope && prefix_scope->scope.node) { in acpi_ns_build_prefixed_pathname()
351 acpi_ns_get_normalized_pathname(prefix_scope->scope.node, in acpi_ns_build_prefixed_pathname()
H A Ddspkginit.c406 scope_info.scope.node = element->reference.node; /* Prefix node */ in acpi_ds_resolve_package_element()
457 scope_info.scope.node->name.ascii)); in acpi_ds_resolve_package_element()
/kernel/linux/linux-6.6/include/net/
H A Dflow.h94 __u32 mark, __u8 tos, __u8 scope, in flowi4_init_output()
105 fl4->flowi4_scope = scope; in flowi4_init_output()
93 flowi4_init_output(struct flowi4 *fl4, int oif, __u32 mark, __u8 tos, __u8 scope, __u8 proto, __u8 flags, __be32 daddr, __be32 saddr, __be16 dport, __be16 sport, kuid_t uid) flowi4_init_output() argument
/kernel/linux/linux-6.6/net/tipc/
H A Dsubscr.c97 if (filter & TIPC_SUB_CLUSTER_SCOPE && p->scope == TIPC_NODE_SCOPE) in tipc_sub_report_overlap()
99 if (filter & TIPC_SUB_NODE_SCOPE && p->scope != TIPC_NODE_SCOPE) in tipc_sub_report_overlap()
/third_party/gn/src/gn/
H A Dbinary_target_generator.cc15 #include "gn/scope.h"
23 Scope* scope, in BinaryTargetGenerator()
27 : TargetGenerator(target, scope, function_call, err), output_type_(type) {} in BinaryTargetGenerator()
21 BinaryTargetGenerator( Target* target, Scope* scope, const FunctionCallNode* function_call, Target::OutputType type, Err* err) BinaryTargetGenerator() argument
H A Dscope.h32 // Scopes are nested. Writing goes into the toplevel scope, reading checks
36 // A containing scope can be const or non-const. The const containing scope is
38 // many invocations. A const containing scope, however, prevents us from
40 // variables. So you should use a non-const containing scope whenever possible.
48 // or only operate on the current scope.
56 explicit ProgrammaticProvider(Scope* scope) : scope_(scope) { in ProgrammaticProvider() argument
69 // Options for configuring scope merges.
74 // When set, all existing avlues in the destination scope wil
[all...]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Ddb.js310 let binding = path.scope.getBinding(path.node.name);
329 path.scope.rename(path.node.name, newName);
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/
H A Dindex.js98 const scope = basename(dir)
99 const nm = /^@.+/.test(scope) ? dirname(dir) : dir
/third_party/node/deps/v8/src/heap/
H A Dembedder-tracing.cc204 LocalEmbedderHeapTracer::ProcessingScope scope(this); in EmbedderWriteBarrier()
205 scope.TracePossibleWrapper(js_object); in EmbedderWriteBarrier()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dobjects.h84 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
87 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_non_uniform_test.cpp107 std::string ConvertScope(SpvScope scope) { in ConvertScope() argument
108 switch (scope) { in ConvertScope()
149 "in Vulkan environment Execution scope is limited to Subgroup")); in TEST_P()
180 HasSubstr("Execution scope is limited to Subgroup or Workgroup")); in TEST_P()
/third_party/openssl/include/openssl/
H A Dobjects.h84 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
87 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_non_uniform_test.cpp107 std::string ConvertScope(SpvScope scope) { in ConvertScope() argument
108 switch (scope) { in ConvertScope()
149 "in Vulkan environment Execution scope is limited to Subgroup")); in TEST_P()
180 HasSubstr("Execution scope is limited to Subgroup or Workgroup")); in TEST_P()
/third_party/skia/third_party/externals/libwebp/
H A Dgradlew.bat24 @rem Set local scope for the variables with windows NT shell
88 @rem End local scope for the variables with windows NT shell
/third_party/vixl/test/aarch64/
H A Dtest-simulator-sve-aarch64.cc53 ExactAssemblyScope scope(&masm, 50 * kInstructionSize); in TEST_SVE()
197 ExactAssemblyScope scope(&masm, 20 * kInstructionSize); in TEST_SVE()
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_builder_autogen.cpp2413 IdScope scope, in WriteAtomicLoad()
2421 blob->push_back(scope); in WriteAtomicLoad()
2427 IdScope scope, in WriteAtomicStore()
2434 blob->push_back(scope); in WriteAtomicStore()
2443 IdScope scope, in WriteAtomicExchange()
2452 blob->push_back(scope); in WriteAtomicExchange()
2461 IdScope scope, in WriteAtomicCompareExchange()
2472 blob->push_back(scope); in WriteAtomicCompareExchange()
2483 IdScope scope, in WriteAtomicIIncrement()
2491 blob->push_back(scope); in WriteAtomicIIncrement()
2409 WriteAtomicLoad(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics) WriteAtomicLoad() argument
2425 WriteAtomicStore(Blob *blob, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicStore() argument
2439 WriteAtomicExchange(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicExchange() argument
2457 WriteAtomicCompareExchange(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics equal, IdMemorySemantics unequal, IdRef value, IdRef comparator) WriteAtomicCompareExchange() argument
2479 WriteAtomicIIncrement(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics) WriteAtomicIIncrement() argument
2495 WriteAtomicIDecrement(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics) WriteAtomicIDecrement() argument
2511 WriteAtomicIAdd(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicIAdd() argument
2529 WriteAtomicISub(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicISub() argument
2547 WriteAtomicSMin(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicSMin() argument
2565 WriteAtomicUMin(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicUMin() argument
2583 WriteAtomicSMax(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicSMax() argument
2601 WriteAtomicUMax(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicUMax() argument
2619 WriteAtomicAnd(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicAnd() argument
2637 WriteAtomicOr(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicOr() argument
2655 WriteAtomicXor(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicXor() argument
[all...]

Completed in 18 milliseconds

1...<<31323334353637383940>>...64