HomeSort by relevance Sort by last modified time
    Searched defs:cstring (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/bridge/c/
c_utility.cpp 77 CString cstring = ustring.utf8(); local
78 NPString string = { (const NPUTF8*)cstring.data(), static_cast<uint32_t>(cstring.length()) };
  /external/skia/tools/
skdiff_utils.cpp 117 const char* cstring = diffName.c_str(); local
118 int dotOffset = strrchr(cstring, '.') - cstring;
  /external/openssl/crypto/store/
str_lib.c 1267 char *cstring; member in union:STORE_attr_info_st::__anon12678
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 511 const char* cstring = (const char*)extensionString; local
522 if (strstr(cstring,"GL_EXT_bgra ")!=NULL)
525 if (strstr(cstring,"GL_EXT_framebuffer_object ")!=NULL)
528 if (strstr(cstring,"GL_ARB_vertex_blend ")!=NULL)
531 if (strstr(cstring,"GL_ARB_matrix_palette ")!=NULL)
534 if (strstr(cstring,"GL_EXT_packed_depth_stencil ")!=NULL )
537 if (strstr(cstring,"GL_OES_read_format ")!=NULL)
540 if (strstr(cstring,"GL_ARB_half_float_pixel ")!=NULL)
543 if (strstr(cstring,"GL_NV_half_float ")!=NULL)
546 if (strstr(cstring,"GL_ARB_half_float_vertex ")!=NULL
    [all...]
  /external/v8/test/cctest/
test-api.cc 11509 const char* cstring = "function foo(a) { return a+1; }"; local
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 118 milliseconds