Home
last modified time | relevance | path

Searched defs:handle (Results 1101 – 1125 of 9246) sorted by relevance

1...<<41424344454647484950>>...370

/aosp_15_r20/external/okio/okio-assetfilesystem/src/androidTest/kotlin/okio/assetfilesystem/
H A DAssetFileSystemTest.kt203 fs.openReadOnly("moby10b.txt".toPath()).use { handle -> in <lambda>() method
219 fs.openReadOnly("moby10b.txt".toPath()).use { handle -> in <lambda>() method
229 fs.openReadOnly("file.txt".toPath()).use { handle -> in <lambda>() method
238 fs.openReadOnly("file.txt".toPath()).use { handle -> in <lambda>() method
247 fs.openReadOnly("file.txt".toPath()).use { handle -> in <lambda>() method
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/inference_interface/java/org/tensorflow/contrib/android/
H A DRunStats.java58 private static native void delete(long handle); in delete()
60 private static native void add(long handle, byte[] runMetadata); in add()
62 private static native String summary(long handle); in summary()
/aosp_15_r20/frameworks/base/core/tests/InputMethodCoreTests/src/com/android/internal/inputmethod/
H A DInputMethodSubtypeHandleTest.java48 final InputMethodSubtypeHandle handle = in testCreateFromRawHandle() local
87 final InputMethodSubtypeHandle handle = InputMethodSubtypeHandle.of(imi, null); in testCreateFromInputMethodInfo() local
98 final InputMethodSubtypeHandle handle = InputMethodSubtypeHandle.of(imi, subtype); in testCreateFromInputMethodInfo() local
/aosp_15_r20/external/libchrome/base/memory/
H A Dunsafe_shared_memory_region.cc15 subtle::PlatformSharedMemoryRegion handle = in Create() local
23 subtle::PlatformSharedMemoryRegion handle) { in Deserialize()
68 subtle::PlatformSharedMemoryRegion handle) in UnsafeSharedMemoryRegion()
/aosp_15_r20/external/parameter-framework/upstream/test/functional-tests/
H A DBitParameter.cpp105 ElementHandle handle{*this, path}; variable
129 ElementHandle handle{*this, path}; variable
145 ElementHandle handle{*this, path}; variable
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
H A DHandle.c47 TPM_HANDLE handle // IN: a handle to be checked in HandleGetType()
108 TPM_HANDLE handle, // IN: start handle in PermanentCapGetHandles()
155 TPM_HANDLE handle, // IN: start handle in PermanentHandleGetPolicy()
/aosp_15_r20/external/selinux/libsepol/src/
H A Ddebug.h49 #define ERR(handle, ...) \ argument
53 #define INFO(handle, ...) \ argument
57 #define WARN(handle, ...) \ argument
/aosp_15_r20/external/iproute2/tc/
H A Df_basic.c39 static int basic_parse_opt(struct filter_util *qu, char *handle, in basic_parse_opt()
72 unsigned int handle; in basic_parse_opt() local
111 struct rtattr *opt, __u32 handle) in basic_print_opt()
/aosp_15_r20/external/selinux/libsemanage/src/
H A Ddebug.h49 #define ERR(handle, ...) \ argument
53 #define INFO(handle, ...) \ argument
57 #define WARN(handle, ...) \ argument
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/
H A Dinterface_ptr_info.h25 InterfacePtrInfo(ScopedMessagePipeHandle handle, uint32_t version) in InterfacePtrInfo()
48 const ScopedMessagePipeHandle& handle() const { return handle_; } in handle() function
49 void set_handle(ScopedMessagePipeHandle handle) { in set_handle()
/aosp_15_r20/external/cronet/base/memory/
H A Dunsafe_shared_memory_region.cc21 subtle::PlatformSharedMemoryRegion handle = in Create() local
29 subtle::PlatformSharedMemoryRegion handle) { in Deserialize()
76 subtle::PlatformSharedMemoryRegion handle) in UnsafeSharedMemoryRegion()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/
H A Dopencl_vulkan_wrapper.hpp79 void *handle; member in clExternalMemory
96 void *handle; member in clExternalMemoryImage
115 void *handle; member in clExternalSemaphore
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_readwrite.c43 do_read(int fd, int handle, void *buf, int offset, int size) in do_read()
62 do_write(int fd, int handle, void *buf, int offset, int size) in do_write()
76 uint32_t handle; variable
H A Dgem_tiling_max_stride.c43 static void do_test_invalid_tiling(int fd, uint32_t handle, int tiling, int stride) in do_test_invalid_tiling()
48 static void test_invalid_tiling(int fd, uint32_t handle, int stride) in test_invalid_tiling()
63 uint32_t handle; variable
/aosp_15_r20/external/libdrm/freedreno/
H A Dfreedreno_bo.c59 uint32_t size, uint32_t handle) in bo_from_handle()
83 uint32_t handle; in bo_new() local
127 fd_bo_from_handle(struct fd_device *dev, uint32_t handle, uint32_t size) in fd_bo_from_handle()
151 uint32_t handle; in fd_bo_from_dmabuf() local
/aosp_15_r20/external/libdrm/omap/
H A Domap_drm.h78 uint32_t handle; /* out */ member
89 uint32_t handle; /* buffer handle (in) */ member
94 uint32_t handle; /* buffer handle (in) */ member
105 uint32_t handle; /* buffer handle (in) */ member
/aosp_15_r20/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
H A Dpm_svc_main.c108 static uint64_t ttc_fiq_handler(uint32_t id, uint32_t flags, void *handle, in ttc_fiq_handler()
142 void *handle, void *cookie) in zynqmp_sgi7_irq()
262 uint64_t x4, void *cookie, void *handle, uint64_t flags) in pm_smc_handler()
660 uint64_t x4, void *cookie, void *handle, uint64_t flags) in em_smc_handler()
/aosp_15_r20/external/cronet/base/synchronization/
H A Dlock_unittest.cc57 PlatformThreadHandle handle; in TEST() local
127 PlatformThreadHandle handle; in TEST() local
141 PlatformThreadHandle handle; in TEST() local
188 PlatformThreadHandle handle; in TEST() local
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/
H A DViewModelAssistedTest.java301 final SavedStateHandle handle; field in ViewModelAssistedTest.MyViewModel
310 SavedStateHandle handle, in MyViewModel()
335 final SavedStateHandle handle; field in ViewModelAssistedTest.MyInjectedViewModel
343 SavedStateHandle handle) { in MyInjectedViewModel()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/common/
Dmtk_smc_handlers.c145 void *handle, in mtk_smc_handler_sel1()
167 void *handle, in mtk_smc_handler_bl33()
190 void *handle, in mtk_smc_handler_nsel1()
212 void *handle, in mtk_smc_handler()
/aosp_15_r20/frameworks/av/services/audioflinger/
H A DDeviceEffectManager.cpp57 void DeviceEffectManager::onCreateAudioPatch(audio_patch_handle_t handle, in onCreateAudioPatch()
72 void DeviceEffectManager::onReleaseAudioPatch(audio_patch_handle_t handle) { in onReleaseAudioPatch()
115 sp<IAfEffectHandle> handle; in createEffect_l() local
252 IAfEffectHandle *handle, bool unpinIfLast) { in disconnectEffectHandle()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderRecord.java111 final ExternalProcessHandle handle = externalProcessTokenToHandle.valueAt(iext); in setProcess() local
134 ExternalProcessHandle handle = externalProcessTokenToHandle.get(token); in addExternalProcessHandleLocked() local
148 ExternalProcessHandle handle = externalProcessTokenToHandle.get(token); in removeExternalProcessHandleLocked() local
167 ExternalProcessHandle handle = externalProcessTokenToHandle.get(token); in removeExternalProcessHandleInternalLocked() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8460/
H A Dpoc.c38 __u32 handle; /* nvmap handle */ member
49 __u32 handle; /* returns nvmap handle */ member
59 __u32 handle; /* nvmap handle */ member
72 __u32 handle; /* nvmap handle */ member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc81 const gatt::Characteristic* BTA_GATTC_GetCharacteristic(uint16_t conn_id, uint16_t handle) { in BTA_GATTC_GetCharacteristic()
86 const gatt::Service* BTA_GATTC_GetOwningService(uint16_t conn_id, uint16_t handle) { in BTA_GATTC_GetOwningService()
92 uint16_t handle) { in BTA_GATTC_RegisterForNotifications()
98 uint16_t handle) { in BTA_GATTC_DeregisterForNotifications()
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_message_attachment.cc108 mojo::ScopedHandle handle, in CreateFromMojoHandle()
138 zx::handle handle; in CreateFromMojoHandle() local
145 base::PlatformFile handle = base::kInvalidPlatformFile; in CreateFromMojoHandle() local

1...<<41424344454647484950>>...370