Home
last modified time | relevance | path

Searched defs:scope (Results 51 - 75 of 698) sorted by relevance

12345678910>>...28

/third_party/node/deps/v8/src/codegen/
H A Dunoptimized-compilation-info.cc36 DeclarationScope* UnoptimizedCompilationInfo::scope() const { in scope() function in v8::internal::UnoptimizedCompilationInfo
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_misc.cpp45 const uint32_t scope = inst->GetOperandAs<uint32_t>(2); in ValidateShaderClock() local
H A Dvalidate_scopes.cpp25 bool IsValidScope(uint32_t scope) { in IsValidScope() argument
43 ValidateScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateScope() argument
79 ValidateExecutionScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateExecutionScope() argument
187 ValidateMemoryScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateMemoryScope() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_misc.cpp45 const uint32_t scope = inst->GetOperandAs<uint32_t>(2); in ValidateShaderClock() local
H A Dvalidate_scopes.cpp25 bool IsValidScope(uint32_t scope) { in IsValidScope() argument
43 ValidateScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateScope() argument
79 ValidateExecutionScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateExecutionScope() argument
187 ValidateMemoryScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateMemoryScope() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DErrorScope.cpp53 ErrorScope scope = std::move(mScopes.back()); in Pop() local
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
H A Dresolve.go616 type scope struct { global() type
[all...]
/third_party/vixl/test/
H A Dtest-code-generation-scopes.cc116 CodeBufferCheckScope scope; in TEST() local
132 CodeBufferCheckScope scope; in TEST() local
180 CodeBufferCheckScope scope; TEST() local
198 CodeBufferCheckScope scope; TEST() local
244 EmissionCheckScope scope; TEST() local
260 EmissionCheckScope scope; TEST() local
308 EmissionCheckScope scope; TEST() local
326 EmissionCheckScope scope; TEST() local
474 EmissionCheckScope scope; TEST() local
483 EmissionCheckScope scope; TEST() local
528 ExactAssemblyScope scope; TEST_A32() local
544 ExactAssemblyScope scope; TEST() local
592 ExactAssemblyScope scope; TEST_A32() local
610 ExactAssemblyScope scope; TEST() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_misc.cpp45 const uint32_t scope = inst->GetOperandAs<uint32_t>(2); in ValidateShaderClock() local
H A Dvalidate_scopes.cpp24 bool IsValidScope(uint32_t scope) { in IsValidScope() argument
42 ValidateScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateScope() argument
78 ValidateExecutionScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateExecutionScope() argument
190 ValidateMemoryScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateMemoryScope() argument
[all...]
/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_napi_error.cpp54 napi_handle_scope scope = nullptr; in ThrowErr() local
/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/
H A Dvibrator_napi_error.cpp54 napi_handle_scope scope = nullptr; in ThrowErr() local
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_hasimage_callback.cpp79 napi_handle_scope scope = nullptr; in UvAfterWorkCb() local
/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_callback_scope_napi.cpp49 napi_callback_scope scope = nullptr; in ScopeRunInCallback() local
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_info_test/
H A Dnet_interface_callback_stub_test.cpp113 int32_t scope = 1; in HWTEST_F() local
157 int32_t scope = 1; in HWTEST_F() local
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_interface_callback_stub_test.cpp113 int32_t scope = 1; in HWTEST_F() local
157 int32_t scope = 1; in HWTEST_F() local
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dnet_interface_callback.cpp32 OnInterfaceAddressUpdated(const std::string &addr, const std::string &ifName, int32_t flags, int32_t scope) OnInterfaceAddressUpdated() argument
70 OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int32_t flags, int32_t scope) OnInterfaceAddressRemoved() argument
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Duv_queue.cpp73 napi_handle_scope scope = nullptr; in Work() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Duv_queue.cpp73 napi_handle_scope scope = nullptr; in Work() local
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_nat_redirect.c83 static bool nf_nat_redirect_ipv6_usable(const struct inet6_ifaddr *ifa, unsigned int scope) in nf_nat_redirect_ipv6_usable() argument
112 unsigned int scope = ipv6_addr_scope(&ipv6_hdr(skb)->daddr); in nf_nat_redirect_ipv6() local
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_nat_redirect.c83 static bool nf_nat_redirect_ipv6_usable(const struct inet6_ifaddr *ifa, unsigned int scope) in nf_nat_redirect_ipv6_usable() argument
112 unsigned int scope = ipv6_addr_scope(&ipv6_hdr(skb)->daddr); in nf_nat_redirect_ipv6() local
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/
H A Dpthread_test_014.cpp106 int scope = 0; in TestCase() local
/third_party/gn/src/gn/
H A Daction_target_generator.cc21 ActionTargetGenerator( Target* target, Scope* scope, const FunctionCallNode* function_call, Target::OutputType type, Err* err) ActionTargetGenerator() argument
H A Dfunction_filter.cc63 Value RunFilter(Scope* scope, in RunFilter() argument
110 Value RunFilterExclude(Scope* scope, in RunFilterExclude() argument
117 Value RunFilterInclude(Scope* scope, in RunFilterInclude() argument
H A Dfunction_write_file_unittest.cc30 bool CallWriteFile(Scope* scope, in CallWriteFile() argument

Completed in 8 milliseconds

12345678910>>...28