Searched refs:node_3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dcras_audio_client_stub_impl.cc34 AudioNode node_3; local
35 node_3.is_input = false;
36 node_3.id = 10003;
37 node_3.device_name = "Fake Bluetooth Headphone";
38 node_3.type = "BLUETOOTH";
39 node_3.name = "Headphone";
40 node_list_.push_back(node_3);
/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php558 $node_3 = $this->createNode(); variable
559 $node_3->setName(isset($sym_0['underover']) ? 'munderover' : 'msubsup');
560 $node_3->addChild($node_0);
561 $node_3->addChild($node_1);
562 $node_3->addChild($node_2);
566 $node_4->addChild($node_3);
923 $node_3 = $this->createNode(); variable
924 $node_3->setName($sym['tag']);
925 $node_3->setContent(trim($txt));
927 $node_0->addChild($node_3);
999 $node_3 = $this->createNode(); variable
[all...]

Completed in 117 milliseconds