/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/ |
D | dart_component_controller.cc | 104 zx::timer::create(ZX_TIMER_SLACK_LATE, ZX_CLOCK_MONOTONIC, &idle_timer_); in DartComponentController() 126 zx::thread::self()->set_property(ZX_PROP_NAME, label_.c_str(), label_.size()); in Setup() 167 zx::channel dir; in SetupNamespace() 170 dir = zx::channel(fdio_service_clone(flat->directories.at(i).get())); in SetupNamespace() 376 zx::channel dir; in Main() 470 const zx::duration kIdleWaitDuration = zx::sec(2); 471 const zx::duration kIdleNotifyDuration = zx::msec(500); 472 const zx::duration kIdleSlack = zx::sec(1); 493 idle_start_ = zx::clock::get_monotonic(); in MessageEpilogue() 512 zx::time deadline = idle_start_ + kIdleWaitDuration; in OnIdleTimer() [all …]
|
D | mapped_resource.cc | 54 resource_vmo.vmo.replace_as_executable(zx::handle(), &resource_vmo.vmo); in LoadFromNamespace() 78 zx_status_t status = zx::vmar::root_self()->map( in LoadFromVmo() 94 zx::vmar::root_self()->unmap(reinterpret_cast<uintptr_t>(address_), size_); in ~MappedResource()
|
D | dart_component_controller.h | 86 zx::time idle_start_{0}; 87 zx::timer idle_timer_;
|
D | builtin_libraries.h | 23 zx::channel directory_request,
|
/third_party/flutter/skia/third_party/externals/angle2/util/fuchsia/ |
D | ScenicWindow.cpp | 33 zx::channel ConnectToServiceRoot() in ConnectToServiceRoot() 35 zx::channel clientChannel; in ConnectToServiceRoot() 36 zx::channel serverChannel; in ConnectToServiceRoot() 37 zx_status_t result = zx::channel::create(0, &clientChannel, &serverChannel); in ConnectToServiceRoot() 132 mLoop->Run(zx::deadline_after({}), true /* once */); in messageLoop()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | vulkan_surface.h | 166 zx::vmo& exported_vmo); 181 const zx::event& event) const; 193 zx::event acquire_event_; 196 zx::event release_event_;
|
D | vulkan_surface.cc | 96 zx::vmo exported_vmo; in VulkanSurface() 146 const zx::event& event) const { in SemaphoreFromEvent() 150 zx::event semaphore_event; in SemaphoreFromEvent() 193 if (zx::event::create(0, &acquire_event_) != ZX_OK) { in CreateFences() 203 if (zx::event::create(0, &release_event_) != ZX_OK) { in CreateFences() 214 zx::vmo& exported_vmo) { in AllocateDeviceMemory() 435 zx::event acquire, release; in FlushSessionAcquireAndReleaseEvents()
|
D | isolate_configurator.h | 24 zx::channel directory_request); 36 zx::channel directory_request_;
|
D | task_runner_adapter.cc | 29 zx::time(target_time.ToEpochDelta().ToNanoseconds())); in PostTaskForTime() 34 zx::duration(delay.ToNanoseconds())); in PostDelayedTask()
|
D | runner_context.cc | 10 zx::channel directory_request) in RunnerContext() 31 zx::channel(directory_request)); in CreateFromStartupInfo()
|
D | component.cc | 123 zx::channel dir; in Application() 208 [this](zx::channel channel, async_dispatcher_t* dispatcher) { in Application() 380 buffer.vmo.replace_as_executable(zx::handle(), &buffer.vmo); in FileInNamespaceBuffer() 388 zx::vmar::root_self()->map(0, buffer.vmo, 0, buffer.size, flags, &addr); in FileInNamespaceBuffer() 400 zx::vmar::root_self()->unmap(reinterpret_cast<uintptr_t>(address_), in ~FileInNamespaceBuffer() 517 zx::eventpair view_token, in CreateView()
|
D | runner.cc | 37 zx_status_t status = zx::vmar::root_self()->map( in GetICUData() 82 zx::process::self()->set_property(ZX_PROP_NAME, name.c_str(), name.size()); in SetProcessName() 86 zx::thread::self()->set_property(ZX_PROP_NAME, thread_name.c_str(), in SetThreadName()
|
/third_party/skia/third_party/externals/angle2/util/fuchsia/ |
D | ScenicWindow.cpp | 32 zx::channel ConnectToServiceRoot() in ConnectToServiceRoot() 34 zx::channel clientChannel; in ConnectToServiceRoot() 35 zx::channel serverChannel; in ConnectToServiceRoot() 36 zx_status_t result = zx::channel::create(0, &clientChannel, &serverChannel); in ConnectToServiceRoot() 109 mLoop->Run(zx::time::infinite(), true /* once */); in initializeImpl()
|
/third_party/glslang/Test/ |
D | spv.swizzleInversion.frag | 9 vec2 v42 = interpolateAtSample(in4.zx, 1); 14 vec2 v32 = interpolateAtSample(in3.zx, 1);
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/ |
D | system.cc | 190 zx::channel System::CloneChannelFromFileDescriptor(int fd) { in CloneChannelFromFileDescriptor() 191 zx::handle handle; in CloneChannelFromFileDescriptor() 194 return zx::channel(); in CloneChannelFromFileDescriptor() 201 return zx::channel(); in CloneChannelFromFileDescriptor() 203 return zx::channel(handle.release()); in CloneChannelFromFileDescriptor() 213 zx::channel channel = CloneChannelFromFileDescriptor(fd.get()); in ChannelFromFile()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/ |
D | handle_exception.cc | 22 zx::vmo vmo; in FillBuffer() 24 if (zx::vmo::create(num_bytes, 0u, &vmo) < 0) { in FillBuffer()
|
/third_party/cmsis/CMSIS/DSP/Source/QuaternionMathFunctions/ |
D | arm_quaternion2rotation_f32.c | 168 float32_t zx = 2*(q13 - q02); in arm_quaternion2rotation_f32() local 173 …pOutputRotations[6 + nb * 9] = zx; pOutputRotations[7 + nb * 9] = zy; pOutputRotations[8 + nb * 9]… in arm_quaternion2rotation_f32()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext/ |
D | fuchsia.h | 14 zx::channel directory_request);
|
/third_party/openssl/test/ |
D | testdsapub.pem | 8 DOorbdl8a3m/VamGjfoVj8mctnYDgYUAAoGBAMyZoH2YF7/wO7CbGD6bGet3q+zx
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 834 zx::process child_process_; 835 zx::channel exception_channel_; 836 zx::socket stderr_socket_; 887 zx::port port; in Wait() 888 status_zx = zx::port::create(0, &port); in Wait() 911 status_zx = port.wait(zx::time::infinite(), &packet); in Wait() 1019 zx::socket stderr_producer_socket; in AssumeRole() 1021 zx::socket::create(0, &stderr_producer_socket, &stderr_socket_); in AssumeRole()
|
/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 835 zx::process child_process_; 836 zx::channel exception_channel_; 837 zx::socket stderr_socket_; 888 zx::port port; in Wait() 889 status_zx = zx::port::create(0, &port); in Wait() 911 status_zx = port.wait(zx::time::infinite(), &packet); in Wait() 1018 zx::socket stderr_producer_socket; in AssumeRole() 1020 zx::socket::create(0, &stderr_producer_socket, &stderr_socket_); in AssumeRole()
|
/third_party/skia/third_party/externals/brotli/tests/testdata/ |
D | monkey | 1 …vnzxcnvmxc.zmcnvzm.,nvmc,nzxmc,vn.mnnmzxc,vnxcnmv,znvzxcnmv,.xcnvm,zxcnzxv.zx,qweryweurqioweupropq…
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | matrix_utils.cpp | 89 float zx = z * x; in Rotate() local 93 float r02 = ci * zx - s * y; in Rotate() 101 float r20 = ci * zx + s * y; in Rotate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | matrix_utils.cpp | 89 float zx = z * x; in Rotate() local 93 float r02 = ci * zx - s * y; in Rotate() 101 float r20 = ci * zx + s * y; in Rotate()
|
/third_party/openh264/res/ |
D | Cisco_Absolute_Power_1280x720_30fps.yuv | 770 …zx|{{{{z{{|{{||}{y{|{{|{{|~}{{{}~{|}~}yz}}}||~~~~~~~~}�~}|���~}}~~}}~~~��~���~~������… 1545 …zx{{vyyzzzzzzyyzyxxzxxyz{{}{xy|}}|zyyzyzzzzy{|{y|{yy||z{|}}}~~~~}|{}|~~}�~~|{|}}}~}{~�}�||�… 2311 …zx{{|}|}~|{}}|}}|{|{{{}}{z{}~|}}|}~~~|}~~�~}~|~���}|~��}}��~~�}��~}~}��������… 3097 …zx{||zyzzzzzywz{zyz{yyzzxyyyy{wxxxyxxxy{{yyxxvx{{{{{zxwvwzxvwwwxwwyyxttvvuuvvvvvyxwwtuvvvuvwvurutt… 3873 …zx{{yvuvyzzzzxvyxvzxvxxxzxywwwvuvwxwxvvvvtrvxxwyywwwxwuuvwvuvvuvvvvuvyttttuvwuutvvsuusuvvvvwurttut…
|