HomeSort by relevance Sort by last modified time
    Searched refs:outSize (Results 26 - 38 of 38) sorted by null

12

  /external/quake/quake/src/WinQuake/
common.cpp 856 void COM_FileBase (const char *in, char *out, size_t outSize)
858 // Get the "base" part of a path, make sure we don't exceed outSize bytes
864 if(!outSize)
889 if(len > outSize - 1)
890 len = outSize - 1;
    [all...]
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 830 static uint8_t *DecodeBase64(const char *s, size_t size, size_t *outSize) {
831 *outSize = 0;
849 *outSize = outLen;
  /external/webkit/Source/WebKit/mac/Carbon/
HIWebView.mm     [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 260 static void toLanguageTag(char* output, size_t outSize,
262 if (output == NULL || outSize <= 0) {
280 uloc_toLanguageTag(likelyChars, output, outSize, FALSE, &uErr);
    [all...]
  /frameworks/base/services/input/
InputReader.h     [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 362 GGLSurface** outSurface, int32_t* outSize, GLint level,
392 *outSize = size;
404 *outSize = size;
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 189 void* editData(size_t* outSize = NULL);
AaptAssets.cpp     [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 2788 milliseconds

12