Home
last modified time | relevance | path

Searched defs:scope (Results 351 - 375 of 623) sorted by relevance

1...<<11121314151617181920>>...25

/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.h168 typedef struct scope { struct
/kernel/linux/linux-6.6/net/tipc/
H A Dname_table.c681 u8 scope = ua->scope; in tipc_nametbl_lookup_mcast_sockets() local
[all...]
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dimage_receiver_test.cpp171 napi_handle_scope scope = nullptr; in Callback() local
/third_party/elfutils/src/
H A Dstack.c342 Dwarf_Die *scope = &scopes[i]; in print_inline_frames() local
397 Dwarf_Die *scope = &scopes[i]; in print_frames() local
/third_party/gn/src/gn/
H A Ddesc_builder.cc174 base::Value ToBaseValue(const Scope* scope) { in ToBaseValue() argument
/third_party/libwebsockets/lib/core-net/
H A Dnetwork.c507 unsigned long scope; in lws_get_addr_scope() local
/third_party/node/src/tracing/
H A Dtrace_event.h336 WithScope(const char* scope, uint64_t raw_id) WithScope() argument
339 const char* scope() const { return scope_; } scope() function in node::tracing::TraceID::WithScope
363 const char* scope() const { return scope_; } scope() function in node::tracing::TraceID::DontMangle
431 const char* scope() const { return scope_; } scope() function in node::tracing::TraceID
458 AddTraceEventImpl( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, unsigned int flags) AddTraceEventImpl() argument
481 AddTraceEventWithTimestampImpl( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, unsigned int flags, int64_t timestamp) AddTraceEventWithTimestampImpl() argument
584 AddTraceEvent(char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags) AddTraceEvent() argument
595 AddTraceEvent( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags, const char* arg1_name, ARG1_TYPE&& arg1_val) AddTraceEvent() argument
609 AddTraceEvent( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags, const char* arg1_name, ARG1_TYPE&& arg1_val, const char* arg2_name, ARG2_TYPE&& arg2_val) AddTraceEvent() argument
627 AddTraceEventWithTimestamp( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags, int64_t timestamp) AddTraceEventWithTimestamp() argument
637 AddTraceEventWithTimestamp( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags, int64_t timestamp, const char* arg1_name, ARG1_TYPE&& arg1_val) AddTraceEventWithTimestamp() argument
651 AddTraceEventWithTimestamp( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags, int64_t timestamp, const char* arg1_name, ARG1_TYPE&& arg1_val, const char* arg2_name, ARG2_TYPE&& arg2_val) AddTraceEventWithTimestamp() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_descriptor_set.c626 vn_update_descriptor_sets_alloc(uint32_t write_count, uint32_t image_count, uint32_t buffer_count, uint32_t view_count, uint32_t iub_count, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vn_update_descriptor_sets_alloc() argument
/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc101 ScopeChainRetriever(DeclarationScope* scope, Handle<JSFunction> function, in ScopeChainRetriever() argument
139 RetrieveScopeChainDefaultConstructor(Scope* scope) RetrieveScopeChainDefaultConstructor() argument
177 SetClosureScopeIfFound(Scope* scope) SetClosureScopeIfFound() argument
187 ContainsPosition(Scope* scope) ContainsPosition() argument
562 Handle<JSObject> scope = isolate_->factory()->NewSlowJSObjectWithNullProto(); ScopeObject() local
[all...]
/third_party/node/deps/v8/include/libplatform/
H A Dv8-tracing.h73 const char* scope() const { return scope_; } in scope() function in v8::platform::tracing::TraceObject
/third_party/node/deps/v8/include/v8-include/libplatform/
H A Dv8-tracing.h73 const char* scope() const { return scope_; } in scope() function in v8::platform::tracing::TraceObject
/third_party/node/deps/v8/include/
H A Dv8-platform.h316 AddTraceEvent( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<ConvertableToTraceFormat>* arg_convertables, unsigned int flags) AddTraceEvent() argument
325 AddTraceEventWithTimestamp( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<ConvertableToTraceFormat>* arg_convertables, unsigned int flags, int64_t timestamp) AddTraceEventWithTimestamp() argument
/third_party/node/deps/v8/src/ast/
H A Dast-traversal-visitor.h284 DeclarationScope* scope = expr->scope(); in VisitFunctionLiteral() local
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-impl.cc422 EvaluateScope( const InjectedScript::Scope& scope) EvaluateScope() argument
H A Dv8-inspector-session-impl.cc162 auto scope = in initializeCommandLineAPIScope() local
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h461 inline void set_current_scope(Scope* scope) { current_scope_ = scope; } in set_current_scope() argument
464 inline void set_execution_control(ControlScope* scope) { in set_execution_control() argument
/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data.cc268 bool PreparseDataBuilder::ScopeNeedsData(Scope* scope) { in ScopeNeedsData() argument
315 SaveScopeAllocationData(DeclarationScope* scope, Parser* parser) SaveScopeAllocationData() argument
356 SaveDataForScope(Scope* scope) SaveDataForScope() argument
413 SaveDataForInnerScopes(Scope* scope) SaveDataForInnerScopes() argument
626 RestoreScopeAllocationData( DeclarationScope* scope, AstValueFactory* ast_value_factory, Zone* zone) RestoreScopeAllocationData() argument
649 RestoreDataForScope( Scope* scope, AstValueFactory* ast_value_factory, Zone* zone) RestoreDataForScope() argument
743 RestoreDataForInnerScopes( Scope* scope, AstValueFactory* ast_value_factory, Zone* zone) RestoreDataForInnerScopes() argument
[all...]
/third_party/node/deps/v8/src/json/
H A Djson-parser.h179 HandleScope scope; member in v8::internal::final
/third_party/node/deps/v8/src/tracing/
H A Dtrace-event.h319 WithScope(const char* scope, uint64_ argument
322 const char* scope() const { return scope_; } scope() function in v8::internal::tracing::TraceID::WithScope
363 const char* scope() const { return scope_; } scope() function in v8::internal::tracing::TraceID
380 AddTraceEventImpl( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, unsigned int flags) AddTraceEventImpl() argument
402 AddTraceEventWithTimestampImpl( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, unsigned int flags, int64_t timestamp) AddTraceEventWithTimestampImpl() argument
473 AddTraceEvent(char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags) AddTraceEvent() argument
484 AddTraceEvent( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags, const char* arg1_name, ARG1_TYPE&& arg1_val) AddTraceEvent() argument
498 AddTraceEvent( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags, const char* arg1_name, ARG1_TYPE&& arg1_val, const char* arg2_name, ARG2_TYPE&& arg2_val) AddTraceEvent() argument
516 AddTraceEventWithTimestamp( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags, int64_t timestamp) AddTraceEventWithTimestamp() argument
526 AddTraceEventWithTimestamp( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags, int64_t timestamp, const char* arg1_name, ARG1_TYPE&& arg1_val) AddTraceEventWithTimestamp() argument
540 AddTraceEventWithTimestamp( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags, int64_t timestamp, const char* arg1_name, ARG1_TYPE&& arg1_val, const char* arg2_name, ARG2_TYPE&& arg2_val) AddTraceEventWithTimestamp() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateAST.cpp491 void ValidateAST::scope(Visit visit) in scope() function in sh::__anon19795::ValidateAST
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOModule.cpp475 addAsmGlobalSymbol(StringRef name, lto_symbol_attributes scope) addAsmGlobalSymbol() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_type.cpp575 const auto scope = _.FindDef(scope_id); in ValidateTypeCooperativeMatrixNV() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_type.cpp575 const auto scope = _.FindDef(scope_id); in ValidateTypeCooperativeMatrixNV() local
/third_party/selinux/checkpolicy/test/
H A Ddismod.c104 scope_datum_t *scope = in display_id() local
/third_party/spirv-tools/source/val/
H A Dvalidate_type.cpp571 const auto scope = _.FindDef(scope_id); in ValidateTypeCooperativeMatrix() local

Completed in 28 milliseconds

1...<<11121314151617181920>>...25