HomeSort by relevance Sort by last modified time
    Searched full:c_str (Results 1001 - 1025 of 3714) sorted by null

<<41424344454647484950>>

  /external/webrtc/webrtc/base/
fakesslidentity.h 48 der_buffer->SetData(der_string.c_str(), der_string.size());
67 *length = rtc::ComputeDigest(algorithm, data_.c_str(), data_.size(),
nethelpers.cc 41 int ret = getaddrinfo(hostname.c_str(), NULL, &hints, &result);
94 error_ = ResolveHostname(addr_.hostname().c_str(), addr_.family(),
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
audio_classifier_test.cc 59 FILE* in_file = fopen(input_filename.c_str(), "rb");
65 FILE* out_file = fopen(output_filename.c_str(), "wb");
  /external/webrtc/webrtc/modules/audio_coding/test/
PacketLossTest.cc 138 rtpFile.Open(fileName.c_str(), "wb+");
153 rtpFile.Open(fileName.c_str(), "rb");
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer_test.cc 57 FLAGS_i.c_str(), in_file.num_channels(), in_file.sample_rate());
59 FLAGS_o.c_str(), out_file.num_channels(), out_file.sample_rate());
  /external/webrtc/webrtc/modules/audio_processing/vad/
standalone_vad_unittest.cc 67 fopen(test::ResourcePath("audio_processing/agc/agc_audio", "pcm").c_str(),
72 test::ResourcePath("audio_processing/agc/agc_vad", "dat").c_str(), "rb");
voice_activity_detector_unittest.cc 63 .c_str(),
98 .c_str(),
  /external/webrtc/webrtc/modules/utility/source/
file_player_unittests.cc 42 output_file_ = fopen(output_file.c_str(), "wb");
60 input_file.c_str(), false, 0, kScaling, 0, 0, NULL));
helpers_android.cc 105 ALOGD("Attaching thread to JVM%s", GetThreadInfo().c_str());
114 ALOGD("Detaching thread from JVM%s", GetThreadInfo().c_str());
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.cc 106 timing_file_ = fopen((basename + "_renderTiming.txt").c_str(), "w");
122 out_file_ = fopen(filename_with_width_height.c_str(), "wb");
  /external/webrtc/webrtc/tools/converter/
rgba_to_i420_converter.cc 68 int width = strtol((parser.GetFlag("width")).c_str(), NULL, 10);
69 int height = strtol((parser.GetFlag("height")).c_str(), NULL, 10);
  /external/xmlrpcpp/test/
FileClient.cpp 58 if (c.execute(name.c_str(), params, result))
85 XmlRpcUtil::log(3, "XmlRpcServerConnection::parseRequest: parsed methodName %s.", methodName.c_str());
  /frameworks/av/media/libstagefright/rtsp/
SDPLoader.cpp 93 ALOGV("onLoad %s", uriDebugString(url, mFlags & kFlagIncognito).c_str());
96 err = mHTTPDataSource->connect(url.c_str(), headers);
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.cpp 68 if (!strncasecmp("video/", mime.c_str(), 6)) {
71 mIsH264 = !strcasecmp(mime.c_str(), MEDIA_MIMETYPE_VIDEO_AVC);
72 } else if (!strcasecmp(MEDIA_MIMETYPE_AUDIO_RAW, mime.c_str())) {
146 bool isAudio = !strncasecmp(outputMIME.c_str(), "audio/", 6);
150 mCodecLooper, outputMIME.c_str(), true /* encoder */);
194 ALOGV("output format is '%s'", mOutputFormat->debugString(0).c_str());
301 msg->debugString().c_str());
426 ALOGI("encoder (%s) shut down.", mime.c_str());
  /frameworks/base/core/jni/
android_os_Trace.cpp 53 ALOGV("%s: %" PRId64 " %s %d", __FUNCTION__, tag, name.c_str(), value);
54 atrace_int(tag, name.c_str(), value);
android_os_UEventObserver.cpp 91 gMatches.add(String8(match.c_str()));
99 if (gMatches.itemAt(i) == match.c_str()) {
android_util_PathParser.cpp 40 doThrowIAE(env, result.failureMessage.c_str());
65 doThrowIAE(env, result.failureMessage.c_str());
  /frameworks/base/libs/hwui/
GpuMemoryTracker.cpp 81 ALOGE("%s", os.str().c_str());
89 ALOGD("%s", strout.str().c_str());
  /ndk/sources/third_party/googletest/googletest/src/
gtest-typed-test.cc 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
99 errors_str.c_str());
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
config.hpp 95 putenv( const_cast<char*>( fs.str().c_str() ) );
132 wputenv( const_cast<wchar_t*>( fs.str().c_str() ) );
  /ndk/tests/device/test-gnustl-full/unit/
rope_test.cpp 99 char const* s = r.c_str();
119 CPPUNIT_ASSERT( strcmp(sevenCharRope2.c_str(), "1234567") == 0 );
  /ndk/tests/device/test-stlport/unit/
rope_test.cpp 99 char const* s = r.c_str();
119 CPPUNIT_ASSERT( strcmp(sevenCharRope2.c_str(), "1234567") == 0 );
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/serialize/
serialize.cpp 24 writer.String(name_.c_str(), (SizeType)name_.length()); // Supplying length of string is faster.
50 writer.String(school_.c_str(), (SizeType)school_.length());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
messages_members.h 73 bindtextdomain(__s.c_str(), __dir);
93 textdomain(__s.c_str());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
messages_members.h 73 bindtextdomain(__s.c_str(), __dir);
93 textdomain(__s.c_str());

Completed in 1435 milliseconds

<<41424344454647484950>>