Home
last modified time | relevance | path

Searched defs:context (Results 4051 - 4075 of 6583) sorted by relevance

1...<<161162163164165166167168169170>>...264

/third_party/libwebsockets/lib/roles/ws/
H A Dops-ws.c1467 rops_service_flag_pending_ws(struct lws_context *context, int tsi) rops_service_flag_pending_ws() argument
[all...]
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-client.c620 lws_sspc_create(struct lws_context *context, int tsi, const lws_ss_info_t *ssi, void *opaque_user_data, lws_sspc_handle_t **ppss, struct lws_sequencer *seq_owner, const char **ppayload_fmt) lws_sspc_create() argument
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
H A Dminimal-secure-streams.c47 struct lws_context *context; variable
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-intrinsic-lowering.cc116 Node* const context = NodeProperties::GetContextInput(node); in ReduceCreateIterResultObject() local
142 Node* const context = NodeProperties::GetContextInput(node); in ReduceCreateJSGeneratorObject() local
/third_party/node/deps/v8/src/debug/
H A Ddebug-evaluate.cc51 Handle<NativeContext> context = isolate->native_context(); in Global() local
69 Handle<NativeContext> context = isolate->native_context(); in Global() local
106 Handle<Context> context = isolate->factory()->NewWithContext( in Local() local
179 Evaluate( Isolate* isolate, Handle<SharedFunctionInfo> outer_info, Handle<Context> context, Handle<Object> receiver, Handle<String> source, bool throw_on_side_effect) Evaluate() argument
[all...]
H A Dinterface-types.h123 Debug(const ConsoleCallArguments& args, const ConsoleContext& context) Debug() argument
125 Error(const ConsoleCallArguments& args, const ConsoleContext& context) Error() argument
127 Info(const ConsoleCallArguments& args, const ConsoleContext& context) Info() argument
129 Log(const ConsoleCallArguments& args, const ConsoleContext& context) Log() argument
131 Warn(const ConsoleCallArguments& args, const ConsoleContext& context) Warn() argument
133 Dir(const ConsoleCallArguments& args, const ConsoleContext& context) Dir() argument
135 DirXml(const ConsoleCallArguments& args, const ConsoleContext& context) DirXml() argument
137 Table(const ConsoleCallArguments& args, const ConsoleContext& context) Table() argument
139 Trace(const ConsoleCallArguments& args, const ConsoleContext& context) Trace() argument
141 Group(const ConsoleCallArguments& args, const ConsoleContext& context) Group() argument
143 GroupCollapsed(const ConsoleCallArguments& args, const ConsoleContext& context) GroupCollapsed() argument
145 GroupEnd(const ConsoleCallArguments& args, const ConsoleContext& context) GroupEnd() argument
147 Clear(const ConsoleCallArguments& args, const ConsoleContext& context) Clear() argument
149 Count(const ConsoleCallArguments& args, const ConsoleContext& context) Count() argument
151 CountReset(const ConsoleCallArguments& args, const ConsoleContext& context) CountReset() argument
153 Assert(const ConsoleCallArguments& args, const ConsoleContext& context) Assert() argument
155 Profile(const ConsoleCallArguments& args, const ConsoleContext& context) Profile() argument
157 ProfileEnd(const ConsoleCallArguments& args, const ConsoleContext& context) ProfileEnd() argument
159 Time(const ConsoleCallArguments& args, const ConsoleContext& context) Time() argument
161 TimeLog(const ConsoleCallArguments& args, const ConsoleContext& context) TimeLog() argument
163 TimeEnd(const ConsoleCallArguments& args, const ConsoleContext& context) TimeEnd() argument
165 TimeStamp(const ConsoleCallArguments& args, const ConsoleContext& context) TimeStamp() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc56 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
90 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
99 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
123 auto context in TF_BUILTIN() local
66 BuildConstruct( TNode<Object> target, TNode<Object> new_target, TNode<Int32T> argc, const LazyNode<Context>& context, const LazyNode<HeapObject>& feedback_vector, TNode<UintPtrT> slot, UpdateFeedbackMode mode) BuildConstruct() argument
147 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
157 BuildConstructWithSpread( TNode<Object> target, TNode<Object> new_target, TNode<Object> spread, TNode<Int32T> argc, const LazyNode<Context>& context, const LazyNode<HeapObject>& feedback_vector, TNode<UintPtrT> slot, UpdateFeedbackMode mode) BuildConstructWithSpread() argument
181 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
264 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
278 FastNewObject( TNode<Context> context, TNode<JSFunction> target, TNode<JSReceiver> new_target) FastNewObject() argument
295 FastNewObject( TNode<Context> context, TNode<JSFunction> target, TNode<JSReceiver> new_target, Label* call_runtime) FastNewObject() argument
342 FastNewFunctionContext( TNode<ScopeInfo> scope_info, TNode<Uint32T> slots, TNode<Context> context, ScopeType scope_type) FastNewFunctionContext() argument
391 CreateRegExpLiteral( TNode<HeapObject> maybe_feedback_vector, TNode<TaggedIndex> slot, TNode<Object> pattern, TNode<Smi> flags, TNode<Context> context) CreateRegExpLiteral() argument
461 CreateShallowArrayLiteral( TNode<FeedbackVector> feedback_vector, TNode<TaggedIndex> slot, TNode<Context> context, AllocationSiteMode allocation_site_mode, Label* call_runtime) CreateShallowArrayLiteral() argument
483 CreateEmptyArrayLiteral( TNode<FeedbackVector> feedback_vector, TNode<TaggedIndex> slot, TNode<Context> context) CreateEmptyArrayLiteral() argument
[all...]
H A Dbuiltins-collections-gen.cc25 AddConstructorEntry( Variant variant, TNode<Context> context, TNode<Object> collection, TNode<Object> add_function, TNode<Object> key_value, Label* if_may_have_side_effects, Label* if_exception, TVariable<Object>* var_exception) AddConstructorEntry() argument
47 AddConstructorEntries( Variant variant, TNode<Context> context, TNode<Context> native_context, TNode<HeapObject> collection, TNode<Object> initial_entries) AddConstructorEntries() argument
111 AddConstructorEntriesFromFastJSArray( Variant variant, TNode<Context> context, TNode<Context> native_context, TNode<Object> collection, TNode<JSArray> fast_jsarray, Label* if_may_have_side_effects) AddConstructorEntriesFromFastJSArray() argument
183 AddConstructorEntriesFromIterable( Variant variant, TNode<Context> context, TNode<Context> native_context, TNode<Object> collection, TNode<Object> iterable) AddConstructorEntriesFromIterable() argument
270 AllocateJSCollection( TNode<Context> context, TNode<JSFunction> constructor, TNode<JSReceiver> new_target) AllocateJSCollection() argument
291 AllocateJSCollectionSlow( TNode<Context> context, TNode<JSFunction> constructor, TNode<JSReceiver> new_target) AllocateJSCollectionSlow() argument
298 GenerateConstructor( Variant variant, Handle<String> constructor_function_name, TNode<Object> new_target, TNode<IntPtrT> argc, TNode<Context> context) GenerateConstructor() argument
320 GetAddFunction( Variant variant, TNode<Context> context, TNode<Object> collection) GetAddFunction() argument
[all...]
H A Dbuiltins-intl.cc238 Handle<Context> context = isolate->factory()->NewBuiltinContext( in CreateBoundFunction() local
495 Handle<Context> context = Handle<Context>(isolate->context(), isolate); in BUILTIN() local
629 Handle<Context> context = Handle<Context>(isolate->context(), isolat in BUILTIN() local
1115 Handle<Context> context = Handle<Context>(isolate->context(), isolate); BUILTIN() local
1262 Handle<Context> context = Handle<Context>(isolate->context(), isolate); BUILTIN() local
1298 Handle<Context> context = Handle<Context>(isolate->context(), isolate); BUILTIN() local
1328 Handle<Context> context = Handle<Context>(isolate->context(), isolate); BUILTIN() local
1357 Handle<Context> context = Handle<Context>(isolate->context(), isolate); BUILTIN() local
1387 Handle<Context> context = Handle<Context>(isolate->context(), isolate); BUILTIN() local
[all...]
H A Dbuiltins-microtask-queue-gen.cc362 SetCurrentContext( TNode<Context> context) SetCurrentContext() argument
365 StoreFullTaggedNoWriteBarrier(ExternalConstant(ref), context); SetCurrentContext() local
478 RunAllPromiseHooks( PromiseHookType type, TNode<Context> context, TNode<HeapObject> promise_or_capability) RunAllPromiseHooks() argument
515 RunPromiseHook( Runtime::FunctionId id, TNode<Context> context, TNode<HeapObject> promise_or_capability, TNode<Uint32T> promiseHookFlags) RunPromiseHook() argument
542 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
[all...]
H A Dbuiltins-async-generator-gen.cc140 AsyncGeneratorEnqueue( CodeStubArguments* args, TNode<Context> context, TNode<Object> receiver, TNode<Object> value, JSAsyncGeneratorObject::ResumeMode resume_mode, const char* method_name) AsyncGeneratorEnqueue() argument
211 AsyncGeneratorAwaitResumeClosure( TNode<Context> context, TNode<Object> value, JSAsyncGeneratorObject::ResumeMode resume_mode) AsyncGeneratorAwaitResumeClosure() argument
255 auto context = Parameter<Context>(Descriptor::kContext); AsyncGeneratorAwait() local
335 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
353 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
371 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
380 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
387 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
405 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
497 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
566 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
580 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
595 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
650 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
665 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
675 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
693 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.h458 void HandleScopeImplementer::SaveContext(Context context) { in SaveContext() argument
480 bool HandleScopeImplementer::LastEnteredContextWas(Context context) { in LastEnteredContextWas() argument
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H A Dpointer-auth-arm64.cc152 uint64_t Simulator::ComputePAC(uint64_t data, uint64_t context, PACKey key) { in ComputePAC() argument
219 uint64_t Simulator::AuthPAC(uint64_t ptr, uint64_t context, PACKey key, in AuthPAC() argument
242 uint64_t Simulator::AddPAC(uint64_t ptr, uint64_t context, PACKey key, in AddPAC() argument
/third_party/node/deps/v8/src/execution/
H A Dexecution.cc217 Handle<Context> context = ScriptContextTable::GetContext( in NewScriptContext() local
348 Handle<Context> context; in Invoke() local
382 Handle<Context> context = isolate->native_context(); Invoke() local
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.h111 TNode<Context> context() const { return context_; } in context() function
160 TNode<Context> context() const { return context_(); } in context() function
220 TNode<Context> context() cons function
574 ReturnCallRuntime(Runtime::FunctionId function, TNode<Context> context, TArgs... args) ReturnCallRuntime() argument
584 ReturnCallStub(Callable const& callable, TNode<Context> context, TArgs... args) ReturnCallStub() argument
594 ReturnCallStub(const CallInterfaceDescriptor& descriptor, TNode<CodeT> target, TNode<Context> context, TArgs... args) ReturnCallStub() argument
[all...]
H A Dbinary-op-assembler.cc12 Generate_AddWithFeedback( const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_AddWithFeedback() argument
240 Generate_BinaryOperationWithFeedback( const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, const SmiOperation& smiOperation, const FloatOperation& floatOperation, Operation op, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_BinaryOperationWithFeedback() argument
463 Generate_SubtractWithFeedback( const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_SubtractWithFeedback() argument
499 Generate_MultiplyWithFeedback( const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_MultiplyWithFeedback() argument
519 Generate_DivideWithFeedback( const LazyNode<Context>& context, TNode<Object> dividend, TNode<Object> divisor, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_DivideWithFeedback() argument
556 Generate_ModulusWithFeedback( const LazyNode<Context>& context, TNode<Object> dividend, TNode<Object> divisor, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_ModulusWithFeedback() argument
577 Generate_ExponentiateWithFeedback( const LazyNode<Context>& context, TNode<Object> base, TNode<Object> exponent, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_ExponentiateWithFeedback() argument
597 Generate_BitwiseBinaryOpWithOptionalFeedback( Operation bitwise_op, TNode<Object> left, TNode<Object> right, const LazyNode<Context>& context, TNode<UintPtrT>* slot, const LazyNode<HeapObject>* maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) Generate_BitwiseBinaryOpWithOptionalFeedback() argument
688 Generate_BitwiseBinaryOpWithSmiOperandAndOptionalFeedback( Operation bitwise_op, TNode<Object> left, TNode<Object> right, const LazyNode<Context>& context, TNode<UintPtrT>* slot, const LazyNode<HeapObject>* maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) Generate_BitwiseBinaryOpWithSmiOperandAndOptionalFeedback() argument
[all...]
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-interpreter.cc25 SatisfiesAssertion(RegExpAssertion::Type type, base::Vector<const Character> context, int position) SatisfiesAssertion() argument
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-classes.cc45 Handle<Context> context = handle(constructor->native_context(), isolate); in RUNTIME_FUNCTION() local
H A Druntime-scopes.cc763 StoreLookupSlot( Isolate* isolate, Handle<Context> context, Handle<String> name, Handle<Object> value, LanguageMode language_mode, ContextLookupFlags context_lookup_flags = FOLLOW_CHAINS) StoreLookupSlot() argument
[all...]
H A Druntime-test-wasm.cc250 bool DisallowWasmCodegenFromStringsCallback(v8::Local<v8::Context> context, in DisallowWasmCodegenFromStringsCallback() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c769 i915_resource_get_handle(struct pipe_screen *screen, struct pipe_context *context, struct pipe_resource *texture, struct winsys_handle *whandle, unsigned usage) i915_resource_get_handle() argument
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_rogue_pds_disasm.h268 void *context; /* The passed in context. */ member
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_core.c240 struct pipe_context *context = rb_screen->private_context; in rbug_texture_read() local
[all...]
/third_party/mindspore/test/unittest/
H A Dmindspore_unit_test.cpp47 OH_AI_ContextHandle context = OH_AI_ContextCreate(); in HWTEST() local
58 OH_AI_ContextHandle context = OH_AI_ContextCreate(); in HWTEST() local
71 OH_AI_ContextHandle context = OH_AI_ContextCreate(); in HWTEST() local
86 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
106 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
133 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
159 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
184 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
207 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
246 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
268 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
285 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
329 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
353 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
406 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
513 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
545 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
588 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
642 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
713 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
762 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
799 OH_AI_ContextHandle context = OH_AI_ContextCreate(); HWTEST() local
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_enc.c705 tls1_export_keying_material(SSL *s, unsigned char *out, size_t olen, const char *label, size_t llen, const unsigned char *context, size_t contextlen, int use_context) tls1_export_keying_material() argument

Completed in 30 milliseconds

1...<<161162163164165166167168169170>>...264