Home
last modified time | relevance | path

Searched defs:context (Results 4701 - 4725 of 6674) sorted by relevance

1...<<181182183184185186187188189190>>...267

/third_party/mesa3d/include/drm-uapi/
H A Dtegra_drm.h195 __u64 context; member
208 __u64 context; member
221 __u64 context; member
249 __u64 context; global() member
418 __u64 context; global() member
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_linear.c363 const struct lp_jit_context *context = &state->jit_context; in blit_rgba_blit() local
415 const struct lp_jit_context *context = &state->jit_context; in blit_rgb1_blit() local
475 const struct lp_jit_context *context = &state->jit_context; in blit_rgba() local
514 const struct lp_jit_context *context = &state->jit_context; in blit_rgb1() local
558 const struct lp_jit_context *context = &state->jit_context; in blit_rgba_blend_premul() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c499 nouveau_create_decoder(struct pipe_context *context, in nouveau_create_decoder() argument
869 nouveau_context_create_decoder(struct pipe_context *context, in nouveau_context_create_decoder() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video.c264 nv84_create_decoder(struct pipe_context *context, in nv84_create_decoder() argument
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp51 printError(void *context, const char *fmt, va_list args) { in printError() argument
176 checkParent(const char *itemName, CheckDependency check, void *context, in checkParent() argument
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, CheckDependency check, void *context, UErrorCode *pErrorCode) checkIDSuffix() argument
223 checkAlias(const char *itemName, Resource res, const UChar *alias, int32_t length, UBool useResSuffix, CheckDependency check, void *context, UErrorCode *pErrorCode) checkAlias() argument
281 ures_enumDependencies(const char *itemName, const ResourceData *pResData, Resource res, const char *inKey, const char *parentKey, int32_t depth, CheckDependency check, void *context, Package *pkg, UErrorCode *pErrorCode) ures_enumDependencies() argument
374 ures_enumDependencies(const char *itemName, const UDataInfo *pInfo, const uint8_t *inBytes, int32_t length, CheckDependency check, void *context, Package *pkg, UErrorCode *pErrorCode) ures_enumDependencies() argument
455 ucnv_enumDependencies(const UDataSwapper *ds, const char *itemName, const UDataInfo *pInfo, const uint8_t *inBytes, int32_t length, CheckDependency check, void *context, UErrorCode *pErrorCode) ucnv_enumDependencies() argument
588 enumDependencies(Item *pItem, void *context, CheckDependency check) enumDependencies() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c78 testEnumValue(const void *context, uint32_t value) { in testEnumValue() argument
85 testEnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in testEnumRange() argument
/third_party/libinput/tools/
H A Dlibinput-debug-tablet.c48 struct context { struct
[all...]
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-sockets.c203 lws_plat_insert_socket_into_fds(struct lws_context *context, struct lws *wsi) in lws_plat_insert_socket_into_fds() argument
223 lws_plat_delete_socket_from_fds(struct lws_context *context, in lws_plat_delete_socket_from_fds() argument
250 lws_plat_change_pollfd(struct lws_context *context, struct lws *wsi, in lws_plat_change_pollfd() argument
/third_party/lwip/src/netif/
H A Dlowpan6.c524 lowpan6_set_context(u8_t idx, const ip6_addr_t *context) in lowpan6_set_context() argument
/third_party/node/deps/v8/src/d8/
H A Dd8-test.cc552 Local<Context> context = isolate->GetCurrentContext(); in AddAll32BitIntSlowCallback() local
/third_party/node/deps/v8/src/compiler/
H A Dnode-properties.cc111 void NodeProperties::ReplaceContextInput(Node* node, Node* context) { in ReplaceContextInput() argument
113 node->ReplaceInput(FirstContextIndex(node), context); in ReplaceContextInput() local
581 Node* context = NodeProperties::GetContextInput(node); in GetOuterContext() local
H A Dverifier.cc191 Node* context = NodeProperties::GetContextInput(node); in Check() local
H A Djs-inlining.cc101 Reduction JSInliner::InlineCall(Node* call, Node* new_target, Node* context, in InlineCall() argument
88 InlineJSWasmCall(Node* call, Node* new_target, Node* context, Node* frame_state, StartNode start, Node* end, Node* exception_target, const NodeVector& uncaught_subcalls) InlineJSWasmCall() argument
250 CreateArtificialFrameState( Node* node, FrameState outer_frame_state, int parameter_count, BytecodeOffset bailout_id, FrameStateType frame_state_type, SharedFunctionInfoRef shared, Node* context) CreateArtificialFrameState() argument
456 Node* context = NodeProperties::GetContextInput(node); ReduceJSWasmCall() local
551 Node* context; ReduceJSCall() local
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc743 Handle<Context> context = ScriptContextTable::GetContext( VisitScriptScope() local
778 VisitContextLocals(const Visitor& visitor, Handle<ScopeInfo> scope_info, Handle<Context> context, ScopeType scope_type) const VisitContextLocals() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-call-gen.cc112 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
126 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
139 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
148 CallOrConstructWithArrayLike( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<Object> arguments_list, TNode<Context> context) CallOrConstructWithArrayLike() argument
324 CallOrConstructDoubleVarargs( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<FixedDoubleArray> elements, TNode<Int32T> length, TNode<Int32T> args_count, TNode<Context> context, TNode<Int32T> kind) CallOrConstructDoubleVarargs() argument
353 CallOrConstructWithSpread( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<Object> spread, TNode<Int32T> args_count, TNode<Context> context) CallOrConstructWithSpread() argument
488 auto context = LoadContextFromBaseline(); CallReceiver() local
507 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
515 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
529 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
538 auto context = LoadContextFromBaseline(); TF_BUILTIN() local
553 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
562 GetCompatibleReceiver( TNode<JSReceiver> receiver, TNode<HeapObject> signature, TNode<Context> context) GetCompatibleReceiver() argument
674 CallFunctionTemplate( CallFunctionTemplateMode mode, TNode<FunctionTemplateInfo> function_template_info, TNode<IntPtrT> argc, TNode<Context> context) CallFunctionTemplate() argument
746 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
756 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
766 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
[all...]
H A Dbuiltins-typed-array-gen.cc81 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
88 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
119 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
35 AllocateEmptyOnHeapBuffer( TNode<Context> context) AllocateEmptyOnHeapBuffer() argument
151 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
172 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
243 GetDefaultConstructor( TNode<Context> context, TNode<JSTypedArray> exemplar) GetDefaultConstructor() argument
258 ValidateTypedArray( TNode<Context> context, TNode<Object> obj, const char* method_name) ValidateTypedArray() argument
270 ValidateTypedArrayAndGetLength( TNode<Context> context, TNode<Object> obj, const char* method_name) ValidateTypedArrayAndGetLength() argument
343 CallCCopyFastNumberJSArrayElementsToTypedArray( TNode<Context> context, TNode<JSArray> source, TNode<JSTypedArray> dest, TNode<UintPtrT> source_length, TNode<UintPtrT> offset) CallCCopyFastNumberJSArrayElementsToTypedArray() argument
464 StoreJSTypedArrayElementFromNumeric( TNode<Context> context, TNode<JSTypedArray> typed_array, TNode<UintPtrT> index, TNode<Numeric> value, ElementsKind elements_kind) StoreJSTypedArrayElementFromNumeric() argument
500 StoreJSTypedArrayElementFromPreparedValue( TNode<Context> context, TNode<JSTypedArray> typed_array, TNode<UintPtrT> index, TNode<TValue> prepared_value, ElementsKind elements_kind, Label* if_detached) StoreJSTypedArrayElementFromPreparedValue() argument
519 StoreJSTypedArrayElementFromTagged( TNode<Context> context, TNode<JSTypedArray> typed_array, TNode<UintPtrT> index, TNode<Object> value, ElementsKind elements_kind, Label* if_detached) StoreJSTypedArrayElementFromTagged() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-inspector.h87 V8ContextInfo(v8::Local<v8::Context> context, int contextGroupId, in V8ContextInfo() argument
94 v8::Local<v8::Context> context; member in v8_inspector::V8ContextInfo
/third_party/node/deps/v8/include/
H A Dv8-inspector.h87 V8ContextInfo(v8::Local<v8::Context> context, int contextGroupId, in V8ContextInfo() argument
94 v8::Local<v8::Context> context; member in v8_inspector::V8ContextInfo
/third_party/node/deps/v8/src/codegen/
H A Dexternal-reference.cc1371 Context context = Context::cast(Object(raw_context)); in EnterMicrotaskContextWrapper() local
/third_party/node/deps/v8/src/heap/
H A Dmemory-measurement.cc127 bool MeasureMemoryDelegate::ShouldMeasure(v8::Local<v8::Context> context) { in ShouldMeasure() argument
205 HeapObject context; in StartProcessing() local
221 HeapObject context; in FinishProcessing() local
113 MeasureMemoryDelegate(Isolate* isolate, Handle<NativeContext> context, Handle<JSPromise> promise, v8::MeasureMemoryMode mode) MeasureMemoryDelegate() argument
322 v8::Local<v8::Context> context = Utils::Convert<HeapObject, v8::Context>( ReportResults() local
332 DefaultDelegate( Isolate* isolate, Handle<NativeContext> context, Handle<JSPromise> promise, v8::MeasureMemoryMode mode) DefaultDelegate() argument
339 InferForContext(Isolate* isolate, Context context, Address* native_context) InferForContext() argument
400 IncrementExternalSize(Address context, Map map, HeapObject object) IncrementExternalSize() argument
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-console-message.cc87 explicit V8ValueStringBuilder(v8::Local<v8::Context> context) in V8ValueStringBuilder() argument
266 v8::Local<v8::Context> context = inspectedContext->context(); in wrapArguments() local
74 toString(v8::Local<v8::Value> value, v8::Local<v8::Context> context) toString() argument
[all...]
H A Dv8-inspector-impl.cc182 InspectedContext* context in contextById() local
94 compileAndRunInternalScript( v8::Local<v8::Context> context, v8::Local<v8::String> source) compileAndRunInternalScript() argument
107 compileScript( v8::Local<v8::Context> context, const String16& code, const String16& fileName) compileScript() argument
187 InspectedContext* context = getContext(contextId); uniqueDebuggerId() local
195 auto* context = new InspectedContext(this, info, contextId); contextCreated() local
221 contextDestroyed(v8::Local<v8::Context> context) contextDestroyed() argument
261 exceptionThrown( v8::Local<v8::Context> context, StringView message, v8::Local<v8::Value> exception, StringView detailedMessage, StringView url, unsigned lineNumber, unsigned columnNumber, std::unique_ptr<V8StackTrace> stackTrace, int scriptId) exceptionThrown() argument
281 exceptionRevoked(v8::Local<v8::Context> context, unsigned exceptionId, StringView message) exceptionRevoked() argument
359 auto* context = getContext(contextGroupId, contextId); discardInspectedContext() local
479 v8::Local<v8::Context> context; associateExceptionData() local
510 v8::Local<v8::Context> context; getAssociatedExceptionData() local
[all...]
H A Dv8-inspector-session-impl.cc84 int V8ContextInfo::executionContextId(v8::Local<v8::Context> context) { in executionContextId() argument
244 InspectedContext* context = in findInjectedScript() local
277 unwrapObject( std::unique_ptr<StringBuffer>* error, StringView objectId, v8::Local<v8::Value>* object, v8::Local<v8::Context>* context, std::unique_ptr<StringBuffer>* objectGroup) unwrapObject() argument
296 unwrapObject(const String16& objectId, v8::Local<v8::Value>* object, v8::Local<v8::Context>* context, String16* objectGroup) unwrapObject() argument
314 wrapObject(v8::Local<v8::Context> context, v8::Local<v8::Value> value, StringView groupName, bool generatePreview) wrapObject() argument
321 wrapObject(v8::Local<v8::Context> context, v8::Local<v8::Value> value, const String16& groupName, bool generatePreview) wrapObject() argument
336 wrapTable(v8::Local<v8::Context> context, v8::Local<v8::Object> table, v8::MaybeLocal<v8::Array> columns) wrapTable() argument
[all...]
H A Dv8-heap-profiler-agent-impl.cc63 InspectedContext* context = m_session->inspector()->getContext( variable
331 v8::Local<v8::Context> context; in getHeapObjectId() local
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h468 inline void set_execution_context(ContextScope* context) { in set_execution_context() argument

Completed in 28 milliseconds

1...<<181182183184185186187188189190>>...267