HomeSort by relevance Sort by last modified time
    Searched full:returnlength (Results 1 - 25 of 25) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntstrsafe.h 41 OUT PSIZE_T ReturnLength OPTIONAL)
54 if (ReturnLength)
58 *ReturnLength = LocalMax - MaxLength;
62 *ReturnLength = 0;
74 OUT PSIZE_T ReturnLength OPTIONAL,
81 if (ReturnLength)
87 ReturnLength);
91 *ReturnLength = 0;
103 OUT PSIZE_T ReturnLength OPTIONAL,
110 ReturnLength,
    [all...]
ntifs.h     [all...]
wdm.h     [all...]
ntddk.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ktmw32.h 27 WINBOOL WINAPI GetNotificationResourceManager(HANDLE ResourceManagerHandle,PTRANSACTION_NOTIFICATION TransactionNotification,ULONG NotificationLength,DWORD dwMilliseconds,PULONG ReturnLength);
28 WINBOOL WINAPI GetNotificationResourceManagerAsync(HANDLE ResourceManagerHandle,PTRANSACTION_NOTIFICATION TransactionNotification,ULONG TransactionNotificationLength,PULONG ReturnLength,LPOVERLAPPED pOverlapped);
winternl.h 952 NTSTATUS NTAPI NtQueryInformationProcess(HANDLE ProcessHandle,PROCESSINFOCLASS ProcessInformationClass,PVOID ProcessInformation,ULONG ProcessInformationLength,PULONG ReturnLength);
953 NTSTATUS NTAPI NtQueryInformationThread(HANDLE ThreadHandle,THREADINFOCLASS ThreadInformationClass,PVOID ThreadInformation,ULONG ThreadInformationLength,PULONG ReturnLength);
955 NTSTATUS NTAPI NtQueryObject(HANDLE Handle,OBJECT_INFORMATION_CLASS ObjectInformationClass,PVOID ObjectInformation,ULONG ObjectInformationLength,PULONG ReturnLength);
956 NTSTATUS NTAPI NtQuerySystemInformation(SYSTEM_INFORMATION_CLASS SystemInformationClass,PVOID SystemInformation,ULONG SystemInformationLength,PULONG ReturnLength);
    [all...]
evntrace.h 744 PULONG ReturnLength
winbase.h     [all...]
winnt.h     [all...]
  /external/lzma/CPP/Windows/
MemoryLock.cpp 14 PTOKEN_PRIVILEGES NewState, DWORD BufferLength, PTOKEN_PRIVILEGES PreviousState,PDWORD ReturnLength);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
NullInputStream.java 227 int returnLength = length;
229 returnLength = length - (int)(position - size);
232 processBytes(bytes, offset, returnLength);
233 return returnLength;
279 long returnLength = numberOfBytes;
281 returnLength = numberOfBytes - (position - size);
284 return returnLength;
NullReader.java 211 int returnLength = length;
213 returnLength = length - (int)(position - size);
216 processChars(chars, offset, returnLength);
217 return returnLength;
263 long returnLength = numberOfChars;
265 returnLength = numberOfChars - (position - size);
268 return returnLength;
  /external/netperf/
netcpu_ntperf.c 74 PULONG ReturnLength
222 DWORD returnLength = 0; //Lint
241 &returnLength )) != 0)
250 if ((returnLength % sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION)) != 0)
254 sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION), returnLength);
257 returnNumCPUs = returnLength / sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION);
  /external/chromium_org/sandbox/win/tools/finder/
ntundoc.h 258 PULONG ReturnLength);
265 PULONG ReturnLength);
  /external/chromium_org/sandbox/win/src/
nt_internals.h 254 OUT PSIZE_T ReturnLength OPTIONAL);
326 OUT PULONG ReturnLength OPTIONAL);
454 OUT PULONG ReturnLength OPTIONAL);
570 OUT PULONG ReturnLength OPTIONAL);
591 OUT PULONG ReturnLength);
598 OUT PULONG ReturnLength);
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
session_info.cc 514 int returnLength = InsertBuffer(frame_buffer, packet_list_it);
520 return returnLength;
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]
es31fProgramInterfaceQueryTests.cpp     [all...]
  /sdk/find_lock/
find_lock.cpp 219 0); // ReturnLength
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/android-emulator/linux-x86_64/lib/
libGLES_V2_translator.so 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 

Completed in 1500 milliseconds