Searched defs:node_1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dcras_audio_client_stub_impl.cc13 AudioNode node_1; local
14 node_1.is_input = false;
15 node_1.id = 10001;
16 node_1.device_name = "Fake Speaker";
17 node_1.type = "INTERNAL_SPEAKER";
18 node_1.name = "Speaker";
19 node_1.active = false;
20 node_list_.push_back(node_1);
/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php490 $node_1 = $this->createNode(); variable
491 $node_1->setName('mstyle');
492 $node_1->setAttrArr($attr_arr);
496 $node_1->addChildArr($node_arr);
497 $node_0->addChild($node_1);
539 $node_1 = $this->parseSmplExpr(); variable
541 if ($node_1 === FALSE) { //show box in place of missing argument
542 $node_1 = $this->emptyNode();//?? variable
544 $node_1->removeBrackets();
561 $node_3->addChild($node_1);
607 $node_1 = $this->parseIntExpr(); variable
610 $node_1 = $this->emptyNode(); variable
846 $node_1 = $this->createNode(); variable
859 $node_1 = $this->createNode(); variable
870 $node_1 = $this->createNode(); variable
876 $node_1 = $this->createNode(); variable
916 $node_1 = $this->createNode(); variable
945 $node_1 = $this->createNode(); variable
964 $node_1 = $this->parseSmplExpr(); variable
991 $node_1 = $this->createNode(); variable
[all...]

Completed in 64 milliseconds