/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/ |
rwhod.h | 42 char out_name[8]; /* user id */ member in struct:outmp
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediasessionclient.h | 117 bool SetAudioOptions(const std::string& in_name, const std::string& out_name, 119 return channel_manager_->SetAudioOptions(in_name, out_name, opts);
|
channelmanager.cc | 430 std::string* out_name, int* opts) { 432 *out_name = audio_out_device_; 438 const std::string& out_name, int opts) { 442 !device_manager_->GetAudioOutputDevice(out_name, &out_dev)) { 458 audio_out_device_ = out_name;
|
devicemanager.cc | 660 std::string* out_name) { 671 *out_name = name;
|
/cts/tools/dasm/src/java_cup/ |
Main.java | 367 String out_name; local 385 out_name = out_path + emit.parser_class_name + ".java"; 386 fil = new File(out_name); 391 System.err.println("Can't open \"" + out_name + "\" for output"); 396 out_name = out_path + emit.symbol_const_class_name + ".java"; 397 fil = new File(out_name); 402 System.err.println("Can't open \"" + out_name + "\" for output");
|
/external/valgrind/unittest/ |
posix_tests.cc | 194 char out_name[100]; local 198 sprintf(out_name, "/tmp/racecheck_unittest_out.%d", getpid()); 199 fd_out = creat(out_name, O_WRONLY | S_IRWXU); 200 CHECK(0 == symlink(out_name, in_name)); 212 unlink(out_name);
|
/external/valgrind/main/drd/tests/ |
tsan_unittest.cpp | 4784 char out_name[100]; local [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/ |
arm-eabi-run | |