Home
last modified time | relevance | path

Searched defs:context (Results 7251 - 7275 of 9368) sorted by relevance

1...<<291292293294295296297298299300>>...375

/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c45 struct context { struct
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_uvd.c1034 struct pipe_video_codec *ruvd_create_decoder(struct pipe_context *context, in ruvd_create_decoder() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dvdpau_private.h379 struct pipe_context *context; member
/third_party/mesa3d/src/glx/
H A Ddrisw_glx.c416 drisw_destroy_context(struct glx_context *context) in drisw_destroy_context() argument
431 drisw_bind_context(struct glx_context *context, struct glx_context *old, in drisw_bind_context() argument
458 drisw_unbind_context(struct glx_context *context, struct glx_context *new) in drisw_unbind_context() argument
467 drisw_wait_gl(struct glx_context *context) drisw_wait_gl() argument
473 drisw_wait_x(struct glx_context *context) drisw_wait_x() argument
[all...]
/third_party/node/src/api/
H A Denvironment.cc44 bool AllowWasmCodeGenerationCallback(Local<Context> context, in AllowWasmCodeGenerationCallback() argument
61 MaybeLocal<Value> PrepareStackTraceCallback(Local<Context> context, in PrepareStackTraceCallback() argument
400 CreateEnvironment( IsolateData* isolate_data, Local<Context> context, const std::vector<std::string>& args, const std::vector<std::string>& exec_args, EnvironmentFlags::Flags flags, ThreadId thread_id, std::unique_ptr<InspectorParentHandle> inspector_parent_handle) CreateEnvironment() argument
510 GetCurrentEnvironment(Local<Context> context) GetCurrentEnvironment() argument
559 GetPerContextExports(Local<Context> context) GetPerContextExports() argument
585 auto context = Context::New(isolate, nullptr, object_template); NewContext() local
601 InitializeContextRuntime(Local<Context> context) InitializeContextRuntime() argument
680 InitializeBaseContextForSnapshot(Local<Context> context) InitializeBaseContextForSnapshot() argument
705 InitializeMainContextForSnapshot(Local<Context> context) InitializeMainContextForSnapshot() argument
721 InitializePrimordials(Local<Context> context) InitializePrimordials() argument
764 InitializeContext(Local<Context> context) InitializeContext() argument
774 Local<Context> context = isolate->GetCurrentContext(); GetCurrentEventLoop() local
[all...]
/third_party/node/src/crypto/
H A Dcrypto_context.cc333 Local<Context> context = env->context(); in Initialize() local
[all...]
H A Dcrypto_keys.cc43 GetKeyFormatAndTypeFromJs( AsymmetricKeyEncodingConfig* config, const FunctionCallbackInfo<Value>& args, unsigned int* offset, KeyEncodingContext context) GetKeyFormatAndTypeFromJs() argument
672 GetPrivateKeyEncodingFromJs( const FunctionCallbackInfo<Value>& args, unsigned int* offset, KeyEncodingContext context) GetPrivateKeyEncodingFromJs() argument
720 GetPublicKeyEncodingFromJs( const FunctionCallbackInfo<Value>& args, unsigned int* offset, KeyEncodingContext context) GetPublicKeyEncodingFromJs() argument
1398 Deserialize( Environment* env, Local<Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
[all...]
H A Dcrypto_util.h435 v8::Local<v8::Context> context = env->context(); in Initialize() local
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module.cc224 bool IsWasmCodegenAllowed(Isolate* isolate, Handle<Context> context) { in IsWasmCodegenAllowed() argument
/third_party/node/src/
H A Dinspector_agent.cc357 Local<Context> context = env->context(); in NotifyClusterWorkersDebugEnabled() local
439 void contextCreated(Local<Context> context, const ContextInfo& info) { in contextCreated() argument
458 void contextDestroyed(Local<Context> context) { in contextDestroyed() argument
519 Local<Context> context = env_->context(); ReportUncaughtException() local
897 auto context = parent_env_->context(); ToggleAsyncHook() local
945 ContextCreated(Local<Context> context, const ContextInfo& info) ContextCreated() argument
[all...]
H A Djs_native_api_v8.h117 inline v8::Local<v8::Context> context() const { in context() function
[all...]
H A Dnode.h867 v8::Local<v8::Context> context = isolate->GetCurrentContext(); NODE_SET_METHOD() local
[all...]
H A Dnode_contextify.cc104 Local<Name> Uint32ToName(Local<Context> context, uint32_t index) { in Uint32ToName() argument
327 Local<Context> context = env->context(); Init() local
415 ContextifyContext* context = data.GetParameter(); WeakCallback() local
439 Local<Context> context; Get() local
754 Local<Context> context = env->context(); Init() local
771 Local<Context> context = env->context(); New() local
920 Local<Context> context; StoreCodeCacheResult() local
992 Local<Context> context; RunInContext() local
1036 EvalMachine(Local<Context> context, Environment* env, const int64_t timeout, const bool display_errors, const bool break_on_sigint, const bool break_on_first_line, std::shared_ptr<MicrotaskQueue> mtask_queue, const FunctionCallbackInfo<Value>& args) EvalMachine() argument
1140 Local<Context> context = env->context(); CompileFunction() local
1367 Local<Context> context = env->context(); Init() local
1380 Initialize(Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
[all...]
H A Dnode_buffer.cc1360 Initialize(Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
[all...]
H A Dnode_errors.cc52 GetSourceMapErrorSource(Isolate* isolate, Local<Context> context, Local<Message> message, bool* added_exception_line) GetSourceMapErrorSource() argument
86 GetErrorSource(Isolate* isolate, Local<Context> context, Local<Message> message, bool* added_exception_line) GetErrorSource() argument
246 FormatCaughtException(Isolate* isolate, Local<Context> context, Local<Value> err, Local<Message> message) FormatCaughtException() argument
263 FormatCaughtException(Isolate* isolate, Local<Context> context, const v8::TryCatch& try_catch) FormatCaughtException() argument
271 PrintCaughtException(Isolate* isolate, Local<Context> context, const v8::TryCatch& try_catch) PrintCaughtException() argument
554 ModifyCodeGenerationFromStrings( v8::Local<v8::Context> context, v8::Local<v8::Value> source, bool is_code_like) ModifyCodeGenerationFromStrings() argument
993 Local<Context> context = args.GetIsolate()->GetCurrentContext(); NoSideEffectsToString() local
1023 Initialize(Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
1096 Local<Context> context = isolate->GetCurrentContext(); TriggerUncaughtException() local
[all...]
H A Dnode_http_parser.cc1048 Local<Context> context = args.GetIsolate()->GetCurrentContext(); New() local
1194 InitializeHttpParser(Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) InitializeHttpParser() argument
[all...]
H A Dnode_snapshotable.cc1071 static void ResetContextSettingsBeforeSnapshot(Local<Context> context) { in ResetContextSettingsBeforeSnapshot() argument
1432 Local<Context> context = realm->context(); SerializeSnapshotableObjects() local
1470 Local<Context> context = isolate->GetCurrentContext(); CompileSerializeMain() local
1514 Initialize(Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
[all...]
H A Dnode_sockaddr.cc716 Initialize( Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
735 Deserialize( Environment* env, Local<Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
880 Deserialize( Environment* env, v8::Local<v8::Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
[all...]
H A Dnode_zlib.cc300 Local<Context> context = env->context(); in Write() local
471 CompressionContext* context() { return &ctx_; } context() function in node::__anon15438::CompressionStream
590 Local<Context> context = args.GetIsolate()->GetCurrentContext(); Init() local
637 Local<Context> context = args.GetIsolate()->GetCurrentContext(); Params() local
664 inline CompressionContext* context() { context() function in node::__anon15438::final
1289 Initialize(Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
[all...]
H A Dspawn_sync.cc678 Local<Context> context = env()->context(); in BuildResultObject() local
362 Initialize(Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
891 Local<Context> context = env()->context(); ParseStdioOption() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsusermap.c586 struct CALLBACK *context; in callback() local
658 struct CALLBACK context; recurse() local
677 struct CALLBACK context; getusers() local
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_hd.c674 static int hd_context_init(nghttp2_hd_context *context, nghttp2_mem *mem) { in hd_context_init() argument
692 static void hd_context_free(nghttp2_hd_context *context) { in hd_context_free() argument
1100 add_hd_table_incremental(nghttp2_hd_context *context, nghttp2_hd_nv *nv, nghttp2_hd_map *map, uint32_t hash) add_hd_table_incremental() argument
1196 search_hd_table(nghttp2_hd_context *context, const nghttp2_nv *nv, int32_t token, int indexing_mode, nghttp2_hd_map *map, uint32_t hash) search_hd_table() argument
1223 hd_context_shrink_table_size(nghttp2_hd_context *context, nghttp2_hd_map *map) hd_context_shrink_table_size() argument
1297 get_max_index(nghttp2_hd_context *context) get_max_index() argument
1301 nghttp2_hd_table_get(nghttp2_hd_context *context, size_t idx) nghttp2_hd_table_get() argument
1315 nghttp2_hd_table_get2(nghttp2_hd_context *context, size_t idx) nghttp2_hd_table_get2() argument
2306 hd_get_table_entry(nghttp2_hd_context *context, size_t idx) hd_get_table_entry() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dalphaindex.cpp943 collatorComparator(const void *context, const void *left, const void *right) { in collatorComparator() argument
968 recordCompareFn(const void *context, const void *left, const void *right) { in recordCompareFn() argument
H A Dcollationdatabuilder.cpp72 UnicodeString context; member
536 addConditionalCE32(const UnicodeString &context, uint32_t ce32, UErrorCode &errorCode) addConditionalCE32() argument
981 copyContractionsFromBaseCE32(UnicodeString &context, UChar32 c, uint32_t ce32, ConditionalCE32 *cond, UErrorCode &errorCode) copyContractionsFromBaseCE32() argument
1139 enumRangeForCopy(const void *context, UChar32 start, UChar32 end, uint32_t value) enumRangeForCopy() argument
1298 enumRangeLeadValue(const void *context, UChar32 , UChar32 , uint32_t value) enumRangeLeadValue() argument
1614 UnicodeString context; addContextTrie() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dustring.cpp1355 _charPtr_charAt(int32_t offset, void *context) { in _charPtr_charAt() argument
1213 u_unescapeAt(UNESCAPE_CHAR_AT charAt, int32_t *offset, int32_t length, void *context) u_unescapeAt() argument
[all...]

Completed in 38 milliseconds

1...<<291292293294295296297298299300>>...375