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

<<11121314151617181920>>

  /prebuilts/misc/common/swig/include/2.0.11/chicken/
std_string.i 26 #define std_string_str_get(s) ((char *)((s)->c_str()))
67 $result = C_string (&space, size, (char *) $1.c_str());
73 $result = C_string (&space, size, (char *) $1->c_str());
94 $result = C_string (&space, size, (char *) $1.c_str());
  /prebuilts/misc/common/swig/include/2.0.11/d/
std_string.i 42 %typemap(out) string %{ $result = SWIG_d_string_callback($1.c_str()); %}
43 %typemap(out) const string & %{ $result = SWIG_d_string_callback($1->c_str()); %}
51 %typemap(directorin) string, const string & %{ $input = SWIG_d_string_callback($1.c_str()); %}
74 %{ SWIG_DSetPendingException(SWIG_DException, $1.c_str());
  /prebuilts/misc/common/swig/include/2.0.11/guile/
std_string.i 61 $result = SWIG_str02scm($1.c_str());
65 $result = SWIG_str02scm($1->c_str());
69 $result = SWIG_str02scm($1->c_str());
83 $result = SWIG_str02scm($1.c_str());
  /system/connectivity/apmanager/
config.cc 142 value.c_str()),
171 base::StringPrintf("Invalid HW mode [%s]", value.c_str()),
183 base::StringPrintf("Invalid operation mode [%s]", value.c_str()),
213 config_str, "%s=%s\n", kHostapdConfigKeySsid, ssid.c_str());
228 GetBridgeInterface().c_str());
255 control_interface_.c_str());
403 ht_cap.c_str());
418 base::StringPrintf("Invalid hardware mode: %s", hw_mode.c_str()),
424 config_str, "%s=%s\n", kHostapdConfigKeyHwMode, hostapd_hw_mode.c_str());
466 interface.c_str()),
    [all...]
  /system/core/adb/
services.cpp 244 return StartSubprocess(command.c_str(), terminal_type.c_str(), type, protocol);
336 (name + 7)).c_str(),
380 const char* serial = sinfo->serial.length() ? sinfo->serial.c_str() : NULL;
422 int fd = network_connect(host.c_str(), port, SOCK_STREAM, 10, &error);
425 serial.c_str(), error.c_str());
429 D("client: connected %s remote on fd %d", serial.c_str(), fd);
438 int ret = register_socket_transport(fd, serial.c_str(), port, 0);
441 *response = android::base::StringPrintf("already connected to %s", serial.c_str());
    [all...]
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_unittest.cc 290 TestMultipleOpen(dev_name.c_str(), io);
291 TestMultipleInit(dev_name.c_str(), io);
292 TestEnumInputAndStandard(dev_name.c_str(), io);
293 TestEnumControl(dev_name.c_str(), io);
294 TestSetControl(dev_name.c_str(), io);
295 TestSetCrop(dev_name.c_str(), io);
296 TestGetCrop(dev_name.c_str(), io);
297 TestProbeCaps(dev_name.c_str(), io);
298 TestEnumFormats(dev_name.c_str(), io);
299 TestEnumFrameSize(dev_name.c_str(), io)
    [all...]
  /external/google-breakpad/src/tools/mac/crash_report/
on_demand_symbol_supplier.mm 64 const char *symbolSearchStr = symbol_search_dir.c_str();
154 std::ifstream in(symbol_file->c_str());
181 memcpy(*symbol_data, symbol_data_string.c_str(), symbol_data_string.size());
198 const char *moduleStr = module->code_file().c_str();
201 const char *searchStr = search_dir_.c_str();
263 name.c_str(), system_info->cpu.c_str()];
276 GetFileModificationTime(module_path.c_str());
284 stringWithFileSystemRepresentation:module_path.c_str()
302 system_info->cpu.c_str(), name.c_str())
    [all...]
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient_gpu.cpp 251 args.fCoords[0].c_str(), args.fCoords[0].c_str(),
252 args.fCoords[1].c_str(), args.fCoords[1].c_str());
256 coords2D = args.fCoords[0].c_str();
257 bVar.printf("%s.x", args.fCoords[1].c_str());
266 cName.c_str(), coords2D, coords2D, p1.c_str());
269 fragBuilder->codeAppendf("\tfloat %s = -(%s / %s);\n", tName.c_str(),
270 cName.c_str(), bVar.c_str())
    [all...]
  /external/webrtc/webrtc/base/
