HomeSort by relevance Sort by last modified time
    Searched full:getattr (Results 351 - 375 of 966) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 198 new_node = MinNode(type=getattr(token_labels, name_leaf.value))
200 new_node = MinNode(type=getattr(pysyms, name_leaf.value))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pprint.py 149 r = getattr(typ, "__repr__", None)
271 r = getattr(typ, "__repr__", None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 63 constructors.add(getattr(hashlib, algorithm))
77 constructor = getattr(_hashlib, 'openssl_'+algorithm, None)
  /cts/suite/audio_quality/test_description/processing/
check_spectrum.py 158 data = getattr(mod, "do_gen_random")(peakAmpl, durationInMSec, samplingRate, fHigh,\
check_spectrum_playback.py 124 data = getattr(mod, "do_gen_random")(peakAmpl, durationInMSec, samplingRate, fHigh,\
  /cts/suite/audio_quality/test_description/
processing_main.py 114 output = getattr(mod, self.functionName)(inputData, inputTypes)
  /external/chromium_org/content/browser/accessibility/
accessibility_ipc_error_browsertest.cc 25 std::string GetAttr(const ui::AXNode* node,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
templite.py 159 value = getattr(value, dot)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
reflectionhandler.py 93 function = getattr(self, function_name)
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
cpp_message.py 483 field_name = getattr(self, field_name)
487 getattr(self, field_name).extend(field_value)
489 getattr(self, field_name).MergeFrom(field_value)
605 (field_descriptor, getattr(self, field_name)))
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
download_actuals.py 141 if not getattr(params, required_param):
  /external/chromium_org/tools/clang/blink_gc_plugin/
Config.h 140 clang::AnnotateAttr* attr = decl->getAttr<clang::AnnotateAttr>();
  /external/chromium_org/tools/cr/cr/commands/
init.py 54 base_settings = getattr(cr.context.args, '_settings', None)
  /external/chromium_org/tools/cr/cr/targets/
target.py 124 target_names = getattr(cr.context.args, '_targets', None)
  /external/chromium_org/tools/grit/grit/node/
base.py 522 lang = getattr(root, 'output_language', '')
523 context = getattr(root, 'output_context', '')
524 defs = getattr(root, 'defines', {})
525 target_platform = getattr(root, 'target_platform', '')
  /external/chromium_org/tools/perf/measurements/
rasterize_and_record_micro.py 51 self._chrome_branch_number = getattr(backend, 'chrome_branch_number', None)
  /external/chromium_org/tools/
safely-roll-deps.py 54 return getattr(subprocess2, attr)(cmd, *args, **kwargs)
  /external/chromium_org/tools/telemetry/telemetry/
benchmark.py 104 archive_name = getattr(self, 'generated_profile_archive', None)
  /external/chromium_org/tools/telemetry/telemetry/unittest/
run_tests.py 87 method = getattr(test, test._testMethodName)
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 137 BlocksAttr *attr = var->getAttr<BlocksAttr>();
  /external/compiler-rt/test/asan/
lit.cfg 7 attr_value = getattr(config, attr_name, None)
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 272 getattr(self, metric).toXML(metric, writer, ttFont)
274 writer.simpletag(metricName, value=getattr(self, metricName))
305 writer.simpletag(metricName, value=getattr(self, metricName))
340 return getattr(self, attr)
G_M_A_P_.py 109 value = getattr(self, name)
_m_a_x_p.py 132 value = getattr(self, name)
  /external/lldb/test/unittest2/
result.py 17 if getattr(self, 'failfast', False):

Completed in 1671 milliseconds

<<11121314151617181920>>