/third_party/node/deps/v8/src/debug/ |
H A D | interface-types.h | 123 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/execution/ |
H A D | execution.cc | 217 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 D | accessor-assembler.h | 111 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 D | binary-op-assembler.cc | 12 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 D | experimental-interpreter.cc | 25 SatisfiesAssertion(RegExpAssertion::Type type, base::Vector<const Character> context, int position) SatisfiesAssertion() argument [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-classes.cc | 45 Handle<Context> context = handle(constructor->native_context(), isolate); in RUNTIME_FUNCTION() local
|
H A D | runtime-scopes.cc | 763 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 D | runtime-test-wasm.cc | 250 bool DisallowWasmCodegenFromStringsCallback(v8::Local<v8::Context> context, in DisallowWasmCodegenFromStringsCallback() argument
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_resource_texture.c | 769 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 D | pvr_rogue_pds_disasm.h | 268 void *context; /* The passed in context. */ member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_core.c | 240 struct pipe_context *context = rb_screen->private_context; in rbug_texture_read() local [all...] |
/third_party/mindspore/test/unittest/ |
H A D | mindspore_unit_test.cpp | 47 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 D | t1_enc.c | 705 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
|
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-bonjour-publish.c | 144 dns_service_register_reply(DNSServiceRef sdRef, DNSServiceFlags flags, DNSServiceErrorType errorCode, const char *name, const char *regtype, const char *domain, void *context) dns_service_register_reply() argument
|
/third_party/python/Include/cpython/ |
H A D | pystate.h | 174 PyObject *context; member
|
/third_party/python/Include/internal/ |
H A D | pycore_interp.h | 172 struct _Py_context_state context; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiGetMemoryCommitment.cpp | 84 MemoryCommitmentTestInstance::MemoryCommitmentTestInstance(Context& context, MemoryCommitmentCaseParams testCase) in MemoryCommitmentTestInstance() argument 372 MemoryCommitmentAllocateOnlyTestInstance::MemoryCommitmentAllocateOnlyTestInstance(Context& context) in MemoryCommitmentAllocateOnlyTestInstance() argument [all...] |
H A D | vktApiGranularityTests.cpp | 113 GranularityInstance::GranularityInstance (Context& context, in GranularityInstance() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeShaderBuiltinVarTests.cpp | 187 ComputeBuiltinVarCase::ComputeBuiltinVarCase (tcu::TestContext& context, const string& name, const char* varName, glu::DataType varType, bool readByComponent, const vk::ComputePipelineConstructionType computePipelineConstructionType) in ComputeBuiltinVarCase() argument 266 NumWorkGroupsCase (tcu::TestContext& context, boo argument 290 WorkGroupSizeCase(tcu::TestContext& context, bool readByComponent, const vk::ComputePipelineConstructionType computePipelineConstructionType) WorkGroupSizeCase() argument 317 WorkGroupIDCase(tcu::TestContext& context, bool readbyComponent, const vk::ComputePipelineConstructionType computePipelineConstructionType) WorkGroupIDCase() argument 340 LocalInvocationIDCase(tcu::TestContext& context, bool readByComponent, const vk::ComputePipelineConstructionType computePipelineConstructionType) LocalInvocationIDCase() argument 366 GlobalInvocationIDCase(tcu::TestContext& context, bool readByComponent, const vk::ComputePipelineConstructionType computePipelineConstructionType) GlobalInvocationIDCase() argument 389 LocalInvocationIndexCase(tcu::TestContext& context, bool readByComponent, const vk::ComputePipelineConstructionType computePipelineConstructionType) LocalInvocationIndexCase() argument 408 ComputeBuiltinVarInstance(Context& context, const vector<SubCase>& subCases, const glu::DataType varType, const ComputeBuiltinVarCase* builtinVarCase, const vk::ComputePipelineConstructionType computePipelineConstructionType) ComputeBuiltinVarInstance() argument 594 ComputeShaderBuiltinVarTests(tcu::TestContext& context, vk::ComputePipelineConstructionType computePipelineConstructionType) ComputeShaderBuiltinVarTests() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalDispatchTests.cpp | 141 ConditionalDispatchTestInstance::ConditionalDispatchTestInstance (Context &context, ConditionalTestSpec testSpec) in ConditionalDispatchTestInstance() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawConcurrentTests.cpp | 72 ConcurrentDraw::ConcurrentDraw (Context &context, TestSpec testSpec) in ConcurrentDraw() argument 494 void checkSupport(Context& context, ConcurrentDraw::TestSpec testSpec) in checkSupport() argument
|
H A D | vktDrawDifferingInterpolationTests.cpp | 92 DrawTestInstance::DrawTestInstance (Context& context, const DrawParams& data) in DrawTestInstance() argument 115 DrawTestCase::DrawTestCase (tcu::TestContext& context, const char* name, const DrawParams data) in DrawTestCase() argument [all...] |
H A D | vktDrawIndexedTest.cpp | 116 DrawIndexed::DrawIndexed (Context &context, TestSpec testSpec) in DrawIndexed() argument 348 DrawInstancedIndexed::DrawInstancedIndexed (Context &context, TestSpec testSpec) in DrawInstancedIndexed() argument 480 void checkSupport(Context& context, DrawIndexed::TestSpec testSpec) in checkSupport() argument
|
H A D | vktDrawMultisampleLinearInterpolationTests.cpp | 44 MultisampleLinearInterpolationTestInstance (Context& context, in MultisampleLinearInterpolationTestInstance() argument 512 MultisampleLinearInterpolationTestCase (tcu::TestContext& context, in MultisampleLinearInterpolationTestCase() argument [all...] |
H A D | vktDrawSampleAttributeTests.cpp | 104 SampleShadingSampleAttributeTestCase::SampleShadingSampleAttributeTestCase(tcu::TestContext& context, const std::string& name, const TestParameters& params): in SampleShadingSampleAttributeTestCase() argument 162 SampleShadingSampleAttributeTestInstance(Context& context, const TestParameters& params) SampleShadingSampleAttributeTestInstance() argument [all...] |