/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_knl_drm_virtio.cc | 1162 struct tu_timeline_sync *sync = in tu_queue_submit_locked() local 1177 struct tu_timeline_sync *sync = in tu_queue_submit_locked() local 1228 struct vk_sync *sync = submit->waits[i].sync; in virtio_queue_submit() local 1238 struct vk_sync *sync = submit->signals[i].sync; in virtio_queue_submit() local 1288 uint64_t val; in tu_knl_drm_virtio_load() local
|
H A D | tu_knl_drm_msm.cc | 127 uint64_t val = 1; in tu_drm_get_priorities() local 1064 struct tu_timeline_sync *sync = in tu_queue_submit_locked() local 1079 struct tu_timeline_sync *sync = in tu_queue_submit_locked() local 1130 struct vk_sync *sync = submit->waits[i].sync; in msm_queue_submit() local 1140 struct vk_sync *sync = submit->signals[i].sync; in msm_queue_submit() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | ContextLostTest.cpp | 82 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local 191 GLint val = 0; in TEST_P() local
|
/aosp_15_r20/external/virglrenderer/vtest/ |
H A D | vtest_renderer.c | 246 struct vtest_sync *sync; in vtest_new_sync() local 266 static struct vtest_sync *vtest_ref_sync(struct vtest_sync *sync) in vtest_ref_sync() 272 static void vtest_unref_sync(struct vtest_sync *sync) in vtest_unref_sync() 325 struct vtest_sync *sync = value; in sync_destroy_func() local 492 struct vtest_sync *sync, *tmp; in vtest_cleanup_renderer() local 1681 static const uint64_t val = 1; in write_ready() local 1690 static void vtest_signal_sync(struct vtest_sync *sync, uint64_t value) in vtest_signal_sync() 1767 struct vtest_sync *sync; in vtest_sync_create() local 1820 struct vtest_sync *sync; in vtest_sync_read() local 1865 struct vtest_sync *sync; in vtest_sync_write() local [all …]
|
/aosp_15_r20/external/pytorch/torch/_dynamo/repro/ |
H A D | after_aot.py | 415 def sync(): function 587 def save_hook(name, val): argument 614 def check_hook(name, val): argument
|
/aosp_15_r20/external/nist-sip/java/gov/nist/core/ |
H A D | NameValueList.java | 71 public NameValueList(boolean sync) { in NameValueList() 264 Object val = this.getValue(name); in getParameter() local
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | ProgressDialog2.cpp | 133 HRESULT CProgressSync::Set_NumFilesTotal(UInt64 val) in Set_NumFilesTotal() 143 void CProgressSync::Set_NumBytesTotal(UInt64 val) in Set_NumBytesTotal() 149 void CProgressSync::Set_NumFilesCur(UInt64 val) in Set_NumFilesCur() 155 HRESULT CProgressSync::Set_NumBytesCur(const UInt64 *val) in Set_NumBytesCur() 166 HRESULT CProgressSync::Set_NumBytesCur(UInt64 val) in Set_NumBytesCur() 599 #define UINT_TO_STR_2(val) { s[0] = (wchar_t)('0' + (val) / 10); s[1] = (wchar_t)('0' + (val) % 10)… argument 640 void CProgressDialog::ShowSize(unsigned id, UInt64 val, UInt64 &prev) in ShowSize() 659 static unsigned GetPower32(UInt32 val) in GetPower32() 671 static unsigned GetPower64(UInt64 val) in GetPower64() 1190 static unsigned GetNumDigits(unsigned val) in GetNumDigits() [all …]
|
/aosp_15_r20/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 123 static inline uint64_t unaligned_u64(uint64_t *val) { in unaligned_u64() 129 static inline uint32_t unaligned_u32(uint32_t *val) { in unaligned_u32() 720 static void addDelta(struct ApHubSync *sync, uint64_t apTime, uint64_t hubTime) in addDelta() 728 static int64_t getAvgDelta(struct ApHubSync *sync) in getAvgDelta() 1438 static bool copyTLV64(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint64_t val) in copyTLV64() 1449 static bool copyTLV32(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint32_t val) in copyTLV32() 1460 static bool copyTLV8(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint8_t val) in copyTLV8()
|
D | bl.c | 435 static void blLoaderTxByte(uint32_t val) in blLoaderTxByte() 491 uint32_t sync, cmd, addr = 0, len, checksum = 0, i; in blLoader() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/ |
H A D | timestamping.c | 74 static const unsigned char sync[] = { variable 333 int val; in main() local
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 289 as_vgpr(Builder& bld, Temp val) in as_vgpr() 298 as_vgpr(isel_context* ctx, Temp val) in as_vgpr() 569 bool_to_vector_condition(isel_context* ctx, Temp val, Temp dst = Temp(0, s2)) in bool_to_vector_condition() 583 bool_to_scalar_condition(isel_context* ctx, Temp val, Temp dst = Temp(0, s1)) in bool_to_scalar_condition() 1138 emit_scaled_op(isel_context* ctx, Builder& bld, Definition dst, Temp val, aco_opcode vop, in emit_scaled_op() 1194 emit_rcp(isel_context* ctx, Builder& bld, Definition dst, Temp val) in emit_rcp() 1200 emit_rsq(isel_context* ctx, Builder& bld, Definition dst, Temp val) in emit_rsq() 1206 emit_sqrt(isel_context* ctx, Builder& bld, Definition dst, Temp val) in emit_sqrt() 1213 emit_log2(isel_context* ctx, Builder& bld, Definition dst, Temp val) in emit_log2() 1219 emit_trunc_f64(isel_context* ctx, Builder& bld, Definition dst, Temp val) in emit_trunc_f64() [all …]
|
H A D | aco_ir.h | 152 uint8_t val = 0; member 651 static Operand get_const(enum amd_gfx_level chip, uint64_t val, unsigned bytes) in get_const() 1418 memory_sync_info sync; member 1565 memory_sync_info sync; member 1579 memory_sync_info sync; member 1597 memory_sync_info sync; member 1620 memory_sync_info sync; member 1643 memory_sync_info sync; member 1669 memory_sync_info sync; member 1715 memory_sync_info sync; member
|
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/ |
D | core-ojtests-public.jar | META-INF/
META-INF/MANIFEST.MF
TestDoubleSumAverage.class
TestDoubleSumAverage.java
package TestDoubleSumAverage ... |
/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 1144 unsigned val; in dri2_fill_context_attribs() local 2958 dri2_egl_ref_sync(struct dri2_egl_sync *sync) in dri2_egl_ref_sync() 3087 dri2_destroy_sync(_EGLDisplay *disp, _EGLSync *sync) in dri2_destroy_sync() 3118 dri2_dup_native_fence_fd(_EGLDisplay *disp, _EGLSync *sync) in dri2_dup_native_fence_fd() 3156 dri2_client_wait_sync(_EGLDisplay *disp, _EGLSync *sync, EGLint flags, in dri2_client_wait_sync() 3249 dri2_signal_sync(_EGLDisplay *disp, _EGLSync *sync, EGLenum mode) in dri2_signal_sync() 3274 dri2_server_wait_sync(_EGLDisplay *disp, _EGLSync *sync) in dri2_server_wait_sync()
|
/aosp_15_r20/external/icu/tools/srcgen/currysrc/libs/ |
HD | org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar | ... osgi.service.prefs.BackingStoreException
public abstract void sync () throws org.osgi.service.prefs ... |
/aosp_15_r20/external/scapy/scapy/ |
H A D | utils.py | 583 def binrepr(val): argument 629 def __contains__(self, val): argument 631 def get(self, attr, val=None): argument 1057 append=False, sync=False, nano=False): argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/ |
D | pipe.hpp | 191 int sync() override { return this->_write_impl() ? 0 : -1; } in sync() function 211 auto val = *this->gptr(); in underflow() local
|
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | BrightnessController.cpp | 708 bool sync = false; in prepareFrameCommit() local 1015 std::string val = std::string(buf, size - 1); in checkSysfsStatus() local
|
/aosp_15_r20/hardware/nxp/uwb/halimpl/hal/ |
D | sessionTrack.cc | 418 uint32_t val = 0; in GetAppConfLe32() local 689 bool sync = (work == SessionTrackWorkType::STOP || in QueueSessionTrackWork() local
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | ddmuilib.jar | ... synthetic com.android.ddmuilib.SyncProgressHelper$SyncRunnable val$runnable
final synthetic String val$progressMessage
final synthetic ... |
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/ |
H A D | MediaPlayerService.cpp | 134 int32_t val; in unmarshallFilter() local 189 bool findMetadata(const Metadata::Filter& filter, const int32_t val) in findMetadata() 1354 const AVSyncSettings& sync, float videoFpsHint) in setSyncSettings() 1364 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) in getSyncSettings()
|
/aosp_15_r20/external/igt-gpu-tools/include/drm-uapi/ |
H A D | via_drm.h | 156 __u32 val; member 275 drm_via_blitsync_t sync; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/bionic/libc/kernel/uapi/drm/ |
D | via_drm.h | 115 __u32 val; member 197 drm_via_blitsync_t sync; member
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/drm/ |
D | via_drm.h | 115 __u32 val; member 197 drm_via_blitsync_t sync; member
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/drm/ |
D | via_drm.h | 115 __u32 val; member 197 drm_via_blitsync_t sync; member
|