Searched defs:GetString (Results 51 - 71 of 71) sorted by relevance

123

/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc682 const GLubyte* GetString(PP_Resource context_id, GLenum name) { function in namespace:mojo::examples::__anon8751
1414 &GetShaderSource, &GetString,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h305 const GLubyte* (*GetString)(PP_Resource context, GLenum name); member in struct:PPB_OpenGLES2_1_0
764 const GLubyte* (*GetString)(PP_Resource context, GLenum name); member in struct:PPB_OpenGLES2
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_win.cc403 bool OSExchangeDataProviderWin::GetString(base::string16* data) const { function in class:ui::OSExchangeDataProviderWin
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser.cpp228 CFX_ByteString CPDF_StreamContentParser::GetString(FX_DWORD index) function in class:CPDF_StreamContentParser
242 return param.m_pObject->GetString();
423 CFX_ByteString tag = GetString(1);
430 pProperty = FindResourceObj(FX_BSTRC("Properties"), pProperty->GetString());
446 CFX_ByteString tag = GetString(0);
505 CFX_ByteString name = value->GetString();
522 CFX_ByteString name = pElement->GetString();
563 CFX_ByteString name = value->GetString();
580 CFX_ByteString name = pElement->GetString();
632 CFX_ByteString csname = GetString(
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc694 const GLubyte* GetString(PP_Resource context_id, GLenum name) { function in namespace:ppapi::__anon10171
697 return ToGles2Impl(&enter)->GetString(name);
1646 &GetShaderSource, &GetString,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4226 const char* Chapters::Display::GetString() const { return m_string; } function in class:mkvparser::Chapters::Display
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4786 const char* Chapters::Display::GetString() const function in class:mkvparser::Chapters::Display
/external/libvpx/libwebm/
H A Dmkvparser.cpp4229 const char* Chapters::Display::GetString() const { return m_string; } function in class:mkvparser::Chapters::Display
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc257 WARN_UNUSED_RESULT static leveldb::Status GetString( function in namespace:content
895 success = dict_val->GetString("message", message);
1226 s = GetString(db_.get(),
1772 GetString(leveldb_transaction,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h693 void GetString(GLenum name, uint32_t bucket_id) { function
694 gles2::cmds::GetString* c = GetCmdSpace<gles2::cmds::GetString>();
H A Dgles2_implementation.cc2203 helper_->GetString(name, kResultBucketId);
2249 const GLubyte* GLES2Implementation::GetString(GLenum name) { function in class:gpu::gles2::GLES2Implementation
2253 TRACE_EVENT0("gpu", "GLES2::GetString");
3089 // to a previous one it queries (see GetString) we need to cache
H A Dgles2_trace_implementation_impl_autogen.h487 const GLubyte* GLES2TraceImplementation::GetString(GLenum name) { function in class:GLES2TraceImplementation
488 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetString");
489 return gl_->GetString(name);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h325 const GLubyte * (GLAPIENTRY * GetString)(GLenum); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h325 const GLubyte * (GLAPIENTRY * GetString)(GLenum); member in struct:__GLdispatchTableRec
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc942 std::string Message::GetString() const { function in class:testing::Message
1319 return msg.GetString();
1965 const std::string user_msg_string = user_msg.GetString();
2099 return word_list.GetString();
2205 RecordProperty(key, value_message.GetString().c_str());
2302 return new std::string(message.GetString());
2322 return message.GetString();
2531 errors.GetString().c_str());
2810 << test_part_result.message()).GetString();
3466 return m.GetString();
[all...]
/external/gtest/src/
H A Dgtest.cc946 std::string Message::GetString() const { function in class:testing::Message
1035 return msg.GetString();
1681 const std::string user_msg_string = user_msg.GetString();
1815 return word_list.GetString();
1921 RecordProperty(key, value_message.GetString().c_str());
2018 return new std::string(message.GetString());
2038 return message.GetString();
2247 errors.GetString().c_str());
2526 << test_part_result.message()).GetString();
3179 return m.GetString();
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2430 std::string Message::GetString() const { function in class:testing::Message
2519 return msg.GetString();
3165 const std::string user_msg_string = user_msg.GetString();
3299 return word_list.GetString();
3405 RecordProperty(key, value_message.GetString().c_str());
3502 return new std::string(message.GetString());
3522 return message.GetString();
3731 errors.GetString().c_str());
4010 << test_part_result.message()).GetString();
4663 return m.GetString();
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2430 std::string Message::GetString() const { function in class:testing::Message
2519 return msg.GetString();
3165 const std::string user_msg_string = user_msg.GetString();
3299 return word_list.GetString();
3405 RecordProperty(key, value_message.GetString().c_str());
3502 return new std::string(message.GetString());
3522 return message.GetString();
3731 errors.GetString().c_str());
4010 << test_part_result.message()).GetString();
4663 return m.GetString();
[all...]
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h3292 struct GetString { struct
3293 typedef GetString ValueType;
3320 COMPILE_ASSERT(sizeof(GetString) == 12, Sizeof_GetString_is_not_12);
3321 COMPILE_ASSERT(offsetof(GetString, header) == 0,
3323 COMPILE_ASSERT(offsetof(GetString, name) == 4, OffsetOf_GetString_name_not_4);
3324 COMPILE_ASSERT(offsetof(GetString, bucket_id) == 8,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h1727 KEYWORD1 const GLubyte * KEYWORD2 NAME(GetString)(GLenum name) function
1730 RETURN_DISPATCH(GetString, (name), (F, "glGetString(0x%x);\n", name));
8463 TABLE_ENTRY(GetString),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h298 GLAPI const GLubyte * APIENTRY GLAPI_PREFIX(GetString)(GLenum name);
3332 GLAPI const GLubyte * APIENTRY GLAPI_PREFIX(GetString)(GLenum name) function
11222 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetString))"\n"

Completed in 380 milliseconds

123