HomeSort by relevance Sort by last modified time
    Searched defs:cstring (Results 1 - 5 of 5) 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()) };
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 485 const char* cstring = (const char*)extensionString; local
496 if (strstr(cstring,"GL_EXT_bgra ")!=NULL)
499 if (strstr(cstring,"GL_EXT_framebuffer_object ")!=NULL)
502 if (strstr(cstring,"GL_ARB_vertex_blend ")!=NULL)
505 if (strstr(cstring,"GL_ARB_matrix_palette ")!=NULL)
508 if (strstr(cstring,"GL_EXT_packed_depth_stencil ")!=NULL )
511 if (strstr(cstring,"GL_OES_read_format ")!=NULL)
514 if (strstr(cstring,"GL_ARB_half_float_pixel ")!=NULL)
517 if (strstr(cstring,"GL_NV_half_float ")!=NULL)
520 if (strstr(cstring,"GL_ARB_half_float_vertex ")!=NULL
    [all...]
  /external/bluetooth/glib/tests/
testglib.c 266 gchar *tstring, *cstring; local
352 cstring = NULL;
357 g_node_traverse (node, G_IN_ORDER, G_TRAVERSE_ALL, -1, node_build_string, &cstring);
358 g_assert_cmpstr (tstring, ==, cstring);
360 g_free (cstring); cstring = NULL;
    [all...]
  /external/openssl/crypto/store/
str_lib.c 1267 char *cstring; member in union:STORE_attr_info_st::__anon9055
    [all...]
  /external/v8/test/cctest/
test-api.cc 9963 const char* cstring = "function foo(a) { return a+1; }"; local
    [all...]

Completed in 1001 milliseconds