HomeSort by relevance Sort by last modified time
    Searched refs:orig_type (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/base/prefs/
pref_registry.cc 52 base::Value::Type orig_type = default_value->GetType(); local
53 DCHECK(orig_type != base::Value::TYPE_NULL &&
54 orig_type != base::Value::TYPE_BINARY) <<
55 "invalid preference type: " << orig_type;
pref_service.cc 345 base::Value::Type orig_type = default_value->GetType(); local
346 if (orig_type == base::Value::TYPE_LIST) {
350 } else if (orig_type == base::Value::TYPE_DICTIONARY) {
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py 311 orig_type = req.get_type()
314 proxy_type = orig_type
323 if orig_type == "https":
  /external/chromium/chrome/browser/prefs/
pref_service.cc 500 Value::ValueType orig_type = default_value->GetType(); local
501 DCHECK(orig_type != Value::TYPE_NULL && orig_type != Value::TYPE_BINARY) <<
502 "invalid preference type: " << orig_type;
  /external/svox/pico/lib/
picospho.c 1311 picoos_uint8 orig_strength, orig_type; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 725 orig_type = req.get_type()
729 proxy_type = orig_type
741 if orig_type == proxy_type or orig_type == 'https':
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 725 orig_type = req.get_type()
729 proxy_type = orig_type
741 if orig_type == proxy_type or orig_type == 'https':
    [all...]
  /art/runtime/verifier/
method_verifier.cc 1710 const RegType& orig_type = work_line_->GetRegisterType(orig_type_reg); local
1933 const RegType& orig_type = work_line_->GetRegisterType(instance_of_inst->VRegB_22c()); local
    [all...]

Completed in 522 milliseconds