Home
last modified time | relevance | path

Searched defs:shared (Results 51 - 75 of 206) sorted by relevance

123456789

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_benchmark.cc108 static Shared* shared = new Shared; in BM_MutexEnqueue() local
186 static auto* shared = new Shared; BM_Contended() local
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeAppendList.cpp72 TestThread (SharedState* shared, deUint32 threadNdx) in TestThread() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_adapter_helper_impl.cpp89 std::shared_ptr<NWeb::AafwkAppMgrClientAdapter> shared = std::move(adapter); in CreateAafwkAdapter() local
96 std::shared_ptr<NWeb::PowerMgrClientAdapter> shared = std::move(adapter); in CreatePowerMgrClientAdapter() local
103 std::shared_ptr<NWeb::DisplayManagerAdapter> shared = std::move(adapter); in CreateDisplayMgrAdapter() local
110 std::shared_ptr<NWeb::BatteryMgrClientAdapter> shared = std::move(adapter); in CreateBatteryClientAdapter() local
117 std::shared_ptr<NWeb::NetConnectAdapter> shared = std::move(adapter); in CreateNetConnectAdapter() local
138 std::shared_ptr<NWeb::AudioRendererAdapter> shared = std::move(adapter); CreateAudioRendererAdapter() local
145 std::shared_ptr<NWeb::AudioCapturerAdapter> shared = std::move(adapter); CreateAudioCapturerAdapter() local
167 std::shared_ptr<NWeb::MMIAdapter> shared = std::move(adapter); CreateMMIAdapter() local
174 std::shared_ptr<NWeb::SocPerfClientAdapter> shared = std::move(adapter); CreateSocPerfClientAdapter() local
181 std::shared_ptr<NWeb::OhosResourceAdapter> shared = std::move(adapter); GetResourceAdapter() local
202 std::shared_ptr<NWeb::OhosInitWebAdapter> shared = std::move(adapter); GetInitWebAdapter() local
231 std::shared_ptr<NWeb::IMFAdapter> shared = std::move(adapter); CreateIMFAdapter() local
238 std::shared_ptr<NWeb::CertManagerAdapter> shared = std::move(adapter); GetRootCertDataAdapter() local
252 std::shared_ptr<NWeb::EventHandlerAdapter> shared = std::move(adapter); GetEventHandlerAdapter() local
266 std::shared_ptr<NWeb::IConsumerSurfaceAdapter> shared = std::move(adapter); CreateConsumerSurfaceAdapter() local
273 std::shared_ptr<NWeb::PlayerAdapter> shared = std::move(adapter); CreatePlayerAdapter() local
315 std::shared_ptr<NWeb::ScreenCaptureAdapter> shared = std::move(adapter); CreateScreenCaptureAdapter() local
322 std::shared_ptr<NWeb::DateTimeFormatAdapter> shared = std::move(adapter); CreateDateTimeFormatAdapter() local
329 std::shared_ptr<NWeb::MediaCodecDecoderAdapter> shared = std::move(adapter); CreateMediaCodecDecoderAdapter() local
336 std::shared_ptr<NWeb::NativeImageAdapter> shared = std::move(adapter); CreateNativeImageAdapter() local
350 std::shared_ptr<NWeb::MediaCodecAdapter> shared = std::move(adapter); CreateMediaCodecEncoderAdapter() local
357 std::shared_ptr<NWeb::FlowbufferAdapter> shared = std::move(adapter); CreateFlowbufferAdapter() local
364 std::shared_ptr<NWeb::MediaAVSessionAdapter> shared = std::move(adapter); CreateMediaAVSessionAdapter() local
371 std::shared_ptr<NWeb::OhosImageDecoderAdapter> shared = std::move(adapter); CreateOhosImageDecoderAdapter() local
378 std::shared_ptr<NWeb::SensorAdapter> shared = std::move(adapter); CreateSensorAdapter() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddxva2_av1.c34 FFDXVASharedContext shared; member
H A Dmpegpicture.c429 static int find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared) in find_unused_picture() argument
462 int ff_find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared) in ff_find_unused_picture() argument
253 ff_alloc_picture(AVCodecContext *avctx, Picture *pic, MotionEstContext *me, ScratchpadContext *sc, int shared, int encoding, int chroma_x_shift, int chroma_y_shift, int out_format, int mb_stride, int mb_width, int mb_height, int b8_stride, ptrdiff_t *linesize, ptrdiff_t *uvlinesize) ff_alloc_picture() argument
[all...]
/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c352 struct stw_context *shared = in wgl_create_context() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.h159 unsigned full, half, shared; member
/third_party/mesa3d/src/glx/windows/
H A Dwindowsgl.c65 windows_create_context(int pxfi, windowsContext *shared) in windows_create_context() argument
126 windows_create_context_attribs(int pxfi, windowsContext *shared, const int *attribList) in windows_create_context_attribs() argument
/third_party/node/src/
H A Dnode_mutex.h40 explicit Scoped(const std::shared_ptr<ExclusiveAccess>& shared) in Scoped() argument
/third_party/node/deps/v8/src/compiler/
H A Dframe-states.cc210 CreateJavaScriptBuiltinContinuationFrameState( JSGraph* jsgraph, const SharedFunctionInfoRef& shared, Builtin name, Node* target, Node* context, Node* const* stack_parameters, int stack_parameter_count, Node* outer_frame_state, ContinuationFrameStateMode mode) CreateJavaScriptBuiltinContinuationFrameState() argument
249 CreateGenericLazyDeoptContinuationFrameState( JSGraph* graph, const SharedFunctionInfoRef& shared, Node* target, Node* context, Node* receiver, Node* outer_frame_state) CreateGenericLazyDeoptContinuationFrameState() argument
/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.cc374 GetJobFor( Handle<SharedFunctionInfo> shared, const base::MutexGuard&) const GetJobFor() argument
/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.cc24 OptimizedCompilationInfo( Zone* zone, Isolate* isolate, Handle<SharedFunctionInfo> shared, Handle<JSFunction> closure, CodeKind code_kind, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame) OptimizedCompilationInfo() argument
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-batch-compiler.cc30 static bool CanCompileWithConcurrentBaseline(SharedFunctionInfo shared, in CanCompileWithConcurrentBaseline() argument
107 SharedFunctionInfo shared = SharedFunctionInfo::cast(obj); in BaselineBatchCompilerJob() local
297 Enqueue(Handle<SharedFunctionInfo> shared) Enqueue() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-arraybuffer.cc43 SharedFlag shared = *target != target->native_context().array_buffer_fun() in ConstructBuffer() local
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer.cc47 void JSArrayBuffer::Setup(SharedFlag shared, ResizableFlag resizable, in Setup() argument
H A Djs-function-inl.h257 SharedFunctionInfo shared = SharedFunctionInfo::cast(maybe_shared); NeedsResetDueToFlushedBytecode() local
[all...]
H A Dosr-optimized-code-cache.cc107 CodeT OSROptimizedCodeCache::TryGet(SharedFunctionInfo shared, in TryGet() argument
22 Insert(Isolate* isolate, Handle<NativeContext> native_context, Handle<SharedFunctionInfo> shared, Handle<CodeT> code, BytecodeOffset osr_offset) Insert() argument
141 OsrOffsetsFor( SharedFunctionInfo shared) OsrOffsetsFor() argument
158 FirstOsrOffsetFor( SharedFunctionInfo shared) FirstOsrOffsetFor() argument
216 FindEntry(SharedFunctionInfo shared, BytecodeOffset osr_offset) FindEntry() argument
229 SharedFunctionInfo shared = GetSFIFromEntry(index); ClearEntry() local
251 InitializeEntry(int entry, SharedFunctionInfo shared, CodeT code, BytecodeOffset osr_offset) InitializeEntry() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.cc214 SharedFunctionInfo shared = frame->function().shared(); in AllocationEvent() local
238 unsigned AllocationTracker::AddFunctionInfo(SharedFunctionInfo shared, in AddFunctionInfo() argument
[all...]
H A Dsampling-heap-profiler.cc146 SharedFunctionInfo shared = frame->function().shared(); in AddStack() local
192 SharedFunctionInfo shared = *it; in AddStack() local
/third_party/node/deps/v8/src/parsing/
H A Dparse-info.cc46 ForFunctionCompile( Isolate* isolate, SharedFunctionInfo shared) ForFunctionCompile() argument
/third_party/node/deps/v8/src/snapshot/
H A Dstartup-serializer.cc185 Handle<SharedFunctionInfo> shared = Handle<SharedFunctionInfo>::cast(obj); in SerializeObjectImpl() local
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_ring.c170 vn_ring_init(struct vn_ring *ring, struct vn_renderer *renderer, const struct vn_ring_layout *layout, void *shared) vn_ring_init() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dcore.c108 pa_core* pa_core_new(pa_mainloop_api *m, bool shared, bool enable_memfd, size_t shm_size) { in pa_core_new() argument
/third_party/skia/src/core/
H A DSkFontStream.cpp142 SkSharedTTHeader shared; in CountTTCEntries() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.hpp230 bool shared; // Use member in egl::Image
[all...]

Completed in 16 milliseconds

123456789