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

1 2

  /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...]
  /external/lzma/CPP/Windows/
SecurityUtils.h 44 DWORD bufferLength, PTOKEN_PRIVILEGES previousState, PDWORD returnLength)
46 newState, bufferLength, previousState, returnLength)); }
MemoryLock.cpp 18 PTOKEN_PRIVILEGES NewState, DWORD BufferLength, PTOKEN_PRIVILEGES PreviousState, PDWORD ReturnLength);
  /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...]
  /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/src/
netcpu_ntperf.c 54 PULONG ReturnLength
202 DWORD returnLength = 0; //Lint
221 &returnLength )) != 0)
230 if ((returnLength % sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION)) != 0)
234 sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION), returnLength);
237 returnNumCPUs = returnLength / sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION);
  /external/libchrome/sandbox/win/tools/finder/
ntundoc.h 258 PULONG ReturnLength);
265 PULONG ReturnLength);
  /external/libchrome/sandbox/win/src/
nt_internals.h 256 OUT PSIZE_T ReturnLength OPTIONAL);
340 OUT PULONG ReturnLength OPTIONAL);
468 OUT PSIZE_T ReturnLength OPTIONAL);
584 OUT PULONG ReturnLength OPTIONAL);
605 OUT PULONG ReturnLength);
612 OUT PULONG ReturnLength);
  /external/webrtc/webrtc/modules/video_coding/
session_info.cc 546 size_t returnLength = InsertBuffer(frame_buffer, packet_list_it);
552 return static_cast<int>(returnLength);
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]
es31fProgramInterfaceQueryTests.cpp     [all...]
  /sdk/find_lock/
find_lock.cpp 219 0); // ReturnLength
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /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/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar 
  /external/llvm/test/tools/llvm-symbolizer/pdb/Inputs/
test.pdb     [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/
libGLES_V2_translator.so 

Completed in 3607 milliseconds

1 2