HomeSort by relevance Sort by last modified time
    Searched full:setattr (Results 1 - 25 of 41) sorted by null

1 2

  /external/protobuf/python/
stubout.py 55 - The stubbing is using the builtin getattr and setattr. So, the __get__
58 setattr()).
94 setattr(orig_obj, attr_name, new_attr)
105 setattr(*args)
126 setattr(parent, child_name, new_child)
139 setattr(parent, child_name, old_child)
  /external/webkit/WebKitTools/Scripts/webkitpy/
outputcapture.py 40 setattr(sys, output_name, StringIO())
44 setattr(sys, output_name, self.saved_outputs[output_name])
mock.py 278 setattr(self.target, self.attribute, new)
284 setattr(self.target, self.attribute, self.temp_original)
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementreplaceexistingattribute.java 73 Attr setAttr;
78 setAttr = testEmployee.setAttributeNode(newAttribute);
hc_elementreplaceexistingattribute.java 72 Attr setAttr;
77 setAttr = testEmployee.setAttributeNode(newAttribute);
hc_namednodemapinuseattributeerr.java 72 Attr setAttr;
79 setAttr = firstNode.setAttributeNode(domesticAttr);
namednodemapinuseattributeerr.java 73 Attr setAttr;
80 setAttr = firstNode.setAttributeNode(domesticAttr);
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 348 elemDesc.setAttr("HREF", ElemDesc.ATTRURL);
349 elemDesc.setAttr("NAME", ElemDesc.ATTRURL);
354 elemDesc.setAttr("HREF", ElemDesc.ATTRURL);
355 elemDesc.setAttr("NOHREF", ElemDesc.ATTREMPTY);
360 elemDesc.setAttr("HREF", ElemDesc.ATTRURL);
364 elemDesc.setAttr("DISABLED", ElemDesc.ATTREMPTY);
369 elemDesc.setAttr("CITE", ElemDesc.ATTRURL);
373 elemDesc.setAttr("CITE", ElemDesc.ATTRURL);
377 elemDesc.setAttr("COMPACT", ElemDesc.ATTREMPTY);
382 elemDesc.setAttr("SRC", ElemDesc.ATTRURL); // Netscape 4 extensio
    [all...]
ElemDesc.java 156 void setAttr(String name, int flags)
  /external/openssl/crypto/objects/
objects.txt     [all...]
obj_dat.h     [all...]
obj_mac.h     [all...]
  /external/bluetooth/bluez/tools/
sdptool.1 
  /external/libvpx/examples/includes/geshi/geshi/
oobas.php 61 'filelen','getattr','kill','mkdir','name','rmdir','setattr',
lotusscript.php 62 'Sgn', 'SetFileAttr', 'SetAttr', 'Set', 'SendKeys', 'Select',
vbnet.php 94 'SETATTR', 'STOP', 'SUB', 'SYNCLOCK', 'STRUCTURE', 'SHADOWS', 'SWITCH',
  /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/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/openssl/include/openssl/
obj_mac.h     [all...]
  /external/clearsilver/python/
neo_util.c 366 if (!PyArg_ParseTuple(args, "ssO:setAttr(name, key, value)", &name, &key, &rv))
584 {"setAttr", p_hdf_set_attr, METH_VARARGS, NULL},
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 507 int (*setattr) (struct dentry *, struct nfs_fattr *, member in struct:nfs_rpc_ops
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 507 int (*setattr) (struct dentry *, struct nfs_fattr *, member in struct:nfs_rpc_ops

Completed in 584 milliseconds

1 2