HomeSort by relevance Sort by last modified time
    Searched full:setattr (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 235 iq->SetAttr(buzz::QN_TO, stanza->Attr(buzz::QN_FROM));
236 iq->SetAttr(buzz::QN_ID, stanza->Attr(buzz::QN_ID));
237 iq->SetAttr(buzz::QN_TYPE, "error");
242 error->SetAttr(buzz::QN_TYPE, type);
260 text_elem->SetAttr(buzz::QN_XML_LANG, "en");
sessionmessages.cc 257 stanza->SetAttr(buzz::QN_TO, msg.to);
258 stanza->SetAttr(buzz::QN_TYPE, buzz::STR_SET);
437 pair_elem->SetAttr(QN_JINGLE_CONTENT_NAME, name);
438 pair_elem->SetAttr(QN_CREATOR, LN_INITIATOR);
    [all...]
  /external/llvm/utils/lit/lit/
ProgressBar.py 113 setattr(self, attrib, self._tigetstr(cap_name) or '')
119 setattr(self, color, curses.tparm(set_fg, i) or '')
123 setattr(self, color, curses.tparm(set_fg_ansi, i) or '')
127 setattr(self, 'BG_'+color, curses.tparm(set_bg, i) or '')
131 setattr(self, 'BG_'+color, curses.tparm(set_bg_ansi, i) or '')
  /external/openssl/crypto/objects/
objects.txt     [all...]
obj_dat.h     [all...]
  /external/chromium/chrome/browser/autofill/
form_structure.cc 133 autofill_request_xml.SetAttr(buzz::QName(kAttributeClientVersion),
135 autofill_request_xml.SetAttr(buzz::QName(kAttributeFormSignature),
137 autofill_request_xml.SetAttr(buzz::QName(kAttributeAutofillUsed),
139 autofill_request_xml.SetAttr(buzz::QName(kAttributeDataPresent),
165 autofill_request_xml.SetAttr(buzz::QName(kAttributeClientVersion),
167 autofill_request_xml.SetAttr(buzz::QName(kAttributeAcceptedFeatures),
182 encompassing_xml_element->SetAttr(buzz::QName(kAttributeSignature),
559 field_element->SetAttr(buzz::QName(kAttributeSignature),
561 field_element->SetAttr(buzz::QName(kAttributeAutofillType),
568 field_element->SetAttr(buzz::QName(kAttributeSignature)
    [all...]
  /external/chromium/chrome/browser/sync/notifier/
cache_invalidation_packet_handler.cc 168 cache_invalidation_iq_packet->SetAttr(kQnSeq, base::IntToString(seq));
169 cache_invalidation_iq_packet->SetAttr(kQnSid, sid);
170 cache_invalidation_iq_packet->SetAttr(kQnServiceUrl, kServiceUrl);
  /external/webkit/Tools/Scripts/webkitpy/test/
skip.py 41 setattr(klass, name, _skipped_method(attr, message, logger))
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapinuseattributeerr.java 72 Attr setAttr;
79 setAttr = firstNode.setAttributeNode(domesticAttr);
namednodemapinuseattributeerr.java 73 Attr setAttr;
80 setAttr = firstNode.setAttributeNode(domesticAttr);
  /device/lge/mako/sepolicy/
compatibility.te 14 allow adbd app_data_file:file { write create open setattr };
105 #allow shell system_data_file:file { write create setattr };
150 allow untrusted_app unlabeled:dir setattr;
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 90 setattr
110 setattr
133 setattr
369 setattr
383 setattr
417 setattr
432 setattr
442 setattr
612 mlsconstrain file { write setattr append unlink link rename
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
oobas.php 61 'filelen','getattr','kill','mkdir','name','rmdir','setattr',
lotusscript.php 62 'Sgn', 'SetFileAttr', 'SetAttr', 'Set', 'SendKeys', 'Select',
  /external/llvm/bindings/python/llvm/
core.py 61 setattr(OpCode, name, opcode)
  /external/skia/tools/
test_pictures.py 53 setattr(parser.values, option.dest, result)
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 566 setattr(log, 'debug', dummy)
567 setattr(log, 'info', dummy)
568 setattr(log, 'error', dummy)
569 setattr(log, 'critical', dummy)
576 setattr(logging, 'getLogger', release_getLogger)
582 setattr(logging, 'getLogger', __orig_getLogger)
  /external/protobuf/python/google/protobuf/
reflection.py 162 setattr(descriptor, concrete_class_attr_name, cls)
204 # getattr() and setattr() to reflectively manipulate field values. If we
207 # you can still access it just fine using getattr/setattr -- it's not even
309 setattr(cls, enum_value.name, enum_value.number)
435 setattr(cls, constant_name, field.number)
486 setattr(cls, property_name, property(getter, setter, doc=doc))
521 setattr(cls, property_name, property(getter, setter, doc=doc))
567 setattr(cls, property_name, property(getter, setter, doc=doc))
575 setattr(cls, constant_name, extension_field.number)
    [all...]
service_reflection.py 154 setattr(cls, method.name, self._GenerateNonImplementedMethod(method))
263 setattr(cls, method.name, self._GenerateStubMethod(method))
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 269 setattr(composite_field, scalar_field_name, new_val)
294 setattr(old_composite_field, scalar_field_name, new_val)
487 self.assertRaises(AttributeError, setattr, proto, 'repeated_int32', 10)
489 self.assertRaises(AttributeError, setattr, proto, 'repeated_int32', [10])
491 self.assertRaises(AttributeError, setattr, proto,
495 self.assertRaises(AttributeError, setattr, proto.repeated_nested_message,
498 self.assertRaises(AttributeError, setattr, proto.repeated_float,
501 self.assertRaises(AttributeError, setattr, proto, 'nonexistent_field', 23)
506 self.assertRaises(TypeError, setattr, proto, 'optional_int32', 1.1)
507 self.assertRaises(TypeError, setattr, proto, 'optional_int32', 'foo'
    [all...]
  /external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.class.php 164 function setAttr($attr_nm,$attr_val)
792 $tmp_c_node->setAttr('columnalign','left');
918 $node_1->setAttr('width','1ex');
932 $node_2->setAttr('width','1ex');
993 $node_1->setAttr('width',$sym['space']);
1001 $node_3->setAttr('width',$sym['space']);
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 278 setattr(self.target, self.attribute, new)
284 setattr(self.target, self.attribute, self.temp_original)
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java 156 void setAttr(String name, int flags)
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
sessionsendtask.h 77 stanza_->SetAttr(buzz::QN_ID, task_id());
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlelement.h 163 void SetAttr(const QName & name, const std::string & value);

Completed in 892 milliseconds

12 3 4 5