/third_party/ffmpeg/libavcodec/ |
H A D | threadframe.h | 29 AVCodecContext *owner[2]; member
|
/third_party/musl/src/stdio/ |
H A D | __lockfile.c | 6 int owner = f->lock, tid = __pthread_self()->tid; in __lockfile() local [all...] |
H A D | ftrylockfile.c | 34 int owner = f->lock; in ftrylockfile() local
|
/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSLUniformHandler.cpp | 13 GrShaderVar GrGLSLUniformHandler::getUniformMapping(const GrFragmentProcessor& owner, in getUniformMapping() argument 24 GrShaderVar GrGLSLUniformHandler::liftUniformToVertexShader(const GrFragmentProcessor& owner, in liftUniformToVertexShader() argument
|
/third_party/ltp/testcases/kernel/syscalls/fchownat/ |
H A D | fchownat.h | 29 static inline int fchownat(int dirfd, const char *filename, uid_t owner, in fchownat() argument
|
/third_party/gn/src/base/win/ |
H A D | scoped_handle.cc | 17 StartTracking(HANDLE handle, const void* owner, const void* pc1, const void* pc2) StartTracking() argument 23 StopTracking(HANDLE handle, const void* owner, const void* pc1, const void* pc2) StopTracking() argument
|
H A D | scoped_handle.h | 128 StartTracking(HANDLE handle, const void* owner, const void* pc1, const void* pc2) StartTracking() argument 132 StopTracking(HANDLE handle, const void* owner, const void* pc1, const void* pc2) StopTracking() argument
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-dbus.h | 44 struct lws_dll2_owner owner; /* dbusserver ctx: HEAD of accepted list */ member
|
H A D | lws-dll2.h | 200 struct lws_dll2_owner *owner; member 217 lws_dll2_get_head(struct lws_dll2_owner *owner) { return owner->head; } in lws_dll2_get_head() argument 220 lws_dll2_get_tail(struct lws_dll2_owner *owner) { return owner->tail; } in lws_dll2_get_tail() argument [all...] |
/third_party/lzma/CPP/Windows/ |
H A D | Clipboard.cpp | 109 bool ClipboardSetText(HWND owner, const UString &s)
in ClipboardSetText() argument
|
/third_party/libwebsockets/lib/system/metrics/ |
H A D | private-lib-system-metrics.h | 54 lws_dll2_owner_t owner; member
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | DiscoverDependentFunctions.cpp | 45 const TFunction *owner = discoverEnclosingFunction(symbolNode); variable 87 const TFunction *owner = discoverEnclosingFunction(aggregateNode); variable 88 ASSERT(owner); variable
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLField.h | 27 Field(int line, const Variable* owner, int fieldIndex) in Field() argument 37 const Variable& owner() const { in owner() function in SkSL::final
|
/third_party/icu/icu4c/source/i18n/ |
H A D | nfrs.h | 76 RuleBasedNumberFormat *owner; member in NFRuleSet
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/ |
H A D | main.c | 98 lws_dll2_owner_t owner; in test3() local
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | nfrs.h | 76 RuleBasedNumberFormat *owner; member in NFRuleSet
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nfrs.h | 76 RuleBasedNumberFormat *owner; member in NFRuleSet
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
H A D | Option.cpp | 26 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option() argument
|
/third_party/libwebsockets/lib/core/ |
H A D | lws_dll2.c | 57 lws_dll2_foreach_safe(struct lws_dll2_owner *owner, void *user, in lws_dll2_foreach_safe() argument 69 lws_dll2_add_head(struct lws_dll2 *d, struct lws_dll2_owner *owner) in lws_dll2_add_head() argument 103 lws_dll2_owner_t *owner = after->owner; lws_dll2_add_before() local 140 lws_dll2_add_tail(struct lws_dll2 *d, struct lws_dll2_owner *owner) lws_dll2_add_tail() argument 282 lws_dll2_describe(lws_dll2_owner_t *owner, const char *desc) lws_dll2_describe() argument [all...] |
/third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
H A D | persistent-node.h | 33 void InitializeAsUsedNode(void* owner, TraceRootCallback trace) { in InitializeAsUsedNode() argument 44 void UpdateOwner(void* owner) { in UpdateOwner() argument 61 void* owner() const { in owner() function in cppgc::internal::final 96 PersistentNode* TryAllocateNodeFromFreeList(void* owner, in TryAllocateNodeFromFreeList() argument 146 V8_INLINE PersistentNode* AllocateNode(void* owner, TraceRootCallback trace) { in AllocateNode() argument 190 AllocateNode(void* owner, TraceRootCallback trace) AllocateNode() argument [all...] |
/third_party/node/deps/v8/include/cppgc/internal/ |
H A D | persistent-node.h | 35 void InitializeAsUsedNode(void* owner, TraceCallback trace) { in InitializeAsUsedNode() argument 46 void UpdateOwner(void* owner) { in UpdateOwner() argument 63 void* owner() const { in owner() function in cppgc::internal::final 98 PersistentNode* TryAllocateNodeFromFreeList(void* owner, in TryAllocateNodeFromFreeList() argument 148 V8_INLINE PersistentNode* AllocateNode(void* owner, TraceCallback trace) { in AllocateNode() argument 192 AllocateNode(void* owner, TraceCallback trace) AllocateNode() argument [all...] |
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | persistent-node.cc | 78 RefillFreeListAndAllocateNode( void* owner, TraceCallback trace) RefillFreeListAndAllocateNode() argument
|
/third_party/libwebsockets/lib/abstract/transports/ |
H A D | raw-skt.c | 39 lws_dll2_owner_t owner; member
|
/third_party/libwebsockets/lib/core-net/ |
H A D | lws-dsh.c | 53 lws_dsh_create(lws_dll2_owner_t *owner, size_t buf_len, int count_kinds) in lws_dsh_create() argument [all...] |
/third_party/ltp/lib/ |
H A D | tst_safe_file_at.c | 202 safe_fchownat(const char *const file, const int lineno, const int dirfd, const char *const path, uid_t owner, gid_t group, int flags) safe_fchownat() argument
|