filerotatingstream_unittest.cc 134 WriteAndFlush(message.c_str(), message.size());
137 VerifyFileContents(message.c_str(), message.size(),
145 WriteAndFlush(message.c_str(), message.size());
153 VerifyStreamRead(expected_contents.c_str(), expected_contents.size(),
166 WriteAndFlush(message.c_str(), message.size());
168 VerifyFileContents(expected_file_contents.c_str(),
171 VerifyStreamRead(expected_stream_contents.c_str(),
243 WriteAndFlush(message.c_str(), message.size());
245 VerifyStreamRead(expected_contents.c_str(), expected_contents.size(),
256 WriteAndFlush(message.c_str(), message.size())
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 89 int width = strtol((parser->GetFlag("w")).c_str(), NULL, 10);
90 int height = strtol((parser->GetFlag("h")).c_str(), NULL, 10);
91 int framerate = strtol((parser->GetFlag("f")).c_str(), NULL, 10);
97 int target_bitrate = strtol((parser->GetFlag("b")).c_str(), NULL, 10);
106 FILE* encoded_file = fopen(encoded_file_name.c_str(), "wb");
112 FILE* input_file = fopen(input_file_name.c_str(), "rb");
119 FILE* output_file = fopen(output_file_name.c_str(), "wb");
126 int start_frame = strtol((parser->GetFlag("start_frame")).c_str(), NULL, 10);
127 int num_frames = strtol((parser->GetFlag("num_frames")).c_str(), NULL, 10);
187 input_file_name.c_str(), output_file_name.c_str()
    [all...]
  /frameworks/native/cmds/installd/
commands.cpp 99 return StringPrintf("%s/%s", profile_dir.c_str(), PRIMARY_PROFILE_NAME);
115 if (lgetfilecon(path.c_str(), &before) < 0) {
119 if (selinux_android_restorecon_pkgdir(path.c_str(), seinfo, uid, 0) < 0) {
123 if (lgetfilecon(path.c_str(), &after) < 0) {
133 if (selinux_android_restorecon_pkgdir(path.c_str(), seinfo, uid,
151 return restorecon_app_data_lazy(StringPrintf("%s/%s", parent.c_str(), name), seinfo, uid);
155 if (fs_prepare_dir_strict(path.c_str(), target_mode, uid, uid) != 0) {
164 return prepare_app_dir(StringPrintf("%s/%s", parent.c_str(), name), target_mode, uid);
208 if (fs_prepare_dir_strict(profile_path.c_str(), 0700, uid, uid) != 0) {
214 if (fs_prepare_file_strict(profile_file.c_str(), 0600, uid, uid) != 0)
    [all...]
  /art/runtime/
zip_archive_test.cc 35 std::unique_ptr<ZipArchive> zip_archive(ZipArchive::Open(GetLibCoreDexFileNames()[0].c_str(), &error_msg));
52 int fd = open(tmp.GetFilename().c_str(), O_RDONLY);
  /bootable/recovery/otafault/
config.cpp 53 const ZipEntry* entry = mzFindZipEntry(archive, type_path.c_str());
66 const ZipEntry* entry = mzFindZipEntry(archive, type_path.c_str());
  /build/kati/
symtab.h 41 const char* c_str() const { function in class:Symbol
42 return str().c_str();
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
utils.cpp 87 LOGE("OpenGL error : %s : %s (%#08x)\n", msg.c_str(), str.c_str(), e);
  /cts/tests/tests/security/jni/
android_security_cts_SELinuxTest.cpp 43 if (path.c_str() == NULL) {
48 int ret = getfilecon(path.c_str(), &tmp);
  /external/autotest/client/deps/glbench/src/
glinterfacetest.cc 67 RunTest(this, (test_name_base + "nogl").c_str(), 1.0, g_width, g_height, false);
73 RunTest(this, (test_name_base + "glsimple").c_str(), 1.0, g_width, g_height, false);
  /external/dbus-binding-generator/chromeos-dbus-bindings/
method_name_generator_unittest.cc 47 int written = base::WriteFile(path, contents.c_str(), contents.size());
66 EXPECT_STREQ(kExpectedOutput, contents.c_str());
  /external/deqp/execserver/
xsProtocol.cpp 188 writer.put(test.c_str());
205 writer.put(name.c_str());
206 writer.put(params.c_str());
207 writer.put(workDir.c_str());
208 writer.put(caseList.c_str());
222 writer.put(logData.c_str());
236 writer.put(reason.c_str());
264 writer.put(info.c_str());
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestGroupUtil.cpp 33 : tcu::TestCaseGroup (testCtx, name.c_str(), description.c_str())
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 73 const char* getCommandLine (void) const { return m_cmdLine.c_str(); }
137 const char* getLogFileName (void) const { return m_logFileName.c_str(); }
163 if (deFileExists(m_logFileName.c_str()))
164 TCU_CHECK(deDeleteFile(m_logFileName.c_str()));
173 m_state.requestStart(cmdLine.c_str());
212 if (!deFileExists(m_logFileName.c_str()))
216 m_logReader.start(m_logFileName.c_str());
311 , m_archive (getAppBundleDir().c_str())
  /external/deqp/modules/gles3/functional/
es3fVertexArrayTest.cpp 54 : TestCaseGroup (context, Array::usageTypeToString(usage).c_str(), Array::usageTypeToString(usage).c_str())
105 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
159 : TestCaseGroup (context, Array::inputTypeToString(type).c_str(), Array::inputTypeToString(type).c_str())
210 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
264 : TestCaseGroup (context, Array::inputTypeToString(type).c_str(), Array::inputTypeToString(type).c_str())
    [all...]
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 331 dwarf_filename.c_str(), elf_header->e_machine);
369 int obj_fd = open(obj_file.c_str(), O_RDONLY);
372 obj_file.c_str(), strerror(errno));
379 obj_file.c_str(), strerror(errno));
386 obj_file.c_str(), strerror(errno));
392 fprintf(stderr, "Not a valid ELF file: %s\n", obj_file.c_str());
420 if (!realpath(right_path.c_str(), right_abspath))
443 if (!realpath(obj_file.c_str(), obj_file_abspath)) {
444 fprintf(stderr, "Cannot resolve absolute path for %s\n", obj_file.c_str());
462 int debuglink_fd = open(debuglink_path.c_str(), O_RDONLY)
    [all...]
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/
string.pass.cpp 34 std::remove(temp.c_str());
45 std::remove(temp.c_str());
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/
string.pass.cpp 34 std::remove(temp.c_str());
45 std::remove(temp.c_str());

Completed in 1511 milliseconds

<<11121314151617181920>>