| /external/skqp/bench/ |
| nanobench.cpp | 218 GR_GL_CALL_RET(gl, version, GetString(GR_GL_VERSION)); 221 GR_GL_CALL_RET(gl, version, GetString(GR_GL_RENDERER)); 224 GR_GL_CALL_RET(gl, version, GetString(GR_GL_VENDOR)); 227 GR_GL_CALL_RET(gl, version, GetString(GR_GL_SHADING_LANGUAGE_VERSION)); [all...] |
| /external/skqp/tools/gpu/gl/angle/ |
| GLTestContext_angle.cpp | 250 GR_GL_CALL_RET(gl.get(), rendererUByte, GetString(GR_GL_RENDERER));
|
| /frameworks/base/cmds/statsd/src/logd/ |
| LogEvent.cpp | 318 const char* LogEvent::GetString(size_t key, status_t* err) const {
|
| /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
| generated_message_reflection.h | 171 string GetString(const Message& message,
|
| /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
| generated_message_reflection.h | 171 string GetString(const Message& message,
|
| /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
| generated_message_reflection.h | 171 string GetString(const Message& message,
|
| /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
| generated_message_reflection.h | 171 string GetString(const Message& message,
|
| /system/core/libcutils/tests/ |
| PropertiesTest.cpp | 160 TEST_F(PropertiesTest, GetString) {
|
| /external/protobuf/gtest/test/ |
| gtest_unittest.cc | [all...] |
| /system/update_engine/ |
| payload_state.cc | 845 prefs_->GetString(kPrefsCurrentResponseSignature, &stored_value)) { [all...] |
| omaha_request_action.cc | 142 if (!prefs->GetString(kPrefsPreviousVersion, &prev_version)) { 186 if (!prefs->GetString(prefs_key, &cohort_value) || cohort_value.empty()) 301 if (!store.GetString(key, &version)) { [all...] |
| /external/protobuf/src/google/protobuf/ |
| test_util.cc | [all...] |
| generated_message_reflection.cc | 556 temp_string = GetString(*message1, field1); 590 SetString(message1, field2, GetString(*message2, field2)); [all...] |
| map_test_util.cc | [all...] |
| /system/update_engine/payload_consumer/ |
| delta_performer.cc | [all...] |
| /external/google-breakpad/src/testing/gtest/test/ |
| gtest_unittest.cc | [all...] |
| /external/googletest/googletest/test/ |
| gtest_unittest.cc | [all...] |
| /external/pdfium/core/fpdfapi/render/ |
| cpdf_dibsource.cpp | 377 filter = pFilter->GetString(); 410 ByteString cs = pCSObj->GetString(); 819 ByteString filter = pFilter->GetString(); [all...] |
| /external/v8/testing/gtest/test/ |
| gtest_unittest.cc | [all...] |
| /external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
| gtest_unittest.cc | [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| d3dx9effect.h | 157 STDMETHOD(GetString)(THIS_ D3DXHANDLE parameter, const char **string) PURE; 261 STDMETHOD(GetString)(THIS_ D3DXHANDLE parameter, const char **string) PURE; 354 STDMETHOD(GetString)(THIS_ D3DXHANDLE parameter, const char **string) PURE;
|
| mfidl.h | 231 HRESULT (STDMETHODCALLTYPE *GetString)( 433 #define IMFTopologyNode_GetString(This,guidKey,pwszValue,cchBufSize,pcchLength) (This)->lpVtbl->GetString(This,guidKey,pwszValue,cchBufSize,pcchLength) 511 return This->lpVtbl->GetString(This,guidKey,pwszValue,cchBufSize,pcchLength); [all...] |
| /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/ |
| gtest_unittest.cc | [all...] |
| /external/chromium-trace/catapult/devil/devil/android/sdk/ |
| shared_prefs.py | 186 prefs.GetString('someHashValue') # => '249b3e5af13d4db2' 338 def GetString(self, key):
|
| /external/flatbuffers/tests/FlatBuffers.Test/ |
| FlatBuffersExampleTests.cs | 213 Assert.AreEqual("MyMonster", Encoding.UTF8.GetString(nameBytes.Array, nameBytes.Offset, nameBytes.Count));
|