/external/protobuf/python/google/protobuf/ |
text_format.py | 205 sub_message = getattr(message, field.name).add() 210 sub_message = getattr(message, field.name) 285 getattr(message, field.name).append(value)
|
service_reflection.py | 170 method = getattr(srvc, method_descriptor.name)
|
reflection.py | 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 [all...] |
descriptor.py | 88 options_class = getattr(descriptor_pb2, self._options_class_name)
|
/external/clang/lib/StaticAnalyzer/Core/ |
CFRefCount.cpp | [all...] |
/external/protobuf/python/ |
mox.py | 222 attr_to_replace = getattr(obj, attr_name) 381 if callable(getattr(class_to_mock, method)): 412 return getattr(self._class_to_mock, name) [all...] |
/external/clang/lib/CodeGen/ |
CodeGenModule.cpp | 507 if (const SectionAttr *SA = D->getAttr<SectionAttr>()) 558 if (const SectionAttr *SA = FD->getAttr<SectionAttr>()) 695 const AliasAttr *AA = VD->getAttr<AliasAttr>(); [all...] |
CGDeclCXX.cpp | 202 unsigned int order = D->getAttr<InitPriorityAttr>()->getPriority();
|
CGDecl.cpp | 274 if (const AnnotateAttr *AA = D.getAttr<AnnotateAttr>()) { 282 if (const SectionAttr *SA = D.getAttr<SectionAttr>()) [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetDialogs.py | 44 ctrls = getattr(JetDefs, ctrlList)
52 self.ctrls[Text].Bind(wx.EVT_BUTTON, getattr(callbackClass, Fct), self.ctrls[Text], id=Id)
67 self.ctrls[Text].Bind(wx.EVT_COMBOBOX, getattr(callbackClass, Fct), self.ctrls[Text])
81 self.ctrls[Text].Bind(wx.EVT_CHECKBOX , getattr(callbackClass, Fct), self.ctrls[Text])
86 self.ctrls[Text].Bind(wx.EVT_RADIOBOX , getattr(callbackClass, Fct), self.ctrls[Text])
92 self.ctrls[Text].Bind(wx.EVT_RADIOBUTTON , getattr(callbackClass, Fct), self.ctrls[Text])
[all...] |
JetCreator.py | [all...] |
JetDefs.py | 38 lst = getattr(self, dlgName)
|
/external/clang/lib/Sema/ |
TargetAttributesSema.cpp | 194 if (D->getAttr<DLLExportAttr>()) {
|
SemaStmt.cpp | 125 if (FD->getAttr<WarnUnusedResultAttr>()) { 129 if (FD->getAttr<PureAttr>()) { 133 if (FD->getAttr<ConstAttr>()) { 144 if (MD && MD->getAttr<WarnUnusedResultAttr>()) { [all...] |
/external/llvm/utils/lit/lit/ |
ProgressBar.py | 152 else: return getattr(self, s[2:-1])
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
mock_drt.py | 63 return getattr(self.__delegate, name)
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
web_services.py | 369 v = getattr(obj, obj_name)
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
rebaselineserver.py | 111 function = getattr(self, function_name)
|
/external/protobuf/python/google/protobuf/internal/ |
reflection_test.py | 257 composite_field = getattr(proto, composite_field_name) 258 original_scalar_value = getattr(composite_field, scalar_field_name) 270 self.assertEqual(new_val, getattr(composite_field, scalar_field_name)) 281 composite_field = getattr(proto, composite_field_name) 285 self.assertEqual(0, getattr(composite_field, scalar_field_name)) 297 self.assertEqual(0, getattr(composite_field, scalar_field_name)) [all...] |
/external/chromium/testing/gmock/scripts/generator/cpp/ |
ast.py | 741 method = getattr(self, 'handle_' + token.name) 798 method = getattr(self, 'handle_' + method_name, None) [all...] |
/external/tcpdump/ |
print-nfs.c | 535 printf(" getattr"); [all...] |
/external/clang/lib/AST/ |
Decl.cpp | 39 if (const VisibilityAttr *A = D->getAttr<VisibilityAttr>()) { [all...] |
DumpXML.cpp | 490 if (const AsmLabelAttr *ALA = D->getAttr<AsmLabelAttr>())
|
Expr.cpp | [all...] |
/external/webkit/Tools/Scripts/ |
run-qtwebkit-tests | 107 return getattr(self._o, attr)
|