| /development/ndk/sources/android/ndk_helper/ |
| D | vecmath.h | 81 Vec2 ret; variable 89 Vec2 ret; variable 97 Vec2 ret; variable 105 Vec2 ret; variable 147 Vec2 ret; variable 155 Vec2 ret; variable 164 Vec2 ret; variable 179 Vec2 ret; variable 297 Vec3 ret; variable 306 Vec3 ret; variable [all …]
|
| D | vecmath.cpp | 65 Mat4 ret; in operator *() local 107 Vec4 ret; in operator *() local 117 Mat4 ret; in Inverse() local 192 Mat4 ret; in RotationX() local 219 Mat4 ret; in RotationY() local 247 Mat4 ret; in RotationZ() local 274 Mat4 ret; in Translation() local 296 Mat4 ret; in Translation() local
|
| D | perfMonitor.h | 55 double ret = time.tv_sec + time.tv_usec * 1.0 / 1000000.0; in GetCurrentTime() local
|
| /development/host/windows/usb/api/ |
| D | adb_api.cpp | 46 ADBAPIHANDLE ret = NULL; in AdbEnumInterfaces() local 84 bool ret = adb_ienum_object->Next(info, size); in AdbNextInterface() local 99 bool ret = adb_ienum_object->Reset(); in AdbResetInterfaceEnum() local 109 ADBAPIHANDLE ret = NULL; in AdbCreateInterfaceByName() local 209 bool ret = adb_object->GetInterfaceName(buffer, buffer_char_size, ansi); in AdbGetInterfaceName() local 228 bool ret = adb_object->GetSerialNumber(buffer, buffer_char_size, ansi); in AdbGetSerialNumber() local 245 bool ret = adb_object->GetUsbDeviceDescriptor(desc); in AdbGetUsbDeviceDescriptor() local 262 bool ret = adb_object->GetUsbConfigurationDescriptor(desc); in AdbGetUsbConfigurationDescriptor() local 279 bool ret = adb_object->GetUsbInterfaceDescriptor(desc); in AdbGetUsbInterfaceDescriptor() local 297 bool ret = adb_object->GetEndpointInformation(endpoint_index, info); in AdbGetEndpointInformation() local [all …]
|
| D | adb_object_handle.cpp | 55 LONG ret = InterlockedDecrement(&ref_count_); in Release() local 65 ADBAPIHANDLE ret = NULL; in CreateHandle() local 100 bool ret = false; in CloseHandle() local 149 AdbObjectHandle* ret = NULL; in Lookup() local
|
| D | adb_legacy_interface.cpp | 127 BOOL ret = DeviceIoControl(usb_device_handle, in GetSerialNumber() local 192 BOOL ret = DeviceIoControl(usb_device_handle, in GetEndpointInformation() local 272 ADBAPIHANDLE ret = adb_endpoint->CreateHandle(endpoint_path.c_str(), in OpenEndpoint() local 284 BOOL ret = DeviceIoControl(usb_device_handle, in CacheUsbDeviceDescriptor() local 299 BOOL ret = DeviceIoControl(usb_device_handle, in CacheUsbConfigurationDescriptor() local 314 BOOL ret = DeviceIoControl(usb_device_handle, in CacheUsbInterfaceDescriptor() local
|
| D | adb_legacy_endpoint_object.cpp | 76 ADBAPIHANDLE ret = adb_io_completion->CreateHandle(); in CommonAsyncReadWrite() local 150 BOOL ret = TRUE; in CommonSyncReadWrite() local 217 ADBAPIHANDLE ret = AdbObjectHandle::CreateHandle(); in CreateHandle() local
|
| D | adb_helper_routines.cpp | 89 bool ret = false; in EnumerateDeviceInterfaces() local 156 bool ret = false; in EnumerateDeviceInterfaces() local 263 BOOL ret = DeviceIoControl(usb_device_handle, in IsLegacyInterface() local
|
| D | adb_api_instance.h | 87 LONG ret = InterlockedDecrement(&ref_count_); in Release() local
|
| D | adb_interface_enum.cpp | 45 bool ret = EnumerateDeviceInterfaces(class_id, in InitializeEnum() local
|
| D | adb_legacy_io_completion.cpp | 52 bool ret = GetOverlappedResult(parent_legacy_io_object()->usb_handle(), in GetOvelappedIoResult() local
|
| /development/ndk/sources/android/libportable/common/include/ |
| D | stat_portable.h | 73 int ret = REAL(fstat)(a, &target_stat_obj); in WRAP() local 86 int ret = REAL(fstatat)(a, p1, &target_stat_obj, b); in WRAP() local 99 int ret = REAL(lstat)(a, &target_stat_obj); in WRAP() local 112 int ret = REAL(stat)(a, &target_stat_obj); in WRAP() local
|
| D | signal_portable.h | 52 int ret = REAL(sigaltstack)(&ss_n, &oss_n); in WRAP() local 60 int ret = REAL(sigaltstack)(NULL, &oss_n); in WRAP() local 264 int ret = REAL(sigaction)(signum_n, &act_n, &oldact_n); in WRAP() local 272 int ret = REAL(sigaction)(signum_n, NULL, &oldact_n); in WRAP() local 284 int ret = REAL(sigaddset)(&set_n, signum_n); in WRAP() local 293 int ret = REAL(sigdelset)(&set_n, signum_n); in WRAP() local 301 int ret = REAL(sigemptyset)(&set_n); in WRAP() local 309 int ret = REAL(sigfillset)(&set_n); in WRAP() local 324 int ret = REAL(sigpending)(&set_n); in WRAP() local 347 int ret = REAL(sigprocmask)(how_n, &set_n, &oldset_n); in WRAP() local [all …]
|
| D | epoll_portable.h | 46 int ret = REAL(epoll_wait)(epfd, &machine_epoll_event, max, timeout); in WRAP() local 57 int ret = REAL(epoll_pwait)(fd, &machine_epoll_event, max_events, timeout, ss); in WRAP() local
|
| D | vfs_portable.h | 71 int ret = REAL(statfs)(path, &target_stat); in WRAP() local 84 int ret = REAL(fstatfs)(fd, &target_stat); in WRAP() local
|
| D | fenv_portable.h | 141 int ret = REAL(fegetexceptflag)((fexcept_t*) __flagp, __excepts); in WRAP() local 174 int ret = REAL(feholdexcept)(&env); in WRAP() local
|
| /development/ndk/platforms/android-21/include/linux/ |
| D | fsl_hypervisor.h | 24 __u32 ret; member 29 __u32 ret; member 35 __u32 ret; member 42 __u32 ret; member 47 __u32 ret; member 59 __u32 ret; member 64 __u32 ret; member
|
| /development/host/windows/usb/winusb/ |
| D | adb_winusb_endpoint_object.cpp | 38 LONG ret = InterlockedDecrement(&ref_count_); in Release() local 70 ADBAPIHANDLE ret = adb_io_completion->CreateHandle(); in CommonAsyncReadWrite() local 123 BOOL ret = TRUE; in CommonSyncReadWrite() local
|
| D | adb_winusb_io_completion.cpp | 38 LONG ret = InterlockedDecrement(&ref_count_); in Release() local 60 bool ret = WinUsb_GetOverlappedResult( in GetOvelappedIoResult() local
|
| D | adb_winusb_interface.cpp | 45 LONG ret = InterlockedDecrement(&ref_count_); in Release() local 211 bool ret = true; in GetSerialNumber() local 335 ADBAPIHANDLE ret = adb_endpoint->CreateHandle(); in OpenEndpoint() local
|
| /development/perftests/panorama/feature_mos/src/mosaic/ |
| D | Mosaic.cpp | 124 int ret = addFrame(imageYVU); in addFrameRGB() local 144 int ret = MOSAIC_RET_ERROR; in addFrame() local 199 int ret = Blend::BLEND_RET_ERROR; in createMosaic() local
|
| /development/ndk/platforms/android-9/arch-x86/include/asm/ |
| D | linkage_32.h | 25 #define prevent_tail_call(ret) __asm__ ("" : "=r" (ret) : "0" (ret)) argument
|
| /development/ndk/platforms/android-3/include/linux/ |
| D | linkage.h | 28 #define prevent_tail_call(ret) do { } while (0) argument
|
| /development/samples/TtsEngine/src/com/example/android/ttsengine/ |
| D | CheckVoiceData.java | 102 ArrayList<String> ret = new ArrayList<String>(); in getCheckVoiceDataFor() local
|
| /development/cmds/monkey/src/com/android/commands/monkey/ |
| D | MonkeySourceNetwork.java | 421 MonkeyCommandReturn ret = deferredCommand.translateCommand(parts, queue); in translateCommand() local 660 MonkeyCommandReturn ret = command.translateCommand(parts, commandQueue); in translateCommand() local 666 private void handleReturn(MonkeyCommandReturn ret) { in handleReturn() 711 MonkeyCommandReturn ret = deferredReturn.waitForEvent(); in getNextEvent() local
|