HomeSort by relevance Sort by last modified time
    Searched defs:dataLength (Results 51 - 66 of 66) sorted by null

1 23

  /external/svox/pico/lib/
picoos.c     [all...]
  /system/security/keystore/
keystore.cpp 512 size_t dataLength = mBlob.length + sizeof(mBlob.length);
514 size_t digestedLength = ((dataLength + AES_BLOCK_SIZE - 1)
521 memset(mBlob.value + mBlob.length, 0, digestedLength - dataLength);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java 287 byte[] dataLength = new byte[4];
334 dataLength[0] = dataLength[1] = 0;
335 dataLength[2] = (byte)((data.length >> 8) & 0xff);
336 dataLength[3] = (byte)((data.length) & 0xff);
340 s.getOutputStream().write(dataLength);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 773 USHORT dataLength;
849 typedef BOOL (WINAPI *PDBGHELP_CREATE_USER_DUMP_CALLBACK)(DWORD DataType,PVOID *Data,LPDWORD DataLength,PVOID UserData);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 773 USHORT dataLength;
849 typedef BOOL (WINAPI *PDBGHELP_CREATE_USER_DUMP_CALLBACK)(DWORD DataType,PVOID *Data,LPDWORD DataLength,PVOID UserData);
    [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 
hierarchyviewer2lib.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 259 milliseconds

1 23