Searched refs:in_name (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Dupdate_webgl_conformance_tests.py149 in_name = args[0]
150 if os.path.isfile(in_name):
151 update_file(in_name, options.output)
152 elif os.path.isdir(in_name):
153 update_directory(in_name, options.output)
155 _log.error("'%s' is not a directory or a file.", in_name)
/external/chromium/base/
H A Dmach_ipc_mac.h82 MachMsgPortDescriptor(mach_port_t in_name, argument
84 name = in_name;
92 MachMsgPortDescriptor(mach_port_t in_name) { argument
93 name = in_name;
/external/stlport/test/unit/cppunit/
H A Dcppunit_mini.h63 virtual void myRun(const char * /*in_name*/, bool /*invert*/ = false) {}
144 virtual void myRun(const char *in_name, bool invert = false) { \
152 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
171 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediasessionclient.h117 bool SetAudioOptions(const std::string& in_name, const std::string& out_name, argument
119 return channel_manager_->SetAudioOptions(in_name, out_name, opts);
H A Dchannelmanager.cc429 bool ChannelManager::GetAudioOptions(std::string* in_name, argument
431 *in_name = audio_in_device_;
437 bool ChannelManager::SetAudioOptions(const std::string& in_name, argument
441 if (!device_manager_->GetAudioInputDevice(in_name, &in_dev) ||
457 audio_in_device_ = in_name;
/external/valgrind/unittest/
H A Dposix_tests.cc193 char in_name[100]; local
197 sprintf(in_name, "/tmp/racecheck_unittest_in.%d", getpid());
200 CHECK(0 == symlink(out_name, in_name));
201 fd_in = open(in_name, 0, O_RDONLY);
211 unlink(in_name);
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp4783 char in_name[100]; local
4791 strcpy(in_name, out_name);
4793 sprintf(in_name, "/tmp/racecheck_unittest_in.%d", getpid());
4794 IGNORE_RETURN_VALUE(symlink(out_name, in_name));
4796 fd_in = open(in_name, 0, O_RDONLY);
4806 unlink(in_name);

Completed in 102 milliseconds